Home
last modified time | relevance | path

Searched refs:basePath (Results 1 – 25 of 62) sorted by relevance

123

/plugin/tableplot/
Daction.php45 $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/
DCache.php10 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/
DFilesystemTest.php69 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/
Daction.php35 $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/
DGoogleCloudApigeeV1DeploymentConfig.php29 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/
DPlantUmlDiagram.php9 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/
Dbuild-dist.js9 const basePath = path.join(__dirname, '..', '..'); constant
10 const distPath = path.join(basePath, 'dist');
13 const baseLodash = path.join(basePath, filename);
Dbuild-doc.js10 const basePath = path.join(__dirname, '..', '..'); constant
11 const docPath = path.join(basePath, 'doc');
19 'path': path.join(basePath, 'lodash.js'),
Dbuild-modules.js10 const basePath = path.join(__dirname, '..', '..'); constant
11 const distPath = path.join(basePath, 'dist');
/plugin/webdav/vendor/sabre/http/lib/
DURLUtil.php93 * @param string $basePath
97 static function resolve($basePath, $newPath) { argument
99 return Uri\resolve($basePath, $newPath);
/plugin/davcal/vendor/sabre/http/lib/
H A DURLUtil.php93 * @param string $basePath
97 static function resolve($basePath, $newPath) { argument
99 return Uri\resolve($basePath, $newPath);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckplugin.js24 var FCKPlugin = function( name, availableLangs, basePath ) argument
27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckplugin.js24 var FCKPlugin = function( name, availableLangs, basePath ) argument
27 this.BasePath = basePath ? basePath : FCKConfig.PluginsPath ;
/plugin/sequencediagram/bower_components/lodash/lib/fp/
Dbuild-dist.js11 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/
DFiles.php44 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/
Dperf-ui.js5 var basePath = '../';
92 return basePath + result;
105 return basePath + result;
/plugin/wysiwyg/fckeditor/_samples/cfm/
Dsample04_mx.cfm82 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 ) & '/' ;
Dsample01_mx.cfm50 basePath = Left( cgi.script_name, FindNoCase( '_samples', cgi.script_name ) - 1 ) ;
52 fckEditor = createObject( "component", "#basePath#fckeditor" ) ;
55 fckEditor.basePath = basePath ;
Dsample04.cfm76 <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/
Dfckeditor.cfm45 <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;
Dfckeditor.cfc31 * 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/
Dtest-ui.js5 var basePath = '../';
119 return basePath + result;
132 return basePath + result;
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php11 * @param string $basePath
15 function resolve($basePath, $newPath) { argument
17 $base = parse($basePath);
/plugin/wysiwyg/fckeditor/
Dfckeditor.cfm45 <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/
DTree.php196 $basePath = trim($path, '/');
197 if ($basePath !== '') $basePath .= '/';
201 $this->cache[$basePath . $child->getName()] = $child;

123