/plugin/davcal/vendor/sabre/uri/lib/ |
H A D | functions.php | 108 $parts = parse($uri); 110 if (!empty($parts['path'])) { 131 if ($parts['scheme']) { 132 $parts['scheme'] = strtolower($parts['scheme']); 138 …if (!empty($parts['port']) && isset($defaultPorts[$parts['scheme']]) && $defaultPorts[$parts['sche… 154 if ($parts['host']) $parts['host'] = strtolower($parts['host']); 156 return build($parts); 189 * @param array $parts 192 function build(array $parts) { argument 197 if (!empty($parts['host'])) { [all …]
|
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 48 * @param array $parts 53 if (count($parts)>1) { 56 if (isset($parts[0]) && $parts[0] instanceof \DateTime) { 59 parent::setParts($parts); 165 if (!is_null($parts['year'])) { 166 $dateStr.=$parts['year']; 176 if (!is_null($parts['month']) || !is_null($parts['date'])) { 186 $dateStr.=$parts['month']; 202 $dateStr.=$parts['date']; 207 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) { [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 48 * @param array $parts 53 if (count($parts)>1) { 56 if (isset($parts[0]) && $parts[0] instanceof \DateTime) { 59 parent::setParts($parts); 165 if (!is_null($parts['year'])) { 166 $dateStr.=$parts['year']; 176 if (!is_null($parts['month']) || !is_null($parts['date'])) { 186 $dateStr.=$parts['month']; 202 $dateStr.=$parts['date']; 207 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) { [all …]
|
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 48 * @param array $parts 53 if (count($parts)>1) { 56 if (isset($parts[0]) && $parts[0] instanceof \DateTime) { 59 parent::setParts($parts); 165 if (!is_null($parts['year'])) { 166 $dateStr.=$parts['year']; 176 if (!is_null($parts['month']) || !is_null($parts['date'])) { 186 $dateStr.=$parts['month']; 202 $dateStr.=$parts['date']; 207 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) { [all …]
|
/plugin/icalevents/vendor/sabre/uri/lib/ |
H A D | functions.php | 116 $parts = parse($uri); 118 if (!empty($parts['path'])) { 139 if ($parts['scheme']) { 140 $parts['scheme'] = strtolower($parts['scheme']); 146 …if (!empty($parts['port']) && isset($defaultPorts[$parts['scheme']]) && $defaultPorts[$parts['sche… 162 if ($parts['host']) $parts['host'] = strtolower($parts['host']); 164 return build($parts); 218 * @param array $parts 221 function build(array $parts) { argument 241 if ($authority || (!empty($parts['scheme']) && $parts['scheme'] === 'file')) { [all …]
|
/plugin/webdav/vendor/sabre/uri/lib/ |
H A D | functions.php | 116 $parts = parse($uri); 118 if (!empty($parts['path'])) { 139 if ($parts['scheme']) { 140 $parts['scheme'] = strtolower($parts['scheme']); 146 …if (!empty($parts['port']) && isset($defaultPorts[$parts['scheme']]) && $defaultPorts[$parts['sche… 162 if ($parts['host']) $parts['host'] = strtolower($parts['host']); 164 return build($parts); 218 * @param array $parts 221 function build(array $parts) { argument 241 if ($authority || (!empty($parts['scheme']) && $parts['scheme'] === 'file')) { [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 49 * @param array $parts 51 public function setParts(array $parts) argument 53 if (count($parts) > 1) { 56 if (isset($parts[0]) && $parts[0] instanceof DateTimeInterface) { 57 $this->setDateTime($parts[0]); 59 parent::setParts($parts); 152 if (!is_null($parts['year'])) { 153 $dateStr .= $parts['year']; 161 if (!is_null($parts['month']) || !is_null($parts['date'])) { 187 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) { [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/ |
H A D | DateAndOrTime.php | 50 * @param array $parts 54 function setParts(array $parts) { argument 56 if (count($parts) > 1) { 59 if (isset($parts[0]) && $parts[0] instanceof DateTimeInterface) { 60 $this->setDateTime($parts[0]); 62 parent::setParts($parts); 162 if (!is_null($parts['year'])) { 164 $dateStr .= $parts['year']; 174 if (!is_null($parts['month']) || !is_null($parts['date'])) { 204 if (is_null($parts['hour']) && is_null($parts['minute']) && is_null($parts['second'])) { [all …]
|
/plugin/fedauth/Auth/Yadis/ |
H A D | PlainHTTPFetcher.php | 50 $parts = parse_url($url); 58 $parts['port'] = 80; 67 $parts['path'] = '/'; 70 $host = $parts['host']; 157 $parts = parse_url($url); 161 $post_path = $parts['path']; 162 if (isset($parts['query'])) { 185 $parts['port'] = 80; 187 $parts['port'] = 443; 194 $parts['host'] = sprintf("ssl://%s", $parts['host']); [all …]
|
/plugin/openid/Auth/Yadis/ |
H A D | PlainHTTPFetcher.php | 58 $parts = parse_url($url); 66 $parts['port'] = 80; 75 $parts['path'] = '/'; 78 $host = $parts['host']; 166 $parts = parse_url($url); 170 $post_path = $parts['path']; 171 if (isset($parts['query'])) { 194 $parts['port'] = 80; 196 $parts['port'] = 443; 203 $parts['host'] = sprintf("ssl://%s", $parts['host']); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | autofix.url.php | 8 $parts = @parse_url($url); 9 if ($parts === FALSE) { 13 $path = isset($parts['path']) ? $parts['path'] : '/'; 38 if (isset($parts['scheme'])) { 39 $url_fixed .= $parts['scheme']; 42 if (isset($parts['user'])) { 44 if (isset($parts['pass'])) { 51 if (isset($parts['host'])) { 55 if (isset($parts['port'])) { 63 if (isset($parts['query'])) { [all …]
|
/plugin/relativetimehelper/ |
H A D | helper.php | 32 $parts = array(); 42 $parts[] = null; 54 array_unshift($parts, null); 66 array_unshift($parts, null); 78 array_unshift($parts, null); 89 array_unshift($parts, null); 92 while (count($parts) > $depth) { 93 array_pop($parts); 96 $parts = array_filter($parts); 98 if (count($parts) == 1) { [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 111 $parts = [ 165 $parts = [ 318 $parts = [ 418 $parts = [ 527 $parts = [ 538 $parts['date0'] = &$parts['date']; 539 $parts['date1'] = &$parts['date']; 540 $parts['date2'] = &$parts['date']; 541 $parts['month0'] = &$parts['month']; 542 $parts['month1'] = &$parts['month']; [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | DateTimeParser.php | 114 $parts = [ 171 $parts = [ 328 $parts = [ 434 $parts = [ 546 $parts = [ 557 $parts['date0'] = &$parts['date']; 558 $parts['date1'] = &$parts['date']; 559 $parts['date2'] = &$parts['date']; 560 $parts['month0'] = &$parts['month']; 561 $parts['month1'] = &$parts['month']; [all …]
|
/plugin/davcard/vendor/sabre/vobject/lib/Property/ |
H A D | Time.php | 54 if (!is_null($parts['hour'])) { 55 $timeStr.=$parts['hour']; 57 if (!is_null($parts['minute'])) { 67 if (!is_null($parts['minute'])) { 68 $timeStr.=$parts['minute']; 70 if (!is_null($parts['second'])) { 74 if (isset($parts['second'])) { 81 if (!is_null($parts['second'])) { 82 $timeStr.=$parts['second']; 86 if (!is_null($parts['timezone'])) { [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ |
H A D | Time.php | 54 if (!is_null($parts['hour'])) { 55 $timeStr.=$parts['hour']; 57 if (!is_null($parts['minute'])) { 67 if (!is_null($parts['minute'])) { 68 $timeStr.=$parts['minute']; 70 if (!is_null($parts['second'])) { 74 if (isset($parts['second'])) { 81 if (!is_null($parts['second'])) { 82 $timeStr.=$parts['second']; 86 if (!is_null($parts['timezone'])) { [all …]
|
/plugin/davcal/vendor/sabre/vobject/lib/Property/ |
H A D | Time.php | 54 if (!is_null($parts['hour'])) { 55 $timeStr.=$parts['hour']; 57 if (!is_null($parts['minute'])) { 67 if (!is_null($parts['minute'])) { 68 $timeStr.=$parts['minute']; 70 if (!is_null($parts['second'])) { 74 if (isset($parts['second'])) { 81 if (!is_null($parts['second'])) { 82 $timeStr.=$parts['second']; 86 if (!is_null($parts['timezone'])) { [all …]
|
/plugin/sentry/action/ |
H A D | ajax.php | 85 if (preg_match($gecko, $line, $parts)) { 87 'filename' => $parts[3] ? $parts[3] : '<unknown file>', 88 'function' => $parts[1] ? $parts[1] : '<unknown function>', 89 'lineno' => (int)$parts[4], 90 'colno' => (int)$parts[5] 92 } elseif (preg_match($chrome, $line, $parts)) { 94 'filename' => $parts[2] ? $parts[2] : '<unknown file>', 95 'function' => $parts[1] ? $parts[1] : '<unknown function>', 96 'lineno' => (int)$parts[3], 97 'colno' => (int)$parts[4]
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ |
H A D | Time.php | 79 if (!is_null($parts['hour'])) { 80 $timeStr .= $parts['hour']; 82 if (!is_null($parts['minute'])) { 92 if (!is_null($parts['minute'])) { 93 $timeStr .= $parts['minute']; 95 if (!is_null($parts['second'])) { 99 if (isset($parts['second'])) { 106 if (!is_null($parts['second'])) { 107 $timeStr .= $parts['second']; 111 if (!is_null($parts['timezone'])) { [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/ |
H A D | Time.php | 75 if (!is_null($parts['hour'])) { 76 $timeStr .= $parts['hour']; 78 if (!is_null($parts['minute'])) { 88 if (!is_null($parts['minute'])) { 89 $timeStr .= $parts['minute']; 91 if (!is_null($parts['second'])) { 95 if (isset($parts['second'])) { 102 if (!is_null($parts['second'])) { 103 $timeStr .= $parts['second']; 107 if (!is_null($parts['timezone'])) { [all …]
|
/plugin/fedauth/Auth/OpenID/ |
H A D | TrustRoot.php | 108 if ($parts === false) { 114 $keys = array_keys($parts); 132 $parts['scheme'] = $scheme; 155 $parts['host'] = $host; 157 if (isset($parts['path'])) { 166 $parts['path'] = $path; 168 $parts['port'] = false; 174 return $parts; 205 if ($parts === false) { 215 if ($parts['wildcard']) { [all …]
|
/plugin/openid/Auth/OpenID/ |
H A D | TrustRoot.php | 108 if ($parts === false) { 114 $keys = array_keys($parts); 132 $parts['scheme'] = $scheme; 155 $parts['host'] = $host; 157 if (isset($parts['path'])) { 166 $parts['path'] = $path; 168 $parts['port'] = false; 174 return $parts; 205 if ($parts === false) { 215 if ($parts['wildcard']) { [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Source.php | 74 $parts = null; 79 $parts[2] = $parts[1]; 80 $parts[1] = ''; 83 $parts[1] = $this->makeFriendlyName($parts[1]); 93 $parts[2] = $sniff; 216 $parts = $sourceData['parts']; 218 if (strlen($parts[0]) > 8) { 219 $parts[0] = substr($parts[0], 0, ((strlen($parts[0]) - 8) * -1)); 222 echo $parts[0].str_repeat(' ', (10 - strlen($parts[0]))); 224 $category = $parts[1]; [all …]
|
/plugin/icon/ |
H A D | action.php | 32 array_shift($parts); // remove icon prefix 33 if(!$parts) return; // no icon given - return the default 404 34 $icon = array_pop($parts); 36 $conf = $this->parseConfig($parts); 56 * @param string[] $parts 59 protected function parseConfig($parts) { argument 76 $all = count($parts); 78 $part = $parts[$i]; 82 unset($parts[$i]); 89 if(count($parts)) { [all …]
|
/plugin/authfacebook/lib/Url/ |
H A D | FacebookUrlManipulator.php | 43 $parts = parse_url($url); 46 if (isset($parts['query'])) { 48 parse_str($parts['query'], $params); 60 $scheme = isset($parts['scheme']) ? $parts['scheme'] . '://' : ''; 61 $host = isset($parts['host']) ? $parts['host'] : ''; 62 $port = isset($parts['port']) ? ':' . $parts['port'] : ''; 63 $path = isset($parts['path']) ? $parts['path'] : ''; 64 $fragment = isset($parts['fragment']) ? '#' . $parts['fragment'] : '';
|