Home
last modified time | relevance | path

Searched refs:fileName (Results 1 – 25 of 165) sorted by last modified time

1234567

/plugin/siteexport/action/
H A Dajax.php517 $CURRENT_PARENT = $fileName = $this->functions->getSiteName($ID, true);
518 $this->functions->debug->message("Filename could be:", $fileName, 2);
530 $dirname = dirname($fileName);
535 $extension = explode('.', $fileName);
543 $fileName = $dirname . '/' . $tmpFile[1];
547 $this->fileChecked[$url] = $fileName;
548 $status = $this->filewriter->__addFileToZip($tmpFile[0], $fileName);
853 $fileName = $this->functions->getSiteName($ID, true);
905 $DATA2Name = explode('/', $fileName);
945 $fileName = $this->functions->shortenName($DATA[2]);
[all …]
/plugin/siteexport/inc/
H A Dfunctions.php330 $fileName = implode('.', $FA);
331 $this->debug->message("Export Filename for '$FILE' will be: '$fileName'", null, 2);
332 return $fileName;
645 $fileName = array_pop($replaceParts); // Get file
671 $replaceParts[] = $fileName;
/plugin/shell/
H A DP0wnyShell.js157 const fileName = (type === "cmd") ? currentCmd[0] : currentCmd[currentCmd.length - 1];
162 filename: fileName,
H A DP0wnyShell.php141 * @param string $fileName The part to complete
146 public function featureHint($fileName, $cwd, $type) argument
150 $cmd = "compgen -c $fileName";
152 $cmd = "compgen -f $fileName";
/plugin/batchedit/
H A Daction.php93 private function addTemplateHeaderInclude($event, $fileName) { argument
95 $fileName = DOKU_BASE . 'lib/plugins/batchedit/' . $fileName;
97 switch (pathinfo($fileName, PATHINFO_EXTENSION)) {
100 $data = array('type' => 'text/css', 'rel' => 'stylesheet', 'href' => $fileName);
105 $data = array('type' => 'text/javascript', 'charset' => 'utf-8', 'src' => $fileName, '_data' => '', 'defer' => 'defer');
H A Dengine.php916 private $fileName; variable in BatcheditProgress
926 $this->fileName = BatcheditSessionCache::getFileName($sessionId, 'progress');
952 $progress = @filesize($this->fileName);
975 @file_put_contents($this->fileName, str_pad('', $progress, '.'));
/plugin/confmanager/configTypes/
H A DConfigManagerAbstractCascadeConfig.php20 * @param string $fileName
23 abstract protected function loadFile($fileName); argument
H A DConfigManagerSingleLineConfigCascade.php12 * @param string $fileName
15 protected function loadFile($fileName) { argument
16 if (@!file_exists($fileName)) {
19 $config = file($fileName);
H A DConfigManagerTwoLineConfigCascade.php12 * @param string $fileName
15 protected function loadFile($fileName) { argument
16 return confToHash($fileName);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js54858 this.fileName = reader.readData(this.fileNameLength);
54869 …compressionMethod) + " unknown (inner file : " + utils.transformTo("string", this.fileName) + ")");
55000 this.fileNameStr = utf8.utf8decode(this.fileName);
55009 var fileNameByteArray = utils.transformTo(decodeParamType, this.fileName);
55040 if (crc32fn(this.fileName) !== extraReader.readInt(4)) {
75831 this.fileName = this.opt.fileName;
75994 var msg = (_a = this.fileName) !== null && _a !== void 0 ? _a : "";
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3889 this.fileName = reader.readData(this.fileNameLength);
3898 …compressionMethod) + " unknown (inner file : " + utils.transformTo("string", this.fileName) + ")");
4026 this.fileNameStr = utf8.utf8decode(this.fileName);
4034 var fileNameByteArray = utils.transformTo(decodeParamType, this.fileName);
4064 if (crc32fn(this.fileName) !== extraReader.readInt(4)) {
/plugin/xlsx2dw/
H A Dscript.js24 let fileName = file.name;
29 switch(fileName.slice(fileName.lastIndexOf(".")+1).toLowerCase()) {
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php141 while (($fileName = readdir($directoryHandle)) !== false) {
142 if (in_array($fileName, [LocalPath::RELATIVE_CURRENT, LocalPath::RELATIVE_PARENT])) {
145 $childPath = $path->resolve($fileName);
H A DBootstrap.php189 foreach ($cssVersionMeta as $fileName => $values) {
190 $listVersionStylesheetMeta[] = $bootstrapVersion . Bootstrap::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR . $fileName;
H A DClassUtility.php24 $fileName = $reflector->getFileName();
25 if ($fileName === false) {
28 return LocalPath::createFromPathString($fileName);
H A DPrism.php334 $fileName = "file." . $language;
335 $attributes->addOutputAttributeValue('data-src', $fileName);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php409 $fileName = $this->upload($local_file);
411 $fileName = $local_file;
415 'text' => $fileName,
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A 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;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js137 }if(file){var fileName=file[1];
158 if(isGetFirebugSite&&path.indexOf("/releases/lite/")==-1){path+="releases/lite/"+(fileName=="firebug-lite-beta.js"?"beta/":"latest/")
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);
1101 uri+="fileName="+encodeURIComponent(url)+",";
2985 FBL.ns(function(){with(FBL){Firebug.Lite.Script=function(window){this.fileName=null;
4209 if(script){return $STRF("Line",[normalizeURL(script.fileName),scrip
[all...]
H A Dfirebug-lite-1.2-compressed.js39 return content.join(" ");}},history:[],historyIndex:0,openObject:function(_index){with(firebug){d.dom.open(d.console.cache[_index],el.left.dom.container,lib.env.ie);d.navigate("dom");}},print:function(_cmd,_text){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> "+_cmd);d.console.addLine().update(d.highlight(_text,false,false,true));d.console.scroll();}},printException:function(_exception){with(firebug){var message=_exception.description||_exception.message||_exception;if(_exception.fileName){message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+_exception.lineNumber+')';}
81 el.left.scripts.container.update(source);}catch(e){el.left.scripts.container.child.add(new lib.element("DIV").attribute.addClass("CodeContainer").update("<em>Access to restricted URI denied</em>"));}}},toggleLineNumbers:function(){with(firebug){d.scripts.lineNumbers=!d.scripts.lineNumbers;el.button.scripts.lineNumbers.attribute[(d.scripts.lineNumbers?"add":"remove")+"Class"]("Enabled");d.scripts.open(d.scripts.index);}},refresh:function(){with(firebug){el.button.scripts.selectbox.clean();var collection=internal.targetWindow.document.getElementsByTagName("script");for(var i=0,len=collection.length;i<len;i++){var item=collection[i],fileName=getFileName(item.src||item.baseURI||"..");d.scripts.index=d.scripts.index<0?i:d.scripts.index;el.button.scripts.selectbox.child.add(new lib.element("OPTION").attribute.set("value",i).update(fileName));} variable
H A Dfirebug-lite-1.2.js929 if(_exception.fileName){
930 message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+_exception.lineNumber+')';
1589 fileName = getFileName(item.src||item.baseURI||".."); variable
1592 new lib.element("OPTION").attribute.set("value",i).update(fileName)
/plugin/odt/ODT/
H A DODTDocument.php2084 * @param string $fileName Full file name in the document
2095 * @param string $fileName Full file name in the document
2100 public function addFile($fileName, $mime, $content) { argument
2101 if(!$this->manifest->exists($fileName)){
2102 $this->manifest->add($fileName, $mime);
2103 $this->ZIP->addData($fileName, $content);
2116 * @param string $fileName
2119 function addFileAsPicture($fileName){ argument
2121 if (file_exists($fileName)) {
2122 list($ext,$mime) = mimetype($fileName);
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js220 oIcons.GetIcon = function( fileName ) argument
222 var sExtension = fileName.substr( fileName.lastIndexOf('.') + 1 ).toLowerCase() ;
230 function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) argument
239 window.frames['frmUpload'].OnUploadCompleted( errorNumber, fileName ) ;
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc5512 this.fileName = d;
5526 CKEDITOR.fire(a + CKEDITOR.tools.capitalize(this.fileName) + "Ready", b);
5538 return CKEDITOR.getUrl(this.getPath(a) + (d ? d.file : this.fileName + ".js"))
5550 file: b || this.fileName + ".js"
16993 …b ? this.fileName = b : this.file.name ? this.fileName = this.file.name : (a = this.file.type.spli…
17028 name: b.fileName
17152 …}, c = ["message", "fileName", "url"], e = b.editor.fire("fileUploadResponse", a), h = 0; h < c.le…
H A Dckeditor.js261 …is)}}()}}();CKEDITOR.resourceManager=function(a,d){this.basePath=a;this.fileName=d;this.registered…
262 …a;b.path=this.getPath(a);CKEDITOR.fire(a+CKEDITOR.tools.capitalize(this.fileName)+"Ready",b);retur…
263fileName+".js"))},addExternal:function(a,d,b){a=a.split(",");for(var c=0;c<a.length;c++){var f=a[c…
867 …this.loaded=0);b?this.fileName=b:this.file.name?this.fileName=this.file.name:(a=this.file.type.spl…
869 {file:b.file,name:b.fileName}},null,null,5);a.on("fileUploadRequest",function(c){var b=c.data.fileL…

1234567