/PHP-5.3/ext/intl/doc/ |
H A D | msgfmt_api.php | 21 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) {}
|
H A D | datefmt_api.php | 66 …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 D | formatter_api.php | 150 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) {}
|
/PHP-5.3/win32/ |
H A D | fnmatch.c | 59 PHPAPI int fnmatch(const char *pattern, const char *string, int flags) in fnmatch() 153 rangematch(const char *pattern, char test, int flags) in rangematch()
|
H A D | glob.c | 162 glob(pattern, flags, errfunc, pglob) in glob() argument 220 globexp1(pattern, pglob) in globexp1() argument 245 globexp2(ptr, pattern, pglob, rv) in globexp2() argument 353 globtilde(pattern, patbuf, patbuf_len, pglob) in globtilde() argument 432 glob0(pattern, pglob) in glob0() argument 527 glob1(pattern, pattern_last, pglob, limitp) in glob1() argument 548 glob2(pathbuf, pathbuf_last, pathend, pathend_last, pattern, in glob2() argument 612 glob3(pathbuf, pathbuf_last, pathend, pathend_last, pattern, pattern_last, in glob3() argument
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | reggnu.c | 82 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 D | regext.c | 163 onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end, in onig_new_deluxe() 199 onig_recompile_deluxe(regex_t* reg, const UChar* pattern, const UChar* pattern_end, in onig_recompile_deluxe()
|
H A D | regposix.c | 134 regcomp(regex_t* reg, const char* pattern, int posix_options) in regcomp()
|
/PHP-5.3/ext/pcre/ |
H A D | upgrade-pcre.php | 5 $pattern = 'pcre-*.tar.*'; variable
|
/PHP-5.3/ext/intl/formatter/ |
H A D | formatter_main.c | 31 char* pattern = NULL; in numfmt_ctor() local
|
/PHP-5.3/ext/intl/msgformat/ |
H A D | msgformat.c | 32 char* pattern; in msgfmt_ctor() local
|
H A D | msgformat_parse.c | 94 char *pattern = NULL; in PHP_FUNCTION() local
|
H A D | msgformat_format.c | 121 char *pattern = NULL; in PHP_FUNCTION() local
|
/PHP-5.3/ext/ereg/ |
H A D | ereg.c | 127 static int _php_regcomp(regex_t *preg, const char *pattern, int cflags) in _php_regcomp() 403 PHPAPI char *php_ereg_replace(const char *pattern, const char *replace, const char *string, int ica… in php_ereg_replace() 554 char *pattern, *arg_string; in php_do_ereg_replace() local
|
/PHP-5.3/ext/standard/ |
H A D | browscap.c | 85 static void convert_browscap_pattern(zval *pattern, int persistent) /* {{{ */ in convert_browscap_pattern() 98 switch (Z_STRVAL_P(pattern)[i]) { in convert_browscap_pattern() local
|
H A D | dir.c | 431 char *pattern = NULL; in PHP_FUNCTION() local
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcredemo.c | 50 char *pattern; in main() local
|
H A D | pcreposix.c | 257 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp()
|
H A D | pcre_compile.c | 7740 pcre_compile(const char *pattern, int options, const char **errorptr, in pcre_compile() 7764 pcre_compile2(const char *pattern, int options, int *errorcodeptr, in pcre_compile2()
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1654 convert_libmagic_pattern(zval *pattern, int options) in convert_libmagic_pattern() 1664 switch (Z_STRVAL_P(pattern)[i]) { in convert_libmagic_pattern() local 1845 zval *pattern; local
|
/PHP-5.3/main/streams/ |
H A D | glob_wrapper.c | 46 char *pattern; member
|
/PHP-5.3/win32/build/ |
H A D | confutils.js | 601 function find_pattern_in_path(pattern, path) argument
|
/PHP-5.3/ext/mbstring/ |
H A D | php_mbregex.c | 448 static php_mb_regex_t *php_mbregex_compile_pattern(const char *pattern, int patlen, OnigOptionType … in php_mbregex_compile_pattern()
|
/PHP-5.3/ext/zip/ |
H A D | php_zip.c | 528 int php_zip_glob(char *pattern, int pattern_len, long flags, zval *return_value TSRMLS_DC) /* {{{ */ in php_zip_glob() 1657 char *pattern; in php_zip_add_from_pattern() local
|
/PHP-5.3/ext/soap/ |
H A D | php_sdl.h | 149 sdlRestrictionCharPtr pattern; member
|