Home
last modified time | relevance | path

Searched refs:path (Results 726 – 750 of 3342) sorted by last modified time

1...<<21222324252627282930>>...134

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe16532 path y
38575 path ic
47750 Ġem path
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js63 options.path ? '; path=' + options.path : '',
/plugin/bez/images/
H A Dclose.svg2 <path fill-rule="evenodd" d="M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z"></path>
H A Dlogo.svg3 <path
6 <path
9 <path
H A Dlock.svg2 <path fill-rule="evenodd" d="M4 13H3v-1h1v1zm8-6v7c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h1V4c0-2.2 1.8-4 4-4s4 1.8 4 4v2h1c.55 0 1 .45 1 1zM3.8 6h4.41V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v2H3.8zM11 7H2v7h9V7zM4 8H3v1h1V8zm0 2H3v1h1v-1z"></path>
H A Dtick.svg3 <path d="m 255.96898,490.77753 -33.98918,-34.0002 12.24298,-12.24298 12.24298,-12.24298 22.00398,21.98693 22.00398,21.98693 46.99717,-46.9892 46.99718,-46.9892 12.24641,12.24642 12.24642,12.24641 -58.99268,58.99904 c -32.44598,32.44947 -59.22159,58.99904 -59.50138,58.99904 -0.27978,0 -15.80382,-15.30009 -34.49786,-34.00021 z"/>
H A Dlock-small.svg2 <path fill-rule="evenodd" d="M4 13H3v-1h1v1zm8-6v7c0 .55-.45 1-1 1H1c-.55 0-1-.45-1-1V7c0-.55.45-1 1-1h1V4c0-2.2 1.8-4 4-4s4 1.8 4 4v2h1c.55 0 1 .45 1 1zM3.8 6h4.41V4c0-1.22-.98-2.2-2.2-2.2-1.22 0-2.2.98-2.2 2.2v2H3.8zM11 7H2v7h9V7zM4 8H3v1h1V8zm0 2H3v1h1v-1z"></path>
/plugin/tagging/images/
H A Ddelete.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/><path d="M0 0h24v24H0z" fill="none"/></svg
H A Dedit.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-1.84 1.83 3.75 3.75M3 1 (…)
H A Darrow-both.svg2 <path d="M 2 8 H 18 L 10 0 L 2 8 M 2 12 H 18 L 10 20 L 2 12"/>
/plugin/tagging/
H A Dadmin.svg1 <svg style="width:24px;height:24px" viewBox="0 0 24 24"><path d="M5.5,9A1.5,1.5 0 0,0 7,7.5A1.5,1.5 0 0,0 5.5,6A1.5,1.5 0 0,0 4,7.5A1.5,1.5 0 0,0 5.5,9M17.41,11.58C17.77,11.94 18,12.44 18,13C18,13.55 17.78,14.05 17.41,14.41L12.41,19.41C12.05,19.77 11.55,20 11,20C10.45,20 9.95,19.78 9.58,19.41L2.59,12.42C2.22,12.05 2,11.55 2,11V6C2,4.89 2.89,4 4,4H9C9.55,4 10.05,4.22 10.41,4.58L17.41,11.58M13.54,5.71L14.54,4.71L21.41,11.58C21.78,11.94 22,12.45 22,13C22,13.55 21.78,14.05 21.42,14.41L16.04,19.79L15.04,18.79L20.75,13L13.54,5.71Z" /></svg>
/plugin/confmanager/configTypes/
H A DConfigManagerAbstractCascadeConfig.php10 private $path; variable in ConfigManagerAbstractCascadeConfig
30 $this->path = getConfigFiles($name);
110 return $this->path;
H A DConfigManagerTwoLineLeftImageConfigCascade.php47 $path = $this->imageFolder . "$key." . $ext;
48 if (is_file(DOKU_INC . $path)) {
49 return $path;
63 $path = $this->getImagePath($configtype, $key);
64 if($path) {
65 return DOKU_BASE . $path;
190 $path = $this->getImagePath('local', $key);
191 if (!@unlink(DOKU_INC . $path)) {
H A DConfigManagerTwoLineRightImageConfigCascade.php30 $path = $this->imageFolder . $configs[$configtype][$key];
32 if (is_file(DOKU_INC . $path)) {
33 return $path;
116 $path = $this->getImagePath('local', $key);
117 if (!@unlink(DOKU_INC . $path)) {
/plugin/confmanager/
H A Dadmin.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M7 3H5V9H7…
/plugin/oauthazure/
H A Dlogo.svg1 <svg viewBox="0 0 20 15.491" xmlns="http://www.w3.org/2000/svg"><path d="m9.252 14.663 4.716-.834.0…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js7149 return "".concat(path.path, "/_rels/").concat(path.name, ".rels");
25055 name: path
41148 var Symbol = path.Symbol || (path.Symbol = {});
52190 path = path.substring(0, path.length - 1);
52210 return path;
56671 path = isKey(path, object) ? [path] : castPath(path);
56673 length = path.length;
57441 path = isKey(path, object) ? [path] : castPath(path);
57444 length = path.length;
58205 function property(path) {
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js1447 var parentFolder = function (path) { argument
1448 if (path.slice(-1) === "/") {
1449 path = path.substring(0, path.length - 1);
1451 var lastSlash = path.lastIndexOf("/");
1452 return (lastSlash > 0) ? path.substring(0, lastSlash) : "";
1461 var forceTrailingSlash = function(path) { argument
1463 if (path.slice(-1) !== "/") {
1464 path += "/"; // IE doesn't like substr(-1)
1466 return path;
3366 exports.resolve = function(path) { argument
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2196 if(path.charCodeAt(0) === 47 /* "/" */) { k = true; path = UCFullPaths[0].slice(0, -1) + path; }
2197 else k = path.indexOf("/") !== -1;
3585 else zip.file(path, content);
3600 if(path.charAt(0) == "/") return path.slice(1);
3603 var target = path.split('/');
11669 …o[o.length] = '<a:path path="circle"><a:fillToRect l="50000" t="-80000" r="50000" b="180000"/…
11676 …o[o.length] = '<a:path path="circle"><a:fillToRect l="50000" t="50000" r="50000" b="50000"/><…
25232 var path, relsPath; variable
25266 if(!safegetzipfile(zip, path)) path = wbrels[i][1];
25267 if(!safegetzipfile(zip, path)) path = wbrelsfile.replace(/_rels\/.*$/,"") + wbrels[i][1];
[all …]
/plugin/gallery/
H A Dsyntax.php
/plugin/dev/
H A DLangProcessor.php129 $path = str_replace('\\', '/', $file->getPathname());
130 if (substr($path, 0, 7) == './lang/') continue; // skip language files
131 if (substr($path, 0, 9) == './vendor/') continue; // skip vendor files
134 $found = array_merge($found, $this->phpExtract($path));
137 $found['js'] = array_merge($found['js'], $this->jsExtract($path));
H A DSkeletor.php30 /** @var array The files to be created in the form of [path => content] */
90 * @return array [path => content]
129 $path = $type . '/' . $component . '.php';
133 $path = $type . '.php';
147 $this->loadSkeleton($type . '.php', $path, $replacements);
H A Dcli.php211 foreach ($files as $path => $content) {
212 if (file_exists($path)) {
213 $this->error($path . ' already exists');
217 io_makeFileDir($path);
218 file_put_contents($path, $content);
219 $this->success($path . ' created');
/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/recommend/
H A Dadmin.svg2 …<path d="M8,7.71L18,12L8,16.29V12.95L15.14,12L8,11.05V7.71M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,2…

1...<<21222324252627282930>>...134