Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/plugin/combo/ComboStrap/
H A DFileSystems.php15 static function exists(Path $path): bool argument
33 public static function getContent(Path $path): string argument
48 public static function getModifiedTime(Path $path) argument
66 getCreationTime(Path $path) global() argument
80 deleteIfExists(Path $path) global() argument
90 delete(Path $path) global() argument
108 getSize(Path $path) global() argument
139 isDirectory(Path $path) global() argument
156 getChildren(Path $path, string $type = null) global() argument
199 getCacheBuster(Path $path) global() argument
208 closest(Path $path, string $name) global() argument
221 createRegularFile(Path $path) global() argument
239 getMime(Path $path) global() argument
253 setContent(Path $path, string $content) global() argument
288 getTree(Path $path) global() argument
326 clearStatCache(Path $path) global() argument
[all...]
H A DLocalFileSystem.php28 function exists(Path $path): bool argument
38 public function getContent($path): string argument
65 getModifiedTime($path) global() argument
77 getCreationTime(Path $path) global() argument
90 delete(Path $path) global() argument
103 getSize(Path $path) global() argument
120 isDirectory(Path $path) global() argument
130 getChildren(Path $path, string $type = null) global() argument
186 closest(Path $path, string $lastFullName) global() argument
213 createRegularFile(Path $path) global() argument
218 setContent(Path $path, string $content) global() argument
[all...]
H A DWikiFileSystem.php40 function exists(Path $path): bool argument
49 function getContent(Path $path): string argument
59 function getModifiedTime(Path $path): DateTime argument
69 getCreationTime(Path $path) global() argument
77 delete(Path $path) global() argument
85 getSize(Path $path) global() argument
104 isDirectory(Path $path) global() argument
115 getChildren(Path $path, string $type = null) global() argument
138 closest(Path $path, string $lastFullName) global() argument
147 createRegularFile(Path $path) global() argument
157 setContent(Path $path, string $content) global() argument
[all...]
H A DMarkupFileSystem.php28 function exists(Path $path): bool argument
37 function getContent(Path $path): string argument
46 function getModifiedTime(Path $path): DateTime argument
56 getChildren(Path $path, string $type = null) global() argument
79 setContent(Path $path, string $content) global() argument
88 delete(Path $path) global() argument
[all...]
H A DFileSystem.php12 function exists(Path $path): bool; argument
18 function getContent(Path $path): string; argument
20 function getModifiedTime(Path $path): DateTime; argument
22 public function getChildren(Path $path, string $type = null): array; argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainersVersions.php40 public function delete($path, $optParams = [])
57 public function get($path, $optParams = [])
88 public function publish($path, $optParams = [])
103 public function set_latest($path, $optParams = [])
117 public function undelete($path, $optParams = [])
135 public function update($path, ContainerVersion $postBody, $optParams = [])
H A DAccountsContainersWorkspaces.php65 …public function create_version($path, CreateContainerVersionRequestVersionOptions $postBody, $optP…
78 public function delete($path, $optParams = [])
92 public function get($path, $optParams = [])
107 public function getStatus($path, $optParams = [])
140 public function quick_preview($path, $optParams = [])
158 public function resolve_conflict($path, Entity $postBody, $optParams = [])
174 public function sync($path, $optParams = [])
192 public function update($path, Workspace $postBody, $optParams = [])
H A DAccountsContainersWorkspacesFolders.php57 public function delete($path, $optParams = [])
74 public function entities($path, $optParams = [])
88 public function get($path, $optParams = [])
124 public function move_entities_to_folder($path, Folder $postBody, $optParams = [])
141 public function revert($path, $optParams = [])
159 public function update($path, Folder $postBody, $optParams = [])
H A DAccountsContainersWorkspacesClients.php56 public function delete($path, $optParams = [])
70 public function get($path, $optParams = [])
105 public function revert($path, $optParams = [])
123 public function update($path, Client $postBody, $optParams = [])
H A DAccountsContainersWorkspacesTags.php56 public function delete($path, $optParams = [])
70 public function get($path, $optParams = [])
105 public function revert($path, $optParams = [])
123 public function update($path, Tag $postBody, $optParams = [])
H A DAccountsContainersWorkspacesZones.php56 public function delete($path, $optParams = [])
70 public function get($path, $optParams = [])
105 public function revert($path, $optParams = [])
123 public function update($path, Zone $postBody, $optParams = [])
H A DAccountsContainersWorkspacesTemplates.php57 public function delete($path, $optParams = [])
72 public function get($path, $optParams = [])
108 public function revert($path, $optParams = [])
127 public function update($path, CustomTemplate $postBody, $optParams = [])
H A DAccountsContainersWorkspacesTriggers.php57 public function delete($path, $optParams = [])
72 public function get($path, $optParams = [])
108 public function revert($path, $optParams = [])
127 public function update($path, Trigger $postBody, $optParams = [])
H A DAccountsContainersWorkspacesVariables.php57 public function delete($path, $optParams = [])
72 public function get($path, $optParams = [])
108 public function revert($path, $optParams = [])
127 public function update($path, Variable $postBody, $optParams = [])
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php67 public function dir_opendir($path, $options);
97 public function mkdir($path, $mode, $options);
118 public function rmdir($path, $options);
127 public function unlink($path);
153 public function url_stat($path, $flags);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php81 public static function realPath($path, $exists = true)
180 public function stream_metadata($path, $option, $values)
249 public function stream_open($path, $mode, $options, &$openedPath)
383 public function dir_opendir($path, $options)
438 public function mkdir($path, $mode, $options)
487 public function rmdir($path, $options)
503 public function unlink($path)
536 public function url_stat($path, $flags)
599 function resolve($path, $exists = true, $unfold = false)
/plugin/webdav/vendor/sabre/http/lib/
H A DURLUtil.php29 static function encodePath($path) {
57 static function decodePath($path) {
70 static function decodePathSegment($path) {
83 static function splitPath($path) {
/plugin/davcal/vendor/sabre/http/lib/
H A DURLUtil.php29 static function encodePath($path) {
57 static function decodePath($path) {
70 static function decodePathSegment($path) {
83 static function splitPath($path) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php62 function getPrincipalByPath($path) {
99 function getGroupMemberSet($path) {
105 function getGroupMembership($path) {
115 function setGroupMemberSet($path, array $members) {
136 function updatePrincipal($path, \Sabre\DAV\PropPatch $propPatch) {
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php101 public function post($service, $path, $input)
127 public function get($service, $path)
150 private function createRequest($path, $headers = [])
195 $path
235 private function urlFor($path)
257 $path
317 $path
372 private function handle5xx($statusCode, $service, $path)
388 private function handleUnexpectedStatus($statusCode, $service, $path)
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php53 function getNodeForPath($path) {
94 function nodeExists($path) {
176 function delete($path) {
192 function getChildren($path) {
226 function markDirty($path) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php53 function getNodeForPath($path) {
94 function nodeExists($path) {
176 function delete($path) {
192 function getChildren($path) {
224 function markDirty($path) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php844 public function realpath($path)
2673 public function is_dir($path)
2689 public function is_file($path)
2705 public function is_link($path)
2791 public function fileatime($path)
2803 public function filemtime($path)
2815 public function fileperms($path)
2827 public function fileowner($path)
2839 public function filegroup($path)
2851 public function filesize($path)
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php56 private $path; variable in phpseclib3\\Net\\SFTP\\Stream
155 protected function parse_path($path)
260 private function _stream_open($path, $mode, $options, &$opened_path)
438 private function _stream_metadata($path, $option, $var)
553 private function _dir_opendir($path, $options)
612 private function _mkdir($path, $mode, $options)
635 private function _rmdir($path, $options)
680 private function _unlink($path)
702 private function _url_stat($path, $flags)
/plugin/findologicxmlexport/vendor/sebastian/version/src/
H A DVersion.php21 private $path; variable in SebastianBergmann\\Version
37 public function __construct($release, $path)
76 private function getGitInformation($path)

12345678910>>...22