Home
last modified time | relevance | path

Searched refs:path (Results 376 – 400 of 2830) sorted by relevance

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

/plugin/diagramsnet/lib/img/lib/mscae/
H A DAzure_Test_Plans.svg1path d="M30.57 4.893H15.234v7.77H30.57z" fill="#915acd"/><path d="M45.194 38.104l-3.213-5.526H28.2…
H A DAzure_AD_Privileged_Identity_Management.svg1path d="M48 24c0 13.254-10.746 24-24 24S0 37.254 0 24 10.744 0 24 0s24 10.746 24 24" fill="#804998…
H A DAzure_Database_for_MariaDB_servers.svg1path d="M0 15.2v80.9c0 8.5 18.8 15.2 41.9 15.2V15.2z" fill="#1b3662"/><path d="M41.5 111.4h.7c23.3…
H A DVM_Windows_Non_Azure.svg1path d="M46.98 0H2.718C1.214 0 .001 1.345.001 2.847v31.33C.001 35.67 1.214 37 2.718 37h44.26c1.5 0…
H A DMobile_Engagement.svg1path d="M34.4 47c0 1.7-1.3 3-3 3H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h28.4c1.7 0 3 1.3 3 3v44z" fi…
H A DData_Catalog.svg1path d="M35.7 35.7h1.6V0H6C5 .1 2.9 2.6 2.9 2.9v34.5c0 1 .8 1.9 1.9 1.9h28.5v-.6l2.4-3z" fill="#00…
H A DProcessExplorer.svg1path d="M32.4 36.4H18.8c1.6 5.7-.6 6.6-10.2 6.6v3h32.6v-3c-9.5 0-10.4-.8-8.8-6.6" fill="#7a7a7a"/>…
H A DSQLQueryPerformanceCheck.svg1path d="M18.5 50h.3c10.4 0 18.8-3 18.8-6.8V6.9H18.5V50z" fill="#59b4d9"/><path d="M0 6.9v36.3C0 47…
H A DMD_snapshot.svg1path d="M3 10V3h7V0H0v10zm7 29H3v-7H0v10h10zm37-7v7h-7v3h10V32zM40 3h7v7h3V0H40z" fill="#7a7a7a"/>…
H A DNetwork_watcher.svg1path fill="#fff" d="M31.9 1.1c-9.174 0-16.65 7.354-16.878 16.475C16.8 16.637 18.84 16.1 21 16.1c7.…
H A DWeb_App_Firewall.svg1path d="M43.663 28.523a15.83 15.83 0 0 1-9.646 3.277c-4.783 0-9.512-2.148-12.637-6.236a15.89 15.89…
/plugin/diagramsnet/lib/img/lib/allied_telesis/security/
H A DEtherGRID.svg1path d="M96.738 85.89l51.85-27.52.013 21.396-51.85 27.52z"/><path d="M.613 28.134L52.463.613 148.5…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dworkspace_site.svg1path d="M-11.7 57.885V204.38h170.225V57.885z" paint-order="normal" class="B C"/><path d="M-6.7 63.…
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_url.php4 function guess_url($path, $baseurl) { argument
7 if (preg_match("!^[a-zA-Z]+://.*!",$path)) {
8 return $path;
50 if (substr($path,0,2) == "//") {
51 $guessed = $base_scheme . ':' . $path;
56 if (substr($path,0,1) == "/") {
57 $guessed = $base_scheme . '://' . $base_user_pass . $base_host . $base_port . $path;
67 … = $base_scheme . '://' . $base_user_pass . $base_host . $base_port . $base_path_dir . '/' . $path;
/plugin/gitbacked/lib/
H A DGitBackedUtil.php41 * @param string $path a file path name
44 public static function isAbsolutePath($path) { argument
49 if($path[0] == '/') {
53 if(preg_match('!^([a-zA-z]:)(.*)!',$path,$match)) {
55 } else if(preg_match('!^(\\\\\\\\[^\\\\/]+\\\\[^\\\\/]+[\\\\/])(.*)!',$path,$match)) {
69 * @param string $path a file path name
72 public static function getEffectivePath($path) { argument
73 $ret = $path;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DYouTube.php135 'path' => 'youtube/v3/activities',
188 'path' => 'youtube/v3/captions',
210 'location' => 'path',
232 'path' => 'youtube/v3/captions',
255 'path' => 'youtube/v3/captions',
284 'path' => 'youtube/v3/captions',
434 'path' => 'youtube/v3/channels',
1411 'path' => 'youtube/v3/search',
1673 'path' => 'youtube/v3/tests',
1868 'path' => 'youtube/v3/videos',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainers.php51 * @param string $path GTM Container's API relative path. Example:
55 public function delete($path, $optParams = []) argument
57 $params = ['path' => $path];
64 * @param string $path GTM Container's API relative path. Example:
69 public function get($path, $optParams = []) argument
71 $params = ['path' => $path];
96 * @param string $path GTM Container's API relative path. Example:
105 public function update($path, Container $postBody, $optParams = []) argument
107 $params = ['path' => $path, 'postBody' => $postBody];
H A DAccountsUserPermissions.php52 * @param string $path GTM UserPermission's API relative path. Example:
56 public function delete($path, $optParams = []) argument
58 $params = ['path' => $path];
65 * @param string $path GTM UserPermission's API relative path. Example:
70 public function get($path, $optParams = []) argument
72 $params = ['path' => $path];
98 * @param string $path GTM UserPermission's API relative path. Example:
104 public function update($path, UserPermission $postBody, $optParams = []) argument
106 $params = ['path' => $path, 'postBody' => $postBody];
/plugin/combo/ComboStrap/
H A DThirdMediaLink.php24 $path = $mediaMarkup->getPath();
30 $label = $path->getLastName();
41 $extension = FileSystems::getMime($path);
47 if (!FileSystems::exists($path)) {
62 $path = $this->mediaMarkup->getPath();
63 if(!$path instanceof WikiPath){
68 $mime = FileSystems::getMime($path);
81 return FetcherRawLocalPath::createFromPath($path)
85 return FetcherRawLocalPath::createFromPath($path)
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/
H A DClient.php85 * @param string $path the URI path to use
101 public function post($service, $path, $input) argument
112 $path,
123 $path
127 public function get($service, $path) argument
129 $request = $this->createRequest($path);
138 $path
160 $this->urlFor($path),
195 $path argument
231 * @param string $path the path to use in the URL
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php40 private $path = '/'; variable in OAuth\\Common\\Http\\Uri\\Uri
106 $this->path = '/';
189 return $this->path;
248 if ('/' === $this->path) {
251 $uri .= $this->path;
272 if ('/' === $this->path) {
275 $uri .= $this->path;
294 $uri .= $this->path;
313 if (empty($path)) {
314 $this->path = '/';
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php40 private $path = '/'; variable in OAuth\\Common\\Http\\Uri\\Uri
100 if (isset($uriParts['path'])) {
101 $this->path = $uriParts['path'];
102 if ('/' === $uriParts['path']) {
106 $this->path = '/';
189 return $this->path;
248 if ('/' === $this->path) {
251 $uri .= $this->path;
272 if ('/' === $this->path) {
311 setPath($path) global() argument
[all...]
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php83 $path = $value[AliasPath::PERSISTENT_NAME];
84 if (empty($path)) {
87 $path = $key;
89 LogUtility::msg("The path of the alias should not be empty to create a path", Alias::CANONICAL);
98 $aliases[] = Alias::create($this->getResource(), $path)
101 $path = $value;
102 if (empty($path)) {
103 LogUtility::msg("The value of the alias array should not be empty as it's the alias path", Alias::CANONICAL);
105 if (!is_string($path)) {
[all...]
/plugin/diagramsnet/lib/img/lib/allied_telesis/storage/
H A DDatacenter_Server_Rack_EoR.svg1path d="M.976 32.926c0-1.228.06-1.916.306-2.58s1.627-1.4 1.627-1.4L55.914.97l82.568 47.6s2.17.975 …
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DApartments.svg1path id="B" d="M27.157 107.826l6.667 4.02-.016 8.24s-.405-4.83-3.238-8.528c-2.6-3.392-3.413-3.732-…

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