Searched refs:mark (Results 1 – 25 of 38) sorted by relevance
12
10 echo "Current Value of 'tidy-mark': ";11 var_dump($a->getopt("tidy-mark"));21 Current Value of 'tidy-mark': bool(false)
4 Mark Schaschke (mark@fractalturtle.com)
572 PCRE2_SPTR mark = pcre2_get_mark(match_data); in pcre2_substitute() local573 if (mark != NULL) in pcre2_substitute()575 PCRE2_SPTR mark_start = mark; in pcre2_substitute()576 while (*mark != 0) mark++; in pcre2_substitute()577 fraglength = mark - mark_start; in pcre2_substitute()
108 return match_data->mark; in pcre2_get_mark()
181 match_data->mark = arguments.mark_ptr; in pcre2_jit_match()
655 PCRE2_SPTR mark; /* Pointer to last mark */ member825 PCRE2_SPTR mark; /* Most recent mark on the success path */ member870 PCRE2_SPTR mark; /* Mark pointer to pass back on success */ member
2 Don't mark trait methods as constructor
33 ["mark"]=>
42 /** Do not move forward but instead mark as finished.
44 // mark the file for upload..
23 // mark messages in inbox for deletion
31 // mark added messages for deletion
35 // Insert using question mark placeholders
41 // Insert using question mark placeholders
29 // Insert using question mark placeholders
1028 PCRE2_SPTR mark = NULL; /* Target for MARK name */ in php_pcre_match_impl() local1182 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()1184 if (mark) { in php_pcre_match_impl()1206 array_init_size(&result_set, count + (mark ? 1 : 0)); in php_pcre_match_impl()1263 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()1264 if (mark) { in php_pcre_match_impl()1328 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()1329 if (mark) { in php_pcre_match_impl()1498 array_init_size(&arg, count + (mark ? 1 : 0)); in preg_do_repl_func()1511 if (mark) { in preg_do_repl_func()[all …]
59 shmid - shmid which to mark for deletion
Completed in 38 milliseconds