Home
last modified time | relevance | path

Searched refs:pattern (Results 276 – 300 of 693) sorted by relevance

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

/plugin/icons/syntax/
H A Dglyphicon.php20 protected $pattern = '{{glyphicon>.+?}}'; variable in syntax_plugin_icons_glyphicon
H A Dmdi.php20 protected $pattern = '{{mdi>.+?}}'; variable in syntax_plugin_icons_mdi
H A Dra.php20 protected $pattern = '{{ra>.+?}}'; variable in syntax_plugin_icons_ra
H A Dsilk.php20 protected $pattern = '{{silk>.+?}}'; variable in syntax_plugin_icons_silk
H A Doxygen.php20 protected $pattern = '{{oxygen>.+?}}'; variable in syntax_plugin_icons_oxygen
/plugin/codemirror/dist/modes/
H A Dturtle.min.js.map1pattern\") {\n state.context.align = true;\n }\n\n if (curPunc == \"(\") pushCont…
/plugin/webcomponent/syntax/
H A Ddropdown.php88 $pattern = webcomponent::getLookAheadPattern(self::getTag());
89 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
/plugin/publistx/
H A Dsyntax.php40 …$pattern = '/\[publist(?:\|(page|file|url):(.+?))(?:\|(wiki|html):(page|file|url):(.+?))(?:\|(.+?(…
41 if ( 0 === preg_match($pattern, $match, $matches) ) {
/plugin/toctweak/syntax/
H A Dmetatoc.php14 protected $pattern = array( variable in syntax_plugin_toctweak_metatoc
34 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/searchpattern/
H A Dplugin.info.txt6 desc Find a specified pattern inside wiki pages. syntax : ~~SEARCHPATTERN(:|;|\#)\'[pattern or re…
/plugin/block/
H A Dsyntax.php173 $pattern = "/
179 if (preg_match($pattern, $c)) return $c;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php143 $pattern = '/([^:]*):([0-9]+)/';
149 if (preg_match($pattern, $node['http']['publish_address'], $match) === 1) {
/plugin/combo/syntax/
H A Drailroad.php74 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
75 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
91 * The handle function goal is to parse the matched syntax through the pattern function
H A Dnote.php90 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
91 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dpreformatted.php107 foreach ($patterns as $pattern) {
108 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
129 * The handle function goal is to parse the matched syntax through the pattern function
/plugin/pubmed2020/classes/
H A Dcache.php396 $pattern = "";
398 $pattern = '~PMC - PMC(.*)~';
400 $pattern = '~PMID- (.*)~';
402 $r = preg_match($pattern, $raw, $matches);
H A Dpubmed2020.php85 $pattern = "/PMID- (\d+)/";
86 if (preg_match($pattern, $r, $m)){
107 $pattern = "/<pre class=\"search-results-chunk\">((?:.*?\r?\n?)*)<\/pre>/";
108 if (preg_match($pattern, $content, $m, PREG_UNMATCHED_AS_NULL)) {
1004 $pattern = "/\s*".$c."\s+/i";
1006 $abstract = preg_replace($pattern, "$lf$boldS$c$boldE ", $abstract);
/plugin/extendpage/db/
H A Dupdate0001.sql3 pattern NOT NULL, field
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.php.js5 …cy('php','php-script');Syntax.register('php',function(brush){brush.push({pattern:/(<\?(php)?)((.|\…
/plugin/alphaindex/
H A Dsyntax.php229 foreach($articlesDeletionPatterns as $pattern) {
230 if(eregi($pattern, $pageName, $result)) {
231 $pageName = eregi_replace($pattern, '', $pageName);
/plugin/linkback/action/
H A Ddisplay.php251 $pattern = '/<div id="toc__inside">(.*?)<\/div>\s<\/div>/s';
252 if (!preg_match($pattern, $event->data[1], $match))
268 $event->data[1] = preg_replace($pattern, $new, $event->data[1]);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php171 foreach($filter as $item => $pattern) {
172 … $this->_pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
186 foreach($this->_pattern as $item => $pattern) {
188 if(!preg_match($pattern, $user)) return false;
190 if(!count(preg_grep($pattern, $info['grps']))) return false;
192 if(!preg_match($pattern, $info[$item])) return false;
/plugin/revisionsdue/
H A Dsyntax.php73 $pattern = '/<revision_frequency>\-?\d+<\/revision_frequency>/i';
74 $count = preg_match($pattern, $body, $matches);
/plugin/publistf/
H A Dsyntax.php41 …$pattern = '/\[publist(?:\|(page|file|url):(.+?))(?:\|(wiki|html):(page|file|url):(.+?))(?:\|(.+?(…
42 if ( 0 === preg_match($pattern, $match, $matches) ) {
/plugin/refnotes/syntax/
H A Dnotes.php146 foreach ($propertyMatch as $name => $pattern) {
147 if (preg_match($pattern, $t) == 1) {

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