Home
last modified time | relevance | path

Searched refs:uri (Results 226 – 250 of 438) sorted by relevance

12345678910>>...18

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php108 * @param string $uri
112 function findByUri($uri, $principalPrefix); argument
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.stumbleupon.js32 'button' : function (options, uri, settings) { argument
48 src: base_url+$.param({url: uri + options.referrer_track}),
H A Djquery.socialshareprivacy.linkedin.js33 'button' : function (options, uri, settings) { argument
37 'data-url' : uri + options.referrer_track,
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php108 * @param string $uri
112 function findByUri($uri, $principalPrefix); argument
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DExample.php152 * @param string $uri
156 private function isUriRelative($uri) argument
158 return false === strpos($uri, ':');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMultipartStream.php93 $uri = $element['contents']->getMetadata('uri');
94 if (substr($uri, 0, 6) !== 'php://') {
95 $element['filename'] = $uri;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DTransport.php89 * @param string $uri HTTP URI to send request to
96 public function performRequest(string $method, string $uri, array $params = [], $body = null, array $options = []): FutureArrayInterface argument
111 $uri,
/plugin/combo/ComboStrap/
H A DFileSystems.php342 public static function createPathFromUri($uri): Path argument
344 $firstColon = strpos($uri, ":");
346 throw new ExceptionBadSyntax("$uri is not a valid uri");
348 $scheme = substr($uri, 0, $firstColon);
351 return WikiPath::createFromUri($uri);
353 return LocalPath::createFromUri($uri);
H A DPath.php24 * @param string $uri
27 public static function createFromUri(string $uri): Path; argument
89 * @return string the uri string representation of this path (with all information, scheme, drive, attributes)
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php143 $uri = $this->determineRequestUriFromPath($path, $this->baseApiUri);
163 $uri->addToQuery('access_token', $token->getAccessToken());
165 $uri->addToQuery('oauth2_access_token', $token->getAccessToken());
167 $uri->addToQuery('apikey', $token->getAccessToken());
174 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
/plugin/imapmarkers/syntax/
H A Dmap.php151 $uri = $link;
159 $uri = $a->href;
163 …("syntax_plugin_imapmarkers_map.handle::DOKU_LEXER_MATCHED: URL='%s' CLASS='%s'", $uri, $classes));
165 …H_IS_AREA, $is_correct, $err_msg, $link, $loc_id, $text, $num_coords, $a_coords_s, $uri, $classes);
289 …, $is_correct, $err_msg, $link, $loc_id, $text, $num_coords, $a_coords_s, $uri, $classes) = $value;
302 …/>%s', $this->nr_imagemap_render, $key, $loc_id, $shape, $a_coords_s, $text, $text, $uri, DOKU_LF);
309 …%s" rel="ugc nofollow">%s</a>%s', $this->nr_imagemap_render, $key, $link, $uri, $classes, $text, D…
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php86 $uri = $request->getUri()->withQuery(Query::build($params));
87 $request = $request->withUri($uri);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNeedPrivilegesExceptionTest.php11 $uri = 'foo';
16 $ex = new NeedPrivileges($uri, $privileges);
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in
31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()`
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md13 * Now throwing `InvalidUriException` if a uri passed to the `parse` function
17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in
31 non ascii-characters such as Chinese or Hebrew. sabre/uri's `parse()`
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php67 * @param string $uri
70 function getHTTPMethods($uri) { argument
74 list($parent, $name) = Uri\split($uri);
148 * @param string $uri
151 function getSupportedReportSet($uri) { argument
153 $node = $this->server->tree->getNodeForPath($uri);
455 list($calendarPath) = Uri\split($uri);
672 $uri = $this->server->getRequestUri();
676 $acl->checkPrivileges($uri, '{' . self::NS_CALDAV . '}read-free-busy');
679 $calendar = $this->server->tree->getNodeForPath($uri);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php66 * @param string $uri
69 function getHTTPMethods($uri) { argument
73 list($parent, $name) = Uri\split($uri);
137 * @param string $uri
140 function getSupportedReportSet($uri) { argument
142 $node = $this->server->tree->getNodeForPath($uri);
440 list($calendarPath) = Uri\split($uri);
640 $uri = $this->server->getRequestUri();
644 $acl->checkPrivileges($uri, '{' . self::NS_CALDAV . '}read-free-busy');
647 $calendar = $this->server->tree->getNodeForPath($uri);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php369 public $uri; variable in Google_TopicValueCitation
382 public function setUri( $uri) { argument
383 $this->uri = $uri;
386 return $this->uri;
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64uri-is-file|xdmp:uri-format|xdmp:uri-content-type|xdmp:unquote|xdmp:unpath|xdmp:triggers-database|…
/plugin/semanticdata/phpSesame/
H A DresultFormats.php43 else if($binding->uri)
45 $row[$name] = (string) $binding->uri;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLockDiscoveryTest.php19 $lock->uri = 'hi';
57 $lock->uri = 'hi';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php34 $lock->uri ='someuri';
42 $this->assertEquals('someuri',$locks[0]->uri);
66 $this->assertEquals('someuri',$locks[0]->uri);
141 $this->assertEquals('someuri',$locks[0]->uri);
/plugin/oauthazure/
H A DAzure.php70 $uri = new Uri($this->getEndpoint(self::ENDPOINT_TOKEN));
72 return $uri;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D70.70.js1uri}))):t}))),this._client=t}return this._client},e.prototype.getLanguageServiceWorker=function(){…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php21 $lockInfo->uri = '/foo';
50 $lockInfo->uri = '/foo&bar';

12345678910>>...18