Home
last modified time | relevance | path

Searched refs:path (Results 451 – 475 of 2830) sorted by relevance

1...<<11121314151617181920>>...114

/plugin/diagramsnet/lib/img/lib/mscae/
H A DApp_Service_Mobile_App.svg1path d="M34.445 47a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3h28.445a3 3 0 0 1 3 3v44z" fill="#…
H A DManaged_Identities.svg1path d="M28.284 81.85a5.07 5.07 0 0 1 0-7.172L39.412 63.55V53.6l16.433-16.434a10.83 10.83 0 0 0 0-…
H A DMonitor.svg1path d="M22.805 4.4c-11.4 1.2-19.6 11.4-18.4 22.8s11.4 19.7 22.8 18.5 19.7-11.4 18.5-22.8c-.6-5.5-…
H A DDatabase_General.svg1path d="M0 6.788V42.9c0 3.75 8.392 6.79 18.743 6.79v-42.9H0z" fill="#3999c6"/><path d="M18.486 49.…
H A DAzure_NetApp_files.svg1path d="M2 42h46a2 2 0 0 0 2-2V7H0v33a2 2 0 0 0 2 2z" fill="#a0a1a2"/><path d="M0 1.988V7h50V1.988…
H A DCache_Redis_Product.svg1path d="M48.628 25.74c1.83.75 1.83 1.965 0 2.714l-20.316 8.324c-1.83.75-4.795.75-6.625 0L1.372 28.…
H A DActive_Directory_Health_Monitoring.svg1path fill="#59b4d9" d="M22 44c-1.1 0-2.1-.4-2.9-1.2L1.2 24.9C.4 24.1 0 23.1 0 22s.4-2.1 1.2-2.9L19…
H A DVPNPointToSite.svg1path fill="#7a7a7a" d="M32.4 36.5H18.8c1.6 5.8-.6 6.6-10.2 6.6v3h32.6v-3c-9.5 0-10.4-.8-8.8-6.6"/>…
H A DDataServices_category_rollup.svg1path d="M-454 262.788v36.11c0 3.75 8.392 6.79 18.743 6.79v-42.9H-454z" fill="#3999c6"/><path d="M-…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DSource.php25 private $path; variable in Twig\\Source
30 * @param string $path The filesystem path of the template if any
32 public function __construct($code, $name, $path = '') argument
36 $this->path = $path;
51 return $this->path;
/plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/
H A DServer_Desktop.svg1path d="M24.3 39.242l45.2-24v48.9l-45.1 24z"/><path d="M1.5 25.442l45.2-23.9 22.8 13.7-45.2 24z"/>…
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
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
43 $this->path = $path;
82 return $this->path;
88 public function withPath(?string $path) argument
91 $new->path = $path;
/plugin/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js543 path = path + '/';
546 path = path + filename;
653 path: encodeURIComponent(path), property in GitLabClient.writeFile.entity
688 var path = file.meta.path;
775 var path = null;
847 path = null;
856 path = null;
861 if (path != null && path.length > 0)
893 path = null;
1005 path = file.path;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php33 * @param string $path
37 function propFind($path, PropFind $propFind); argument
48 * @param string $path
52 function propPatch($path, PropPatch $propPatch); argument
62 * @param string $path
65 function delete($path); argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php33 * @param string $path
37 function propFind($path, PropFind $propFind); argument
48 * @param string $path
52 function propPatch($path, PropPatch $propPatch); argument
62 * @param string $path
65 function delete($path); argument
/plugin/interwikipaste/
H A Dscript.js61 const path = url.pathname.concat(url.hash);
65 if (path.indexOf('/doku.php') === 0 && url.search.indexOf('?') === 0) {
71 } else if (path.indexOf('/doku.php/') === 0) {
74 const matches = path.match(idMatch);
78 …} else if (path.indexOf('/lib/exe/detail.php/') === 0 || path.indexOf('/lib/exe/fetch.php/') === 0…
84 const matches = mediaIdMatch.exec(path);
88 …} else if (path.indexOf('/lib/exe/detail.php') === 0 || path.indexOf('/lib/exe/fetch.php') === 0) {
96 } else if (path.indexOf('/_media/') === 0) { // media with .htaccess rewriting
103 } else if (path.indexOf('/_detail/') === 0) { // media with .htaccess rewriting
113 const matches = path.match(idMatch);
/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
81 $uri->addToQuery('method', $path);
101 public function requestRest($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
103 return $this->request($path, $method, $body, $extraHeaders);
106 public function requestXmlrpc($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
110 return $this->request($path, $method, $body, $extraHeaders);
113 public function requestSoap($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
117 return $this->request($path, $method, $body, $extraHeaders);
120 public function requestJson($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
124 return $this->request($path,
127 requestPhp($path, $method = 'GET', $body = null, array $extraHeaders = array()) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DReverseNested.php14 * @param string|null $path Optional path to the nested object for this aggregation. Defaults to the root of the main document.
16 public function __construct(string $name, ?string $path = null) argument
20 if (null !== $path) {
21 $this->setPath($path);
26 * Set the nested path for this aggregation.
30 public function setPath(string $path): self argument
32 return $this->setParam('path', $path);
43 // if we don't have a path, the
[all...]
/plugin/combo/ComboStrap/
H A DDictionary.php15 $path = DirectoryLayout::getComboDictionaryDirectory()->resolve("$name.json");
16 if (!FileSystems::exists($path)) {
17 throw new ExceptionCompile("The dictionary file ($path) does not exist");
19 $jsonContent = FileSystems::getContent($path);
23 throw new ExceptionCompile("The dictionary ($path) is not a valid json. Error: {$e->getMessage()}");
26 throw new ExceptionCompile("The returned dictionary of the file ($path) is empty");
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php110 $path = $prefix.$node->getAttribute('name');
112 $path = ltrim($path, '/');
113 $phar->addFile(realpath(__DIR__.'/../'.$path), $path);
114 $phar[$path]->compress(Phar::GZ);
119 $path = rtrim($path, '/').'/';
124 buildFromNode($phar, $child, $path);
/plugin/xtern/scripts/
H A Dchk_links.php22 function parse_dwfile($handle="",$id, $path) { argument
66 $path = $rootDir.'/'.$content;
70 if(is_file($path) && is_readable($path)) {
72 $ns = preg_replace('#' . preg_quote($wikiRoot) . '#', "", $path);
74 $allData[] = array('path'=>$path,'file'=>$content, 'id'=>$ns);
76 }elseif(is_dir($path) && is_readable($path)) {
78 $allData = scanDirectories($path, $allData);
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dcontainer.svg1path d="M31.962 0a1.75 1.75 0 0 0-1.498.844L.253 50.82a1.75 1.75 0 0 0-.016 1.787l30.213 51.82a1.7…
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php30 $path = $this->dir . '/' . strtr($class, '\\', '-') . '.cache.php';
31 if (!file_exists($path)) {
35 return include $path;
47 $path = $this->dir . '/' . strtr($metadata->name, '\\', '-') . '.cache.php';
55 $this->renameFile($tmpFile, $path);
83 $path = $this->dir . '/' . strtr($class, '\\', '-') . '.cache.php';
84 if (file_exists($path)) {
85 unlink($path);
/plugin/diagramsnet/lib/img/lib/mscae/dep/
H A DContent_Delivery_Network.svg1path d="M44 14.1c0-.4.1-.9.1-1.3 0-7.1-5.8-12.8-13-12.8-4.2 0-8.1 2-10.5 5.3-1.5-1-3.3-1.5-5.2-1.5…
/plugin/diagramsnet/lib/img/lib/allied_telesis/media_converters/
H A DMedia_Converter_Modular.svg1path d="M1.36 24.845L45.597 1.36l70.995 42.666-44.238 23.48z"/><path d="M72.355 67.506l.01 21.888-…

1...<<11121314151617181920>>...114