Home
last modified time | relevance | path

Searched refs:pattern (Results 201 – 225 of 238) sorted by relevance

12345678910

/PHP-5.5/ext/pcre/pcrelib/
H A DLICENCE14 just-in-time compiler that can be used to optimize pattern matching. These
H A DREADME270 . By default, the sequence \R in a pattern matches any Unicode line ending
278 them in a pattern. You can increase this threshold by setting, for example,
285 pattern. This limits the amount of system stack that a pattern uses when it
292 when matching a pattern. If the limit is exceeded during a match, the match
312 . The default maximum compiled pattern size is around 64K. You can increase
315 parts of the compiled pattern. In the 16-bit library, --with-link-size=3 is
643 of PCRE from within MySQL, as an alternative to the built-in pattern matching.
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput113 sizes don't go horribly wrong when something is changed. The pattern contents
H A Dtestinput14292 /-- Although this saved pattern was compiled with link-size=2, it does no harm
H A Dtestoutput2977 Failed: \ at end of pattern at offset 4
980 Failed: \ at end of pattern at offset 4
5618 Compiled pattern written to testsavedregex
5628 Compiled pattern written to testsavedregex
5645 Compiled pattern written to testsavedregex
5663 Compiled pattern written to testsavedregex
5680 Compiled pattern written to testsavedregex
5698 Compiled pattern written to testsavedregex
5717 Compiled pattern written to testsavedregex
5737 Compiled pattern written to testsavedregex
[all …]
H A Dtestoutput8990 Compiled pattern written to testsavedregex
993 Compiled pattern (byte-inverted) loaded from testsavedregex
6214 Compiled pattern written to testsavedregex
6216 Compiled pattern loaded from testsavedregex
6226 Compiled pattern written to testsavedregex
6228 Compiled pattern (byte-inverted) loaded from testsavedregex
6238 Compiled pattern written to testsavedregex
6241 Compiled pattern loaded from testsavedregex
6251 Compiled pattern written to testsavedregex
6254 Compiled pattern (byte-inverted) loaded from testsavedregex
H A Dtestoutput11-163 sizes don't go horribly wrong when something is changed. The pattern contents
H A Dtestoutput11-323 sizes don't go horribly wrong when something is changed. The pattern contents
H A Dtestoutput11-83 sizes don't go horribly wrong when something is changed. The pattern contents
H A Dtestoutput1250 Compiled pattern written to testsavedregex
54 Compiled pattern loaded from testsavedregex
188 /-- Test pattern compilation --/
/PHP-5.5/win32/build/
H A Dconfig.w3259 var pattern = /\./g;
64 intvers = RE2CVERS.replace(pattern, '') - 0;
65 intmin = MINRE2C.replace(pattern, '') - 0;
H A Dconfutils.js606 function find_pattern_in_path(pattern, path) argument
617 items = glob(dirs[i] + "\\" + pattern);
/PHP-5.5/ext/spl/tests/
H A Dclass_implements_variation1.phpt104 // loop through each element of the array for pattern
H A Dclass_uses_variation1.phpt104 // loop through each element of the array for pattern
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfuncs.c53 extern public void convert_libmagic_pattern(zval *pattern, int options);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c2815 env->pattern, env->pattern_end, in CC_ESC_WARN()
2829 (env)->pattern, (env)->pattern_end, in CLOSE_BRACKET_WITHOUT_ESC_WARN()
3716 if (*src > env->pattern) /* /].../ is allowed. */ in fetch_token()
4797 env->pattern, env->pattern_end, in set_quantifier()
4807 env->pattern, env->pattern_end, in set_quantifier()
5520 onig_parse_make_tree(Node** root, const UChar* pattern, const UChar* end, in onig_parse_make_tree() argument
5535 env->pattern = (UChar* )pattern; in onig_parse_make_tree()
5540 p = (UChar* )pattern; in onig_parse_make_tree()
H A Dregcomp.c5263 onig_compile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_compile() argument
5280 print_enc_string(stderr, reg->enc, pattern, pattern_end); in onig_compile()
5284 init_size = (pattern_end - pattern) * 2; in onig_compile()
5301 r = onig_parse_make_tree(&root, pattern, pattern_end, reg, &scan_env); in onig_compile()
5452 onig_recompile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_recompile() argument
5459 r = onig_new(&new_reg, pattern, pattern_end, option, enc, syntax, einfo); in onig_recompile()
5520 onig_new_without_alloc(regex_t* reg, const UChar* pattern, in onig_new_without_alloc() argument
5529 r = onig_compile(reg, pattern, pattern_end, einfo); in onig_new_without_alloc()
5534 onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new() argument
5546 r = onig_compile(*reg, pattern, pattern_end, einfo); in onig_new()
H A DHISTORY352 2006/08/17: [bug] should check scan_env.num_call > 0 for backrefed pattern
855 too many alternatives pattern causes core dump.
1471 used in the pattern.
1579 2003/05/27: [spec] should not warn for right bracket at beginning of pattern.
1905 2002/04/04: [spec] should allow fixed length alternative and repeat pattern
1955 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
1977 2002/03/06: [bug] if pattern has NULL(\000) char, infinite loop happens
1998 2002/02/28: [new] look-behind (?<=pattern), (?<!pattern).
H A Dregint.h774 extern int onig_compile P_((regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErro…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt79 // Sequence counter pattern...
/PHP-5.5/ext/standard/
H A Dfile.c2448 char *pattern, *filename; in PHP_FUNCTION() local
2452 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "pp|l", &pattern, &pattern_len, &filename, &f… in PHP_FUNCTION()
2465 RETURN_BOOL( ! fnmatch( pattern, filename, flags )); in PHP_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c225 ZEND_ARG_INFO(0, pattern)
231 ZEND_ARG_INFO(0, pattern)
237 ZEND_ARG_INFO(0, pattern)
273 ZEND_ARG_INFO(0, pattern)
279 ZEND_ARG_INFO(0, pattern)
/PHP-5.5/ext/soap/
H A Dphp_schema.c693 schema_restriction_var_char(trav, &cur_type->restrictions->pattern); in schema_restriction_simpleContent()
2422 delete_restriction_var_char(&type->restrictions->pattern); in delete_type()
2469 delete_restriction_var_char_persistent(&type->restrictions->pattern); in delete_type_persistent()
H A Dphp_sdl.c1351 type->restrictions->pattern = sdl_deserialize_resriction_char(in); in sdl_deserialize_type()
1953 sdl_serialize_resriction_char(type->restrictions->pattern,out); in sdl_serialize_type()
2787 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()
2788 make_persistent_restriction_char(&ptype->restrictions->pattern); in make_persistent_sdl_type()
/PHP-5.5/ext/curl/
H A Dinterface.c1378 static int curl_fnmatch(void *ctx, const char *pattern, const char *string) in curl_fnmatch() argument
1400 ZVAL_STRING(zpattern, pattern, 1); in curl_fnmatch()

Completed in 126 milliseconds

12345678910