Home
last modified time | relevance | path

Searched refs:pattern (Results 351 – 375 of 693) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.csharp.js5 …cess,{klass:'access'});brush.push(Syntax.lib.cStyleFunction);brush.push({pattern:/(?:\.)([a-z_][a-…
H A Djquery.syntax.brush.ooc.js5 …,{klass:'keyword'});brush.push(operators,{klass:'operator'});brush.push({pattern:/0[xcb][0-9a-fA-F…
H A Djquery.syntax.brush.basic.js5 Syntax.lib.vbStyleComment={pattern:/' .*$/gm,klass:'comment',allow:['href']};Syntax.register('basic… property in Syntax.lib.vbStyleComment
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1592 * @param string $pattern
1596 public static function assertRegExp($pattern, $string, $message = '') argument
1598 if (!is_string($pattern)) {
1606 $constraint = new PHPUnit_Framework_Constraint_PCREMatch($pattern);
1614 * @param string $pattern
1618 public static function assertNotRegExp($pattern, $string, $message = '') argument
1620 if (!is_string($pattern)) {
1629 new PHPUnit_Framework_Constraint_PCREMatch($pattern)
2676 * @param string $pattern
2680 public static function matchesRegularExpression($pattern) argument
[all …]
/plugin/publist/bib2tpl/
H A Dchangelog6 languge file as a pattern. This way, month sorting can be done correctly
/plugin/publistf/bib2tpl/
H A Dchangelog6 languge file as a pattern. This way, month sorting can be done correctly
/plugin/publistx/bib2tpl/
H A Dchangelog6 languge file as a pattern. This way, month sorting can be done correctly
/plugin/authowncloud/
H A Dauth.php183 foreach($filter as $item => $pattern) {
188 $tmp = "%$pattern%";
/plugin/minimap/
H A Dsyntax.php22 $pattern = '<' . $this->getPluginName() . '[^>]*>';
23 $this->Lexer->addSpecialPattern($pattern, $aMode, 'plugin_' . $this->getPluginName());
H A DREADME.md32 <minimap suppress="regular expression pattern" includeDirectory="false" debug="false" showHeader="t…
37 …ion pattern" part of the page title. It uses the function [preg_replace](http://php.net/manual/en/…
/plugin/displayfile/
H A Dsyntax.php42 $pattern = '<<' . 'display' . '\s' . 'file' . '\s' . '[a-z0-9_\-]+?' . '\s*' . '.*?' . '>>';
43 $this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_displayfile');
/plugin/combo/syntax/
H A Dcontentlist.php168 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
169 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
185 * The handle function goal is to parse the matched syntax through the pattern function
H A Dminimap.php26 $pattern = '<' . self::MINIMAP_TAG_NAME . '[^>]*>';
27 $this->Lexer->addSpecialPattern($pattern, $aMode, PluginUtility::getModeFromTag($this->getPluginComponent()));
56 * The handle function goal is to parse the matched syntax through the pattern function
72 // As there is only one call to connect to in order to a add a pattern,
126 // As there is only one call to connect to in order to a add a pattern,
/plugin/combo/grammar/
H A DPageSql.g4196 pattern: (StringLiteral|NumberLiteral);
210 (LIKE pattern (ESCAPE StringLiteral)?)
212 (GLOB pattern)
/plugin/gitbacked/lib/
H A DGit.php701 * @param string $pattern Shell wildcard pattern to match tags against.
704 public function list_tags($pattern = null) { argument
705 $tagArray = explode("\n", $this->run("tag -l $pattern"));
/plugin/codemirror/dist/modes/
H A Dq.min.js.map1pattern\"){\n state.context.align=true;\n }\n if(curPunc==\"(\")pushContext(state…
/plugin/tplinc/lang/en/
H A Dhelp.txt1 As pattern you can use the following:
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js577 var pattern = this.GetFinalStyleValue() ;
579 if ( elementStyle.length > 0 && pattern.length == 0 )
582 pattern = '(^|;)\\s*(' +
583 pattern.replace( /\s*([^ ]+):.*?(;|$)/g, '$1|' ).replace( /\|$/, '' ) +
586 var regex = new RegExp( pattern, 'gi' ) ;
/plugin/owncloud/
H A Dhelper.php381 foreach($allowedImagesURLregexp as $pattern){
382 $pattern = trim($pattern);
383 if(empty($pattern)) continue;
384 if(preg_match('#'.str_replace('#','\\#',$pattern).'#i',$url)){
/plugin/mundart/
H A Drenderer.php73 * This function takes an array of ('/pattern/' => 'replacement') pairs
/plugin/bureaucracy-au/
H A Dsyntax.php464 $pattern = $this->patterns[$label];
467 $pattern,
472 $input = preg_replace($pattern, $value, $input);
/plugin/bureaucracyau/
H A Dsyntax.php464 $pattern = $this->patterns[$label];
467 $pattern,
472 $input = preg_replace($pattern, $value, $input);
/plugin/inclform/
H A Dsyntax.php128 $pattern = "/(<\?php)(.*?)(\?>)/is";
/plugin/txtconf/
H A Dtxtconfig.class.php159 $pattern = '/\$'.$this->_name.'\[[\'"]([^=]+)[\'"]\] ?= ?(.*?);/';
161 preg_match_all($pattern,$contents,$matches,PREG_SET_ORDER);
/plugin/mellelexport/
H A Drenderer.php181 $pattern = '<p style="ps-0" dir="ltr"></p>';
182 while (substr($this->doc, 0, strlen($pattern)) == $pattern) {
183 $this->doc = substr($this->doc, strlen($pattern));

1...<<11121314151617181920>>...28