Home
last modified time | relevance | path

Searched refs:preg_quote (Results 1 – 10 of 10) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DLexer.php73preg_quote($this->options['whitespace_trim'].$this->options['tag_variable'][1], '#').'\s*'. // -}}…
75preg_quote($this->options['whitespace_line_trim'].$this->options['tag_variable'][1], '#').'['.$thi…
77 preg_quote($this->options['tag_variable'][1], '#'). // }}
85preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*\n?'. // -%}…
87preg_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], '#'). // {%
102preg_quote($this->options['whitespace_trim'].$this->options['tag_block'][1], '#').'\s*'. // -%}
104preg_quote($this->options['whitespace_line_trim'].$this->options['tag_block'][1], '#').'['.$this->…
106 preg_quote($this->options['tag_block'][1], '#'). // %}
[all …]
DExtensionSet.php192 $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/
DIckeNavigation.php126 $translationNs = preg_quote($this->getCurrentTranslation().':', '/');
127 … $active = (bool) preg_match('/^('.$translationNs.')?'.preg_quote($namespace,'/').':/',$ID);
/template/twigstarter/vendor/twig/twig/src/Util/
DDeprecationCollector.php43 ), '{'.preg_quote($ext).'$}'
/template/kiwiki/classes/
H A Dkiwiki_functions.php67 $matches = preg_grep('/^'.preg_quote($level,'/').'\s+\S+\s+\d+\s*$/',$AUTH_ACL);
/template/kajukkk/
DSnoopy.class.php165 … 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 Dlessc.inc.php101 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/
Dsimple_html_dom.php797 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 Dsimple_html_dom.php801 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 DSite.php911 $dir = preg_replace('/^' . preg_quote($_SERVER['DOCUMENT_ROOT'], '/') . '/', '',