Home
last modified time | relevance | path

Searched refs:matches (Results 1076 – 1100 of 1144) sorted by last modified time

1...<<414243444546

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.scala.js5 …bleQuotedString);brush.push({pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMat…
H A Djquery.syntax.brush.xml.js5matches:Syntax.extractMatches({klass:'namespace'},{klass:'tag-name'})});brush.push({pattern:/([^=\…
H A Djquery.syntax.brush.yaml.js5 …rn:/(&|\*)[a-z0-9]+/gi,klass:'constant'});brush.push({pattern:/(.*?):/gi,matches:Syntax.extractMat…
H A Djquery.syntax.brush.clang.js6matches:Syntax.extractMatches({klass:'type'})});brush.push({pattern:/#.*$/gmi,klass:'preprocessor'…
H A Djquery.syntax.brush.kai.js5 …r);brush.push(Syntax.lib.webLink);brush.push({pattern:/\(([^\s\(\)]+)/gi,matches:Syntax.extractMat…
H A Djquery.syntax.brush.protobuf.js7 …push(Syntax.lib.camelCaseType);brush.push({pattern:/\s+(\w+)\s*=\s*\d+/g,matches:Syntax.extractMat…
H A Djquery.syntax.brush.apache.js5matches:Syntax.extractMatches({klass:'tag',allow:['attribute','tag-name','string']},{klass:'tag-na…
H A Djquery.syntax.brush.bash.js5 …h',function(brush){brush.push({pattern:/^([\w@:~ ]*?[\$|\#])\s+(.*?)$/gm,matches:Syntax.extractMat…
H A Djquery.syntax.brush.html.js5matches:Syntax.extractMatches({brush:'javascript'})});brush.push({pattern:/<style.*?type=.?text\/c…
H A Djquery.syntax.brush.io.js5 …b([ \t]+([a-z]+))/gi,matches:Syntax.extractMatches({index:2,klass:'function'})});brush.push({patte…
H A Djquery.syntax.brush.ruby.js5matches:Syntax.extractMatches({klass:'function'})};Syntax.lib.rubyStyleSymbol={pattern:/([:]?):\w+… property in Syntax.lib.rubyStyleFunction
H A Djquery.syntax.brush.super-collider.js5 …h(Syntax.lib.hexNumber);brush.push({pattern:/(?:\.)([a-z_][a-z0-9_]*)/gi,matches:Syntax.extractMat…
H A Djquery.syntax.brush.assembly.js5 …a-zA-Z0-9_]*:/gm,klass:'label'});brush.push({pattern:/^\s*([a-zA-Z]+)/gm,matches:Syntax.extractMat…
H A Djquery.syntax.brush.css.js5 …operty']});brush.push({pattern:/\s*([\:\.\[\]\"\'\=\s\w#\.\-,]+)\s+\{/gm,matches:Syntax.extractMat…
6 …=(\}|\;)))/g,matches:Syntax.extractMatches({klass:'value',allow:['color'],only:['properties']})});…
H A Djquery.syntax.brush.ocaml.js5matches:Syntax.extractMatches({klass:'type'})});brush.push({pattern:/(?:\.)([a-z_][a-z0-9_]+)/gi,m…
H A Djquery.syntax.brush.csharp.js5 …tax.lib.cStyleFunction);brush.push({pattern:/(?:\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMat…
/plugin/mytemplate/
H A Daction.php264 $matches = array();
276 …+|(?R))*))?(:(?P<param3>([^:~]+|(?R))*))?~(?P<store_only>!)?~/", $text, $matches, PREG_SET_ORDER |…
277 foreach ($matches as $match) {
/plugin/aceeditor/
H A Dpreview.php32 if (preg_match('/<img src="(.*?\?media=(.*?))"/', $xhtml, $matches)) {
33 $url = $matches[1];
34 $path = mediaFN($matches[2]);
/plugin/command/inc/
H A Dembedding.php198 $matches = array();
199 if(!preg_match(COMMANDPLUGIN_CALL_PREG, $callString, $matches))
202 $cmdName = strtolower($matches[1]);
203 if(sizeof($matches) == 2)
206 $rawParams = explode('&', substr($matches[2], 1));
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/semanticdata/syntax/
H A Dentry.php70 preg_match('/^(.*?(?<![&\\\\]))(?:#(.*))?$/',$line, $matches);
71 $line = $matches[1];
78 if (isset($matches[2])) $column['comment'] = $matches[2];
/plugin/icalendar/
H A Dsyntax.php289 preg_match_all($regex_vevent, $content, $matches, PREG_PATTERN_ORDER);
300 foreach ($matches[1] as $vevent) {
/plugin/autotweet/
H A DOAuth.php748 while (preg_match($pattern, $header, $matches, PREG_OFFSET_CAPTURE, $offset) > 0) {
749 $match = $matches[0];
750 $header_name = $matches[2][0];
751 $header_content = (isset($matches[5])) ? $matches[5][0] : $matches[4][0];
/plugin/pagemove/
H A Dadmin.php556 $matches = array();
581 $matches = array();
654 $matches = array();
661 $replacementNamespace = '.:'.$matches[1].':';
669 $matches = array();
680 if ( preg_match('#^'.$bns.':(.*)$#', $opts['ns'], $matches) ) {
774 preg_match_all('#\[\[(.+?)\]\]#si', $text, $matches, PREG_SET_ORDER);
775 foreach($matches as $match) {
814 preg_match_all('#{{(.[^>]+?)}}#si', $text, $matches, PREG_SET_ORDER);
815 foreach($matches as $match) {
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3332 var match = true, name, matches;
3334 name = token[0], matches = token[1];
3507 tagName: function(element, matches) { argument
3511 className: function(element, matches) { argument
3515 id: function(element, matches) { argument
3516 return element.id === matches[1];
3519 attrPresence: function(element, matches) { argument
3523 attr: function(element, matches) { argument
3525 return nodeValue && Selector.operators[matches[2]](nodeValue, matches[5] || matches[6]);
3878 h.mark(matches);
[all …]

1...<<414243444546