Home
last modified time | relevance | path

Searched refs:matches (Results 1101 – 1125 of 1144) sorted by path

1...<<414243444546

/plugin/webdav/vendor/sabre/vobject/lib/
H A DPHPUnitAssertions.php59 preg_match_all('|^([A-Z]+):\\*\\*ANY\\*\\*\r$|m', $expected, $matches, PREG_SET_ORDER);
61 foreach ($matches as $match) {
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/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 DText.php116 $matches = preg_split($regex, $val);
117 $this->setValue($matches);
H A DUri.php83 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
85 foreach ($matches as $match) {
/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/xml/lib/
H A DService.php280 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
285 $matches[1],
286 $matches[2]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php376 $matches = $this->select($name);
377 if (count($matches)===0) {
380 $firstMatch = current($matches);
382 $firstMatch->setIterator(new ElementList(array_values($matches)));
396 $matches = $this->select($name);
397 return count($matches)>0;
416 $matches = $this->select($name);
417 $overWrite = count($matches)?key($matches):null;
446 $matches = $this->select($name);
447 foreach($matches as $k=>$child) {
H A DDateTimeParser.php46 …$date = new DateTime($matches[1] . '-' . $matches[2] . '-' . $matches[3] . ' ' . $matches[4] . ':'…
74 $date = new DateTime($matches[1] . '-' . $matches[2] . '-' . $matches[3], $tz);
111 $matches[$part] = isset($matches[$part])&&$matches[$part]?(int)$matches[$part]:0;
118 $days = $matches['day'];
119 if ($matches['week']) {
125 if ($matches['minute'] || $matches['second'] || $matches['hour']) {
128 if ($matches['hour'])
131 if ($matches['minute'])
134 if ($matches['second'])
161 if (isset($matches[$part]) && $matches[$part]) {
[all …]
H A DProperty.php477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
478 … $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('/^GMT(\+|-)([0-9]{4})$/', $tzid, $matches)) {
177 return new \DateTimeZone('Etc/GMT' . $matches[1] . ltrim(substr($matches[2],0,2),'0'));
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php316 preg_match_all($regex, $line, $matches, PREG_SET_ORDER);
333 foreach($matches as $match) {
489 $matches = preg_split($regex, $input, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
494 foreach($matches as $match) {
565 function($matches) {
566 switch($matches[2]) {
605 preg_match($regex, $this->rawLine, $matches);
607 $value = $matches[1];
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php121 $matches = preg_split($regex, $val);
122 $this->setValue($matches);
H A DUri.php61 $matches = preg_split($regex, $val, -1, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
63 foreach($matches as $match) {
/plugin/whyspam/
H A Dadmin.php85 if(preg_match('#('.$block.')#si',$text,$matches)){
86 $pos = strpos($text,$matches[0]);
88 $l = strlen($matches[0])+30;
/plugin/workflow/syntax/
H A Ddecision.php64 $numattrs = preg_match_all('/([\w\d]+)="([\w\d, \/_-]+)"/', $data, $matches);
67 $attrs[$matches[1][$i]] = $matches[2][$i];
/plugin/wow/
H A Dsyntax.php172 $name = $matches[1];
/plugin/wrap/
H A Dhelper.php172 preg_match ('/wrap_col\d/', $attr ['class'], $matches);
173 if ( empty ($matches [0]) === false ) {
174 $columns = $matches [0] [strlen($matches [0])-1];
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php4.php137 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
139 $iVersion = $matches[1] ;
140 return ( $matches[1] >= 522 ) ;
H A Dfckeditor_php5.php127 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
129 $iVersion = $matches[1] ;
130 return ( $matches[1] >= 522 ) ;
/plugin/wysiwyg/
H A Dhider.php8 …atch("/<wysiwyg ".$name." >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$markup,$matches);
9 return $matches[1];
53 preg_match_all("/<wysiwyg ([^\\s]*).*?\\/>/",$markup,$matches);
54 foreach ($matches[1] as $match) {
H A Dsyntax.php88 …tch("/<wysiwyg ([^\\s]*) >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$data[0],$matches);
89 $html = $matches[2];
90 $name = $matches[1];
/plugin/xcom/
H A Dremote.php167 preg_match_all('/{{(.*?)}}/ms',$str,$matches);
169 foreach($matches[1] as $file) {
H A Dscript.js450 var matches;
482 else if(matches = isarray[0].match(/minor/)) {
551 var matches;
553 if(matches = opt.match(/\((.*?)\)/)) {
554 ar = matches[1].split(/;/);

1...<<414243444546