Home
last modified time | relevance | path

Searched refs:fileName (Results 1 – 11 of 11) sorted by relevance

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
DFilesystemLoader.php102 $fileName = $this->getFileName($name);
104 if ($fileName === false) {
108 return file_get_contents($fileName);
121 $fileName = $baseDir . '/';
130 $fileName .= implode('/', $fileParts);
131 $lastCharacters = substr($fileName, 0 - strlen($this->_extension));
134 $fileName .= $this->_extension;
136 if (file_exists($fileName)) {
137 return $fileName;
/template/apricot/
Dtpl_functions.php117 * @param string $fileName - file name of icon
120 function _tpl_getFavicon($abs=false, $fileName='favicon.ico') { argument
121 if (file_exists(mediaFN($fileName))) {
122 return ml($fileName, '', true, '', $abs);
126 return DOKU_URL.substr(DOKU_TPL.'images/'.$fileName, strlen(DOKU_REL));
128 return DOKU_TPL.'images/'.$fileName;
133 function tpl_getFavicon($abs=false, $fileName='favicon.ico'){ argument
134 _tpl_getFavicon($abs, $fileName);
/template/strap/ComboStrap/
DClassUtility.php24 $fileName = $reflector->getFileName();
25 if ($fileName === false) {
28 return LocalPath::createFromPathString($fileName);
DLocalFileSystem.php141 while (($fileName = readdir($directoryHandle)) !== false) {
142 … if (in_array($fileName, [LocalPath::RELATIVE_CURRENT, LocalPath::RELATIVE_PARENT])) {
145 $childPath = $path->resolve($fileName);
DPrism.php373 $fileName = "file." . $language;
374 $attributes->addOutputAttributeValue('data-src', $fileName);
DBootstrap.php189 foreach ($cssVersionMeta as $fileName => $values) {
190 …ylesheetMeta[] = $bootstrapVersion . Bootstrap::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR . $fileName;
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
DRemoteWebElement.php409 $fileName = $this->upload($local_file);
411 $fileName = $local_file;
415 'text' => $fileName,
/template/writr/
Dscript.js224 var fileName = input.val().split('\\').pop() || 'No file chosen';
235 file.prepend(fileName);
/template/strap/resources/firebug/
Dfirebug-lite-1.4.js137 }if(file){var fileName=file[1];
158 if(isGetFirebugSite&&path.indexOf("/releases/lite/")==-1){path+="releases/lite/"+(fileName=="firebu…
162 if(fileName=="firebug-lite-dev.js"){Env.isDevelopmentMode=true;
164 }else{if(fileName=="firebug-lite-debug.js"){Env.isDebugMode=true
195 loc.app=path+fileName
1039 }}if(props.hasOwnProperty("fileName")){var caller_URL=decodeURIComponent(props.fileName);
2985 FBL.ns(function(){with(FBL){Firebug.Lite.Script=function(window){this.fileName=null;
4209 if(script){return $STRF("Line",[normalizeURL(script.fileName),script.baseLineNumber])
4422 }try{var fileName=getFileName(sourceLink.href);
4423 fileName=decodeURIComponent(fileName);
[all …]
Dfirebug-lite-1.2-compressed.js39 …|_exception;if(_exception.fileName){message+=' ('+(_exception.name&&(_exception.name+', ')||'')+ge…
81fileName=getFileName(item.src||item.baseURI||"..");d.scripts.index=d.scripts.index<0?i:d.scripts.i…
Dfirebug-lite-1.2.js929 if(_exception.fileName){
930 …('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+_exception.…
1589 fileName = getFileName(item.src||item.baseURI||"..");
1592 new lib.element("OPTION").attribute.set("value",i).update(fileName)