Home
last modified time | relevance | path

Searched refs:pattern (Results 101 – 125 of 693) sorted by last modified time

12345678910>>...28

/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php34 * The start tag pattern does not allow > or /
35 * in the data to not compete with the empty tag pattern (ie <empty/>
688 * Create a lookahead pattern for a container tag used to enter in a mode
692 // this pattern ensure that the tag
697 $pattern = "(?:\s.*?>|>)";
698 return '<' . $tag . $pattern . '(?=.*?<\/' . $tag . '>)';
H A DSearch.php26 $pattern = "%$searchTermWord%";
29 $sqlParameters[] = $pattern;
H A DTagAttributes.php713 foreach ($orderPatterns as $pattern => $type) {
715 $searchPattern = "^$pattern$";
H A DTemplate.php62 $pattern = '/' .
67 $splits = preg_split($pattern, $this->_string, -1, PREG_SPLIT_DELIM_CAPTURE);
113 $pattern = '/' .
118 $result = preg_match_all($pattern, $this->_string, $matches);
/plugin/combo/syntax/
H A Dbackgrounds.php79 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
80 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
H A Dbadge.php85 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
86 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
99 * The handle function goal is to parse the matched syntax through the pattern function
H A Dbrand.php96 * Create a pattern that will called this plugin
104 $pattern = XmlTagProcessing::getContainerTagPattern(self::getTag());
105 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
108 * The empty tag pattern should be after the container pattern
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 Dcell.php110 * Create a pattern that will called this plugin
120 $pattern = XmlTagProcessing::getContainerTagPattern($tag);
121 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
138 * The handle function goal is to parse the matched syntax through the pattern function
H A Dcite.php66 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
67 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
81 * The handle function goal is to parse the matched syntax through the pattern function
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
/plugin/combo/action/
H A Dwebcode.php41 $pattern = XmlTagProcessing::getContainerTagPattern(WebCodeTag::TAG);
42 $result = preg_match("/" . $pattern . "/ms", $text);
/plugin/structodt/
H A Dhelper.php278 $pattern = '/@@' . preg_quote($label) . '(?:\[(\d+)\])?@@/';
279 $content = preg_replace_callback($pattern, function($matches) use ($value) {
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php142 $pattern = '/\[\[(?<link>.+?)\]\]/';
144 preg_match_all($pattern, $linkToCheck,$links);
323 $pattern = "/^\s*(
328 if (preg_match($pattern, $color)) {
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1pattern,t);if(_){for(var d=p[s].task,m=0;m<d.action_.length;m++){var l;if(u.actions[d.action_[m].t…
/plugin/katex/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/bbcodeextensions/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/confightmlok/
H A DLICENSE24 Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users.
/plugin/htmlokalt/
H A DLICENSE24 … aim of protecting users' freedom to change the software. The systematic pattern of such abuse occ…
/plugin/statistics/inc/
H A DBrowscap.php317 foreach ($this->_patterns as $pattern => $pattern_data) {
318 if (preg_match($pattern . 'i', $user_agent, $matches)) {
344 trim(strtolower($pattern), self::REGEX_DELIMITER),
345 $this->_pregUnQuote($pattern, $simple_match ? false : $matches)
534 $pattern = $this->_pregQuote($user_agent);
536 $matches_count = preg_match_all('@\d@', $pattern, $matches);
539 $tmp_patterns[$pattern] = $i;
541 $compressed_pattern = preg_replace('@\d@', '(\d)', $pattern);
544 $tmp_patterns[$compressed_pattern] = array('first' => $pattern);
573 foreach ($tmp_patterns as $pattern
629 deduplicateCompressionPattern($matches, & $pattern) global() argument
692 _pregUnQuote($pattern, $matches) global() argument
[all...]
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt235 The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]].
237 There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
/plugin/notification/syntax/
H A Dlist.php88 protected function getNotificationPlugins($pattern) argument
92 $plugins = preg_grep('/' . $pattern . '/', $plugins);
/plugin/odt/ODT/
H A DXMLUtil.php30 $pattern = '/'.$element.'\s[^>]*>/';
31 if (preg_match ($pattern, $xmlCode, $matches) === 1) {
390 $pattern = '/\s'.$attribute.'="[^"]*"/';
391 if (preg_match ($pattern, $xmlCode, $matches) === 1) {
408 $pattern = '/\s[-:_.a-zA-Z0-9]+="[^"]*"/';
409 if (preg_match_all ($pattern, $xmlCode, $matches, PREG_SET_ORDER) > 0) {
/plugin/odt/ODT/styles/
H A DODTStyle.php115 $pattern = '/<(\w)+[^\s\/>]+/';
116 if (preg_match ($pattern, $xmlCode, $matches) !== 1) {
/plugin/blogtng/helper/
H A Dentry.php750 $pattern = DOKU_PLUGIN . 'blogtng/tpl/*{_,/}entry.php';
751 $files = glob($pattern, GLOB_BRACE);

12345678910>>...28