Home
last modified time | relevance | path

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

12

/template/argon-alt/assets/js/core/
H A Djquery.min.js2matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&…
/template/argon/assets/js/core/
H A Djquery.min.js2matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&…
/template/bootie/js/
H A Djquery-3.3.1.min.js2matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&…
/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/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/breeze/bower_components/gumby/js/libs/
H A Djquery-1.10.1.min.js4matches=function(e,t){return at(e,null,null,t)},at.matchesSelector=function(e,t){if((e.ownerDocume… function
5 …),1===t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,functi…
H A Djquery-1.10.1.min.map1 …,"sortInput","setDocument","documentIsHTML","rbuggyQSA","rbuggyMatches","matches","contains","pref…
H A Djquery-2.0.2.min.js4matches=function(e,t){return ot(e,null,null,t)},ot.matchesSelector=function(e,t){if((e.ownerDocume… function
5 …),1===t.length&&1===r.nodeType?x.find.matchesSelector(r,e)?[r]:[]:x.find.matches(e,x.grep(t,functi…
H A Djquery-2.0.2.min.map1 …,"sortInput","setDocument","documentIsHTML","rbuggyQSA","rbuggyMatches","matches","contains","pref…
/template/bushwick/
H A Dmasonry3.3.8.min.js10 …rn!0;return!1}function e(a,d){return c(a),b(a,d)}var f,g=function(){if(a.matches)return"matches";i…
/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/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/kiwiki/
H A Dscript.js21 window.matchMedia("(prefers-color-scheme: dark)").matches
/template/klean/bootstrap/css/
H A Dbootstrap.css.map1 …tically misaligned. As a workaround, we\n// set a pixel line-height that matches the given height …
H A Dbootstrap.min.css.map1 …tically misaligned. As a workaround, we\n// set a pixel line-height that matches the given height …
/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/mikio/
H A Dmikio.php1152 $string = preg_replace_callback('/%([^%]+)%/', function ($matches) use ($lang) {
1153 return isset($lang[$matches[1]]) ? $lang[$matches[1]] : '';
1180 if (preg_match('/^([a-zA-Z]+)=(.*)/', $value, $matches)) {
1181 $key = strtolower($matches[1]); // Extract the key (a-zA-Z part)
1184 $str .= $matches[2];
1199 $string = preg_replace_callback('/{([^}]+)}/', function ($matches) use ($options) {
1200 $key = strtolower($matches[1]);
1437 preg_match_all('/(<li[^>]*>.+?<\/li>)/', $html, $matches);
1438 if (count($matches) >
[all...]
/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 …]
H A Djquery-1.6.1.min.js17 …(g)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},k.matches=function(a,b){ret… function
/template/panoramacake/css/
H A Dstylesheet_dark.less500 /* matches link padding except for left and right */
H A Dstylesheet_light.less500 /* matches link padding except for left and right */

12