/template/twigstarter/vendor/twig/twig/src/ |
H A D | ExtensionSet.php | 194 if ($count && preg_match('#^'.$pattern.'$#', $name, $matches)) { 195 array_shift($matches); 196 $function->setArguments($matches); 253 if ($count && preg_match('#^'.$pattern.'$#', $name, $matches)) { 254 array_shift($matches); 255 $filter->setArguments($matches); 382 if (preg_match('#^'.$pattern.'$#', $name, $matches)) { 383 array_shift($matches); 384 $test->setArguments($matches);
|
H A D | Lexer.php | 170 … preg_match_all($this->regexes['lex_tokens_start'], $this->code, $matches, \PREG_OFFSET_CAPTURE); 171 $this->positions = $matches;
|
H A D | ExpressionParser.php | 253 …if (preg_match(Lexer::REGEX_NAME, $token->getValue(), $matches) && $matches[0] == $token->getValue…
|
/template/mikio/ |
H A D | mikio.php | 1153 $string = preg_replace_callback('/%([^%]+)%/', function ($matches) use ($lang) { 1154 return isset($lang[$matches[1]]) ? $lang[$matches[1]] : ''; 1181 if (preg_match('/^([a-zA-Z]+)=(.*)/', $value, $matches)) { 1182 $key = strtolower($matches[1]); // Extract the key (a-zA-Z part) 1185 $str .= $matches[2]; 1200 $string = preg_replace_callback('/{([^}]+)}/', function ($matches) use ($options) { 1201 $key = strtolower($matches[1]); 1438 preg_match_all('/(<li[^>]*>.+?<\/li>)/', $html, $matches); 1439 if (count($matches) > [all...] |
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | EscaperExtension.php | 263 $string = preg_replace_callback('#[^a-zA-Z0-9,\._]#Su', function ($matches) { 264 $char = $matches[0]; 314 $string = preg_replace_callback('#[^a-zA-Z0-9]#Su', function ($matches) { 315 $char = $matches[0]; 335 $string = preg_replace_callback('#[^a-zA-Z0-9,\.\-_]#Su', function ($matches) { 342 $chr = $matches[0];
|
H A D | CoreExtension.php | 911 preg_match_all('/./us', $string, $matches); 913 $string = implode('', array_reverse($matches[0]));
|
/template/kajukkk/ |
H A D | Snoopy.class.php | 864 preg_match("/^(Location:|URI:)[ ]+(.*)/i",chop($currentHeader),$matches); 866 if(!preg_match("|\:\/\/|",$matches[2])) 871 if(!preg_match("|^/|",$matches[2])) 872 $this->_redirectaddr .= "/".$matches[2]; 874 $this->_redirectaddr .= $matches[2]; 877 $this->_redirectaddr = $matches[2]; 1034 if(!preg_match("|\:\/\/|",$matches[2])) 1039 if(!preg_match("|^/|",$matches[2])) 1040 $this->_redirectaddr .= "/".$matches[2]; 1042 $this->_redirectaddr .= $matches[2]; [all …]
|
/template/bootstrap3/ |
H A D | SVG.php | 50 if (preg_match('/((<path\b([\s\S]*?)\/>)|(<path\b([\s\S]*?)><\/path>))/', $svg, $matches) !== 1) { 55 $svg = $matches[1];
|
H A D | Template.php | 1196 * @param array $matches 1200 private function _replaceWikiCurrentIdCallback($matches) 1205 if ($ID == $matches[1]) { 1876 /** @var array $matches */ 1877 preg_match('/plugin_+(\w+[^_])_+plugin_settings_name/', $elm->id, $matches); 1879 $plugin_name = $matches[1]; 1198 _replaceWikiCurrentIdCallback($matches) global() argument
|
/template/lilas/ |
H A D | sidebar.php | 141 preg_match($pattern, $content, $matches); 142 return substr($matches[0], 22, -14);
|
/template/mikio/assets/ |
H A D | mikio-typeahead.js | 278 var matches = item.match(/(>)([^<]*)(<)/g); 282 if (matches && matches.length) { 284 for (i = 0; i < matches.length; ++i) { 285 if (matches[i].length > 2) {// escape '><' 286 first.push(matches[i]); 301 if (m && m.length > 0) {// find all text nodes matches
|
H A D | mikio.js | 440 themeMode = prefersColorSchemeQuery.matches ? 'dark' : 'light'; 488 if (sibling.matches(selector)) return sibling; 497 if (sibling.matches(selector)) return sibling;
|
/template/mikio/inc/ |
H A D | simple_html_dom.php | 636 // Check if ID matches 861 * Optionally matches a id name, consisting of an "#" followed by 866 * Optionally matches a list of classs, consisting of an "." 872 * Optionally matches the attributes list 884 $matches, 889 $debug_object->debug_log(2, 'Matches Array: ', $matches); 895 foreach ($matches as $m) { 931 // Skip empty matches 1126 $matches, 1130 foreach ($matches a [all...] |
/template/bootstrap3/inc/ |
H A D | simple_html_dom.php | 632 // Check if ID matches 857 * Optionally matches a id name, consisting of an "#" followed by 862 * Optionally matches a list of classs, consisting of an "." 868 * Optionally matches the attributes list 880 $matches, 885 $debug_object->debug_log(2, 'Matches Array: ', $matches); 891 foreach ($matches as $m) { 927 // Skip empty matches 1122 $matches, 1126 foreach ($matches a [all...] |
/template/twigstarter/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 258 …preg_match_all('/--TEMPLATE(?:\((.*?)\))?--(.*?)(?=\-\-TEMPLATE|$)/s', $test, $matches, \PREG_SET_… 259 foreach ($matches as $match) {
|
/template/kiwiki/ |
H A D | script.js | 26 window.matchMedia("(prefers-color-scheme: dark)").matches
|
/template/starterbootstrap/js/ |
H A D | respond.min.js | 6 …x; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.do…
|
/template/kajukkk/js/ |
H A D | respond.min.js | 6 …x; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.do…
|
/template/sprintdoc/js/legacy/ |
H A D | respond.min.js |
|
/template/parallax/lib/js/ |
H A D | retina-1.1.0.js | 55 if (root.matchMedia && root.matchMedia(mediaQuery).matches)
|
H A D | retina-1.1.0.min.js | 10 …)";if(b.devicePixelRatio>1){return true}if(b.matchMedia&&b.matchMedia(f).matches){return true}retu…
|
/template/pinkberrynight/ |
H A D | README.md | 18 * Minor styling of the Cloud plugin, so that it always matches, even when you change the colors of …
|
/template/trendclassic/css/ |
H A D | trendclassic.css | 209 /* matches link padding except for left and right */ 267 text-align: center; /* matches
|
/template/twigstarter/vendor/composer/ |
H A D | InstalledVersions.php | 123 return $provided->matches($constraint);
|
/template/ospyramid/js/libs/ |
H A D | jquery-1.6.1.js | 3889 Sizzle.matches = function( expr, set ) { function 4917 …matches = html.matchesSelector || html.mozMatchesSelector || html.webkitMatchesSelector || html.ms… variable 4919 if ( matches ) { 4922 var disconnectedMatch = !matches.call( document.createElement( "div" ), "div" ), 4928 matches.call( document.documentElement, "[test!='']:sizzle" ); 5205 matches = {}, 5212 if ( !matches[ selector ] ) { 5213 matches[ selector ] = POS.test( selector ) ? 5220 for ( selector in matches ) { 5221 match = matches[ selector ]; [all …]
|