Home
last modified time | relevance | path

Searched defs:pattern (Results 1 – 25 of 36) sorted by path

12

/PHP-5.5/ext/curl/
H A Dinterface.c1378 static int curl_fnmatch(void *ctx, const char *pattern, const char *string) in curl_fnmatch()
/PHP-5.5/ext/ereg/
H A Dereg.c139 static int _php_regcomp(regex_t *preg, const char *pattern, int cflags TSRMLS_DC) in _php_regcomp()
403 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, i… in php_ereg_replace()
554 char *pattern, *arg_string; in php_do_ereg_replace() local
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c90 const char *pattern; variable
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1853 convert_libmagic_pattern(zval *pattern, int options) in convert_libmagic_pattern()
1863 switch (Z_STRVAL_P(pattern)[i]) { in convert_libmagic_pattern() local
2047 zval *pattern; in magiccheck() local
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp67 bool pattern = false; in PHP_FUNCTION() local
/PHP-5.5/ext/intl/doc/
H A Ddatefmt_api.php66 …n __construct($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pattern= null) {}
82 …nction create($locale, $datetype, $timetype, $timezone = null, $calendar= null , $pattern= null) {}
221 public function setPattern($pattern) {}
262 …function datefmt_create($locale, $datetype, $timetype, $timezone = null, $calendar= null ,$pattern
416 function datefmt_set_pattern($fmt , $pattern) {}
H A Dformatter_api.php150 public function __construct($locale, $style, $pattern = null) {}
168 public static function create($locale, $style, $pattern = null) {}
269 public function setPattern($pattern) {}
339 function numfmt_create($locale, $style, $pattern = null) {}
440 function numfmt_set_pattern($formatter, $pattern) {}
H A Dmsgfmt_api.php21 public function __construct($locale, $pattern) {}
29 public static function create($locale, $pattern) {}
59 public static function formatMessage($locale, $pattern, $args) {}
87 public function setPattern($pattern) {}
121 function msgfmt_create($locale, $pattern) {}
153 function msgfmt_format_message($locale, $pattern, $args) {}
183 function msgfmt_set_pattern($fmt, $pattern) {}
/PHP-5.5/ext/intl/formatter/
H A Dformatter_main.c31 char* pattern = NULL; in numfmt_ctor() local
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.c32 char* pattern; in msgfmt_ctor() local
H A Dmsgformat_format.c104 char *pattern = NULL; in PHP_FUNCTION() local
H A Dmsgformat_parse.c94 char *pattern = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c5263 onig_compile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_compile()
5452 onig_recompile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_recompile()
5520 onig_new_without_alloc(regex_t* reg, const UChar* pattern, in onig_new_without_alloc()
5534 onig_new(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new()
H A Dregext.c163 onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new_deluxe()
206 onig_recompile_deluxe(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_recompile_deluxe()
H A Dreggnu.c82 re_compile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_compile_pattern()
98 re_recompile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_recompile_pattern()
H A Dregparse.c5520 onig_parse_make_tree(Node** root, const UChar* pattern, const UChar* end, in onig_parse_make_tree()
H A Dregparse.h287 UChar* pattern; member
H A Dregposix.c134 regcomp(regex_t* reg, const char* pattern, int posix_options) in regcomp()
H A Dtestc.c34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
144 static void x2(char* pattern, char* str, int from, int to) in x2()
149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
154 static void n(char* pattern, char* str) in n()
H A Dtestu.c58 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
190 static void x2(char* pattern, char* str, int from, int to) in x2()
195 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
200 static void n(char* pattern, char* str) in n()
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c34 static void xx(char* pattern, char* str, int from, int to, int mem, int not) in xx()
144 static void x2(char* pattern, char* str, int from, int to) in x2()
149 static void x3(char* pattern, char* str, int from, int to, int mem) in x3()
154 static void n(char* pattern, char* str) in n()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c448 static php_mb_regex_t *php_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType … in php_mbregex_compile_pattern()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c8960 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile()
8984 pcre_compile2(const char *pattern, int options, int *errorcodeptr, in pcre_compile2()
H A Dpcredemo.c50 char *pattern; in main() local
H A Dpcreposix.c268 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp()

Completed in 123 milliseconds

12