Home
last modified time | relevance | path

Searched refs:parts (Results 26 – 50 of 925) sorted by relevance

12345678910>>...37

/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
54 $parts['year'] . '-' .
55 $parts['month'] . '-' .
56 $parts['date'] . 'T' .
57 $parts['hour'] . ':' .
58 $parts['minute'] . ':' .
59 $parts['second'];
62 if (!is_null($parts['timezone'])) {
63 $dateStr.=$parts['timezone'];
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
54 $parts['year'] . '-' .
55 $parts['month'] . '-' .
56 $parts['date'] . 'T' .
57 $parts['hour'] . ':' .
58 $parts['minute'] . ':' .
59 $parts['second'];
62 if (!is_null($parts['timezone'])) {
63 $dateStr.=$parts['timezone'];
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
54 $parts['year'] . '-' .
55 $parts['month'] . '-' .
56 $parts['date'] . 'T' .
57 $parts['hour'] . ':' .
58 $parts['minute'] . ':' .
59 $parts['second'];
62 if (!is_null($parts['timezone'])) {
63 $dateStr.=$parts['timezone'];
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php50 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
53 $parts['year'].'-'.
54 $parts['month'].'-'.
55 $parts['date'].'T'.
56 $parts['hour'].':'.
57 $parts['minute'].':'.
58 $parts['second'];
61 if (!is_null($parts['timezone'])) {
62 $dateStr .= $parts['timezone'];
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
54 $parts['year'] . '-' .
55 $parts['month'] . '-' .
56 $parts['date'] . 'T' .
57 $parts['hour'] . ':' .
58 $parts['minute'] . ':' .
59 $parts['second'];
62 if (!is_null($parts['timezone'])) {
63 $dateStr .= $parts['timezone'];
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DParam.php68 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
74 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] !== '$')) {
75 $type = $typeResolver->resolve(array_shift($parts), $context);
76 array_shift($parts);
80 …if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] === '$' || substr($parts[0], 0, 4…
81 $variableName = array_shift($parts);
82 array_shift($parts);
94 $description = $descriptionFactory->create(implode('', $parts), $context);
H A DPropertyRead.php62 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
67 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] !== '$')) {
68 $type = $typeResolver->resolve(array_shift($parts), $context);
69 array_shift($parts);
73 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] === '$')) {
74 $variableName = array_shift($parts);
75 array_shift($parts);
82 $description = $descriptionFactory->create(implode('', $parts), $context);
H A DPropertyWrite.php62 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
67 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] !== '$')) {
68 $type = $typeResolver->resolve(array_shift($parts), $context);
69 array_shift($parts);
73 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] === '$')) {
74 $variableName = array_shift($parts);
75 array_shift($parts);
82 $description = $descriptionFactory->create(implode('', $parts), $context);
H A DVar_.php62 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
67 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] !== '$')) {
68 $type = $typeResolver->resolve(array_shift($parts), $context);
69 array_shift($parts);
73 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] === '$')) {
74 $variableName = array_shift($parts);
75 array_shift($parts);
82 $description = $descriptionFactory->create(implode('', $parts), $context);
H A DProperty.php62 $parts = preg_split('/(\s+)/Su', $body, 3, PREG_SPLIT_DELIM_CAPTURE);
67 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] !== '$')) {
68 $type = $typeResolver->resolve(array_shift($parts), $context);
69 array_shift($parts);
73 if (isset($parts[0]) && (strlen($parts[0]) > 0) && ($parts[0][0] === '$')) {
74 $variableName = array_shift($parts);
75 array_shift($parts);
82 $description = $descriptionFactory->create(implode('', $parts), $context);
/plugin/mikioplugin/syntax/
H A Dbox.php56 $parts = explode(' ', $data['grid-row']);
57 $i = count($parts);
59 $data['grid-row-start'] = filter_var($parts[0], FILTER_VALIDATE_INT);
63 $data['grid-row-end'] = filter_var($parts[1], FILTER_VALIDATE_INT);
65 $data['grid-row-end'] = strtolower($parts[1]) . ' ' . filter_var($parts[2], FILTER_VALIDATE_INT);
70 $parts = explode(' ', $data['grid-col']);
71 $i = count($parts);
73 $data['grid-col-start'] = filter_var($parts[0], FILTER_VALIDATE_INT);
77 $data['grid-col-end'] = filter_var($parts[
[all...]
/plugin/issuetracker/
H A Dassilist.php19 $parts = explode('=', $line_of_text);
20 if(strlen($parts[0])==0) continue;
21 elseif(strlen($parts[1])==0) {
22 $parts[1] = trim($parts[0]);
23 msg($parts[1],0);
27 …f(!stristr($x_umail_select,trim($parts[0]))) $x_umail_select = $x_umail_select . "['".trim($parts[…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DNameGenerator.php36 $parts = array();
39 $parts[] = $class->getName();
42 $parts[] = $interface->getShortName();
46 if (!count($parts)) {
47 $parts[] = 'stdClass';
50 return sprintf('Double\%s\P%d', implode('\\', $parts), self::$counter++);
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php63 $parts = array_map('trim', explode('-', $value, 2));
65 return $dateValue >= $parts[0] && $dateValue <= $parts[1];
78 $parts = array_map('trim', explode('/', $value, 2));
79 $stepSize = isset($parts[1]) ? (int) $parts[1] : 0;
85 if (($parts[0] == '*' || $parts[0] === '0')) {
89 $range = explode('-', $parts[0], 2);
H A DHoursField.php18 public function increment(DateTime $date, $invert = false, $parts = null) argument
23 if (is_null($parts) || $parts == '*') {
37 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
39 foreach ($parts as $part) {
H A DMinutesField.php18 public function increment(DateTime $date, $invert = false, $parts = null) argument
20 if (is_null($parts)) {
29 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
31 foreach ($parts as $part) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php212 $parts = explode(' ', $data['start-line'], 3);
213 $version = isset($parts[2]) ? explode('/', $parts[2])[1] : '1.1';
216 $parts[0],
217 $matches[1] === '/' ? self::parseRequestUri($parts[1], $data['headers']) : $parts[1],
223 return $matches[1] === '/' ? $request : $request->withRequestTarget($parts[1]);
242 $parts = explode(' ', $data['start-line'], 3);
245 (int) $parts[1],
248 explode('/', $parts[0])[1],
249 isset($parts[2]) ? $parts[2] : null
H A DUri.php70 $parts = self::parse($uri);
71 if ($parts === false) {
74 $this->applyParts($parts);
406 * @param array $parts
417 $uri->applyParts($parts);
585 private function applyParts(array $parts) argument
593 $this->host = isset($parts['host'])
596 $this->port = isset($parts['port'])
599 $this->path = isset($parts['path'])
602 $this->query = isset($parts['query'])
[all …]
/plugin/diff/
H A Dsyntax.php121 $parts = preg_split('|\n(\-{3}\s[^\n]*)|',
124 $parts[0] = preg_replace('|\n([!\-][^\n]*)|',
125 $DEL . '\1' . $CLOSE, $parts[0]);
127 $parts[1] = $ADD . $parts[1] . $CLOSE;
129 $parts[2] = preg_replace(
134 $parts[2]);
135 if (isset($parts[3])) {
137 $parts[3] = preg_replace('|^(\x2D{3}[^\n]*)|',
138 $ADD . '\1' . $CLOSE, $parts[3]);
141 . implode('', $parts);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php121 $parts = explode(' ', $dataString);
122 if (isset($parts[2])) {
124 $m = $parts[2];
126 $z = $parts[2];
129 if (isset($parts[3])) {
130 $m = $parts[3];
132 return new Point($parts[0], $parts[1], $z, $m);
313 $parts = [];
328 $parts[]
[all...]
H A DGeoRSS.php167 $parts = explode(' ', trim($box->firstChild->nodeValue));
169 new Point($parts[3], $parts[2]),
170 new Point($parts[3], $parts[0]),
171 new Point($parts[1], $parts[0]),
172 new Point($parts[1], $parts[2]),
173 new Point($parts[
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php137 $parts = explode(' ', $key, 3);
139 if (!isset($parts[1])) {
140 $key = base64_decode($parts[0]);
141 $comment = isset($parts[1]) ? $parts[1] : false;
143 $asciiType = $parts[0];
144 self::checkType($parts[0]);
145 $key = base64_decode($parts[1]);
146 $comment = isset($parts[2]) ? $parts[2] : false;
/plugin/socialshareprivacy2/
H A Daction.php57 $parts = explode("_", $opt, 2);
58 if ($parts[1] == "status" && $opt_value == "1") { $opt_value = "on"; }
59 if ($parts[1] == "status" && $opt_value == "0") { $opt_value = "off"; }
60 if ($parts[1] == "perma_option" && $opt_value == "1") { $opt_value = "on"; }
61 if ($parts[1] == "perma_option" && $opt_value == "0") { $opt_value = "off"; }
63 $jsopt["$parts[0]"] .= "'" . $parts[1] . "' : " . "'" .$opt_value . "',";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DGitblame.php62 $parts = explode(' ', $blameParts[0]);
64 if (count($parts) < 2) {
68 $parts = array_slice($parts, 0, (count($parts) - 2));
69 $author = preg_replace('|\(|', '', implode($parts, ' '));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DBaseSassFilter.php81 $parts = pathinfo($reference);
83 if ('.' === $parts['dirname']) {
84 $partial = '_'.$parts['filename'];
86 $partial = $parts['dirname'].DIRECTORY_SEPARATOR.'_'.$parts['filename'];
89 if (isset($parts['extension'])) {
90 $partial .= '.'.$parts['extension'];

12345678910>>...37