Home
last modified time | relevance | path

Searched refs:pattern (Results 251 – 275 of 693) sorted by relevance

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

/plugin/combo/syntax/
H A Dtoggleexpand.php68 * Create a pattern that will called this plugin
80 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
81 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dcontentlistitem.php95 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
96 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
113 * The handle function goal is to parse the matched syntax through the pattern function
H A Ddisqus.php64 * Create a pattern that will called this plugin
71 $pattern = PluginUtility::getEmptyTagPattern(self::TAG);
72 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
77 * The handle function goal is to parse the matched syntax through the pattern function
H A Dnavbargroup.php20 * The name of the class must follow a pattern (don't change it)
84 * Create a pattern that will called this plugin
102 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
103 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
118 * The handle function goal is to parse the matched syntax through the pattern function
H A Daccordion.php18 * The name of the class must follow a pattern (don't change it)
105 * Create a pattern that will called this plugin
114 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
115 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
131 * The handle function goal is to parse the matched syntax through the pattern function
H A Dnavbarcollapse.php28 * The name of the class must follow a pattern (don't change it) ie syntax_plugin_PluginName_ComponentName
99 * Create a pattern that will called this plugin
108 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
109 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
123 * The handle function goal is to parse the matched syntax through the pattern function
H A Dwebcode.php107 * Create a pattern that will called this plugin
117 $pattern = XmlTagProcessing::getContainerTagPattern(WebCodeTag::TAG);
118 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
132 * You get the match for each pattern in the $match variable
133 * $state says if it's an entry, exit or match pattern
140 * The handle function goal is to parse the matched syntax through the pattern function
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1164 foreach ($this->filters as $pattern => $filter) {
1165 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count);
1168 if (preg_match('#^'.$pattern.'$#', $name, $matches)) {
1272 foreach ($this->tests as $pattern => $test) {
1273 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count);
1276 if (preg_match('#^'.$pattern.'$#', $name, $matches)) {
1336 foreach ($this->functions as $pattern => $function) {
1337 $pattern = str_replace('\\*', '(.*?)', preg_quote($pattern, '#'), $count);
1340 if (preg_match('#^'.$pattern.'$#', $name, $matches)) {
/plugin/issuelinks/
H A Dsyntax.php43 foreach ($this->syntaxPatterns as $pattern => $class) {
44 $this->Lexer->addSpecialPattern("\[\[$pattern>.*?\]\]", $mode, 'plugin_issuelinks');
/plugin/webdav/core/
H A DServer.php98 foreach ($extra_tmp_file_patterns as $pattern) {
99 $tmp_file_filter_plugin->temporaryFilePatterns[] = $pattern;
/plugin/authyubikey/
H A Dauth.php201 $pattern = '/^('.join('|', $deleted).'):/';
202 io_deleteFromFile($config_cascade['plainauth.users']['default'], $pattern, true);
203 io_deleteFromFile(DOKU_CONF . 'users.yubikeys.php', $pattern, true);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php61 // If no pattern loaded or not the best one
126 $pattern = $this->patterns[mb_substr($text_word, $position, $win, 'UTF-8')];
128 $pattern_length = mb_strlen($pattern, 'UTF-8');
131 $char = $pattern[$i];
/plugin/codehighlight/cp/engines/
H A Dopera.js142 var pattern = new RegExp(trigger+cc,'gi');
144 this.syntaxHighlight('snippets',pattern,content);
158 var pattern = new RegExp('\\'+trigger+cc);
160 …parent.setTimeout(function () { CodePress.syntaxHighlight('complete',pattern,content)},0); // wait…
/plugin/authsaml/
H A Dsaml.php306 $pattern = '/^' . $username . ':/';
309 if (!io_deleteFromFile($this->saml_user_file, $pattern, true)) {
341 $pattern = '/^('.join('|', $deleted).'):/';
343 if(io_deleteFromFile($this->saml_user_file, $pattern, true)) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js876 pattern = nativ.replace.call(pattern, /^\(\?([\w$]+)\)/, function ($0, $1) {
893 pattern: pattern,
1057 function XRegExp(pattern, flags) {
1079 pattern = pattern === undefined ? '' : String(pattern);
1087 if (!patternCache[pattern]) {
1260 if (!regexCache[pattern]) {
1261 regexCache[pattern] = {};
1263 return regexCache[pattern][flags] || (regexCache[pattern][flags] = XRegExp(pattern, flags));
1824 pattern,
1850 pattern = patterns[i];
[all …]
/plugin/publist/
H A Dsyntax.php40 …$pattern = '/\[publist(?:\|(page|file):(.+?))(?:\|(wiki|html):(page|file):(.+?))(?:\|(.+?(?:\|.+?)…
41 if ( 0 === preg_match($pattern, $match, $matches) ) {
/plugin/webcomponent/syntax/
H A Dbutton.php97 $pattern = webcomponent::getLookAheadPattern($tag);
98 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
/plugin/interwikiformatting/
H A Dsyntax.php115 …$pattern = "/(?<!^|" . preg_quote($slash_replacement, '/') . "|" . preg_quote($anchor_replacement,…
119 $title = preg_replace($pattern, $exception, $title);
/plugin/odt/ODT/styles/
H A DODTStyle.php115 $pattern = '/<(\w)+[^\s\/>]+/';
116 if (preg_match ($pattern, $xmlCode, $matches) !== 1) {
/plugin/notification/syntax/
H A Dlist.php88 protected function getNotificationPlugins($pattern) argument
92 $plugins = preg_grep('/' . $pattern . '/', $plugins);
/plugin/combo/ComboStrap/
H A DSqlite.php130 $regexpClosure = function ($pattern, $data, $delimiter = '~', $modifiers = 'isuS') {
131 if (isset($pattern, $data) === true) {
132 return (preg_match(sprintf('%1$s%2$s%1$s%3$s', $delimiter, $pattern, $modifiers), $data) > 0);
/plugin/toctweak/syntax/
H A Dinlinetoc.php17 protected $pattern = array( variable in syntax_plugin_toctweak_inlinetoc
/plugin/icons/syntax/
H A Dtypcn.php20 protected $pattern = '{{typcn>.+?}}'; variable in syntax_plugin_icons_typcn
H A Dfa.php20 protected $pattern = '{{fa>.+?}}'; variable in syntax_plugin_icons_fa
H A Dfl.php20 protected $pattern = '{{fl>.+?}}'; variable in syntax_plugin_icons_fl

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