Home
last modified time | relevance | path

Searched refs:path (Results 226 – 250 of 2830) sorted by relevance

12345678910>>...114

/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DIndustrial_Ethernet_IE200_POE.svg1path d="M64.83 73.2l-3.645 1.935c.188-.1.305-.33.305-.666l3.645-1.935c0 .335-.118.568-.305.666zM34…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudVideoIntelligence.php75 'location' => 'path',
85 'location' => 'path',
95 'location' => 'path',
111 'path' => 'v1/{+name}:cancel',
115 'location' => 'path',
121 'path' => 'v1/{+name}',
125 'location' => 'path',
131 'path' => 'v1/{+name}',
135 'location' => 'path',
145 'location' => 'path',
[all …]
H A DDoubleclicksearch.php73 'location' => 'path',
78 'location' => 'path',
83 'location' => 'path',
125 'path' => 'doubleclicksearch/v2/conversion',
129 'path' => 'doubleclicksearch/v2/conversion',
155 'location' => 'path',
165 'location' => 'path',
170 'location' => 'path',
176 'path' => 'doubleclicksearch/v2/reports',
194 'location' => 'path',
[all …]
H A DTranscoder.php72 'location' => 'path',
82 'path' => 'v1/{+name}',
86 'location' => 'path',
96 'path' => 'v1/{+name}',
100 'location' => 'path',
110 'location' => 'path',
146 'location' => 'path',
152 'path' => 'v1/{+name}',
156 'location' => 'path',
166 'path' => 'v1/{+name}',
[all …]
H A DPeopleService.php129 'location' => 'path',
143 'location' => 'path',
182 'location' => 'path',
202 'location' => 'path',
222 'location' => 'path',
315 'location' => 'path',
325 'location' => 'path',
344 'location' => 'path',
478 'location' => 'path',
501 'location' => 'path',
[all …]
H A DFirebaseRealtimeDatabase.php81 'location' => 'path',
95 'path' => 'v1beta/{+name}',
99 'location' => 'path',
105 'path' => 'v1beta/{+name}:disable',
109 'location' => 'path',
115 'path' => 'v1beta/{+name}',
119 'location' => 'path',
129 'location' => 'path',
147 'path' => 'v1beta/{+name}:reenable',
151 'location' => 'path',
[all …]
H A DCloudOSLogin.php81 'location' => 'path',
99 'location' => 'path',
119 'path' => 'v1/{+name}',
123 'location' => 'path',
143 'location' => 'path',
149 'path' => 'v1/{+name}',
153 'location' => 'path',
159 'path' => 'v1/{+name}',
163 'location' => 'path',
169 'path' => 'v1/{+name}',
[all …]
H A DAlertCenter.php76 'path' => 'v1beta1/alerts/{alertId}',
80 'location' => 'path',
90 'path' => 'v1beta1/alerts/{alertId}',
94 'location' => 'path',
108 'location' => 'path',
118 'path' => 'v1beta1/alerts',
147 'location' => 'path',
167 'location' => 'path',
181 'location' => 'path',
205 'path' => 'v1beta1/settings',
[all …]
/plugin/diagramsnet/lib/img/lib/mscae/
H A DData_Warehouse.svg1path d="M89.8 113.7h35.7v35.7H89.8zm-28.3 96.8h35.7v35.7H61.5zm50.8 0H148v35.7h-35.7zm50.3 0h35.7v…
H A DSQL_DataWarehouse.svg1path d="M89.8 113.7h35.7v35.7H89.8zm-28.3 96.8h35.7v35.7H61.5zm50.8 0H148v35.7h-35.7zm50.3 0h35.7v…
H A DTable_Storage.svg1path d="M43 0H6a6 6 0 0 0-6 6v35a6 6 0 0 0 6 6h37a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6z" fill="#3e3e3e"/>…
H A DScaleAlt.svg1path fill="#a0a1a2" d="M35.7,0H2.1C0.9,0,0,1,0,2.2v23.4c0,1.1,0.9,2.1,2.1,2.1h33.7c1.1,0,2.3-1,2.3…
H A DShared_Image_Galleries.svg1path d="M0 28h48v20H0z" fill="#0072c6"/><path d="M0 28v20h13.44l18.24-20z" opacity=".2" fill="#fff…
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php42 * @param UriInterface|string $path
51 if ($path instanceof UriInterface) {
52 $uri = $path;
53 } elseif (stripos($path, 'http://') === 0 || stripos($path, 'https://') === 0) {
54 $uri = new Uri($path);
63 if (false !== strpos($path, '?')) {
64 $parts = explode('?', $path, 2);
65 $path = $parts[0];
70 if ($path[0] === '/') {
71 $path = substr($path, 1);
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php42 * @param UriInterface|string $path
49 protected function determineRequestUriFromPath($path, UriInterface $baseApiUri = null) argument
51 if ($path instanceof UriInterface) {
52 $uri = $path;
53 } elseif (stripos($path, 'http://') === 0 || stripos($path, 'https://') === 0) {
54 $uri = new Uri($path);
63 if (false !== strpos($path, '?')) {
64 $parts = explode('?', $path, 2);
65 $path
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php24 protected $path; variable in Sabre\\DAV\\FS\\Node
29 * @param string $path
31 function __construct($path) { argument
33 $this->path = $path;
46 list(, $name) = URLUtil::splitPath($this->path);
59 list($parentPath, ) = URLUtil::splitPath($this->path);
63 rename($this->path, $newPath);
65 $this->path = $newPath;
76 return filemtime($this->path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DNode.php24 protected $path; variable in Sabre\\DAV\\FS\\Node
29 * @param string $path
31 function __construct($path) { argument
33 $this->path = $path;
46 list(, $name) = URLUtil::splitPath($this->path);
59 list($parentPath, ) = URLUtil::splitPath($this->path);
63 rename($this->path, $newPath);
65 $this->path = $newPath;
76 return filemtime($this->path);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php108 if (!is_file($path)) {
110 $this->saveCacheFile($path, $annot);
117 @unlink($path);
120 $this->saveCacheFile($path, $annot);
143 if (!is_file($path)) {
145 $this->saveCacheFile($path, $annot);
152 @unlink($path);
155 $this->saveCacheFile($path, $annot);
178 if (!is_file($path)) {
187 @unlink($path);
[all …]
/plugin/translation/flags/
H A Dpt-br.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 480"><g stroke-width="1pt"><path fill="#229e45" fill-rule="evenodd" d="M0 0h640v480H0z"/><path fill="#f8e509" fill-rule="evenodd" d="m321.4 436 301.5-195.7L319.6 44 17.1 240.7 321.4 436z"/><path fill="#2b49a3" fill-rule="evenodd" d="M452.8 240c0 70.3-57.1 127.3-127.6 127.3A127.4 127.4 0 1 1 452.8 240z"/><path fill="#ffffef" fill-rule="evenodd" d="m283.3 316.3-4-2.3-4 2 .9-4.5-3.2-3.4 4.5-.5 2.2-4 1.9 4.2 4.4.8-3.3 3m86 26.3-3.9-2.3-4 2 .8-4.5-3.1-3.3 4.5-.5 2.1-4.1 2 4.2 4.4.8-3.4 3.1m-36.2-30-3.4-2-3.5 1.8.8-3.9-2.8-2.9 4-.4 1.8-3.6 1.6 3.7 3.9.7-3 2.7m87-8.5-3.4-2-3.5 1.8.8-3.9-2.7-2.8 3.9-.4 1.8-3.5 1.6 3.6 3.8.7-2.9 2.6m-87.3-22-4-2.2-4 2 .8-4.6-3.1-3.3 4.5-.5 2.1-4.1 2 4.2 4.4.8-3.4 3.2m-104.6-35-4-2.2-4 2 1-4.6-3.3-3.3 4.6-.5 2-4.1 2 4.2 4.4.8-3.3 3.1m13.3 57.2-4-2.3-4 2 .9-4.5-3.2-3.3 4.5-.6 2.1-4 2 4.2 4.4.8-3.3 3.1m132-67.3-3.6-2-3.6 1.8.8-4-2.8-3 4-.5 1.9-3.6 1.7 3.8 4 .7-3 2.7m-6.7 38.3-2.7-1.6-2.9 1.4.6-3.2-2.2-2.3 3.2-.4 1.5-2.8 1.3 3 3 .5-2.2 2.2m-142.2 50.4-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2M419 299.8l-2.2-1.1-2.2 1 .5-2.3-1.7-1.6 2.4-.3 1.2-2 1 2 2.5.5-1.9 1.5"/><path fill="#ffffef" fill-rule="evenodd" d="m219.3 287.6-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2"/><path fill="#ffffef" fill-rule="evenodd" d="m219.3 287.6-2.7-1.5-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m42.3 3-2.6-1.4-2.7 1.3.6-3-2.1-2.2 3-.4 1.4-2.7 1.3 2.8 3 .5-2.3 2.1m-4.8 17-2.6-1.5-2.7 1.4.6-3-2.1-2.3 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m87.4-22.2-2.6-1.6-2.8 1.4.6-3-2-2.3 3-.3 1.4-2.7 1.2 2.8 3 .5-2.2 2.1m-25.1 3-2.7-1.5-2.7 1.4.6-3-2-2.3 3-.3 1.4-2.8 1.2 2.9 3 .5-2.2 2.1m-68.8-5.8-1.7-1-1.7.8.4-1.9-1.3-1.4 1.9-.2.8-1.7.8 1.8 1.9.3-1.4 1.3m167.8 45.4-2.6-1.5-2.7 1.4.6-3-2.1-2.3 3-.4 1.4-2.7 1.3 2.8 3 .6-2.3 2m-20.8 6-2.2-1.4-2.3 1.2.5-2.6-1.7-1.8 2.5-.3 1.2-2.3 1 2.4 2.5.4-1.9 1.8m10.4 2.3-2-1.2-2.1 1 .4-2.3-1.6-1.7 2.3-.3 1.1-2 1 2 2.3.5-1.7 1.6m29.1-22.8-2-1-2 1 .5-2.3-1.6-1.7 2.3-.3 1-2 1 2.1 2.1.4-1.6 1.6m-38.8 41.8-2.5-1.4-2.7 1.2.6-2.8-2-2 3-.3 1.3-2.5 1.2 2.6 3 .5-2.3 1.9m.6 14.2-2.4-1.4-2.4 1.3.6-2.8-1.9-2 2.7-.4 1.2-2.5 1.1 2.6 2.7.5-2 2m-19-23.1-1.9-1.2-2 1 .4-2.2-1.5-1.7 2.2-.2 1-2 1 2 2.2.4-1.6 1.6m-17.8 2.3-2-1.2-2 1 .5-2.2-1.6-1.7 2.3-.2 1-2 1 2 2.1.4-1.6 1.6m-30.4-24.6-2-1.1-2 1 .5-2.3-1.6-1.6 2.2-.3 1-2 1 2 2.2.5-1.6 1.5m3.7 57-1.6-.9-1.8.9.4-2-1.3-1.4 1.9-.2.9-1.7.8 1.8 1.9.3-1.4 1.3m-46.2-86.6-4-2.3-4 2 .9-4.5-3.2-3.3 4.5-.6 2.2-4 1.9 4.2 4.4.8-3.3 3.1"/><path fill="#fff" fill-rule="evenodd" d="M444.4 285.8a124.6 124.6 0 0 0 5.8-19.8c-67.8-59.5-143.3-90-238.7-83.7a124.5 124.5 0 0 0-8.5 20.9c113-10.8 196 39.2 241.4 82.6z"/><path fill="#309e3a" d="m414 252.4 2.3 1.3a3.4 3.4 0 0 0-.3 2.2 3 3 0 0 0 1.4 1.7c.7.5 1.4.8 2 .7.6 0 1-.3 1.3-.7a1.3 1.3 0 0 0 .2-.9 2.3 2.3 0 0 0-.5-1c-.2-.3-.7-1-1.5-1.8a7.7 7.7 0 0 1-1.8-3 3.7 3.7 0 0 1 2-4.4 3.8 3.8 0 0 1 2.3-.2 7 7 0 0 1 2.6 1.2c1.4 1 2.3 2 2.6 3.2a4.1 4.1 0 0 1-.6 3.3l-2.4-1.5c.3-.6.4-1.2.2-1.7-.1-.5-.5-1-1.2-1.4a3.2 3.2 0 0 0-1.8-.7 1 1 0 0 0-.9.5c-.2.3-.2.6-.1 1s.6 1.2 1.6 2.2c1 1 1.6 1.9 2 2.5a3.9 3.9 0 0 1-.3 4.2 4.1 4.1 0 0 1-1.9 1.5 4 4 0 0 1-2.4.3c-.9-.2-1.8-.6-2.8-1.3-1.5-1-2.4-2.1-2.7-3.3a5.4 5.4 0 0 1 .6-4zm-11.6-7.6 2.5 1.3a3.4 3.4 0 0 0-.2 2.2 3 3 0 0 0 1.4 1.6c.8.5 1.4.7 2 .6.6 0 1-.3 1.3-.8a1.3 1.3 0 0 0 .2-.8c0-.3-.2-.7-.5-1a34.6 34.6 0 0 0-1.6-1.8c-1.1-1.1-1.8-2-2-2.8a3.7 3.7 0 0 1 .4-3.1 3.6 3.6 0 0 1 1.6-1.4 3.8 3.8 0 0 1 2.2-.3 7 7 0 0 1 2.6 1c1.5 1 2.4 2 2.7 3.1a4.1 4.1 0 0 1-.4 3.4l-2.5-1.4c.3-.7.4-1.2.2-1.7s-.6-1-1.3-1.4a3.2 3.2 0 0 0-1.9-.6 1 1 0 0 0-.8.5c-.2.3-.2.6-.1 1s.7 1.2 1.7 2.2c1 1 1.7 1.8 2 2.4a3.9 3.9 0 0 1 0 4.2 4.2 4.2 0 0 1-1.8 1.6 4 4 0 0 1-2.4.3 8 8 0 0 1-2.9-1.1 6 6 0 0 1-2.8-3.2 5.4 5.4 0 0 1 .4-4zm-14.2-3.8 7.3-12 8.8 5.5-1.2 2-6.4-4-1.6 2.7 6 3.7-1.3 2-6-3.7-2 3.3 6.7 4-1.2 2-9-5.5zm-20.7-17 1.1-2 5.4 2.7-2.5 5c-.8.2-1.8.3-3 .2a9.4 9.4 0 0 1-3.3-1 7.7 7.7 0 0 1-3-2.6 6 6 0 0 1-1-3.5 8.6 8.6 0 0 1 1-3.7 8 8 0 0 1 2.6-3 6.2 6.2 0 0 1 3.6-1.1c1 0 2 .3 3.2 1 1.6.7 2.6 1.7 3.1 2.8a5 5 0 0 1 .3 3.5l-2.7-.8a3 3 0 0 0-.2-2c-.3-.6-.8-1-1.6-1.4a3.8 3.8 0 0 0-3.1-.3c-1 .3-1.9 1.2-2.6 2.6-.7 1.4-1 2.7-.7 3.8a3.7 3.7 0 0 0 2 2.4c.5.3 1.1.5 1.7.5a6 6 0 0 0 1.8 0l.8-1.6-2.9-1.5zm-90.2-22.3 2-14 4.2.7 1.1 9.8 3.9-9 4.2.6-2 13.8-2.7-.4 1.7-10.9-4.4 10.5-2.7-.4-1.1-11.3-1.6 11-2.6-.4zm-14.1-1.7 1.3-14 10.3 1-.2 2.4-7.5-.7-.3 3 7 .7-.3 2.4-7-.7-.3 3.8 7.8.7-.2 2.4-10.6-1z"/><g stroke-opacity=".5"><path fill="#309e3a" d="M216.5 191.3c0-1.5.3-2.6.7-3.6a6.7 6.7 0 0 1 1.4-1.9 5.4 5.4 0 0 1 1.8-1.2c1-.3 2-.5 3-.5 2.1 0 3.7.8 5 2a7.4 7.4 0 0 1 1.6 5.5c0 2.2-.7 4-2 5.3a6.5 6.5 0 0 1-5 1.7 6.6 6.6 0 0 1-4.8-2 7.3 7.3 0 0 1-1.7-5.3z"/><path fil
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php27 file_put_contents($this->path, $data);
28 clearstatcache(true, $this->path);
64 $f = fopen($this->path, 'a');
67 $f = fopen($this->path, 'c');
81 clearstatcache(true, $this->path);
93 return fopen($this->path, 'r');
104 return unlink($this->path);
121 fileinode($this->path) .
122 filesize($this->path) .
123 filemtime($this->path)
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php27 file_put_contents($this->path, $data);
28 clearstatcache(true, $this->path);
64 $f = fopen($this->path, 'a');
67 $f = fopen($this->path, 'c');
81 clearstatcache(true, $this->path);
93 return fopen($this->path, 'r');
104 return unlink($this->path);
121 fileinode($this->path) .
122 filesize($this->path) .
123 filemtime($this->path)
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php20 protected $path = ''; variable in OAuth\\Common\\AutoLoader
26 * @param string $path The filesystem path to the root of the namespace
28 public function __construct($namespace, $path) argument
31 $this->path = rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
49 $path = $this->path . implode(DIRECTORY_SEPARATOR, $nsparts);
50 $path .= str_replace('_', DIRECTORY_SEPARATOR, $class) . '.php';
52 if (file_exists($path)) {
53 require $path;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php20 protected $path = ''; variable in OAuth\\Common\\AutoLoader
26 * @param string $path The filesystem path to the root of the namespace
28 public function __construct($namespace, $path) argument
31 $this->path = rtrim($path, '/\\') . DIRECTORY_SEPARATOR;
49 $path = $this->path . implode(DIRECTORY_SEPARATOR, $nsparts);
50 $path .= str_replace('_', DIRECTORY_SEPARATOR, $class) . '.php';
52 if (file_exists($path)) {
[all...]
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DBuilding_Cluster.svg1path d="M58.628.108L15.65 22.92c.155-.084.345-.116.55-.1.22.02.467.105.725.264L59.907.266C59.65.11…
/plugin/htmlokay/
H A Ddirectory_scan-3.php25 $path=$base.$subdirectory;
26 if (is_file($path)){
29 if ($dirFunc!==null) $dirFunc($path);
40 function get_namespace($path) { argument
42 $namespace_string = trim($path, '/');
49 function outputPath($path){ argument
52 $name = basename($path);
55 if(is_dir($path)){
58 $htmlokay_directories[$path]['namespace'] = get_namespace($path);
61 elseif(is_file($path)){
[all …]

12345678910>>...114