Home
last modified time | relevance | path

Searched refs:regex (Results 76 – 100 of 380) sorted by last modified time

12345678910>>...16

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php913 * @param string $regex
919 protected function decodeTime(string $format, string $regex, array $matchMap, $length): array
923 if (!preg_match($regex, $bytes, $matches)) {
879 decodeTime(string $format, string $regex, array $matchMap, $length) global() argument
/plugin/move/helper/
H A Dfile.php32 $regex = '\.[^.]+';
33 return $this->execute($conf['metadir'], $src_ns, $src_name, $dst_ns, $dst_name, $regex);
48 $regex = '\.\d+\.txt(?:\.gz|\.bz2)?';
49 return $this->execute($conf['olddir'], $src_ns, $src_name, $dst_ns, $dst_name, $regex);
64 $regex = '\.[^.]+';
65 return $this->execute($conf['mediametadir'], $src_ns, $src_name, $dst_ns, $dst_name, $regex);
92 $regex = '\.\d+\.' . preg_quote((string) $ext[0], '/');
94 return $this->execute($conf['mediaolddir'], $src_ns, $name, $dst_ns, $newname, $regex);
107 $regex = '\.mlist';
108 return $this->execute($conf['metadir'], $src_ns, '', $dst_ns, '', $regex);
[all...]
/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)
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DRegexHelper.php25 * All of the PARTIAL_ regex constants assume that they'll be used in case-insensitive searches
99 * Attempt to match a regex in string s at offset offset
101 * @psalm-param non-empty-string $regex
107 public static function matchAt(string $regex, string $string, int $offset = 0): ?int
111 if (! \preg_match($regex, $string, $matches, \PREG_OFFSET_CAPTURE)) {
83 matchAt(string $regex, string $string, int $offset = 0) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php27 $isAValidPartialRegex = static function (string $regex): bool {
28 $regex = '/' . $regex . '/i';
30 return @\preg_match($regex, '') !== false;
59 isAValidPartialRegex(string $regex) global() argument
/plugin/quickstats/
H A Daction.php343 $regex = '#'. implode('|',$xcludes) . '#';
345 if(preg_match($regex,$ip)){
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php223 $regex = '{^'.preg_quote($prefix).'([0-9]+)$}';
225 if (preg_match($regex, PHP_VERSION, $m)) {
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh8 regex='
16 if [[ ! $changelog =~ $regex ]]; then
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dvalid_v6.php5 …$regex = '/^(((?=(?>.*?(::))(?!.+\3)))\3?|([\dA-F]{1,4}(\3|:(?!$)|$)|\2))(?4){5}((?4){2}|(25[0-5]|…
6 if(!preg_match($regex, $ipv6))
/plugin/bloglinks/
H A DCHANGELOG
/plugin/asyncsearch/
H A Dpagelookup.php99 $data = ft_pageSearch($QUERY,$regex);
105 print html_wikilink(':'.$id,useHeading('navigation')?null:$id,$regex);
112 print '<dd>'.ft_snippet($id,$regex).'</dd>';
/plugin/metadisplay/helper/
H A Dhtml.php132 $regex = "";
135 $regex = '/(' . $search . ')/im';
139 $regex = '/(' . $search . ')/m';
141 if($regex) {
144 if(!preg_match($regex,$description)){
150 $media = $this->check_listtypes('media',$regex);
154 $references = $this->check_listtypes('references',$regex);
172 if(!preg_match($regex,$creator) && !preg_match($regex,$creator_id)) return;
173 $creator=preg_replace($regex,"<span style='color:blue'>$1</span>",$creator);
381 function check_listtypes($which,$regex) { argument
[all …]
H A Dplaintext.php132 $regex = "";
135 $regex = '/(' . $search . ')/im';
139 $regex = '/(' . $search . ')/m';
141 if($regex) {
144 if(!preg_match($regex,$description)){
150 $media = $this->check_listtypes('media',$regex);
154 $references = $this->check_listtypes('references',$regex);
172 if(!preg_match($regex,$creator) && !preg_match($regex,$creator_id)) return;
379 function check_listtypes($which,$regex) { argument
389 if(preg_match($regex,$str)) {
[all …]
/plugin/tplmod/
H A Dscript.js95 if(acl && JSINFO['tmplft_template'] == 'bootstrap3') { var regex;
97 regex = new RegExp(JSINFO['tmplft_mobile']);
98 else regex = '/NONE/';
101 if( _html.match(regex)) {
124 if(url.match(regex) && !url.match(xcludes)) {
131 var opts, regex, xcludes, optparent;
141 var regex = new RegExp(JSINFO['tmplft_mobile']);
142 if(acl && regex) {
143 if(opt.value.match(regex)) jQuery(this).hide();
148 var regex = new RegExp(JSINFO['tmplft_sitetools'].replace(/,/g,"|"));
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... .Gson BODY_SERIALISER private static final java.util.regex.Pattern HEROKU_URL private final String appId private final String ...
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …ns.ignoreURLParametersMatching=[/^utm_/, /^fbclid$/]] An\n * array of regex's to remove search…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743 …(n){if(this.$initialize(),n==null)throw new System.ArgumentNullException("regex");this._runregex=n…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js4631 var regex = new RegExp(exp);
4647 this.addSvgRule(container, rules[j], svg, styles[i], rules, j, regex);
4664 …rmatPanel.prototype.addSvgRule = function(container, rule, svg, styleElem, rules, ruleIndex, regex) argument
4669 if (regex.test(rule.selectorText))
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8 …(n){if(this.$initialize(),n==null)throw new System.ArgumentNullException("regex");this._runregex=n…

12345678910>>...16