Searched refs:anchor (Results 1 – 13 of 13) sorted by relevance
14 <p><a href="index.php#place">External link with anchor</a></p>15 <p><a href="http://php.net#foo">External link with anchor 2</a></p>20 <p><a href="index.php?PHPSESSID=sessionidhere#place">External link with anchor</a></p>21 <p><a href="http://php.net?PHPSESSID=sessionidhere#foo">External link with anchor 2</a></p>
2 Bug #50308 (session id not appended properly for empty anchor tags)
48 $anchor = $doc->getElementsByTagName('a')[0];49 var_dump($anchor->attributes[0]->name);
109 const char* const* anchor = list; in findOffset() local112 return (int16_t)(list - anchor); in findOffset()1206 char* anchor = NULL; in strToMatch() local1213 anchor = retstr; in strToMatch()1225 retstr= anchor; in strToMatch()
5255 if (reg->anchor != 0 && str < end) { in search_in_range()5258 if (reg->anchor & ANCR_BEGIN_POSITION) { in search_in_range()5266 else if (reg->anchor & ANCR_BEGIN_BUF) { in search_in_range()5281 else if (reg->anchor & ANCR_END_BUF) { in search_in_range()5322 else if (reg->anchor & ANCR_SEMI_END_BUF) { in search_in_range()5724 set->anchor = reg->anchor; in update_regset_by_reg()5732 int anchor; in update_regset_by_reg() local5734 anchor = set->anchor & reg->anchor; in update_regset_by_reg()5735 if (anchor != 0) { in update_regset_by_reg()5747 set->anchor = anchor; in update_regset_by_reg()[all …]
241 AnchorNode anchor; member278 #define ANCHOR_(node) (&((node)->u.anchor))
6358 reg->anchor &= ~ANCR_ANYCHAR_INF_ML; in set_optimize_info_from_tree()6399 reg->anchor = 0; in clear_optimize_info()6467 print_anchor(FILE* f, int anchor) in print_anchor() argument6473 if (anchor & ANCR_BEGIN_BUF) { in print_anchor()6477 if (anchor & ANCR_BEGIN_LINE) { in print_anchor()6482 if (anchor & ANCR_BEGIN_POSITION) { in print_anchor()6487 if (anchor & ANCR_END_BUF) { in print_anchor()6492 if (anchor & ANCR_SEMI_END_BUF) { in print_anchor()6497 if (anchor & ANCR_END_LINE) { in print_anchor()6502 if (anchor & ANCR_ANYCHAR_INF) { in print_anchor()[all …]
4084 int anchor; member5056 tok->u.anchor = ANCR_WORD_BOUNDARY; in fetch_token()5062 tok->u.anchor = ANCR_NO_WORD_BOUNDARY; in fetch_token()5068 tok->u.anchor = ANCR_TEXT_SEGMENT_BOUNDARY; in fetch_token()5074 tok->u.anchor = ANCR_NO_TEXT_SEGMENT_BOUNDARY; in fetch_token()5081 tok->u.anchor = ANCR_WORD_BEGIN; in fetch_token()5087 tok->u.anchor = ANCR_WORD_END; in fetch_token()8184 IS_WORD_ASCII(env->options) && IS_WORD_ANCHOR_TYPE(tok->u.anchor) ? 1 : 0; in parse_exp()8185 *np = onig_node_new_anchor(tok->u.anchor, ascii_mode); in parse_exp()
882 int anchor; /* BEGIN_BUF, BEGIN_POS, (SEMI_)END_BUF */ member
371 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/828 begin-line anchor and BM search optimization leads1670 sub-anchor of optimization map info was wrong2148 default: /./ not match "\n", anchor not match "\n"2149 REG_NEWLINE: /./ not match "\n", anchor match "\n"2193 anchor(\G etc...) influenced outside of "|". (/a|\Gb/)
219 Enables support for the special anchor `\G` (start-of-previous-match).342 Enables support for the common `^` and `$` line-anchor metacharacters.609 These anchor forms are very obscure, and rarely supported by other regex libraries.
19967 >>>36 use cab-anchor19970 >>>36 use cab-anchor19972 # can not use sub routine cab-anchor to display previous and next cabinet together19973 #>>>36 use cab-anchor19974 #>>>>&0 use cab-anchor19984 0 name cab-anchor
Completed in 163 milliseconds