Home
last modified time | relevance | path

Searched refs:matches (Results 1101 – 1125 of 1144) sorted by last modified time

1...<<414243444546

/plugin/s5reloaded/ui/thesis/
H A Dslides.js684 var matches = sregex.exec(window.location.hash);
686 if (matches != null) {
687 dest = parseInt(matches[1]);
1125 var matches = sregex.exec(val);
1126 if (matches == null) {
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …(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
/plugin/autlogin/
H A Dadmin.php1106 $matches = preg_grep('/^'.preg_quote($page,'/').'\s+('.$user.')\s+/'.$ci,$AUTH_ACL);
1108 if(count($matches)){
1109 foreach($matches as $match){
/plugin/signhere/
H A Dsyntax.php58 preg_match('/-_(.*?)_-/', $match, $matches);
59 return array($matches[1]);
/plugin/actickets/
H A Dsyntax.php71 if (preg_match('/'.self::PATTERN_PROJECT_GRP.'/', $match, $matches)) {
72 $this->projectId = $matches[1];
73 …g_match('/'.$this->getConf('actickets.hash').self::PATTERN_FULLTICKET_GRP.'/', $match, $matches)) {
74 $data['ticketId'] = $matches[1];
75 $data['projectId'] = $matches[2];
76 …(preg_match('/'.$this->getConf('actickets.hash').self::PATTERN_TICKET_GRP.'/', $match, $matches)) {
77 $data['ticketId'] = $matches[1];
H A Dscript.js18 matches = ticket.href.match(actickets.pattern);
19 if (matches) {
21 ticket.projectId = matches[1];
22 ticket.ticketId = matches[2];
/plugin/floatdiv/syntax/
H A Dfloathead.php42 preg_match('/^~(\$+) (.+)? (\$+)~/',$match,$matches);
43 return array(strlen($matches[1]),$matches[2]);
H A Dfloat.php50 $matches = preg_split('/\]/u',$match,2);
51 if (trim($matches[0]) == ''){
52 $matches[0]=NULL;
55 $matches[0] = trim($matches[0]);
58 preg_match('/(right|left)/i', $matches[0],$side);
59 preg_match('/width=([0-9]+)/i', $matches[0],$width);
60 preg_match('/size=([0-9]+)/i', $matches[0], $size);
61 preg_match('/background=#([0-9a-fA-F]{6})/i', $matches[0], $background);
/plugin/translator/
H A Dadmin.php353 $matches = array();
354 if ( !preg_match("/$CategoryRegex/", $FILE['name'], $matches) ) {
360 $FILE['lang'] = preg_replace("/^_?(.*?)_?$/", "$1", $matches[1]);
/plugin/dpicorrect/
H A Daction.php45 preg_match("/media=([^\"]+\.(jpg|png))\"/",$img,$matches);
46 $link = str_replace(":","/",$matches[1]);
/plugin/swfobject/
H A Dsyntax.php56 if( preg_match('%<swfobject\s([^\r\n\|]*?)>%', $match, $matches) ) {
58 $conf = split('\?', $matches[1], 2);
/plugin/processing/
H A Dscript.js3399 var matches = [];
3405 matches.push(kid);
3408 return matches;
3437 var matches = this.getChildren(items[offset]);
3439 for (var i = 0; i < matches.length; i++) {
3440 kidMatches = matches[i].getChildrenRecursive(items, offset+1);
/plugin/gil/
H A Dsyntax.php213 $matches= explode (',', $hpool);
214 $factor= $matches[1];
/plugin/cronojob/
H A Dpseudocron.php227 … (preg_match("~^(\\*|([0-9]{1,2})(-([0-9]{1,2}))?)(/([0-9]{1,2}))?$~",$subelements[$i],$matches)) {
228 if ($matches[1]=="*") {
229 $matches[2] = 0; // from
230 $matches[4] = $numberOfElements; //to
231 } elseif ($matches[4]=="") {
232 $matches[4] = $matches[2];
234 if ($matches[5][0]!="/") {
235 $matches[6] = 1; // step
237 …for ($j=$this->lTrimZeros($matches[2]);$j<=$this->lTrimZeros($matches[4]);$j+=$this->lTrimZeros($m…
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php288 … (preg_match("~^(\\*|([0-9]{1,2})(-([0-9]{1,2}))?)(/([0-9]{1,2}))?$~",$subelements[$i],$matches)) {
289 if ($matches[1]=="*") {
290 $matches[2] = 0; // from
291 $matches[4] = $numberOfElements; //to
292 } elseif ($matches[4]=="") {
293 $matches[4] = $matches[2];
295 if ($matches[5][0]!="/") {
296 $matches[6] = 1; // step
298 …for ($j=$this->lTrimZeros($matches[2]);$j<=$this->lTrimZeros($matches[4]);$j+=$this->lTrimZeros($m…
H A Dpseudo-cron.inc.php245 … (preg_match("~^(\\*|([0-9]{1,2})(-([0-9]{1,2}))?)(/([0-9]{1,2}))?$~",$subelements[$i],$matches)) {
246 if ($matches[1]=="*") {
247 $matches[2] = 0; // from
248 $matches[4] = $numberOfElements; //to
249 } elseif ($matches[4]=="") {
250 $matches[4] = $matches[2];
252 if ($matches[5][0]!="/") {
253 $matches[6] = 1; // step
255 …for ($j=$this->lTrimZeros($matches[2]);$j<=$this->lTrimZeros($matches[4]);$j+=$this->lTrimZeros($m…
/plugin/jquery/
H A Djquery-1.4.2.min.js73 …(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){ret… function
99 …)}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:functio…
H A Djquery-1.4.2.js2786 Sizzle.matches = function(expr, set){ function
3773 var ret = [], cur = this[0], match, matches = {}, selector;
3779 if ( !matches[selector] ) {
3780 matches[selector] = jQuery.expr.match.POS.test( selector ) ?
3787 for ( selector in matches ) {
3788 match = matches[selector];
3792 delete matches[selector];
3921 return jQuery.find.matches(expr, elems);
H A Dscript.js19matches=function(S,T){return F(S,null,null,T)};F.find=function(Z,S,aa){var Y,W;if(!Z){return[]}for… function
/plugin/crypto/
H A Dsyntax.php91 if (ereg($pattern, $xml, $matches)) {
92 return $matches[1];
101 if (ereg($pattern, $xml, $matches)) {
102 return $matches[1];
106 if (ereg($pattern, $xml, $matches)) {
107 return $matches[1];
/plugin/wow/
H A Dsyntax.php172 $name = $matches[1];
/plugin/jmol2/jmol/
H A DCHANGES.txt2637 # multiple matches are allowed -- implied AND:
3401 # mistakenly matches a String[] signature to a String, or vice-versa.
/plugin/userannotations/
H A Daction.php42 if(preg_match($pattern, $ID, $matches))
44 $annotated_page = str_replace($matches[0], '', $ID);
/plugin/multitemplate_styleman/
H A Daction.php50 if (preg_match('/\/([^\/]+)\/$/',$DOKU_TPL,$matches))
51 $template = $matches[1];
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js259 this.matches[this.matches.length] = new dp.sh.Match(match[0], match.index, css);
319 var c = this.matches[i];
465 if(matches != null && matches.length > 0)
493 this.matches = new Array();
519 if(this.matches.length == 0)
529 this.matches = this.matches.sort(dp.sh.Highlighter.SortCallback);
535 if(this.IsInside(this.matches[i]))
536 this.matches[i] = null;
542 var match = this.matches[i];
604 var matches = null;
[all …]

1...<<414243444546