Searched refs:anchor (Results 1 – 14 of 14) sorted by relevance
/PHP-5.6/ext/dom/tests/ |
H A D | bug67949.phpt | 46 $anchor = $doc->getElementsByTagName('a')[0]; 47 var_dump($anchor->attributes[0]->name);
|
/PHP-5.6/ext/session/tests/ |
H A D | bug50308.phpt | 2 Bug #50308 (session id not appended properly for empty anchor tags)
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regparse.h | 75 #define NANCHOR(node) (&((node)->u.anchor)) 261 AnchorNode anchor; member
|
H A D | regcomp.c | 5015 reg->anchor = 0; in clear_optimize_info() 5078 print_anchor(FILE* f, int anchor) in print_anchor() argument 5084 if (anchor & ANCHOR_BEGIN_BUF) { in print_anchor() 5088 if (anchor & ANCHOR_BEGIN_LINE) { in print_anchor() 5093 if (anchor & ANCHOR_BEGIN_POSITION) { in print_anchor() 5098 if (anchor & ANCHOR_END_BUF) { in print_anchor() 5103 if (anchor & ANCHOR_SEMI_END_BUF) { in print_anchor() 5108 if (anchor & ANCHOR_END_LINE) { in print_anchor() 5113 if (anchor & ANCHOR_ANYCHAR_STAR) { in print_anchor() 5118 if (anchor & ANCHOR_ANYCHAR_STAR_ML) { in print_anchor() [all …]
|
H A D | regexec.c | 3456 if (reg->anchor != 0 && str < end) { in onig_search() 3459 if (reg->anchor & ANCHOR_BEGIN_POSITION) { in onig_search() 3467 else if (reg->anchor & ANCHOR_BEGIN_BUF) { in onig_search() 3482 else if (reg->anchor & ANCHOR_END_BUF) { in onig_search() 3515 else if (reg->anchor & ANCHOR_SEMI_END_BUF) { in onig_search() 3538 else if ((reg->anchor & ANCHOR_ANYCHAR_STAR_ML)) { in onig_search() 3621 if ((reg->anchor & ANCHOR_ANYCHAR_STAR) != 0) { in onig_search()
|
H A D | regparse.c | 2289 int anchor; member 3251 tok->u.anchor = ANCHOR_WORD_BOUND; in fetch_token() 3257 tok->u.anchor = ANCHOR_NOT_WORD_BOUND; in fetch_token() 3264 tok->u.anchor = ANCHOR_WORD_BEGIN; in fetch_token() 3270 tok->u.anchor = ANCHOR_WORD_END; in fetch_token() 5356 *np = onig_node_new_anchor(tok->u.anchor); in parse_exp()
|
H A D | oniguruma.h | 684 int anchor; /* BEGIN_BUF, BEGIN_POS, (SEMI_)END_BUF */ member
|
H A D | HISTORY | 83 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/ 540 begin-line anchor and BM search optimization leads 1382 sub-anchor of optimization map info was wrong 1860 default: /./ not match "\n", anchor not match "\n" 1861 REG_NEWLINE: /./ not match "\n", anchor match "\n" 1905 anchor(\G etc...) influenced outside of "|". (/a|\Gb/)
|
/PHP-5.6/ext/intl/locale/ |
H A D | locale_methods.c | 111 const char* const* anchor = list; in findOffset() local 114 return (int16_t)(list - anchor); in findOffset() 1205 char* anchor = NULL; in strToMatch() local 1212 anchor = retstr; in strToMatch() 1224 retstr= anchor; in strToMatch()
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testinput1 | 4762 /--- COMMIT at the start of a pattern should act like an anchor. Again,
|
H A D | testinput2 | 3035 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
|
H A D | testoutput1 | 7934 /--- COMMIT at the start of a pattern should act like an anchor. Again,
|
H A D | testoutput2 | 10684 /--- COMMIT at the start of a pattern should be the same as an anchor. Perl
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 7438 of dynamic anchor, or "I've started, so I must finish." The name of the 7448 anchor, unless PCRE's start-of-match optimizations are turned off, as 9457 or starting the pattern with ^.* or ^.*? to indicate explicit anchor- 10049 anchor your match at the beginning of the string. For example, you
|
Completed in 193 milliseconds