Searched refs:guard (Results 1 – 7 of 7) sorted by relevance
25 * Added max-length guard to prevent accidental long input
513 foreach ($guardGroup as $guard) {518 if ($guard[0] == "negate") {519 $guard = $guard[1];523 $passed = $this->reduce($guard) == self::$TRUE;3659 while ($this->guard($guard)) {3660 $guardGroup[] = $guard;3673 protected function guard(&$guard) { argument3678 $guard = $exp;3679 if ($negate) $guard = array("negate", $guard);
95 .guard {
80 * Add support for two words test in guard tag111 * Fix support for ignoring syntax errors in an undefined handler in guard138 * Ignore `SyntaxError` exceptions from undefined handlers when using the `guard` tag173 …* Add a new `guard` tag that allows to test if some Twig callables are available at compilation ti…
1982 $guard = 0; // prevent infinity loop1996 if ($guard === $this->pos) { // Escape infinite loop2001 $guard = $this->pos;
1976 $guard = 0; // prevent infinity loop1990 if ($guard === $this->pos) { // Escape infinite loop1995 $guard = $this->pos;
1 …guard against infinite focus loop\n EventHandler.on(document, EVENT_FOCUSIN, event => {\n …