Searched refs:modify (Results 1 – 25 of 1165) sorted by relevance
12345678910>>...47
40 $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 &$modify93 $modify['set_headers']['Expect'] = '100-Continue';108 $modify['set_headers']['Expect'] = '100-Continue';
179 $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);
367 $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 …]
326 $this->currentDate->modify('+' . $this->interval . ' hours');338 $this->currentDate->modify('+' . $this->interval . ' 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');487 $this->currentDate->modify('+ ' . $this->interval . ' months');537 $this->currentDate->modify('+' . $this->interval . ' years');767 $checkDate->modify($dayName);[all …]
325 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' hours');337 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' 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');486 $this->currentDate = $this->currentDate->modify('+ ' . $this->interval . ' months');618 $this->currentDate = $this->currentDate->modify('+' . $this->interval . ' years');876 $checkDate = $checkDate->modify($dayName);[all …]
314 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' hours');323 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' 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');462 $this->currentDate = $this->currentDate->modify('+ '.$this->interval.' months');597 $this->currentDate = $this->currentDate->modify('+'.$this->interval.' years');836 $checkDate = $checkDate->modify($dayName);[all …]
12 var $modify = false; variable in poiDB40 $this->modify = true;53 $this->modify = true;75 $this->modify = true;99 if (!$this->modify) {
22 $date->modify('-1 minute');24 $date->modify('+1 minute');48 $date->modify(($invert ? '-' : '+') . '1 hour');
27 $date->modify('-1 hour');29 $date->modify('+1 hour');57 $date->modify(($invert ? '-' : '+') . '1 day');
30 $date->modify('last day of previous month');33 $date->modify('first day of next month');
21 $date->modify('-1 year');25 $date->modify('+1 year');
91 $date->modify('previous day');94 $date->modify('next day');
110 $date->modify('-1 day');113 $date->modify('+1 day');
61 public function modify(RequestContext $context, ModifyRequest $modify): void function in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyRequestHandler63 $this->ldap()->sendAndReceive($modify, ...$context->controls()->toArray());
64 public function modify(RequestContext $context, ModifyRequest $modify): void; function
75 public function modify(RequestContext $context, ModifyRequest $modify): void function in FreeDSx\\Ldap\\Server\\RequestHandler\\GenericRequestHandler
55 $dtEnd->modify('+' . mt_rand(1, 3) . ' days');72 $currentDate->modify('+ ' . mt_rand(0, 3) . ' days');
57 $dtEnd->modify('+' . mt_rand(1,3) . ' days');74 $currentDate->modify('+ ' . mt_rand(0,3) . ' days');
55 data, and type. Listeners may modify the type that is being used for75 modify submitted data, or modify the type that is being used for deserialization.
203 $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');
3 # Don't modify the lines above