Home
last modified time | relevance | path

Searched refs:fileName (Results 26 – 50 of 165) sorted by path

1234567

/plugin/bibtex/OSBib/
H A DLOADSTYLE.php41 $fileName = strtoupper($dir) . ".xml";
43 && file_exists($stylesDir . '/' . $dir . "/" . $fileName))
45 if($fh = fopen($stylesDir . '/' . $dir . "/" . $fileName, "r"))
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php134 $fileName = $this->vars['editStyleFile'] . ".xml";
135 if($fh = fopen(OSBIB_STYLE_DIR . "/" . $dir . "/" . $fileName, "r"))
305 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
306 $this->writeFile($fileName);
1045 function writeFile($fileName = FALSE) argument
1047 if($fileName)
1148 if(!$fileName) // called from add()
1154 $fileName = $dirName . "/" . strtoupper(trim($this->vars['styleShortName'])) . ".xml";
1156 if(!$fp = fopen("$fileName", "w"))
1157 $this->badInput($this->errors->text("file", "write", ": $fileName"), $this->errorDisplay);
[all …]
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js236 …is)}}()}}(),CKEDITOR.resourceManager=function(a,f){this.basePath=a;this.fileName=f;this.registered…
237fileName)+"Ready",b);return this.get(a)},get:function(a){return this.registered[a]||null},getPath:…
238 file:b||this.fileName+".js"}}},load:function(a,f,b){CKEDITOR.tools.isArray(a)||(a=a?[a]:[]);for(var…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php66 function RemoveExtension( $fileName ) argument
68 return substr( $fileName, 0, strrpos( $fileName, '.' ) ) ;
286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
297 $fileName = "";
301 …ted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' …
/plugin/ckgedit/ckeditor/
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…
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…
/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/fckeditor/editor/filemanager/connectors/php/
H A Dio.php66 function RemoveExtension( $fileName ) argument
68 return substr( $fileName, 0, strrpos( $fileName, '.' ) ) ;
286 function SendUploadResults( $errorNumber, $fileUrl = '', $fileName = '', $customMsg = '' ) argument
297 $fileName = "";
301 …ted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' …
/plugin/combo/ComboStrap/
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 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 DPrism.php334 $fileName = "file." . $language;
335 $attributes->addOutputAttributeValue('data-src', $fileName);
/plugin/combo/resources/firebug/
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)
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...]
/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/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/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php164 foreach($fileNames as $fileName) {
165 echo " $fileName\n";
166 rename('build/SabreDAV/vendor/sabre/dav/' . $fileName, 'build/SabreDAV/' . $fileName);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DGuessContentType.php77 list(, $fileName) = URLUtil::splitPath($propFind->getPath());
78 return $this->getContentType($fileName);
87 * @param string $fileName
90 protected function getContentType($fileName) { argument
93 $extension = strtolower(substr($fileName, strrpos($fileName, '.') + 1));

1234567