Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 948) sorted by relevance

12345678910>>...38

/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php110 foreach($parts as $part) {
111 $matches[$part] = isset($matches[$part])&&$matches[$part]?(int)$matches[$part]:0;
160 foreach($parts as $part) {
161 if (isset($matches[$part]) && $matches[$part]) {
162 $newDur.=' '.$matches[$part] . ' ' . $part . 's';
314 foreach($parts as $part) {
317 $result[$part] = null;
318 } elseif ($matches[$part] === '-' || $matches[$part] === '--') {
321 $result[$part] = $matches[$part];
416 foreach($parts as $part) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php110 foreach($parts as $part) {
111 $matches[$part] = isset($matches[$part])&&$matches[$part]?(int)$matches[$part]:0;
160 foreach($parts as $part) {
161 if (isset($matches[$part]) && $matches[$part]) {
162 $newDur.=' '.$matches[$part] . ' ' . $part . 's';
314 foreach($parts as $part) {
317 $result[$part] = null;
318 } elseif ($matches[$part] === '-' || $matches[$part] === '--') {
321 $result[$part] = $matches[$part];
416 foreach($parts as $part) {
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php110 foreach($parts as $part) {
111 $matches[$part] = isset($matches[$part])&&$matches[$part]?(int)$matches[$part]:0;
160 foreach($parts as $part) {
161 if (isset($matches[$part]) && $matches[$part]) {
162 $newDur.=' '.$matches[$part] . ' ' . $part . 's';
314 foreach($parts as $part) {
317 $result[$part] = null;
318 } elseif ($matches[$part] === '-' || $matches[$part] === '--') {
321 $result[$part] = $matches[$part];
416 foreach($parts as $part) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php119 foreach ($parts as $part) {
120 … $matches[$part] = isset($matches[$part]) && $matches[$part] ? (int) $matches[$part] : 0;
175 foreach ($parts as $part) {
176 if (isset($matches[$part]) && $matches[$part]) {
177 $newDur .= ' '.$matches[$part].' '.$part.'s';
329 foreach ($parts as $part) {
331 $result[$part] = null;
332 } elseif ('-' === $matches[$part] || '--' === $matches[$part]) {
335 $result[$part] = $matches[$part];
426 foreach ($parts as $part) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php122 foreach ($parts as $part) {
123 … $matches[$part] = isset($matches[$part]) && $matches[$part] ? (int)$matches[$part] : 0;
181 foreach ($parts as $part) {
182 if (isset($matches[$part]) && $matches[$part]) {
183 $newDur .= ' ' . $matches[$part] . ' ' . $part . 's';
339 foreach ($parts as $part) {
342 $result[$part] = null;
343 } elseif ($matches[$part] === '-' || $matches[$part] === '--') {
346 $result[$part] = $matches[$part];
442 foreach ($parts as $part) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DLiveBroadcasts.php37 * @param string|array $part The *part* parameter specifies a comma-separated
72 public function bind($id, $part, $optParams = []) argument
74 $params = ['id' => $id, 'part' => $part];
120 * @param string|array $part The *part* parameter serves two purposes in this
156 public function insert($part, LiveBroadcast $postBody, $optParams = []) argument
158 $params = ['part' => $part, 'postBody' => $postBody];
213 public function listLiveBroadcasts($part, $optParams = []) argument
215 $params = ['part' => $part];
259 public function transition($broadcastStatus, $id, $part, $optParams = []) argument
313 public function update($part, LiveBroadcast $postBody, $optParams = []) argument
[all …]
H A DPlaylistItems.php59 * @param string|array $part The *part* parameter serves two purposes in this
77 public function insert($part, PlaylistItem $postBody, $optParams = []) argument
79 $params = ['part' => $part, 'postBody' => $postBody];
87 * @param string|array $part The *part* parameter specifies a comma-separated
120 public function listPlaylistItems($part, $optParams = []) argument
122 $params = ['part' => $part];
129 * @param string|array $part The *part* parameter serves two purposes in this
157 public function update($part, PlaylistItem $postBody, $optParams = []) argument
159 $params = ['part' => $part, 'postBody' => $postBody];
H A DPlaylists.php59 * @param string|array $part The *part* parameter serves two purposes in this
93 public function insert($part, Playlist $postBody, $optParams = []) argument
95 $params = ['part' => $part, 'postBody' => $postBody];
102 * @param string|array $part The *part* parameter specifies a comma-separated
151 public function listPlaylists($part, $optParams = []) argument
153 $params = ['part' => $part];
160 * @param string|array $part The *part* parameter serves two purposes in this
184 public function update($part, Playlist $postBody, $optParams = []) argument
186 $params = ['part' => $part, 'postBody' => $postBody];
H A DChannelSections.php59 * @param string|array $part The *part* parameter serves two purposes in this
94 public function insert($part, ChannelSection $postBody, $optParams = []) argument
96 $params = ['part' => $part, 'postBody' => $postBody];
104 * @param string|array $part The *part* parameter specifies a comma-separated
134 public function listChannelSections($part, $optParams = []) argument
136 $params = ['part' => $part];
143 * @param string|array $part The *part* parameter serves two purposes in this
162 public function update($part, ChannelSection $postBody, $optParams = []) argument
164 $params = ['part' => $part, 'postBody' => $postBody];
H A DLiveStreams.php75 * @param string|array $part The *part* parameter serves two purposes in this
111 public function insert($part, LiveStream $postBody, $optParams = []) argument
113 $params = ['part' => $part, 'postBody' => $postBody];
121 * @param string|array $part The *part* parameter specifies a comma-separated
164 public function listLiveStreams($part, $optParams = []) argument
166 $params = ['part' => $part];
173 * @param string|array $part The *part* parameter serves two purposes in this
212 public function update($part, LiveStream $postBody, $optParams = []) argument
214 $params = ['part' => $part, 'postBody' => $postBody];
H A DThirdPartyLinks.php53 * @param string|array $part The *part* parameter specifies the thirdPartyLink
63 public function insert($part, ThirdPartyLink $postBody, $optParams = []) argument
65 $params = ['part' => $part, 'postBody' => $postBody];
73 * @param string|array $part The *part* parameter specifies the thirdPartyLink
85 public function listThirdPartyLinks($part, $optParams = []) argument
87 $params = ['part' => $part];
94 * @param string|array $part The *part* parameter specifies the thirdPartyLink
104 public function update($part, ThirdPartyLink $postBody, $optParams = []) argument
106 $params = ['part' => $part, 'postBody' => $postBody];
H A DCaptions.php91 * @param string|array $part The *part* parameter specifies the caption resource
112 public function insert($part, Caption $postBody, $optParams = []) argument
114 $params = ['part' => $part, 'postBody' => $postBody];
121 * @param string|array $part The *part* parameter specifies a comma-separated
144 public function listCaptions($part, $videoId, $optParams = []) argument
146 $params = ['part' => $part, 'videoId' => $videoId];
153 * @param string|array $part The *part* parameter specifies a comma-separated
176 public function update($part, Caption $postBody, $optParams = []) argument
178 $params = ['part' => $part, 'postBody' => $postBody];
H A DComments.php48 * @param string|array $part The *part* parameter identifies the properties that
55 public function insert($part, Comment $postBody, $optParams = []) argument
57 $params = ['part' => $part, 'postBody' => $postBody];
64 * @param string|array $part The *part* parameter specifies a comma-separated
84 public function listComments($part, $optParams = []) argument
86 $params = ['part' => $part];
130 * @param string|array $part The *part* parameter identifies the properties that
138 public function update($part, Comment $postBody, $optParams = []) argument
140 $params = ['part' => $part, 'postBody' => $postBody];
H A DVideos.php86 * @param string|array $part The *part* parameter serves two purposes in this
129 public function insert($part, Video $postBody, $optParams = []) argument
131 $params = ['part' => $part, 'postBody' => $postBody];
138 * @param string|array $part The *part* parameter specifies a comma-separated
186 public function listVideos($part, $optParams = []) argument
188 $params = ['part' => $part];
232 * @param string|array $part The *part* parameter serves two purposes in this
263 public function update($part, Video $postBody, $optParams = []) argument
265 $params = ['part' => $part, 'postBody' => $postBody];
H A DChannels.php36 * @param string|array $part The *part* parameter specifies a comma-separated
80 public function listChannels($part, $optParams = []) argument
82 $params = ['part' => $part];
89 * @param string|array $part The *part* parameter serves two purposes in this
110 public function update($part, Channel $postBody, $optParams = []) argument
112 $params = ['part' => $part, 'postBody' => $postBody];
H A DCommentThreads.php36 * @param string|array $part The *part* parameter identifies the properties that
43 public function insert($part, CommentThread $postBody, $optParams = []) argument
45 $params = ['part' => $part, 'postBody' => $postBody];
53 * @param string|array $part The *part* parameter specifies a comma-separated
81 public function listCommentThreads($part, $optParams = []) argument
83 $params = ['part' => $part];
H A DSubscriptions.php48 * @param string|array $part The *part* parameter serves two purposes in this
55 public function insert($part, Subscription $postBody, $optParams = []) argument
57 $params = ['part' => $part, 'postBody' => $postBody];
65 * @param string|array $part The *part* parameter specifies a comma-separated
121 public function listSubscriptions($part, $optParams = []) argument
123 $params = ['part' => $part];
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php70 foreach($contentType as $part) {
71 $part = (explode('=', $part, 2));
72 if (isset($part[0]) && 'boundary' == trim($part[0])) {
73 $boundary = $part[1];
83 foreach($parts as $part) {
84 $part = trim($part);
85 if (!empty($part)) {
86 list($metaHeaders, $part) = explode("\r\n\r\n", $part, 2);
89 $status = substr($part, 0, strpos($part, "\n"));
93 list($partHeaders, $partBody) = Google_CurlIO::parseHttpResponse($part, false);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DCssUtils.php56 return static::filterCommentless($content, function ($part) use (& $callback, $pattern) {
57 return preg_replace_callback($pattern, $callback, $part);
74 return static::filterCommentless($content, function ($part) use (& $callback, $pattern) {
75 return preg_replace_callback($pattern, $callback, $part);
91 return static::filterCommentless($content, function ($part) use (& $callback, $pattern) {
92 return preg_replace_callback($pattern, $callback, $part);
107 … foreach (preg_split(static::REGEX_COMMENTS, $content, -1, PREG_SPLIT_DELIM_CAPTURE) as $part) {
108 if (!preg_match(static::REGEX_COMMENTS, $part, $match) || $part != $match[0]) {
109 $part = call_user_func($callback, $part);
112 $result .= $part;
/plugin/mantis/lib/
H A Dnusoapmime.php239 foreach ($structure->parts as $part) {
240 if (!isset($part->disposition) && (strstr($part->headers['content-type'], 'text/xml'))) {
242 $root = $part->body;
243 $return = parent::parseResponse($part->headers, $part->body);
246 $info['data'] = $part->body;
247 … $info['filename'] = isset($part->d_parameters['filename']) ? $part->d_parameters['filename'] : '';
480 foreach ($structure->parts as $part) {
481 if (!isset($part->disposition) && (strstr($part->headers['content-type'], 'text/xml'))) {
483 $return = parent::parseRequest($part->headers, $part->body);
486 $info['data'] = $part->body;
[all …]
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php46 $part = explode('::', $addr);
47 $part[0] = explode(':', $part[0]);
48 $part[1] = explode(':', $part[1]);
50 for ($i = 0; $i < (8 - (count($part[0]) + count($part[1]))); $i++)
52 $missing = array_merge($part[0], $missing);
53 $part = array_merge($missing, $part[1]);
55 $part = explode(":", $addr);
58 foreach ($part as &$p) {
63 $result = implode(':', $part);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php149 foreach ($contentType as $part) {
150 $part = explode('=', $part, 2);
151 if (isset($part[0]) && 'boundary' == trim($part[0])) {
152 $boundary = $part[1];
163 foreach ($parts as $i => $part) {
164 $part = trim($part);
165 if (!empty($part)) {
166 list($rawHeaders, $part) = explode("\r\n\r\n", $part, 2);
169 $status = substr($part, 0, strpos($part, "\n"));
173 list($partHeaders, $partBody) = $this->parseHttpResponse($part, false);
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php135 foreach ($this->cronParts as $position => $part) {
136 $this->setPart($position, $part);
143 * Set part of the CRON expression
149 * @throws \InvalidArgumentException if the value is not valid for the part
242 * Get all or part of the CRON expression
244 * @param string $part Specify the part to retrieve or NULL to get the full
247 * @return string|null Returns the CRON expression, a part of the
248 * CRON expression, or NULL if the part was specified but not found
250 public function getExpression($part argument
[all...]
/plugin/namespacesearch/
H A Dsyntax.php105 foreach ( explode(' ', array_shift($ns)) as $part) {
106 if (empty($part)) { continue; }
107 if ( substr($part, 0, 1) != '"' && substr($part, 0, 1) != '*' ) $part = '*' . $part;
108 if ( substr($part, -1) != '"' && substr($part, -1) != '*' ) $part = $part. '*';
109 $query[] = $part;
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php56 …h (preg_split('/(")/', $argument, -1, \PREG_SPLIT_NO_EMPTY | \PREG_SPLIT_DELIM_CAPTURE) as $part) {
57 if ('"' === $part) {
59 } elseif (self::isSurroundedBy($part, '%')) {
61 $escapedArgument .= '^%"'.substr($part, 1, -1).'"^%';
64 if ('\\' === substr($part, -1)) {
65 $part .= '\\';
68 $escapedArgument .= $part;

12345678910>>...38