Home
last modified time | relevance | path

Searched refs:getFileName (Results 1 – 25 of 63) sorted by path

123

/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php123 public function getFileName() function in Facebook\\FileUpload\\FacebookFile
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php114 $file->getFileName(),
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php633 public function getFileName() { function in Google_DfareportingFile
1158 public function getFileName() { function in Google_Report
H A DGoogle_YouTubeService.php4421 public function getFileName() { function in Google_VideoFileDetails
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DStackFrame.php65 public function getFileName() function in Google\\Service\\CloudTrace\\StackFrame
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DDfareportingFile.php97 public function getFileName() function in Google\\Service\\Dfareporting\\DfareportingFile
H A DReport.php165 public function getFileName() function in Google\\Service\\Dfareporting\\Report
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSourcePosition.php95 public function getFileName() function in Google\\Service\\FirebaseRules\\SourcePosition
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFileUploadAnswer.php59 public function getFileName() function in Google\\Service\\Forms\\FileUploadAnswer
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\Monitoring\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\ServiceConsumerManagement\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\ServiceManagement\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\ServiceNetworking\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DSourceContext.php37 public function getFileName() function in Google\\Service\\ServiceUsage\\SourceContext
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeed.php106 public function getFileName() function in Google\\Service\\ShoppingContent\\Datafeed
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DManifest.php46 public function getFileName() function in Google\\Service\\Transcoder\\Manifest
H A DMuxStream.php80 public function getFileName() function in Google\\Service\\Transcoder\\MuxStream
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoFileDetails.php136 public function getFileName() function in Google\\Service\\YouTube\\VideoFileDetails
/plugin/batchedit/
H A Dengine.php453 public static function getFileName($name, $ext = '') { function in BatcheditSessionCache
465 io_mkdir_p(dirname(self::getFileName('dummy')));
479 file_put_contents(self::getFileName($id, $name), serialize($data));
486 return @unserialize(file_get_contents(self::getFileName($id, $name)));
495 $propsTime = @filemtime(self::getFileName($id, 'props'));
496 $matchesTime = @filemtime(self::getFileName($id, 'matches'));
521 @unlink(self::getFileName($id, 'props'));
522 @unlink(self::getFileName($id, 'matches'));
523 @unlink(self::getFileName($id, 'progress'));
524 @unlink(self::getFileName(
[all...]
/plugin/combo/ComboStrap/
H A DClassUtility.php24 $fileName = $reflector->getFileName();
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js13 window.onerror=function(_message,_file,_line){firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));};}catch(e){}},overrideConsole:function(){with(firebug){env.override=true;try{internal.extConsole=window.console;}catch(e){}
39 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+')';}
45 str+="<div class='Selector'>}</div>";return str;}},refresh:function(){with(firebug){el.button.css.selectbox.update("");var collection=internal.targetWindow.document.styleSheets;for(var i=0,len=collection.length;i<len;i++){var uri=getFileName(collection[i].href);d.css.index=d.css.index<0?i:d.css.index;el.button.css.selectbox.child.add(new lib.element("OPTION").attribute.set("value",i).update(uri))};d.css.open(d.css.index);}}},dom:{open:function(_object,_layer){with(firebug){_layer.clean();var container=new lib.element("DIV").attribute.addClass("DOMContent").insert(_layer);d.dom.print(_object,container);}},print:function(_object,_parent,_inTree){with(firebug){var obj=_object||window,parentElement=_parent;parentElement.update("");if(parentElement.opened&&parentElement!=el.left.dom.container){parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.removeClass("Opened");parentElement.opened=false;parentElement.environment.addStyle({"display":"none"});return;}
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));}
88 break;case"xhr":d.navigateRightColumn(_index);d.xhr.open();break;}}}},getFileName:function(_path){var match=_path&&_path.match(/[\w\-\.\?\=\&]+$/);return match&&match[0]||_path;},cancelEvent:function(_event){if(_event.stopPropagation)
133 url+=(url.search("\\?")==-1?"?":"&")+pi.util.String.format("{0}",dataUrl);this.api.open(this.environment.getType(),url,this.environment.getAsync());if(this.environment.getType()=="POST"){this.api.setRequestHeader("Content-Type","application/x-www-form-urlencoded");};this.api.send(this.environment.getType()=="GET"?"":dataUrl);return this;}};pi.xhr.body.environment={"_async":true,"_api":null,"_cache":true,"_callback":null,"_data":{},"_type":"GET","_url":"","setApi":function(_value){this._parent_.api=_value;this._setApi(_value);},"addCallback":function(_readyState,_fn){this.getCallback().push({"fn":_fn,"readyState":_readyState});return this._parent_;},"addData":function(_key,_value){this.getData()[_key]=_value;return this._parent_;},"setType":function(_value){this._setType(_value);return this._parent_;}};pi.xhr.body.event={"readystatechange":function(){var readyState=this.environment.getApi().readyState,callback=this.environment.getCallback();for(var i=0,len=callback.length;i<len;i++){if(pi.util.Array.indexOf(callback[i].readyState,readyState)>-1){callback[i].fn.apply(this);}}}};pi.xhr=pi.xhr.build();pi.xhr.get=function(_url,_returnPiObject){var request=new pi.xhr();request.environment.setAsync(false);request.environment.setUrl(_url);request.send();return _returnPiObject?request:request.environment.getApi();};pi.util.AddEvent(pi.env.ie?window:document,pi.env.ie?"load":"DOMContentLoaded",function(){for(var i=0,len=pi.util.Init.length;i<len;i++){pi.util.Init[i]();}});})(firebug);(function(){with(firebug){var scriptsIncluded=document.getElementsByTagName('script');for(var i=scriptsIncluded.length-1;i>=0;i--){var script=scriptsIncluded[i],src=getFileName(script.src);if(src){internal.liteFilename=src;break;}}
H A Dfirebug-lite-1.2.js56 firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));
930 message+=' ('+(_exception.name&&(_exception.name+', ')||'')+getFileName(_exception.fileName)+', '+_exception.lineNumber+')';
1125 var uri = getFileName(collection[i].href);
1589 fileName = getFileName(item.src||item.baseURI||"..");
1725 getFileName:function(_path){
2579 src = getFileName(script.src);
H A Dfirebug-lite-1.4.js1022 this.getFileName=function(url){var split=this.splitURLBase(url); function
4320 if(elt instanceof HTMLImageElement){value=getFileName(elt.src)
4321 }else{if(elt instanceof HTMLAnchorElement){value=getFileName(elt.href)
4323 }else{if(elt instanceof HTMLFormElement){value=getFileName(elt.action)
4324 }else{if(elt instanceof HTMLScriptElement){value=getFileName(elt.src)
4381 this.Document=domplate(Firebug.Rep,{tag:OBJECTLINK("Document ",SPAN({"class":"objectPropValue"},"$object|getLocation")),getLocation:function(doc){return doc.location?getFileName(doc.location.href):""
4390 this.StyleSheet=domplate(Firebug.Rep,{tag:OBJECTLINK("StyleSheet ",SPAN({"class":"objectPropValue"},"$object|getLocation")),getLocation:function(styleSheet){return getFileName(styleSheet.href)
4401 this.Window=domplate(Firebug.Rep,{tag:OBJECTLINK("Window ",SPAN({"class":"objectPropValue"},"$object|getLocation")),getLocation:function(win){try{return(win&&win.location&&!win.closed)?getFileName(win.location.href):""
4422 }try{var fileName=getFileName(sourceLink.href);
4452 },getSourceLinkTitle:function(frame){var fileName=cropString(getFileName(fram
7771 var getFileName=function getFileName(path){if(!path){return"" global() function
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Loader/
H A DFilesystemLoader.php102 $fileName = $this->getFileName($name);
118 protected function getFileName($name) function in Handlebars\\Loader\\FilesystemLoader
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

123