Home
last modified time | relevance | path

Searched refs:pattern (Results 601 – 625 of 693) sorted by last modified time

1...<<2122232425262728

/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jar ... cur boolean match int pos int x byte[] pattern int off int len int[] shiftTable int j ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/tableedit/
H A Dtableedit.js28 var pattern = "^" + multiple("#", nColumns)
38 currentPattern.compile(pattern.replace(/#/g, "\\"+headChar), "gm");
42 currentPattern.compile(pattern.replace(/#/g, "\\"+normalChar),"gm");
61 var pattern = new RegExp("[\\^\\|]","g");
64 var result = lines[i].match(pattern);
/plugin/revisionsdue/
H A Dsyntax.php73 $pattern = '/<revision_frequency>\-?\d+<\/revision_frequency>/i';
74 $count = preg_match($pattern, $body, $matches);
/plugin/dwinsect/
H A Dsyntax.php110 $pattern='\[\*\(.*?(?=\)\])\)\]'; // [*(.....)]
111 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_dwinsect' );
131 $pattern='/\[\*\('.'(?:(.*?)#)?([^|\)]*)'.'[|]?'.'(.*)'.'\)]/';
132 preg_match($pattern, $match, $subjects);
145 …$pattern='#(={2,}+[ ]*'.preg_quote(trim($anchor_name)).'[ ]*={2,}+\s*)(.*?)' .'(?=={2,}+…
146 if (preg_match($pattern, $this->wikitext, $section)) {
/plugin/searchpattern/
H A Dplugin.info.txt6 desc Find a specified pattern inside wiki pages. syntax : ~~SEARCHPATTERN(:|;|\#)\'[pattern or re…
H A Dsyntax.php336 $pattern = substr($match, 17, -3); //extract the pattern we are searching
337 …if(preg_match('/[^\']\'(\'\')*[^\']/', $pattern, $matches)){ //if there is at least one non-double…
343 $pattern=str_replace('\'\'', '\'', $pattern); //remove doubled quote from pattern
344 $params['or_pattern'] = $pattern; //and store it as original one
349 $pattern = '/'.str2regex($pattern).'/'; //convert pattern to regex
354 $pattern = '/'.str2regex($pattern).'/i'; //convert pattern to regex
359 if(!preg_match('/^\/.*\/[msixg]*$/', $pattern)){ //if regex is not correctly syntaxed
366 $params['pattern'] = $pattern; //store the final pattern that we use for searching
H A Dstyle.css36 div.dokuwiki div.sp_main table.sp_main_table span.sp_src{ /*the pattern displayed in title*/
108 div.dokuwiki div.sp_error span.sp_error_pat{ /*the faulty pattern*/
131 div.dokuwiki div.sp_warning span.sp_warning_pat{ /*the faulty pattern*/
/plugin/flowplayer/player/
H A DLICENSE.txt101 pattern of such abuse occurs in the area of products for individuals to
/plugin/projects/plugins/file/
H A Dlatex_dependency.php43 $pattern = "/\\\\$command *$parameters *\{ *(?P<content>.*?) *\}/";
44 $matched = preg_match_all($pattern, $content, $matches);
/plugin/bible/bible_douayRheims/
H A D4_Kings.txt438 … had seen the altar of Damascus, king Achaz sent to Urias, the priest, a pattern of it, and its li…
H A D1_Peter.txt94 5:3. Neither as lording it over the clergy but being made a pattern of the flock from the heart.
H A D1_Thessalonians.txt7 1:7. So that you were made a pattern to all that believe in Macedonia and in Achaia.
H A D2_Thessalonians.txt37 …3:9. Not as if we had not power: but that we might give ourselves a pattern unto you, to imitate u…
H A DExodus.txt685 25:40. Look, and make it according to the pattern that was shewn thee in the mount.
715 …26:30. And thou shalt rear up the tabernacle according to the pattern that was shewn thee in the m…
H A D1_Paralipomenon.txt908 …e, came to me written by the hand of the Lord that I might understand all the works of the pattern.
H A DHebrews.txt134 …he tabernacle: See (saith he) that thou make all things according to the pattern which was shewn t…
H A DEcclesiasticus.txt1190 …38:30. The noise of the hammer is always in his ears, and his eye is upon the pattern of the vesse…
H A DNumbers.txt339 …e, and all that came out of both sides of the branches: according to the pattern which the Lord ha…
/plugin/contactmodern/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/rack/
H A Dscript.js10 var pattern = new RegExp("(^|\\\\s)"+searchClass+"(\\\\s|\$)");
12 if ( pattern.test(els[i].className) ) {
/plugin/facebooklike/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/formatplus/
H A Dformatting.php33 var $pattern = ''; variable in FormattingPlus_Syntax_Plugin
84 $this->pattern = $this->formatting['open'] . '(?=.*' . $this->formatting['close'] . ')';
89 if (!empty($this->pattern))
90 …$this->Lexer->addEntryPattern($this->pattern, $mode, 'plugin_formatplus_'.$this->getPluginComponen…
94 if (!empty($this->pattern))
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js6 if(!RegExp.prototype.escape){RegExp.escape=function(pattern){return pattern.replace(/[\-\[\]{}()*+?… argument
26pattern:/\/\*[\s\S]*?\*\//gm,klass:'comment',allow:['href']};Syntax.lib.cppStyleComment={pattern:/… property in Syntax.lib.camelCaseType
77 …tch.prototype.split=function(pattern){var splits=[],match;while((match=pattern.exec(this.value))!=… argument
81pattern,escape){var prefix="\\b",postfix="\\b";if(!pattern.match(/^\w/)){if(!pattern.match(/\w$/))… argument
83 pattern=RegExp.escape(pattern)
84 return prefix+pattern+postfix;}
85 Syntax.Brush.MatchPattern=function(text,rule){if(!rule.pattern)
86 return[];var matches=[],pattern=new RegExp;pattern.compile(rule.pattern);while((match=pattern.exec(…
87 if(rule.incremental){pattern.lastIndex=match.index+1;}}
90 …{pattern:new RegExp(all,rule.options||'g')},rule));}else{var rule=arguments[0];if(typeof(rule.patt…
[all …]

1...<<2122232425262728