A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
character with octal code ddd, or backreference
if a pattern starts with .* or .{ 0,} and the pcre_dotall option (equivalent to perl's / s) is set, thus allowing the. to match newlines, then the pattern is implicitly anchored, because whatever follows will be tried against every character position in the subject string, so there is no point in retrying the overall match at any position after the first.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
10진@ title: column short for octal
dec
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
10진수@ item: inlistbox encoding of the bytes as values in the octal format
decimal
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
is the character with octal code 113 (since there can be no more than 99 back references)
lookbehind assertions start with (? = for positive assertionslookbehind assertions start with (? = for positive assertions and (?! for negative assertions.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
10ì§ì@ item: inlistbox encoding of the bytes as values in the octal format
octal
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
부호 있는 8비트: @ label: textbox encoding of one byte as value in the octal format
signed 8-bit
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
10진수( d) @ item: inmenu encoding of the bytes as values in the octal format
& decimal
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível
10ì§ì( d) @ item: inmenu encoding of the bytes as values in the octal format
& octal
Última atualização: 2011-10-23
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível
note that octal values of 100 or greater must not be intro- duced by a leading zero, because no more than three octal digits are ever read.
this is an extension compared with perl 5.005, which requires all branches to match the samethis is an extension compared with perl 5.005, which requires all branches to match the same length of string.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
after "\0" up to two further octal digits are read. in both cases, if there are fewer than two digits, just those that are present are used. thus the sequence "\0\x\07" specifies two binary zeros followed by a bel character. make sure you supply two digits after the initial zero if the character that follows is itself an octal digit.
see the section entitled "backslash" above for further details of the handling of digits following a backslash.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível