Home
last modified time | relevance | path

Searched refs:path (Results 1926 – 1950 of 3342) sorted by path

1...<<71727374757677787980>>...134

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php100 $path = $ns.':\*';
102 $path = '\*'; //root document
106 $matches = preg_grep('/^'.$path.'\s+('.$regexp.')\s+/'.$ci,$AUTH_ACL);
125 if($path != '\*'){
126 $path = $ns.':\*';
127 if($path == ':\*') $path = '\*';
293 function has_acl_auth($path) { argument
H A Dcommands.php413 if(!$path) return "";
421 $path = str_replace($winSearch,$winChars,$path);
422 $path = str_replace('/','\\',$path);
423 $path = preg_replace('#\\\\{2,}#','\\',$path);
424 $path = str_replace('.\\','\\',$path);
493 function encode_dir($path) { argument
496 $path = urldecode($path);
498 $path = urldecode($path);
501 return $path;
505 if(preg_match('/%[A-F]\d/i',$path) || preg_match('/%\d[A-F]/i',$path)) {
[all …]
H A Dio.php178 function Server_MapPath( $path ) argument
183 $info = apache_lookup_uri( $path ) ;
189 return GetRootPath() . $path ;
H A Dutil.php229 function folder_as_entities($path, $type="abs") { argument
232 if($path == '/') return $path;
236 if(!preg_match("#$filetypes#", $path, $matches)) {
237 return $path;
243 if(preg_match("#$pat#", $path)) {
244 return $path;
248 $path = urldecode($path);
253 $rest = substr($path, $len);
263 $path = implode('/', $folders) ;
267 $return_path = $Config[$path_type[$type]] ."$file_type/$path" . '/';
[all …]
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js47 …s"']*)\)/g,function(match,opener,path,closer){if (/^\/|^\w?:/.test(path)) return match;else return… argument
110path+'/';var L=E.window.CKEDITOR||(E.window.CKEDITOR={});L._djScaytConfig={I:K,addOnLoad:function(…
H A Dfckeditorcode_ie.js51 …s"']*)\)/g,function(match,opener,path,closer){if (/^\/|^\w?:/.test(path)) return match;else return… argument
111path+'/';var L=E.window.CKEDITOR||(E.window.CKEDITOR={});L._djScaytConfig={I:K,addOnLoad:function(…
/plugin/fedauth/Auth/
H A DOpenID.php365 * @param string $path The path.
371 static function urlunparse($scheme, $host, $port = null, $path = '/', argument
383 if (!$path) {
384 $path = '';
393 $result .= $path;
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php87 $path = $parsed['path'];
H A DTrustRoot.php158 $path = strtolower($parts['path']);
159 if (substr($path, 0, 1) != '/') {
163 $path = '/';
166 $parts['path'] = $path;
300 $path = $url_parsed['path'];
302 if ($base_path != $path) {
303 if (substr($path, 0, strlen($base_path)) != $base_path) {
307 substr($path, strlen($base_path), 1) != '/') {
316 if ($base_path != $path ||
H A DURINorm.php103 while ($path) {
105 $path = substr($path, 3);
107 $path = substr($path, 2);
109 $path = substr($path, 2);
111 $path = '/';
113 $path = substr($path, 3);
124 $path = '';
135 $path = substr($path, $i);
231 $path = Auth_OpenID_remove_dot_segments($path);
232 if (!$path) {
[all …]
/plugin/feedback/
H A Dadmin.svg2 …<path d="M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,…
/plugin/fetchmedia/action/
H A Dajax.php138 $path = $tmp.'/'.md5($id);
139 $target = fopen($path, 'wb');
151 'name' => $path,
/plugin/fetchmedia/
H A Dadmin.svg2 …<path d="M17,3A2,2 0 0,1 19,5V15A2,2 0 0,1 17,17H13V19H14A1,1 0 0,1 15,20H22V22H15A1,1 0 0,1 14,23…
H A Dyarn.lock796 caller-path@^0.1.0:
957 contains-path@^0.1.0:
1859 is-path-cwd@^1.0.0:
2042 locate-path@^2.0.0:
2240 npm-run-path@^2.0.0:
2375 path-exists@^2.0.0:
2381 path-exists@^3.0.0:
2389 path-is-inside@^1.0.1, path-is-inside@^1.0.2:
2393 path-key@^2.0.0:
2397 path-parse@^1.0.5:
[all …]
/plugin/file2dw/
H A Daction.php588 $path = sprintf('%s/%s%s', $dir, $prefix, mt_rand(100000, mt_getrandmax()));
590 !mkdir($path, $mode) &&
595 return $path;
/plugin/file2dw/docker/proxy/
H A Ddocker-compose.yml23 - "/path/to/certs:/etc/nginx/certs:ro" # REQUIRED: Change "left" path
24 - "/path/to/htpasswd:/etc/nginx/htpasswd" # REQUIRED: Change "left" path
40 …- "/path/to/certs:/etc/nginx/certs:ro" # REQUIRED: Change "left" path. Use the same path as in ngi…
41 …- "/path/to/htpasswd:/etc/nginx/htpasswd" # REQUIRED: Change "left" path. Use the same path as in …
59 …- "/path/to/certs:/etc/nginx/certs:rw" # REQUIRED: Change "left" path. Use the same path as in ngi…
60 …- "/path/to/htpasswd:/etc/nginx/htpasswd" # REQUIRED: Change "left" path. Use the same path as in …
84 - /path/to/data:/dokuwiki/data # REQUIRED: Change "left" path
85 - /path/to/conf:/dokuwiki/conf # REQUIRED: Change "left" path
86 - /path/to/plugins:/dokuwiki/lib/plugins # REQUIRED: Change "left" path
87 - /path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
[all …]
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml15 - /absolute/or/relative/path/to/data:/dokuwiki/data # REQUIRED: Change "left" path
16 - /absolute/or/relative/path/to/conf:/dokuwiki/conf # REQUIRED: Change "left" path
17 - /absolute/or/relative/path/to/plugins:/dokuwiki/lib/plugins # REQUIRED: Change "left" path
18 - /absolute/or/relative/path/to/tpl:/dokuwiki/lib/tpl # REQUIRED: Change "left" path
19 - /absolute/or/relative/path/to/logs:/var/log # REQUIRED: Change "left" path
/plugin/filelist/
H A Dsyntax.php51 [$path, $flags] = explode('&', $match, 2);
75 // separate path and pattern
76 $path = Path::cleanPath($path, false);
77 $parts = explode('/', $path);
923 _realpath($path) global() argument
953 _win_path_convert($path) global() argument
1002 _path_is_absolute($path) global() argument
1013 _convert_mediapath($path) global() argument
/plugin/filelisting/images/
H A Dfolder-open.svg2 <path d="M19,20H4C2.89,20 2,19.1 2,18V6C2,4.89 2.89,4 4,4H10L12,6H19A2,2 0 0,1 21,8H21L4,8V18L6.14,10H23.21L20.93,18.5C20.7,19.37 19.92,20 19,20Z" />
H A Dfolder.svg2 <path d="M10,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V8C22,6.89 21.1,6 20,6H12L10,4Z" />
/plugin/findologicxmlexport/vendor/composer/
H A Dautoload_real.php33 foreach ($map as $namespace => $path) {
34 $loader->set($namespace, $path);
38 foreach ($map as $namespace => $path) {
39 $loader->setPsr4($namespace, $path);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst63 …AnnotationRegistry::registerFile("/path/to/doctrine/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnota…
64 …AnnotationRegistry::registerAutoloadNamespace("Symfony\Component\Validator\Constraint", "/path/to/…
65 … AnnotationRegistry::registerAutoloadNamespace("MyProject\Annotations", "/path/to/myproject/src");
100 "/path/to/cache",
162 …d that their base directory is located at the given $dirs or in the include path if NULL is passed.
164 …he AnnotationRegistry uses a namespace to directory separator approach to resolve the correct path.
184 if (file_exists("/my/base/path/" . $file)) {
186 require "/my/base/path/" . $file;
217 To ease the upgrade path, we still allow you to disable this mechanism. Note however that we will r…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php149 if ($path = stream_resolve_include_path($file)) {
150 require $path;
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/findologicxmlexport/vendor/doctrine/instantiator/
H A Dphpstan.neon.dist14 path: '*/tests/DoctrineTest/InstantiatorTestAsset/*.php'
19 path: '*/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php'

1...<<71727374757677787980>>...134