Home
last modified time | relevance | path

Searched refs:uri (Results 151 – 175 of 438) sorted by relevance

12345678910>>...18

/plugin/fedauth/Auth/Yadis/
H A DXML.php39 foreach ($namespace_map as $prefix => $uri) {
40 if (!$this->registerNamespace($prefix, $uri)) {
55 * @param string $uri The namespace URI to be used to identify the
61 function registerNamespace($prefix, $uri) argument
160 function registerNamespace($prefix, $uri) argument
162 return xpath_register_ns($this->xpath, $prefix, $uri);
250 function registerNamespace($prefix, $uri) argument
252 return $this->xpath->registerNamespace($prefix, $uri);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DPrinter.php56 public $uri; variable in Google\\Service\\Directory\\Printer
177 public function setUri($uri) argument
179 $this->uri = $uri;
186 return $this->uri;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEntryPoint.php62 public $uri; variable in Google\\Service\\Calendar\\EntryPoint
193 public function setUri($uri) argument
195 $this->uri = $uri;
202 return $this->uri;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DFirewallInfo.php62 public $uri; variable in Google\\Service\\NetworkManagement\\FirewallInfo
193 public function setUri($uri) argument
195 $this->uri = $uri;
202 return $this->uri;
/plugin/jirainfo/
H A Daction.php47 $uri = parse_url($this->getConf('apiUrl'));
49 $path = (preg_match('/\w+\/$/', $uri['path'])) ? $uri['path'] : $uri['path'] . '/';
52 $uri['scheme'],
55 $uri['host'].$path.'issue',
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng23 value-uri = element uri { xsd:anyURI }
118 value-uri
155 value-uri
218 value-uri
239 value-uri
260 value-uri
274 value-uri
321 value-uri
330 value-uri
337 value-uri
[all …]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng23 value-uri = element uri { xsd:anyURI }
118 value-uri
155 value-uri
218 value-uri
239 value-uri
260 value-uri
274 value-uri
321 value-uri
330 value-uri
337 value-uri
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1PredictionInput.php66 public $uri; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1PredictionInput
215 public function setUri($uri) argument
217 $this->uri = $uri;
224 return $this->uri;
/plugin/openid/Auth/Yadis/
H A DXML.php39 foreach ($namespace_map as $prefix => $uri) {
40 if (!$this->registerNamespace($prefix, $uri)) {
55 * @param string $uri The namespace URI to be used to identify the
61 function registerNamespace($prefix, $uri) argument
165 function registerNamespace($prefix, $uri) argument
167 return xpath_register_ns($this->xpath, $prefix, $uri);
274 function registerNamespace($prefix, $uri) argument
276 return $this->xpath->registerNamespace($prefix, $uri);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClientInterface.php51 * @param string|UriInterface $uri URI object or string.
57 public function request($method, $uri, array $options = []); argument
68 * @param string|UriInterface $uri URI object or string.
73 public function requestAsync($method, $uri, array $options = []); argument
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php132 * @param string $uri
135 function getMethods($uri) { argument
162 * @param string $uri
184 * @param string $uri
705 * @param string $uri
768 foreach ($uris as $uri) {
939 * @param string $uri
942 function beforeBind($uri) { argument
955 * @param string $uri
958 function beforeUnbind($uri) { argument
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js268 embed_url = uri + options.referrer_track;
277 var uri = document.location.href;
281 uri = absurl(canonical);
284 uri = uri.replace(/#.*$/,'');
287 return uri;
297 var uri = options.uri;
298 if (typeof uri === 'function') {
299 uri = uri.call($share[0], options);
629 var uri = this_options.uri;
630 if (typeof uri === 'function') {
[all …]
H A Djquery.socialshareprivacy.disqus.js17 …$widget.attr("data-shortname") === options.shortname && $widget.attr("data-uri") === options.uri) {
49 …rc = 'http://'+options.shortname+'.disqus.com/count.js?q=1&0=2,'+encodeURIComponent(options.uri);
90 'button' : function (options, uri, settings) { argument
107 'data-uri' : uri + options.referrer_track
117 uri : uri + options.referrer_track
H A Djquery.socialshareprivacy.twitter.js37 'button' : function (options, uri, settings) { argument
39 options.text.call(this, options, uri, settings) :
46 url : uri + options.referrer_track,
47 counturl: uri,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php197 * @param string $uri
204 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null) argument
223 'uri' => $this->getURI($uri, $params),
298 $request['uri'],
352 private function getURI(string $uri, ?array $params): string argument
368 $uri .= '?' . http_build_query($params);
372 $uri = $this->path . $uri;
375 return $uri
637 addPortInUrl(string $uri, int $port) global() argument
[all...]
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md1 sabre/uri
4 sabre/uri is a lightweight library that provides several functions for working
40 [1]: http://sabre.io/uri/
44 [5]: https://github.com/fruux/sabre-uri/issues/
46 [7]: http://sabre.io/uri/install/
47 [8]: http://sabre.io/uri/usage/
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md1 sabre/uri
4 sabre/uri is a lightweight library that provides several functions for working
40 [1]: http://sabre.io/uri/
44 [5]: https://github.com/fruux/sabre-uri/issues/
46 [7]: http://sabre.io/uri/install/
47 [8]: http://sabre.io/uri/usage/
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php59 * @param string|UriInterface $uri URI
67 $uri, argument
75 parent::__construct($method, $uri, $headers, $body, $version);
174 $uri = self::getUriFromGlobals();
178 $serverRequest = new ServerRequest($method, $uri, $headers, $body, $protocol, $_SERVER);
189 $uri = 'http://' . $authority;
/plugin/elwikiupgrade/
H A DHTTPClient.php190 $uri = parse_url($url);
191 $server = $uri['host'];
192 $path = $uri['path'];
194 if(!empty($uri['query'])) $path .= '?'.$uri['query'];
195 if(!empty($uri['port'])) $port = $uri['port'];
196 if(isset($uri['user'])) $this->user = $uri['user'];
197 if(isset($uri['pass'])) $this->pass = $uri['pass'];
223 $headers['Host'] = $uri['host'];
224 if(!empty($uri['port'])) $headers['Host'].= ':'.$uri['port'];
384 … $this->resp_headers['location'] = $uri['scheme'].'://'.$uri['host'].':'.$uri['port'].
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php314 $uri = $this->resolveHost($request, $options);
323 function () use ($uri, &$http_response_header, $context, $options) {
324 $resource = fopen((string) $uri, 'r', null, $context);
341 $uri = $request->getUri();
345 $records = dns_get_record($uri->getHost(), DNS_A);
350 $uri->getHost()
355 $uri = $uri->withHost($records[0]['ip']);
357 $records = dns_get_record($uri->getHost(), DNS_AAAA);
362 $uri->getHost()
367 $uri = $uri->withHost('[' . $records[0]['ipv6'] . ']');
[all …]
/plugin/oauthgoogle/
H A DGoogle.php23 $uri = parent::getAuthorizationEndpoint();
24 $uri->addToQuery('prompt', 'consent');
25 return $uri;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php193 $uri = [];
194 $uri[] = $this->getOptionalIndex();
195 $uri[] = $this->getOptionalType();
196 $uri[] = $endpoint;
197 $uri = array_filter($uri);
199 return '/' . implode('/', $uri);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Document.php54 public $uri; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1Document
213 public function setUri($uri) argument
215 $this->uri = $uri;
222 return $this->uri;
H A DGoogleCloudDocumentaiV1beta1Document.php54 public $uri; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1Document
213 public function setUri($uri) argument
215 $this->uri = $uri;
222 return $this->uri;
H A DGoogleCloudDocumentaiV1beta2Document.php56 public $uri; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2Document
229 public function setUri($uri) argument
231 $this->uri = $uri;
238 return $this->uri;

12345678910>>...18