Searched refs:preg_quote (Results 1 – 10 of 10) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Lexer.php | 73 …preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1], '#').'\s*'. // -}}… 75 …preg_quote($this->options['whitespace_line_trim'].$this->options['tag_variable'][1], '#').'['.$thi… 77 preg_quote($this->options['tag_variable'][1], '#'). // }} 85 …preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*\n?'. // -%}… 87 …preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->… 89 preg_quote($this->options['tag_block'][1], '#').'\n?'. // %}\n? 95 preg_quote($this->options['tag_block'][0], '#'). // {% 102 … preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*'. // -%} 104 …preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->… 106 preg_quote($this->options['tag_block'][1], '#'). // %} [all …]
|
| D | ExtensionSet.php | 192 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); 251 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count); 379 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count);
|
| /template/icke/ |
| D | IckeNavigation.php | 126 $translationNs = preg_quote($this->getCurrentTranslation().':', '/'); 127 … $active = (bool) preg_match('/^('.$translationNs.')?'.preg_quote($namespace,'/').':/',$ID);
|
| /template/twigstarter/vendor/twig/twig/src/Util/ |
| D | DeprecationCollector.php | 43 ), '{'.preg_quote($ext).'$}'
|
| /template/kiwiki/classes/ |
| H A D | kiwiki_functions.php | 67 $matches = preg_grep('/^'.preg_quote($level,'/').'\s+\S+\s+\d+\s*$/',$AUTH_ACL);
|
| /template/kajukkk/ |
| D | Snoopy.class.php | 165 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok) 225 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok) 320 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok) 387 … if(preg_match("|^http://".preg_quote($this->host)."|i",$this->_redirectaddr) || $this->offsiteok) 749 $search = array( "|^http://".preg_quote($this->host)."|i",
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | lessc.inc.php | 101 static public function preg_quote($what) { function in lessc 102 return preg_quote($what, '/'); 1133 $template = preg_replace('/'.self::preg_quote($match).'/', 2585 $commentSingle = lessc::preg_quote(self::$commentSingle); 2586 $commentMultiLeft = lessc::preg_quote(self::$commentMultiLeft); 2587 $commentMultiRight = lessc::preg_quote(self::$commentMultiRight); 3188 lessc::preg_quote($delim).')'; 3706 self::$literalCache[$what] = lessc::preg_quote($what); 3746 … if (!$this->match('('.$validChars.'*?)'.lessc::preg_quote($what), $m, !$until)) return false;
|
| /template/bootstrap3/inc/ |
| D | simple_html_dom.php | 797 return preg_match('/^' . preg_quote($pattern, '/') . '/', $value); 799 return preg_match('/' . preg_quote($pattern, '/') . '$/', $value); 801 return preg_match('/' . preg_quote($pattern, '/') . '/', $value);
|
| /template/mikio/inc/ |
| H A D | simple_html_dom.php | 801 return preg_match('/^' . preg_quote($pattern, '/') . '/', $value); 803 return preg_match('/' . preg_quote($pattern, '/') . '$/', $value); 805 return preg_match('/' . preg_quote($pattern, '/') . '/', $value);
|
| /template/strap/ComboStrap/ |
| H A D | Site.php | 911 $dir = preg_replace('/^' . preg_quote($_SERVER['DOCUMENT_ROOT'], '/') . '/', '',
|