Home
last modified time | relevance | path

Searched refs:matches (Results 451 – 475 of 1144) sorted by last modified time

1...<<11121314151617181920>>...46

/plugin/abc2/
H A Dsyntax.php56 * Handle matches of the abc2 syntax
68 $matches = preg_split('/>/u',$match,2);
69 $matches[0] = trim($matches[0]);
70 return array($matches[1],$matches[0]);
219 preg_match("/(\d)\/(\d)/", $meter, $matches);
221 if (count($matches) != 3) return "1/8";
224 $ratio = (int) $matches[1] / (int) $matches [
[all...]
/plugin/block/
H A Dsyntax.php88 if(preg_match('/(\d+)\%?:(\d+|r|c):(.*)/',$val, $matches)) {
89 $width = $matches[1] .'%';
91 if($matches[2] == 'r') {
95 elseif($matches[2]> 0) {
96 $margin = ' margin-left: ' . $matches[2] . 'px';
98 $color = $matches[3];
117 elseif(preg_match('/(\d+)\%?:(\d+)/',$val, $matches)) {
118 $width = $matches[1] .'%';
119 if($matches[2]> 0) $margin = ' margin-left: ' . $matches[2] . 'px';
/plugin/aclplusregex/
H A Daction.php24 * 9) if it matches, check which named group has the match and extract the permission from it
100 if (!preg_match($regex, $id, $matches)) {
101 // no rule matches
106 foreach ($matches as $key => $match) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php48 …$date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3].' '.$matches[4].':'.$mat…
78 $date = new DateTimeImmutable($matches[1].'-'.$matches[2].'-'.$matches[3], $tz);
120 … $matches[$part] = isset($matches[$part]) && $matches[$part] ? (int) $matches[$part] : 0;
126 $days = $matches['day'];
128 if ($matches['week']) {
136 if ($matches['minute'] || $matches['second'] || $matches['hour']) {
139 if ($matches['hour']) {
143 if ($matches['minute']) {
147 if ($matches['second']) {
176 if (isset($matches[$part]) && $matches[$part]) {
[all …]
H A DPHPUnitAssertions.php59 preg_match_all('|^([A-Z]+):\\*\\*ANY\\*\\*\r$|m', $expected, $matches, PREG_SET_ORDER);
61 foreach ($matches as $match) {
H A DComponent.php444 $matches = $this->select($name);
445 if (0 === count($matches)) {
448 $firstMatch = current($matches);
450 $firstMatch->setIterator(new ElementList(array_values($matches)));
465 $matches = $this->select($name);
467 return count($matches) > 0;
H A DProperty.php524 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
525 $message = 'Property contained a control character (0x'.bin2hex($matches[1]).')';
H A DTimeZoneUtil.php150 (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) ||
169 if (preg_match('/^\((UTC|GMT)(\+|\-)[\d]{2}\:[\d]{2}\) (.*)/', $tzid, $matches)) {
170 $tzidAlternate = $matches[3];
178 if (preg_match('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
185 return new \DateTimeZone('Etc/GMT'.$matches[1].ltrim(substr($matches[2], 0, 2), '0'));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php641 if (!preg_match('/^bytes=([0-9]*)-([0-9]*)$/i', $range, $matches)) return null;
643 if ($matches[1] === '' && $matches[2] === '') return null;
646 $matches[1] !== '' ? $matches[1] : null,
647 $matches[2] !== '' ? $matches[2] : null,
1583 $matches = [];
1586 preg_match_all($regex, $header, $matches, PREG_SET_ORDER);
1590 foreach ($matches as $match) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DDigest.php220 preg_match_all('@(\w+)=(?:(?:")([^"]+)"|([^\s,$]+))@', $digest, $matches, PREG_SET_ORDER);
222 foreach ($matches as $m) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php347 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
364 foreach ($matches as $match) {
538 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
543 foreach ($matches as $match) {
610 function ($matches) {
611 switch ($matches[2]) {
650 preg_match($regex, $this->rawLine, $matches);
652 $value = $matches[1];
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DUri.php83 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
85 foreach ($matches as $match) {
H A DText.php116 $matches = preg_split($regex, $val);
117 $this->setValue($matches);
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php280 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
285 $matches[1],
286 $matches[2]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php784 $matches = [];
788 … list($matches[]) = $this->server->getPropertiesForPath($lookupResult, $requestedProperties, 0);
792 return $matches;
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php245 if (!preg_match($regex, $value, $matches)) {
251 switch ($matches['name']) {
268 if (isset($matches['value'])) {
269 $value = trim($matches['value'], '"');
273 $output[strtolower($matches['name'])] = empty($value) ? true : $value;
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md156 `xmlDeserialize`. This is so that it matches PHP's `JsonSerializable`
162 anyone, unless you are doing exact string matches on class names.
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php204 …ch('/^(append)|(?:bytes=([0-9]+)-([0-9]*))|(?:bytes=(-[0-9]+))$/i', $range, $matches)) return null;
206 if ($matches[1] === 'append') {
208 } elseif (strlen($matches[2]) > 0) {
209 return [self::RANGE_START, $matches[2], $matches[3] ?: null];
211 return [self::RANGE_END, $matches[4]];
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php190 function($matches) {
191 return rawurlencode($matches[0]);
281 $matches = [];
283 return [$matches[1], $matches[2]];
311 function($matches) {
329 $result['scheme'] = $matches[1];
363 if ($matches['host']) $result['host'] = $matches['host'];
364 if ($matches['port']) $result['port'] = (int)$matches['port'];
365 if (isset($matches['path'])) $result['path'] = $matches['path'];
366 if ($matches['user']) $result['user'] = $matches['user'];
[all …]
/plugin/mdpage/vendor/composer/
H A DInstalledVersions.php109 return $provided->matches($constraint);
/plugin/abc/
H A Dsyntax.php37 $matches = preg_split('/>/u',$match,2);
38 $matches[0] = trim($matches[0]);
39 return array($matches[1],$matches[0]);
/plugin/infomail/
H A Dhelper.php44 preg_match_all("/[\._a-zA-Z0-9-]+@[\._a-zA-Z0-9-]+/i", $content, $matches);
45 return (array)$matches[0];
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js2matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&…
H A Dpopcorn.js111 var matches, nodeName, variable
161 matches = document.querySelector( entity );
168 this.media = matches || entity;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireCssProcess.php59 if(preg_match('~^\*(\.[^\.]+)$~', $filename, $matches)){

1...<<11121314151617181920>>...46