Home
last modified time | relevance | path

Searched refs:parts (Results 126 – 150 of 925) sorted by relevance

12345678910>>...37

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php137 $parts = array();
140 $parts[] = $asset->getContent();
143 $this->content = implode("\n", $parts);
149 $parts = array();
151 $parts[] = $asset->dump($additionalFilter);
154 return implode("\n", $parts);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php40 * @param array $parts
43 public function setParts(array $parts) { argument
45 if (isset($parts[0]) && $parts[0] instanceof \DateTime) {
46 $this->setDateTimes($parts);
48 parent::setParts($parts);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php316 $parts = $this->getParts();
317 if (count($parts) < $minimum) {
320 …e' => 'This property must have at least ' . $minimum . ' components. It only has ' . count($parts),
324 $parts = array_pad($parts, $minimum, '');
325 $this->setParts($parts);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php40 * @param array $parts
43 public function setParts(array $parts) { argument
45 if (isset($parts[0]) && $parts[0] instanceof \DateTime) {
46 $this->setDateTimes($parts);
48 parent::setParts($parts);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php316 $parts = $this->getParts();
317 if (count($parts) < $minimum) {
320 …e' => 'This property must have at least ' . $minimum . ' components. It only has ' . count($parts),
324 $parts = array_pad($parts, $minimum, '');
325 $this->setParts($parts);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php40 * @param array $parts
43 public function setParts(array $parts) { argument
45 if (isset($parts[0]) && $parts[0] instanceof \DateTime) {
46 $this->setDateTimes($parts);
48 parent::setParts($parts);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php316 $parts = $this->getParts();
317 if (count($parts) < $minimum) {
320 …e' => 'This property must have at least ' . $minimum . ' components. It only has ' . count($parts),
324 $parts = array_pad($parts, $minimum, '');
325 $this->setParts($parts);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php107 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
108 if (is_null($parts['year'])) {
109 $newValue = '1604-'.$parts['month'].'-'.$parts['date'];
159 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
160 if ($parts['year'] === $property['X-APPLE-OMIT-YEAR']->getValue()) {
161 $newValue = '--'.$parts['month'].'-'.$parts['date'];
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php110 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
111 if (is_null($parts['year'])) {
112 $newValue = '1604-' . $parts['month'] . '-' . $parts['date'];
171 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
173 $newValue = '--' . $parts['month'] . '-' . $parts['date'];
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php114 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
115 if (is_null($parts['year'])) {
116 $newValue = '1604-' . $parts['month'] . '-' . $parts['date'];
175 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
176 if ($parts['year'] === $property['X-APPLE-OMIT-YEAR']->getValue()) {
177 $newValue = '--' . $parts['month'] . '-' . $parts['date'];
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php110 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
111 if (is_null($parts['year'])) {
112 $newValue = '1604-' . $parts['month'] . '-' . $parts['date'];
171 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
173 $newValue = '--' . $parts['month'] . '-' . $parts['date'];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php242 $parts = preg_split('#(\d+)#', $format, -1, PREG_SPLIT_DELIM_CAPTURE);
244 for ($i = 1; $i < count($parts); $i += 2) {
245 … $format .= substr($parts[$i - 1], 0, -1) . str_repeat(substr($parts[$i - 1], -1), $parts[$i]);
247 $format .= $parts[$i - 1];
291 $parts = str_split($x, $block_size);
293 foreach ($parts as $part) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php110 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
111 if (is_null($parts['year'])) {
112 $newValue = '1604-' . $parts['month'] . '-' . $parts['date'];
171 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
173 $newValue = '--' . $parts['month'] . '-' . $parts['date'];
/plugin/authorstats/
H A Daction.php160 $parts = explode(DOKU_TAB, $line);
161 if ($parts && $parts[4] != "") {
162 $record["timestamp"] = $parts[0];
163 $record["type"] = $parts[2];
164 $record["author"] = $parts[4];
165 $record["date"] = date("Ym", $parts[0]);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php149 $parts = [];
157 $parts[] = $part;
165 $parts[] = $part;
168 return $parts;
287 * @param string[] $parts
291 private function parenthesesMerge($parts) argument
295 foreach ($parts as $part) {
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js38 var parts = input.split(':'),
39 brushName = parts[0],
47 for (var i in parts)
48 options[parts[i]] = 'true';
62 'first-line' : defaultValue(getValue(parts, 'firstline'), firstLine)
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js54 var parts = input.split(':'),
55 brushName = parts[0],
63 for (var i in parts)
64 options[parts[i]] = 'true';
78 'first-line' : defaultValue(getValue(parts, 'firstline'), firstLine)
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php374 $parts = $this->getParts();
375 if (count($parts) < $minimum) {
378 … 'The '.$this->name.' property must have at least '.$minimum.' values. It only has '.count($parts),
382 $parts = array_pad($parts, $minimum, '');
383 $this->setParts($parts);
/plugin/autogroup/conf/
H A Dsettings.class.php59 $parts = explode(',',$item,3);
60 if (count($parts) != 3) {
66 if (!in_array($parts[1], array('mail','name','user'))) {
72 if (preg_match ($parts[2], '') === false) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php396 $parts = $this->getParts();
397 if (count($parts) < $minimum) {
400 …$this->name . ' property must have at least ' . $minimum . ' values. It only has ' . count($parts),
404 $parts = array_pad($parts, $minimum, '');
405 $this->setParts($parts);
/plugin/fedauth/Auth/
H A DOpenID.php187 $parts = explode("=", $chunk, 2);
189 if (count($parts) != 2) {
193 list($k, $v) = $parts;
271 $parts = explode('&', $query);
274 for ($i = 0; $i < count($parts); $i++) {
275 $pair = explode('=', $parts[$i]);
/plugin/openid/Auth/
H A DOpenID.php191 $parts = explode("=", $chunk, 2);
193 if (count($parts) != 2) {
197 list($k, $v) = $parts;
287 $parts = explode('&', $query);
290 for ($i = 0; $i < count($parts); $i++) {
291 $pair = explode('=', $parts[$i]);
/plugin/move/helper/
H A Dhandler.php163 // split the paths and see how much common parts there are
272 $parts = explode('#', $id, 2);
273 if(count($parts) === 2) {
274 $id = $parts[0];
275 $hash = $parts[1];
279 $parts = explode('?', $id, 2);
280 if(count($parts) === 2) {
281 $id = $parts[0];
282 $params = $parts[1];
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js688 var parts = regex.source.match(
701 var n = parts.length;
711 var p = parts[i];
724 parts[i] = encodeEscape(decimalValue);
738 var p = parts[i];
742 parts[i] = '(?:';
755 if ('^' === parts[i] && '^' !== parts[i + 1]) { parts[i] = ''; }
762 var p = parts[i];
765 parts[i] = caseFoldCharset(p);
768 parts[i] = p.replace(
[all …]
/plugin/strata/types/
H A Dwiki.php54 $parts = explode('?', $instruction[0] ,2);
56 $id = $parts[0];
134 // the alignment parts
156 $parts = explode('?', $instruction[0],2);
157 if(count($parts) === 2) {
158 $params = '?'.$parts[1];

12345678910>>...37