Home
last modified time | relevance | path

Searched refs:pattern (Results 176 – 200 of 693) sorted by last modified time

12345678910>>...28

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DNumberFormat.php25 public $pattern; variable in Google\\Service\\Sheets\\NumberFormat
34 public function setPattern($pattern) argument
36 $this->pattern = $pattern;
43 return $this->pattern;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DProduct.php239 public $pattern; variable in Google\\Service\\ShoppingContent\\Product
1122 public function setPattern($pattern) argument
1124 $this->pattern = $pattern;
1131 return $this->pattern;
/plugin/vshare/syntax/
H A Dvideo.php60 $pattern = implode('|', array_keys($this->sites));
61 $this->Lexer->addSpecialPattern('\{\{\s?(?:' . $pattern . ')>[^}]*\}\}', $mode, 'plugin_vshare_video');
/plugin/authorstats/
H A Dhelper.php71 public function rglob($pattern, $flags = 0) argument
73 $files = glob($pattern, $flags);
74 foreach (glob(dirname($pattern) . "/*", GLOB_ONLYDIR | GLOB_NOSORT) as $dir) {
77 ...[$files, $this->rglob($dir . "/" . basename($pattern), $flags)]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js574 function matchPattern(pattern) { argument
576 return every(pattern, function (val, key) {
1814 function escape$1(str, pattern) { argument
1820 return str.replace(pattern, replaceFn);
16285 var match = pattern.exec(err.message);
56950 SearchPad.prototype._search = function(pattern) { argument
56956 if (!pattern || pattern === '') {
57413 function matchAndSplit(text, pattern) { argument
57422 pattern = pattern.toLowerCase();
57424 var i = text.indexOf(pattern);
[all …]
/plugin/xcom/lang/en/
H A Dfunctions.txt97 …y holds a regular expression in this format: ''(#pattern#)''. The hashes are regular expression pa…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md376 - `mentions/*/regex` has been renamed to `mentions/*/pattern` and requires partial regular expressions (without delimiters or flags)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php124 * @psalm-param non-empty-string $pattern
130 public static function matchFirst(string $pattern, string $subject, int $offset = 0): ?array
136 \preg_match_all($pattern, $subject, $matches, \PREG_SET_ORDER);
108 matchAll(string $pattern, string $subject, int $offset = 0) global() argument
139 matchFirst(string $pattern, string $subject, int $offset = 0) global() argument
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE54 pattern of such abuse occurs in the area of products for individuals to
/plugin/commentsyntax/syntax/
H A Dcstyle.php33 protected $mode, $pattern; variable in syntax_plugin_commentsyntax_cstyle
40 $this->pattern = [
56 $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
59 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
65 $this->Lexer->addExitPattern($this->pattern[4], $this->mode);
H A Dhtmlcomment.php32 protected $mode, $pattern; variable in syntax_plugin_commentsyntax_htmlcomment
39 $this->pattern = [
46 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
H A Dpreventive.php30 protected $mode, $pattern; variable in syntax_plugin_commentsyntax_preventive
37 $this->pattern = [
44 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this->mode);
/plugin/bloglinks/
H A Daction.php65 $pattern = $this->getConf('excluded_pages');
66 if (strlen($pattern) > 0 && preg_match($pattern, $ID)) {
/plugin/strata/
H A Dmanual.txt61 Queries are written inside ''<table>'' or ''<list>'' tags. You query the data by describing what pattern the data should fit. A simple example that produces a table of all persons and their birthday would be described as follows:
83 You can only compare variables that are used in a pattern.
120 **Optional matches**: Normally, all patterns must be matched for the results to be shown. You can use an ''optional'' block to indicate that some of the patterns are optional, and need not be matched for the results to be shown. All patterns in an optional block must match for the optional block to be used. If any pattern in the block doesn't match, none of the patterns in the block will be used.
151 What follows is a generic pattern of the syntax of data entry
257 You can use simple filters to refine any matches from a pattern.
261 It is possible to use both variables and literals for left and right, but there must be at least one variable present. You can only use variables that are used in a pattern in the same block or inner blocks (with the exception of [[#minus]] blocks, which don't bind any variables).
302 An optional block must contain at least a [[#patterns|pattern]]. Filters and other query blocks are also possible. An optional block is only used if all patterns in the block match.
318 An union block can contain more than two options, but must have at least two. All options must contain at least a pattern, but can contain filters and query blocks as well.
329 A minus block must contain at least a pattern, but can contain filters and other query blocks.
/plugin/strata/helper/
H A Dsyntax.php58 list($pattern, $names) = $this->regexCaptures[$name];
59 $result = preg_match("/^{$pattern}$/", $arguments[0], $match);
154 * Returns an object describing the pattern fragments.
373 // convert each union into a pattern
386 foreach($patterns as $pattern) {
390 'rhs'=>$pattern
607 // filter pattern
768 * Returns the regex pattern used by the 'short syntax' for projection. This methods can
769 * be used to get a dokuwiki-lexer-safe regex to embed into your own syntax pattern.
771 * @param captions boolean Whether the pattern shoul
[all...]
/plugin/authopenldapkerberos/
H A Dauth.php12 protected $pattern = array(); variable in auth_plugin_authopenldapkerberos
219 foreach ($this->pattern as $item => $pattern) {
221 if (!preg_match($pattern, $user)) return false;
223 if (!count(preg_grep($pattern, $info['grps']))) return false;
225 if (!preg_match($pattern, $info[$item])) return false;
238 $this->pattern = array();
239 foreach ($filter as $item => $pattern) {
240 … $this->pattern[$item] = '/'.str_replace('/', '\/', $pattern).'/i'; // allow regex characters
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js727 var pattern = null;
734 pattern = "1 1";
740 pattern = "3 1";
743 pattern = "1 3";
746 pattern = "5 2";
752 if (pattern)
757 pattern = pattern + " " + pattern;
2061 pattern = "1 1";
2073 if (pattern)
2078 pattern = pattern + " " + pattern;
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt567 pattern=Txantiloia
H A Ddia_fa.txt567 pattern=‫الگو‬
H A Ddia_ja.txt567 pattern=パターン
H A Ddia_kn.txt567 pattern=Pattern
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …,\n funcName: 'constructor',\n paramName: 'pattern',\n })…

12345678910>>...28