Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 49) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/
H A DExtensionSet.php194 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 DLexer.php170 … preg_match_all($this->regexes['lex_tokens_start'], $this->code, $matches, \PREG_OFFSET_CAPTURE);
171 $this->positions = $matches;
H A DExpressionParser.php253 …if (preg_match(Lexer::REGEX_NAME, $token->getValue(), $matches) && $matches[0] == $token->getValue…
/template/mikio/
H A Dmikio.php1137 $string = preg_replace_callback('/%([^%]+)%/', function ($matches) use ($lang) {
1138 return isset($lang[$matches[1]]) ? $lang[$matches[1]] : '';
1165 if (preg_match('/^([a-zA-Z]+)=(.*)/', $value, $matches)) {
1166 $key = strtolower($matches[1]); // Extract the key (a-zA-Z part)
1169 $str .= $matches[2];
1184 $string = preg_replace_callback('/{([^}]+)}/', function ($matches) use ($options) {
1185 $key = strtolower($matches[1]);
1422 preg_match_all('/(<li[^>]*>.+?<\/li>)/', $html, $matches);
1423 if (count($matches) >
[all...]
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DEscaperExtension.php263 $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 DCoreExtension.php911 preg_match_all('/./us', $string, $matches);
913 $string = implode('', array_reverse($matches[0]));
/template/kajukkk/
H A DSnoopy.class.php864 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 DSVG.php50 if (preg_match('/((<path\b([\s\S]*?)\/>)|(<path\b([\s\S]*?)><\/path>))/', $svg, $matches) !== 1) {
55 $svg = $matches[1];
H A DTemplate.php1196 * @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 Dsidebar.php141 preg_match($pattern, $content, $matches);
142 return substr($matches[0], 22, -14);
/template/mikio/assets/
H A Dmikio-typeahead.js278 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 Dmikio.js440 themeMode = prefersColorSchemeQuery.matches ? 'dark' : 'light';
488 if (sibling.matches(selector)) return sibling;
497 if (sibling.matches(selector)) return sibling;
/template/mikio/inc/
H A Dsimple_html_dom.php636 // 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 Dsimple_html_dom.php632 // 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 DIntegrationTestCase.php258 …preg_match_all('/--TEMPLATE(?:\((.*?)\))?--(.*?)(?=\-\-TEMPLATE|$)/s', $test, $matches, \PREG_SET_…
259 foreach ($matches as $match) {
/template/kiwiki/
H A Dscript.js21 window.matchMedia("(prefers-color-scheme: dark)").matches
/template/starterbootstrap/js/
H A Drespond.min.js6 …x; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.do…
/template/kajukkk/js/
H A Drespond.min.js6 …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 Drespond.min.js5 !function(a){"use strict";a.matchMedia=a.matchMedia||function(a){var b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElement("div");return f.id="mq-test-1",f.style.cssText="position:absolute;top:-100em",e.style.background="none",e.appendChild(f),function(a){return f.innerHTML='&shy;<style media="'+a+'"> #mq-test-1 { width: 42px; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){u(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex={media:/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi,keyframes:/@(?:\-(?:o|moz|webkit)\-)?keyframes[^\{]+\{(?:[^\{\}]*\{[^\}\{]*\})+[^\}]*\}/gi,urls:/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,findStyles:/@media *([^\{]+)\{([\S\s]+?)$/,only:/(only\s+)?([a-zA-Z]+)\s?/,minw:/\([\s]*min\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/,maxw:/\([\s]*max\-width\s*:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/},c.mediaQueriesSupported=a.matchMedia&&null!==a.matchMedia("only all")&&a.matchMedia("only all").matches,!c.mediaQueriesSupported){var g,h,i,j=a.document,k=j.documentElement,l=[],m=[],n=[],o={},p=30,q=j. (…)
/template/parallax/lib/js/
H A Dretina-1.1.0.js55 if (root.matchMedia && root.matchMedia(mediaQuery).matches)
H A Dretina-1.1.0.min.js10 …)";if(b.devicePixelRatio>1){return true}if(b.matchMedia&&b.matchMedia(f).matches){return true}retu…
/template/pinkberrynight/
H A DREADME.md18 * Minor styling of the Cloud plugin, so that it always matches, even when you change the colors of …
/template/trendclassic/css/
H A Dtrendclassic.css209 /* matches link padding except for left and right */
267 text-align: center; /* matches
/template/twigstarter/vendor/composer/
H A DInstalledVersions.php123 return $provided->matches($constraint);
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js3889 Sizzle.matches = function( expr, set ) { function
4917matches = 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 …]

12