Home
last modified time | relevance | path

Searched defs:path (Results 26 – 50 of 540) sorted by relevance

12345678910>>...22

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainersEnvironments.php55 public function delete($path, $optParams = [])
69 public function get($path, $optParams = [])
103 public function reauthorize($path, Environment $postBody, $optParams = [])
121 public function update($path, Environment $postBody, $optParams = [])
H A DAccountsContainers.php55 public function delete($path, $optParams = [])
69 public function get($path, $optParams = [])
105 public function update($path, Container $postBody, $optParams = [])
H A DAccountsUserPermissions.php56 public function delete($path, $optParams = [])
70 public function get($path, $optParams = [])
104 public function update($path, UserPermission $postBody, $optParams = [])
/plugin/recaptcha2/lib/
H A Dautoload.php26 $path = dirname(__FILE__).'/'.$class.'.php'; variable
34 $path = dirname(__FILE__).'/../tests/'.$class.'.php'; variable
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php37 function propFind($path, PropFind $propFind);
52 function propPatch($path, PropPatch $propPatch);
65 function delete($path);
H A DPDO.php80 function propFind($path, PropFind $propFind) {
123 function propPatch($path, PropPatch $propPatch) {
192 function delete($path) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php37 function propFind($path, PropFind $propFind);
52 function propPatch($path, PropPatch $propPatch);
65 function delete($path);
H A DPDO.php73 function propFind($path, PropFind $propFind) {
113 function propPatch($path, PropPatch $propPatch) {
156 function delete($path) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php26 public function propFind($path, PropFind $propFind) {
51 public function propPatch($path, PropPatch $propPatch) {
78 public function delete($path) {
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php24 private $path; variable in Nyholm\\Dsn\\Configuration\\Path
29 public function __construct(string $scheme, string $path, array $parameters = [], array $authentication = []) argument
61 public function withPath(string $path) argument
H A DUrl.php34 private $path; variable in Nyholm\\Dsn\\Configuration\\Url
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = []) argument
88 public function withPath(?string $path) argument
/plugin/combo/ComboStrap/
H A DPathTreeNode.php11 private Path $path; variable in ComboStrap\\PathTreeNode
13 public function __construct(?Path $path) argument
54 private static function createPathTreeNodeFromPath(Path $path): PathTreeNode argument
[all...]
H A DComboFs.php20 public static function createIfNotExists(Path $path) argument
37 public static function delete(Path $path) argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DFlickr.php78 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
101 public function requestRest($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
106 public function requestXmlrpc($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
113 public function requestSoap($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
120 public function requestJson($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
127 requestPhp($path, $method = 'GET', $body = null, array $extraHeaders = array()) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2CloudStoragePath.php25 public $path; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2CloudStoragePath
30 public function setPath($path)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNested.php16 public function __construct(string $name, string $path) argument
27 public function setPath(string $path): self argument
H A DReverseNested.php16 public function __construct(string $name, ?string $path = null) argument
30 public function setPath(string $path): self argument
[all...]
/plugin/swiftmail/Swift/
H A DFile.php27 protected $path = null; variable in Swift_File
49 public function __construct($path)
59 public function setPath($path)
/plugin/aceeditor/
H A Dpreview.php34 $path = mediaFN($matches[2]); variable
37 $path = DOKU_INC . "lib/plugins/latex/images/renderfail.png"; variable
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DFileResource.php21 private $path; variable in Assetic\\Factory\\Resource\\FileResource
28 public function __construct($path)
/plugin/gitbacked/lib/
H A DGitBackedUtil.php44 public static function isAbsolutePath($path) {
72 public static function getEffectivePath($path) {
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php386 function encodePath($path) {
419 function decodePath($path) {
431 function decodePathSegment($path) {
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php386 function encodePath($path) {
419 function decodePath($path) {
431 function decodePathSegment($path) {
/plugin/ckgedit/ckeditor/
H A Dget_headers.php28 $path = realpath(DOKU_INC . $Dwfck_conf_values['ckg_savedir']); variable
31 else $path = $Dwfck_conf_values['ckg_savedir'] . '/pages/' . $page . '.txt'; variable
33 else $path = PAGES . $page . '.txt'; variable
/plugin/structsection/
H A Dwebpack.config.js3 const path = require('path'); constant
13 path: path.resolve(__dirname, 'lib/'), property in module.exports.output

12345678910>>...22