Home
last modified time | relevance | path

Searched refs:uri (Results 176 – 200 of 438) sorted by relevance

12345678910>>...18

/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js58 var uri = document.location.href;
65 uri = canonical;
68 return uri;
160 var uri = options.uri;
161 if (typeof uri === 'function') {
162 uri = uri(context);
169 var fb_enc_uri = encodeURIComponent(uri + options.services.facebook.referrer_track);
201 … var twitter_enc_uri = encodeURIComponent(uri + options.services.twitter.referrer_track);
202 var twitter_count_url = encodeURIComponent(uri);
228 var gplus_uri = uri + options.services.gplus.referrer_track;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php181 …rdata, firstoccurence, lastoccurence, componenttype FROM calendarobjects WHERE uri = "random-id"');
206 'uri' => 'id-1',
215 'uri' => 'id-2',
268 …rdata, firstoccurence, lastoccurence, componenttype FROM calendarobjects WHERE uri = "random-id"');
292 …rdata, firstoccurence, lastoccurence, componenttype FROM calendarobjects WHERE uri = "random-id"');
316 …rdata, firstoccurence, lastoccurence, componenttype FROM calendarobjects WHERE uri = "random-id"');
340 …rdata, firstoccurence, lastoccurence, componenttype FROM calendarobjects WHERE uri = "random-id"');
417 $this->assertEquals('random-id', $data['uri']);
460 $this->assertEquals('random-id', $data['uri']);
772 $expected['uri'] = 'sub1';
[all …]
H A DMockSubscriptionSupport.php69 * @param string $uri
73 public function createSubscription($principalUri, $uri, array $properties) { argument
75 $properties['uri'] = $uri;
/plugin/upgrade/HTTP/
H A DHTTPClient.php183 $uri = parse_url($url);
184 $server = $uri['host'];
185 $path = !empty($uri['path']) ? $uri['path'] : '/';
186 $uriPort = !empty($uri['port']) ? $uri['port'] : null;
187 if(!empty($uri['query'])) $path .= '?'.$uri['query'];
188 if(isset($uri['user'])) $this->user = $uri['use
[all...]
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DInvalidRequestException.php19 * @param string $uri the URI queries
26 $uri, argument
30 parent::__construct($message, $httpStatus, $uri, $previous);
/plugin/webdav/core/Backend/
H A DLocksFile.php20 * @param string $uri
24 public function lock($uri, DAV\Locks\LockInfo $lockInfo) argument
28 return parent::lock($uri, $lockInfo);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php80 $uri = $this->determineRequestUriFromPath('/', $this->baseApiUri);
81 $uri->addToQuery('method', $path);
84 $uri->addToQuery('format', $this->format);
87 $uri->addToQuery('nojsoncallback', 1);
94 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
98 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
H A DAbstractService.php131 $uri = $this->determineRequestUriFromPath($path, $this->baseApiUri);
137 'Authorization' => $this->buildAuthorizationHeaderForAPIRequest($method, $uri, $token, $body)
141 return $this->httpClient->retrieveResponse($uri, $body, $headers, $method);
196 * @param UriInterface $uri The uri the request is headed
204 UriInterface $uri, argument
217 $authParameters['oauth_signature'] = $this->signature->getSignature($uri, $signatureParams, $method);
/plugin/davcard/db/
H A Dupdate0001.sql4 uri text, field
15 uri text, field
33 uri text, field
/plugin/davcal/
H A Dhelper.php677 * @param string $uri The new object URI
692 $uri,
714 * @param string $uri The object's URI to modify
735 $uri
857 $uri = $uri = 'dokuwiki-' . bin2hex(random_bytes(16)) . '.ics';
1195 * @param string $uri The object's URI
1301 $uri = $event['uri'];
1393 * @param string $uri The object's URI
1437 $uri = $event['uri'];
1503 $values = array($uri,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2UserEvent.php86 public $uri; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2UserEvent
335 public function setUri($uri) argument
337 $this->uri = $uri;
344 return $this->uri;
/plugin/webdav/
H A Dadmin.php91 $locked_file = $lock->uri;
147 $pathinfo = pathinfo($lock->uri);
153 …etBaseURL(true) . 'lib/plugins/webdav/server.php/' . hsc($lock->uri) . '">' . $lock->uri . '</a></…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSubscriptionsTest.php20 'uri' => 'principals/user1'
23 $this->backend->createSubscription('principals/user1', 'uri', $props);
72 'uri' => 'principals/user1'
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php191 foreach($uris as $uri) {
193 $this->assertEquals("\xc3\xa0fo\xc3\xb3",$this->server->calculateUri($uri));
199 foreach($uris as $uri) {
201 $this->assertEquals("\xc3\xa0fo\xc3\xb3",$this->server->calculateUri($uri));
207 foreach($uris as $uri) {
209 $this->assertEquals("root/\xc3\xa0fo\xc3\xb3",$this->server->calculateUri($uri));
220 $uri = '/path1/';
223 $this->server->calculateUri($uri);
/plugin/fedauth/Auth/Yadis/
H A DYadis.php301 * @param string $uri The URI on which to perform Yadis discovery.
320 static function discover($uri, $fetcher, argument
323 $result = new Auth_Yadis_DiscoveryResult($uri);
325 $request_uri = $uri;
333 $response = $fetcher->get($uri, $headers);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php69 * @param string $uri absolute uri
72 function davMount(ResponseInterface $response, $uri) { argument
79 echo " <dm:url>", htmlspecialchars($uri, ENT_NOQUOTES, 'UTF-8'), "</dm:url>\n";
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php69 * @param string $uri absolute uri
72 function davMount(ResponseInterface $response, $uri) { argument
79 echo " <dm:url>", htmlspecialchars($uri, ENT_NOQUOTES, 'UTF-8'), "</dm:url>\n";
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D15.15.js1uri/,"string.quote"],[/plugin-types/,"string.quote"],[/sandbox/,"string.quote"],[/disown-opener/,"…
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php76 * @param string $uri
79 function getHTTPMethods($uri) { argument
83 if ($tree->nodeExists($uri)) {
84 $node = $tree->getNodeForPath($uri);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php76 * @param string $uri
79 function getHTTPMethods($uri) { argument
83 if ($tree->nodeExists($uri)) {
84 $node = $tree->getNodeForPath($uri);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.hackernews.js26 'button' : function (options, uri, settings) { argument
27 var url = uri + options.referrer_track;
29 options.title.call(this, options, uri, settings) :
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php30 private $uri; variable in GuzzleHttp\\Psr7\\Stream
66 $this->uri = $this->getMetadata('uri');
122 $this->size = $this->uri = null;
139 if ($this->uri) {
140 clearstatcache(true, $this->uri);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php184 * the url is built up based on the scheme, host, uri, and query_string
198 $uri = (isset($request['scheme'])
202 $uri .= $host;
207 if (isset($request['uri'])) {
208 $uri .= $request['uri'];
212 $uri .= '?' . $request['query_string'];
215 return $uri;
/plugin/html2pdf/html2pdf/html2ps/
H A Dindex.php6 $uri = $matches[1]; variable
8 header("Location: http://${host}${uri}/demo/index.php");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Service.php122 public $uri; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Service
505 public function setUri($uri) argument
507 $this->uri = $uri;
514 return $this->uri;

12345678910>>...18