Home
last modified time | relevance | path

Searched refs:timeEnd (Results 1 – 18 of 18) sorted by relevance

/plugin/importfacebookevents/
H A Dsyntax.php296 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
297 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
302 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
305 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak291 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
292 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
297 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
300 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
347 $entry = str_replace('{endtime}', $timeEnd, $entry);
H A Dsyntax.php.2018-03-08_165255.bak298 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
299 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
304 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
307 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
354 $entry = str_replace('{endtime}', $timeEnd, $entry);
H A Dsyntax.php.2018-03-08_163658.bak292 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
293 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
298 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
301 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
348 $entry = str_replace('{endtime}', $timeEnd, $entry);
H A Dsyntax.php.2018-03-08_163718.bak291 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
292 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
297 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
300 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
347 $entry = str_replace('{endtime}', $timeEnd, $entry);
H A Dsyntax.php.2018-03-08_164623.bak291 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
292 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
297 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
300 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
347 $entry = str_replace('{endtime}', $timeEnd, $entry);
H A Dsyntax.php.2018-03-08_164706.bak295 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
296 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
301 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
304 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
351 $entry = str_replace('{endtime}', $timeEnd, $entry);
H A Dsyntax.php.2018-03-08_165027.bak297 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
298 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
303 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
306 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
353 $entry = str_replace('{endtime}', $timeEnd, $entry);
H A Dsyntax.php.2018-03-08_165158.bak296 $timeEnd = date($this->getConf(FB_EVENTS_TIME_FORMAT), strtotime($event['end_time']));
297 $timeStart != $timeEnd ? $time = "{$timeStart} - {$timeEnd}" : $time = "{$timeStart}";
302 $dateTime = $timeStart.', '.$dateStart.' - '.$timeEnd.', '.$dateEnd;
305 $dateTime = $timeStart.' - '.$timeEnd.', '.$dateEnd;
352 $entry = str_replace('{endtime}', $timeEnd, $entry);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1038 timeEnd: function(_name){
H A Dfirebug-lite-1.2-compressed.js31 …on(_name){with(firebug){d.console.timeMap[_name]=new Date().getTime();}},timeEnd:function(_name){w…
H A Dfirebug-lite-1.4.js6144 this.timeEnd=function(name){var time=new Date().getTime(); method in AnonymousFunctionf1d9e84c22d00.FirebugConsoleHandler
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js42 d.console.scroll();}},scroll:function(){with(firebug){el.left.console.monitor.environment.getElement().parentNode.scrollTop=Math.abs(el.left.console.monitor.environment.getSize().offsetHeight-(el.left.console.monitor.element.parentNode.offsetHeight-11));}},run:function(_command){with(firebug){if(!internal.init){d.console.cache.push({"command":_command,"arg":Array.prototype.slice.call(arguments,1)});}else{d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));}}},toggleML:function(){with(firebug){var open=!env.ml;env.ml=!env.ml;d.navigateRightColumn("console",open);el[open?"left":"right"].console.mlButton.environment.addStyle({display:"none"});el[!open?"left":"right"].console.mlButton.environment.addStyle({display:"block"});el.left.console.mlButton.attribute[(open?"add":"remove")+"Class"]("CloseML");}},countMap:{},timeMap:{},cmd:{log:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Log").update(args);d.console.scroll();}},warn:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Warn").update(args);d.console.scroll();}},info:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Info").update(args);d.console.scroll();}},debug:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Debug").update(args);d.console.scroll();}},error:function(_value){with(firebug){var args=d.console.formatArgs.apply(window,arguments);d.console.addLine().attribute.addClass("Error").update(args);d.console.scroll();}},trace:function(_value){with(firebug){var stackAmt=3,f=arguments.caller,isArray=lib.util.IsArray(f);if((!isArray&&f)||(isArray&&f.length>0)){d.console.addLine().attribute.addClass("Arrow").update(">>> console.trace(stack)");for(var i=0;i<stackAmt;i++){var func=f.toString(),args=f.arguments;d.dom.open({"function":func,"arguments":args},d.console.addLine());f=f.caller;}}}},dir:function(_value){with(firebug){d.console.addLine().attribute.addClass("Arrow").update(">>> console.dir("+_value+")");d.dom.open(_value,d.console.addLine());}},dirxml:function(){with(firebug){d.console.cmd.log.apply(this,arguments);}},time:function(_name){with(firebug){d.console.timeMap[_name]=new Date().getTime();}},timeEnd:function(_name){with(firebug){if(_name in d.console.timeMap){var delta=new Date().getTime()-d.console.timeMap[_name],args=d.console.formatArgs.apply(window,[_name+":",delta+"ms"]);d.console.addLine().attribute.addClass("log").update(args);delete d.console.timeMap[_name];}}},count:function(_name){with(firebug){if(!d.console.countMap[_name])
H A Dfirebug-lite-1.2.js1049 timeEnd: function(_name){
H A Dfirebug-lite-1.4.js5929 var properties=["log","debug","info","warn","error","assert","dir","dirxml","group","groupCollapsed","groupEnd","time","timeEnd","count","trace","profile","profileEnd","clear","open","close"];
6155 this.timeEnd=function(name){var time=new Date().getTime(); method in AnonymousFunction4beb612323200.FirebugConsoleHandler
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js10583 stats.timeEnd('Rendering');
10584 stats.timeEnd('Overall');
11489 page._stats.timeEnd('Page Request');
13365 value: function timeEnd(name) {
13462 value: function timeEnd(name) {}
H A Dpdf.js.map1timeEnd","longest","duration","Response","protocol","script","isString","pdfDateStringRegex","matc…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js23494 this.timeEnd = function(name) method in AnonymousFunction7f0ac55722f00.FirebugConsoleHandler