Home
last modified time | relevance | path

Searched refs:path (Results 2026 – 2050 of 3342) sorted by relevance

1...<<81828384858687888990>>...134

/plugin/diagramsnet/lib/img/lib/ibm/blockchain/
H A Dwallet.svg1path d="M46.2 31.5v4.1a4.91 4.91 0 0 1-4.9 4.9H22.7c-.3 0-.5.1-.7.4-2 2.8-4.6 4.2-8.1 3.9-3.6-.3-6…
/plugin/diagramsnet/lib/img/lib/mscae/
H A DManagement_Groups.svg1path d="M35 16.4l-.288.692L25.768 6.36 25 7l-.768-.64-8.944 10.732L15 16.4 9.077 30.615l1.846.77L1…
/plugin/combo/ComboStrap/
H A DFetcherCache.php99 public function addFileDependency(Path $path): FetcherCache argument
102 $this->fileDependencies[] = LocalPath::createFromPathObject($path)->toAbsolutePath()->toAbsoluteId();
104 LogUtility::internalError("The path seems to be not local, it should never happen.", self::CANONICAL, $e);
H A DCreationDate.php39 $path = $this->getResource()->getPathObject();
40 return FileSystems::getCreationTime($path);
/plugin/mikioplugin/
H A Dcss.php29 function platformSlashes($path) {
30 return str_replace('/', DIRECTORY_SEPARATOR, $path);
25 platformSlashes($path) global() argument
/plugin/catlist/
H A Dsyntax.php202 if ($ns[0] == '.') $ns = getNS($ID).':'.$ns; // If it start with a '.', it is a relative path
293 // Get the directory path from namespace id, and check if it exists
295 $path = str_replace(':', '/', $ns);
296 $path = $conf['datadir'].'/'.utf8_encodeFN($path);
297 if (!is_dir($path)) {
343 $this->_walk_recurse($data, $path, $ns, "", false, false, 1/*root depth is 1*/, $data['tree']/*root*/);
351 * based on the various exclusion options. The current/local directory path, namesapce
352 * ID and relative namespace ID are respectively $path, $ns and $relns.
360 function _walk_recurse (&$data, $path,
363 _walk_recurse(& $data, $path, $ns, $relns, $excluPages, $excluNS, $depth, & $_TREE) global() argument
[all...]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm53 // make sure the user files path is correctly formatted
86 …// Get the base physical path to the web root for this application. The code to determine the path
87 …// the "FCKeditor" directory in the http request path is directly off the web root for the applica…
88 … symbolic link / junction. Use the serverPath config setting to force a physical path if necessary.
117 <!--- Catch: Parameter 1 of function ExpandPath must be a relative path --->
149 <!--- create directories in physical path if they don't already exist --->
185 <!--- we need to know the physical path to the current folder for all commands --->
307 …xmlHeader = xmlHeader & '<CurrentFolder path="#url.currentFolder#" url="#resourceTypeUrl##url.curr…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php175 $path = $request->getPath();
179 $node = $this->server->tree->getNodeForPath($path);
316 * @param string $path
320 function propPatch($path, PropPatch $propPatch) { argument
323 …atch->handle('{http://calendarserver.org/ns/}calendar-availability', function($value) use ($path) {
327 $this->server->emit('propPatch', [$path, $subPropPatch]);
403 * @param string $path
406 function beforeUnbind($path) { argument
412 $node = $this->server->tree->getNodeForPath($path);
/plugin/ikso/
H A Dscript.js54 path: (typeof DOKU_COOKIE_PARAM.path === "undefined"
55 ? JSINFO.DOKU_COOKIE_PARAM.path : DOKU_COOKIE_PARAM.path),
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst56 require_once '/path/to/vendor/autoload.php';
74 $loader = new \Twig\Loader\FilesystemLoader('/path/to/templates');
76 'cache' => '/path/to/compilation_cache',
85 require_once '/path/to/lib/Twig/Autoloader.php';
/plugin/solr/
H A Dhelper.php122 * @param string $path Solr action path (select, update, etc)
128 public function solr_query($path, $query, $method='GET', $postfields='') { argument
129 $url = $this->getConf('url')."/{$path}?{$query}";
146 'path' => $path,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php293 $url->setDn((isset($pieces['path']) && $pieces['path'] !== '/') ? self::decode(ltrim($pieces['path'], '/')) : null);
329 $path = null;
331 # Check for query parameters but no path...
334 # Check if there are any query parameters and a possible path...
337 $path = $parts[0];
339 # A path only...
341 $path = $matches[2];
346 'path'
[all...]
/plugin/combo/syntax/
H A Dfrontmatter.php357 $path = $value;
359 $path = $value[PageImagePath::getPersistentName()];
362 $media = MediaMarkup::createFromRef($path);
364 LogUtility::internalError("The media image statistics could not be created. The media markup could not be instantiated with the path ($path). Error:{$e->getMessage()}");
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js3029 path = castPath(path, object);
3214 path = castPath(path, object);
3969 path = castPath(path, object);
4310 path = castPath(path, object);
4326 return baseSet(object, path, updater(baseGet(object, path)), customizer);
6120 path = castPath(path, object);
6576 return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));
13503 path = castPath(path, object);
13505 return path;
13624 path = castPath(path, object);
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js3029 path = castPath(path, object);
3214 path = castPath(path, object);
3969 path = castPath(path, object);
4310 path = castPath(path, object);
4326 return baseSet(object, path, updater(baseGet(object, path)), customizer);
6120 path = castPath(path, object);
6576 return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));
13503 path = castPath(path, object);
13505 return path;
13624 path = castPath(path, object);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php156 $path = $propFind->getPath();
158 … $propFind->handle('{' . self::NS_CARDDAV . '}addressbook-home-set', function() use ($path) {
159 return new Href($this->getAddressBookHomeForPrincipal($path) . '/');
281 * @param string $path
288 function beforeWriteContent($path, DAV\IFile $node, &$data, &$modified) { argument
303 * @param string $path
310 function beforeCreateFile($path, &$data, DAV\ICollection $parentNode, &$modified) { argument
/plugin/groupmail/
H A Drecaptchalib.php62 * @param string $path
67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
71 $http_request = "POST $path HTTP/1.0\r\n";
/plugin/recaptcha/lib/
H A Drecaptchalib.php64 * @param string $path
69 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
73 $http_request = "POST $path HTTP/1.0\r\n";
/plugin/contactmodern/
H A Drecaptchalib.php62 * @param string $path
67 function _recaptcha_http_post($host, $path, $data, $port = 80) { argument
71 $http_request = "POST $path HTTP/1.0\r\n";
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php162 function Server_MapPath( $path ) argument
167 $info = apache_lookup_uri( $path ) ;
173 return GetRootPath() . $path ;
/plugin/projects/lib/
H A Dtools.php151 $path = $project->path() . noNS($id);
153 $mime = $finfo->file($path);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php43 foreach($paths as $path) {
44 if (file_exists($path)) {
45 include $path;
/plugin/pgn4web/pgn4web/images/tilesvg/
H A Dwp.svg4 …<path transform="translate(-2.113 26.2597) matrix(1 0 0 1 -387.206 -272.99)" fill="#000000" id="im…
5 …<path transform="translate(-2.113 26.2597) matrix(1 0 0 1 -387.206 -272.99)" fill="#ffffff" id="im…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php149 if ($path = stream_resolve_include_path($file)) {
150 require $path;
/plugin/displayfile/
H A DREADME.md28path to the desired file on the local file system. This will be appended to the value of the plugi…
42path traversal attacks, the admin is provided with a configuration option for specifying the root …

1...<<81828384858687888990>>...134