Home
last modified time | relevance | path

Searched refs:path (Results 401 – 425 of 2830) sorted by relevance

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

/plugin/diagramsnet/lib/img/lib/mscae/
H A DElastic_Database_Pools.svg1path d="M25 50c-1.2 0-2.4-.5-3.3-1.4L1.4 28.3C.5 27.4 0 26.2 0 25s.5-2.4 1.4-3.3L21.7 1.4C22.6.5 2…
H A DData_Lake.svg1path d="M0 6.8v36.3c0 3.8 8.4 6.8 18.9 6.8V6.8z" fill="#3e3e3e"/><path d="M18.6 50h.3c10.4 0 18.9-…
H A DFiles.svg1path d="M40.8 12H12v38h36V19.2l-1.6-1.7-3.9-3.9z" fill="#59b4d9"/><path d="M14 48h32V20h-6v-6H14z"…
H A DAzure_Firewall.svg1path d="M19.5 10c.9-5.7 5.8-10 11.8-10 6.6 0 11.9 5.4 11.9 12 0 .8-.1 1.5-.2 2.2 3.9.4 6.9 4 6.9 8…
H A DDiscs.svg1path d="M50 33.45c0 5-11.194 9.054-25 9.054S0 38.45 0 33.45v-4.88h50v4.88z" fill="#7fba00"/><path
H A DTask.svg1path d="M0 42c0 1.1.9 2 2 2h46c1.1 0 2-.9 2-2V8.6H0z" fill="#3999c6"/><path d="M48 0H2C.9 0 0 .9 0…
H A DApp_Service_Frontend.svg1path d="M0 33a1.58 1.58 0 0 0 1.6 1.6H39a1.58 1.58 0 0 0 1.6-1.6V7.5H0z" fill="#0072c6"/><path d="…
H A DStackOverflow.svg1path d="M6.6 39.138h20.1v4.5H6.6zm-2.5 6.8v-17.6H0v21.7h33.8v-21.7h-4v17.6zm3.086-13.726l20.046 1.…
/plugin/recaptcha2/lib/
H A Dautoload.php26 $path = dirname(__FILE__).'/'.$class.'.php'; variable
27 if (is_readable($path)) {
28 require_once $path;
34 $path = dirname(__FILE__).'/../tests/'.$class.'.php'; variable
35 if (is_readable($path)) {
36 require_once $path;
/plugin/diagramsnet/lib/img/lib/mscae/dep/
H A DData_Lake.svg1path d="M0 6.8v36.3c0 3.8 8.4 6.8 18.9 6.8V6.8H0z" fill="#3e3e3e"/><path d="M18.6 50h.3c10.4 0 18.…
/plugin/recommend/helper/
H A Dlog.php5 protected $path; variable in helper_plugin_recommend_log
11 $this->path = DOKU_INC . 'data/cache/recommend';
12 if (!file_exists($this->path)) {
13 mkdir($this->path);
15 $this->path .= '/' . $month . '.log';
25 return @file($this->path);
31 $logfile = fopen($this->path, 'a');
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php383 * @param string $path
386 function encodePath($path) { argument
392 }, $path);
416 * @param string $path
419 function decodePath($path) { argument
421 return decodePathSegment($path);
428 * @param string $path
431 function decodePathSegment($path) { argument
433 $path = rawurldecode($path);
439 $path = utf8_encode($path);
[all …]
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php383 * @param string $path
386 function encodePath($path) { argument
392 }, $path);
416 * @param string $path
419 function decodePath($path) { argument
421 return decodePathSegment($path);
428 * @param string $path
431 function decodePathSegment($path) { argument
433 $path = rawurldecode($path);
439 $path = utf8_encode($path);
[all …]
/plugin/regex_template/
H A Daction.php33 $path = dirname(wikiFN($ID));
35 if(@file_exists($path.'/_template.txt')){
36 $tpl = io_readFile($path.'/_template.txt');
40 while (strlen($path) >= $len){
41 if(@file_exists($path.'/__template.txt')){
42 $tpl = io_readFile($path.'/__template.txt');
45 $path = substr($path, 0, strrpos($path, '/'));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php55 private $path = ''; variable in GuzzleHttp\\Psr7\\Uri
126 $this->path,
150 * @param string $path
171 $uri .= $path;
308 * @param string $path
539 $path = $this->filterPath($path);
541 if ($this->path === $path) {
546 $new->path = $path;
756 $path
800 } elseif (isset($this->path[0]) && $this->path[0] !== '/') {
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/storage/
H A DDatacenter_Server_Storage_Unit_Large.svg1path d="M82.7 73.552l43.776-23.232.043 56.525-43.78 23.238z"/><path d="M1.553 24.79L45.33 1.553l81…
/plugin/move/action/
H A Drewrite.php49 $path = $event->data[0][0];
50 if(strpos($path, $conf['datadir']) === 0) {
51 $path = substr($path, strlen($conf['datadir']) + 1);
52 $id = pathID($path);
91 $path = $cache->file;
92 if(strpos($path, $conf['datadir']) === 0) {
93 $path = substr($path, strlen($conf['datadir']) + 1);
94 $id = pathID($path);
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DIdeahub.php68 'path' => 'v1beta/{+parent}/ideaActivities',
72 'location' => 'path',
88 'path' => 'v1beta/{+name}',
92 'location' => 'path',
112 'path' => 'v1beta/{+parent}/ideas',
116 'location' => 'path',
148 'path' => 'v1beta/{+parent}/locales',
152 'location' => 'path',
176 'path' => 'v1beta/{+name}',
180 'location' => 'path',
H A DIAMCredentials.php67 'path' => 'v1/{+name}:generateAccessToken',
71 'location' => 'path',
77 'path' => 'v1/{+name}:generateIdToken',
81 'location' => 'path',
87 'path' => 'v1/{+name}:signBlob',
91 'location' => 'path',
97 'path' => 'v1/{+name}:signJwt',
101 'location' => 'path',
H A DFirebasestorage.php70 'path' => 'v1beta/{+bucket}:addFirebase',
74 'location' => 'path',
80 'path' => 'v1beta/{+name}',
84 'location' => 'path',
90 'path' => 'v1beta/{+parent}/buckets',
94 'location' => 'path',
108 'path' => 'v1beta/{+bucket}:removeFirebase',
112 'location' => 'path',
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-modules.js5 const path = require('path'); constant
10 const basePath = path.join(__dirname, '..', '..');
11 const distPath = path.join(basePath, 'dist');
14 [path.join(distPath, 'lodash.core.js'), 'core.js'],
15 [path.join(distPath, 'lodash.core.min.js'), 'core.min.js'],
16 [path.join(distPath, 'lodash.min.js'), 'lodash.min.js']
29 file.copy(pair[0], path.join(target, pair[1])));
/plugin/oauthcognito/
H A Dlogo.svg1path d="M208.752 58.061l25.771-6.636.192.283.651 155.607-.843.846-5.31.227-20.159-3.138-.302-.794V…
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php3 $path = '../tmp/'; variable
14 if ($tempfilename && file_exists($path . $tempfilename)) {
44 $filesize = filesize($path.$tempfilename);
50 $fd = fopen($path . $tempfilename, 'rb');
53 unlink($path . $tempfilename);
59 if ($handle = opendir(dirname($path.'dummy'))) {
61 if (((filemtime($path.$file)+$interval) < time()) && ($file != "..") && ($file != ".") && substr($file, -3)=='pdf') {
62 unlink($path.$file);
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubClient.js537 path = path + '/';
540 path = path + filename;
619 path: path, property in GitHubClient.writeFile.entity
705 var path = file.meta.path;
789 var path = null;
861 path = null;
870 path = null;
875 if (path != null && path.length > 0)
908 path = null;
1021 path = file.path;
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/media_converters/
H A DMedia_Converter_Standalone.svg1path d="M40.025 42.946L74.213 24.8v16.915L40.025 59.86z"/><path d="M40.02 42.946l.005 16.914L1.5 3…

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