| /plugin/tableplot/ |
| D | action.php | 45 $basePath = DOKU_BASE; 46 $basePath = str_replace("dokuwiki/", "", $basePath); 57 'href' => $basePath ."lib/scripts/jqplot/jquery.jqplot.min.css"); 62 'src' => $basePath ."lib/scripts/jquery/jquery.min.js"); 67 'src' => $basePath ."lib/scripts/jqplot/jquery.jqplot.min.js"); 72 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.barRenderer.min.js"); 77 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.categoryAxisRenderer.min.js"); 82 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.dateAxisRenderer.min.js"); 87 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.canvasTextRenderer.min.js"); 92 … 'src' => $basePath ."lib/scripts/jqplot/plugins/jqplot.canvasAxisTickRenderer.min.js"); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Cache.php | 10 private $basePath; variable in Mpdf\\Cache 14 public function __construct($basePath, $cleanupInterval = 3600) argument 20 if (!$this->createBasePath($basePath)) { 21 …hrow new \Mpdf\MpdfException(sprintf('Temporary files directory "%s" is not writable', $basePath)); 24 $this->basePath = $basePath; 28 protected function createBasePath($basePath) argument 30 if (!file_exists($basePath)) { 31 if (!$this->createBasePath(dirname($basePath))) { 35 if (!$this->createDirectory($basePath)) { 40 if (!is_writable($basePath) || !is_dir($basePath)) { [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
| D | FilesystemTest.php | 69 public function testPaths($basePath, $cacheKey, $rootPath) argument 71 $loader = new FilesystemLoader([$basePath.'/normal', $basePath.'/normal_bis'], $rootPath); 72 $loader->setPaths([$basePath.'/named', $basePath.'/named_bis'], 'named'); 73 $loader->addPath($basePath.'/named_ter', 'named'); 74 $loader->addPath($basePath.'/normal_ter'); 75 $loader->prependPath($basePath.'/normal_final'); 76 $loader->prependPath($basePath.'/named/../named_quater', 'named'); 77 $loader->prependPath($basePath.'/named_final', 'named'); 80 $basePath.'/normal_final', 81 $basePath.'/normal', [all …]
|
| /plugin/geonav/ |
| D | action.php | 35 $basePath = DOKU_BASE; 36 $basePath = str_replace("dokuwiki/", "", $basePath); 48 'src' => $basePath ."lib/plugins/geonav/js/earth_a.js"); 53 'src' => $basePath ."lib/plugins/geonav/js/getLocation.js");
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
| D | GoogleCloudApigeeV1DeploymentConfig.php | 29 public $basePath; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeploymentConfig 68 public function setBasePath($basePath) argument 70 $this->basePath = $basePath; 77 return $this->basePath;
|
| /plugin/plantumlparser/syntax/ |
| D | PlantUmlDiagram.php | 9 private $basePath; variable in PlantUmlDiagram 14 $this->basePath = $plantUmlUrl; 32 return $this->basePath."svg/".$this->encoded; 36 return $this->basePath."png/".$this->encoded; 40 return $this->basePath."txt/".$this->encoded;
|
| /plugin/sequencediagram/bower_components/lodash/lib/main/ |
| D | build-dist.js | 9 const basePath = path.join(__dirname, '..', '..'); constant 10 const distPath = path.join(basePath, 'dist'); 13 const baseLodash = path.join(basePath, filename);
|
| D | build-doc.js | 10 const basePath = path.join(__dirname, '..', '..'); constant 11 const docPath = path.join(basePath, 'doc'); 19 'path': path.join(basePath, 'lodash.js'),
|
| D | build-modules.js | 10 const basePath = path.join(__dirname, '..', '..'); constant 11 const distPath = path.join(basePath, 'dist');
|
| /plugin/webdav/vendor/sabre/http/lib/ |
| D | URLUtil.php | 93 * @param string $basePath 97 static function resolve($basePath, $newPath) { argument 99 return Uri\resolve($basePath, $newPath);
|
| /plugin/davcal/vendor/sabre/http/lib/ |
| H A D | URLUtil.php | 93 * @param string $basePath 97 static function resolve($basePath, $newPath) { argument 99 return Uri\resolve($basePath, $newPath);
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckplugin.js | 24 var FCKPlugin = function( name, availableLangs, basePath ) argument 27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fckplugin.js | 24 var FCKPlugin = function( name, availableLangs, basePath ) argument 27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
|
| /plugin/sequencediagram/bower_components/lodash/lib/fp/ |
| D | build-dist.js | 11 const basePath = path.join(__dirname, '..', '..'); constant 12 const distPath = path.join(basePath, 'dist'); 13 const fpPath = path.join(basePath, 'fp');
|
| /plugin/zip/pear/File/Archive/Writer/ |
| D | Files.php | 44 var $basePath; variable in File_Archive_Writer_Files 51 $this->basePath = ''; 54 $this->basePath = $base; 56 $this->basePath = $base.'/'; 63 return $this->basePath.$filename;
|
| /plugin/sequencediagram/bower_components/lodash/perf/asset/ |
| D | perf-ui.js | 5 var basePath = '../'; 92 return basePath + result; 105 return basePath + result;
|
| /plugin/wysiwyg/fckeditor/_samples/cfm/ |
| D | sample04_mx.cfm | 82 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ; 84 fckEditor = createObject( "component", "#basePath#fckeditor" ) ; 87 fckEditor.basePath = basePath ; 90 fckEditor.config['SkinPath'] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/' ;
|
| D | sample01_mx.cfm | 50 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ; 52 fckEditor = createObject( "component", "#basePath#fckeditor" ) ; 55 fckEditor.basePath = basePath ;
|
| D | sample04.cfm | 76 <cfset basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 )> 80 <cfset config["SkinPath"] = basePath & 'editor/skins/' & HTMLEditFormat( URL.Skin ) & '/'> 85 basePath="#basePath#"
|
| /plugin/grensladawritezor/fckeditor/ |
| D | fckeditor.cfm | 45 <cfparam name="attributes.basePath" type="string" default="/fckeditor/"> 100 // try to fix the basePath, if ending slash is missing 101 if( len( attributes.basePath) and right( attributes.basePath, 1 ) is not "/" ) 102 attributes.basePath = attributes.basePath & "/"; 105 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
|
| D | fckeditor.cfc | 31 * fckEditor.basePath="/fckEditorV2/"; 58 <cfparam name="this.basePath" type="string" default="/fckeditor/" /> 153 // try to fix the basePath, if ending slash is missing 154 if( len( this.basePath) and right( this.basePath, 1 ) is not "/" ) 155 this.basePath = this.basePath & "/"; 158 sURL = this.basePath & "editor/fckeditor.html?InstanceName=" & this.instanceName;
|
| /plugin/sequencediagram/bower_components/lodash/test/asset/ |
| D | test-ui.js | 5 var basePath = '../'; 119 return basePath + result; 132 return basePath + result;
|
| /plugin/davcal/vendor/sabre/uri/lib/ |
| H A D | functions.php | 11 * @param string $basePath 15 function resolve($basePath, $newPath) { argument 17 $base = parse($basePath);
|
| /plugin/wysiwyg/fckeditor/ |
| D | fckeditor.cfm | 45 <cfparam name="attributes.basePath" type="string" default="/fckeditor/"> 120 // try to fix the basePath, if ending slash is missing 121 if( len( attributes.basePath) and right( attributes.basePath, 1 ) is not "/" ) 122 attributes.basePath = attributes.basePath & "/"; 125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | Tree.php | 196 $basePath = trim($path, '/'); 197 if ($basePath !== '') $basePath .= '/'; 201 $this->cache[$basePath . $child->getName()] = $child;
|