Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 25 of 1601) sorted by relevance

12345678910>>...65

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DPrepareBodyMiddleware.php38 $modify = [];
44 $modify['set_headers']['Content-Type'] = $type;
55 $modify['set_headers']['Content-Length'] = $size;
57 $modify['set_headers']['Transfer-Encoding'] = 'chunked';
62 $this->addExpectHeader($request, $options, $modify);
64 return $fn(Psr7\Utils::modifyRequest($request, $modify), $options);
70 … private function addExpectHeader(RequestInterface $request, array $options, array &$modify): void argument
86 $modify['set_headers']['Expect'] = '100-Continue';
102 $modify['set_headers']['Expect'] = '100-Continue';
DRedirectMiddleware.php162 $modify = [];
175 $modify['method'] = in_array($requestMethod, $safeMethods) ? $requestMethod : 'GET';
176 $modify['body'] = '';
185 $modify['uri'] = $uri;
191 && $modify['uri']->getScheme() === $request->getUri()->getScheme()
194 $modify['set_headers']['Referer'] = (string) $uri;
196 $modify['remove_headers'][] = 'Referer';
200 if (Psr7\UriComparator::isCrossOrigin($request->getUri(), $modify['uri'])) {
201 $modify['remove_headers'][] = 'Authorization';
202 $modify['remove_headers'][] = 'Cookie';
[all …]
DClient.php344 $modify = [
352 $modify['set_headers'] = $options['headers'];
389 $modify['set_headers']['Accept-Encoding'] = $options['decode_content'];
396 $modify['body'] = Psr7\Utils::streamFor($options['body']);
406 … $modify['set_headers'] = Psr7\Utils::caselessRemove(['Authorization'], $modify['set_headers']);
407 $modify['set_headers']['Authorization'] = 'Basic '
430 $modify['query'] = $value;
443 $modify['version'] = $options['version'];
446 $request = Psr7\Utils::modifyRequest($request, $modify);
458 $modify = [];
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DPrepareBodyMiddleware.php40 $modify = [];
46 $modify['set_headers']['Content-Type'] = $type;
57 $modify['set_headers']['Content-Length'] = $size;
59 $modify['set_headers']['Transfer-Encoding'] = 'chunked';
64 $this->addExpectHeader($request, $options, $modify);
66 return $fn(Psr7\modify_request($request, $modify), $options);
77 array &$modify
93 $modify['set_headers']['Expect'] = '100-Continue';
108 $modify['set_headers']['Expect'] = '100-Continue';
DRedirectMiddleware.php179 $modify = [];
189 $modify['method'] = 'GET';
190 $modify['body'] = '';
199 $modify['uri'] = $uri;
205 && $modify['uri']->getScheme() === $request->getUri()->getScheme()
208 $modify['set_headers']['Referer'] = (string) $uri;
210 $modify['remove_headers'][] = 'Referer';
214 if ($request->getUri()->getHost() !== $modify['uri']->getHost()) {
215 $modify['remove_headers'][] = 'Authorization';
218 return Psr7\modify_request($request, $modify);
DClient.php367 $modify = [
372 $modify['set_headers'] = $options['headers'];
409 $modify['set_headers']['Accept-Encoding'] = $options['decode_content'];
416 $modify['body'] = Psr7\stream_for($options['body']);
426 … $modify['set_headers'] = Psr7\_caseless_remove(['Authorization'], $modify['set_headers']);
427 $modify['set_headers']['Authorization'] = 'Basic '
450 $modify['query'] = $value;
462 $request = Psr7\modify_request($request, $modify);
474 $modify = [];
477 $modify['set_headers'][$k] = $v;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php326 $this->currentDate->modify('+' . $this->interval . ' hours');
338 $this->currentDate->modify('+' . $this->interval . ' days');
358 $this->currentDate->modify('+' . $this->interval-1 . ' days');
361 $this->currentDate->modify('+1 hours');
364 $this->currentDate->modify('+' . $this->interval . ' days');
393 $this->currentDate->modify('+' . $this->interval . ' weeks');
411 $this->currentDate->modify('+1 hours');
413 $this->currentDate->modify('+1 days');
424 $this->currentDate->modify('+' . $this->interval-1 . ' weeks');
429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php326 $this->currentDate->modify('+' . $this->interval . ' hours');
338 $this->currentDate->modify('+' . $this->interval . ' days');
358 $this->currentDate->modify('+' . $this->interval-1 . ' days');
361 $this->currentDate->modify('+1 hours');
364 $this->currentDate->modify('+' . $this->interval . ' days');
393 $this->currentDate->modify('+' . $this->interval . ' weeks');
411 $this->currentDate->modify('+1 hours');
413 $this->currentDate->modify('+1 days');
424 $this->currentDate->modify('+' . $this->interval-1 . ' weeks');
429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php326 $this->currentDate->modify('+' . $this->interval . ' hours');
338 $this->currentDate->modify('+' . $this->interval . ' days');
358 $this->currentDate->modify('+' . $this->interval-1 . ' days');
361 $this->currentDate->modify('+1 hours');
364 $this->currentDate->modify('+' . $this->interval . ' days');
393 $this->currentDate->modify('+' . $this->interval . ' weeks');
411 $this->currentDate->modify('+1 hours');
413 $this->currentDate->modify('+1 days');
424 $this->currentDate->modify('+' . $this->interval-1 . ' weeks');
429 … $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->weekStart]]);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php325 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' hours');
337 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' days');
357 … $this->currentDate = $this->currentDate->modify('+' . $this->interval - 1 . ' days');
360 $this->currentDate = $this->currentDate->modify('+1 hours');
363 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' days');
392 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' weeks');
410 $this->currentDate = $this->currentDate->modify('+1 hours');
412 $this->currentDate = $this->currentDate->modify('+1 days');
423 … $this->currentDate = $this->currentDate->modify('+' . $this->interval - 1 . ' weeks');
428 …$this->currentDate = $this->currentDate->modify('last ' . $this->dayNames[$this->dayMap[$this->wee…
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
DRRuleIterator.php314 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' hours');
323 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days');
344 … $this->currentDate = $this->currentDate->modify('+'.($this->interval - 1).' days');
347 $this->currentDate = $this->currentDate->modify('+1 hours');
349 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' days');
373 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' weeks');
391 $this->currentDate = $this->currentDate->modify('+1 hours');
393 $this->currentDate = $this->currentDate->modify('+1 days');
404 $this->currentDate = $this->currentDate->modify('+'.($this->interval - 1).' weeks');
409 …$this->currentDate = $this->currentDate->modify('last '.$this->dayNames[$this->dayMap[$this->weekS…
[all …]
/plugin/schedule/
DpoiDB.class.php12 var $modify = false; variable in poiDB
40 $this->modify = true;
53 $this->modify = true;
75 $this->modify = true;
99 if (!$this->modify) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DMinutesField.php22 $date->modify('-1 minute');
24 $date->modify('+1 minute');
48 $date->modify(($invert ? '-' : '+') . '1 hour');
H A DHoursField.php27 $date->modify('-1 hour');
29 $date->modify('+1 hour');
57 $date->modify(($invert ? '-' : '+') . '1 day');
H A DMonthField.php30 $date->modify('last day of previous month');
33 $date->modify('first day of next month');
H A DYearField.php21 $date->modify('-1 year');
25 $date->modify('+1 year');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php62 public function modify(RequestContext $context, ModifyRequest $modify): void function in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyRequestHandler
64 $this->ldap()->sendAndReceive($modify, ...$context->controls()->toArray());
H A DRequestHandlerInterface.php65 public function modify(RequestContext $context, ModifyRequest $modify): void; function
H A DGenericRequestHandler.php76 public function modify(RequestContext $context, ModifyRequest $modify): void argument
/plugin/icalevents/vendor/sabre/vobject/bin/
Dgenerateicalendardata.php55 $dtEnd->modify('+' . mt_rand(1, 3) . ' days');
72 $currentDate->modify('+ ' . mt_rand(0, 3) . ' days');
/plugin/webdavclient/vendor/sabre/vobject/bin/
Dgenerateicalendardata.php57 $dtEnd->modify('+' . mt_rand(1,3) . ' days');
74 $currentDate->modify('+ ' . mt_rand(0,3) . ' days');
/plugin/davcard/vendor/sabre/vobject/bin/
Dgenerateicalendardata.php57 $dtEnd->modify('+' . mt_rand(1,3) . ' days');
74 $currentDate->modify('+ ' . mt_rand(0,3) . ' days');
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php57 $dtEnd->modify('+' . mt_rand(1,3) . ' days');
74 $currentDate->modify('+ ' . mt_rand(0,3) . ' days');
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
Devent_system.rst55 data, and type. Listeners may modify the type that is being used for
75 modify submitted data, or modify the type that is being used for deserialization.
/plugin/monthcal/
Dsyntax.php203 $date_yesterday = (new DateTime($date_today->format('Y-m-d')))->modify('-1 day');
208 $date_to = (new DateTime($date_from->format('Y-m-d')))->modify('+1 month');
211 $date_prev_month = (new DateTime($date_from->format('Y-m-d')))->modify('-1 month');

12345678910>>...65