Home
last modified time | relevance | path

Searched refs:toString (Results 76 – 100 of 737) sorted by last modified time

12345678910>>...30

/plugin/combo/ComboStrap/
H A DImageLink.php92 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
105 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
124 $linkTagAttributes->addOutputAttributeValue("href", $url->toString());
H A DStringUtility.php60 public static function toString($value) function in ComboStrap\\StringUtility
H A DEvent.php204 "timestamp" => Iso8601Date::createFromNow()->toString()
H A DFetcherMarkup.php647 if (in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
730 return parent::__toString() . " ({$this->getSourceName()}, {$this->getMime()->toString()})";
946 if (!in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
H A DHttpResponse.php135 Http::setMime($this->mime->toString());
H A DIFetcherLocalImage.php33 if ($mime->toString() === Mime::SVG) {
H A DSnippet.php789 $dataToSerialize[self::JSON_URL_PROPERTY] = $this->remoteUrl->toString();
1016 ->addOutputAttributeValue("src", $fetchUrl->toString())
1057 ->addOutputAttributeValue("href", $fetchUrl->toString())
H A DTagAttributes.php959 * and the {@link StringUtility::toString()} will transform it as `\\n`
963 $stringValue = StringUtility::toString($value);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php889 $s[] = $dfa->toString($this->getVocabulary());
912 echo \sprintf("Decision %d:\n%s", $dfa->decision, $dfa->toString($this->getVocabulary()));
H A DRuleContext.php221 return $this->toString();
227 public function toString(?array $ruleNames = null, ?RuleContext $stop = null) : string function in Antlr\\Antlr4\\Runtime\\RuleContext
/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])
49 parentElement.environment.addStyle({"display":"block"});}}},highlight:function(_value,_inObject,_inArray,_link){with(firebug){var isArray=false,isHash,isElement=false,vtype=typeof _value,result=[];if(vtype=="object"){if(Object.prototype.toString.call(_value)==="[object Date]"){vtype="date";}else if(Object.prototype.toString.call(_value)==="[object String]"){vtype="string";}else if(Object.prototype.toString.call(_value)==="[object Boolean]"){vtype="boolean";}else if(Object.prototype.toString.call(_value)==="[object RegExp]"){vtype="regexp";}}
H A Dfirebug-lite-1.2.js1026 var func = f.toString(), args = f.arguments;
1192 if(Object.prototype.toString.call(_value) === "[object Date]"){
1194 } else if(Object.prototype.toString.call(_value) === "[object String]"){
1196 } else if(Object.prototype.toString.call(_value) === "[object Boolean]"){
1198 } else if(Object.prototype.toString.call(_value) === "[object RegExp]"){
/plugin/combo/action/
H A Dbacklinkmenuitem.php77 $JSINFO[self::WHREF] = FetcherPage::createPageFetcherFromPath($requestedContextPage)->getFetchUrl()->toString();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php157 public function toString(bool $showAlt) : string function in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php158 return $this->toString(VocabularyImpl::emptyVocabulary());
161 public function toString(Vocabulary $vocabulary) : string function in Antlr\\Antlr4\\Runtime\\Dfa\\DFA
178 return (new LexerDFASerializer($this))->toString();
/plugin/codify/
H A Dcodify.js1 …n(n,r){if(n){if("string"==typeof n)return t(n,r);var e=Object.prototype.toString.call(n).slice(8,-…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2toString(n)+a}if(o){var s=Math.pow(n,o);a=Math.floor(Math.random()*s).toString(n)+a}var c=parseInt…
7toString=Wt,t}function qt(e,t,n,i,r,o,a,s,c){var p=1-c,l=Ot(p,3),u=Ot(p,2),h=c*c*c,d=l*t+3*u*c*i+3…
H A Dbpmn-navigated-viewer.production.min.js2toString,n=Object.prototype.hasOwnProperty;function i(e){return void 0!==e}function r(e){return"[o…
H A Dbpmn-viewer.production.min.js2toString,n=Object.prototype.hasOwnProperty;function i(e){return void 0!==e}function r(e){return"[o…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||…
7toString=xr,t}function Cr(e,t,n,i,r,o,a,s,u){var c=1-u,l=dr(c,3),d=dr(c,2),p=u*u*u,h=l*t+3*d*u*i+3…
21toString()+",...":e.toString())+")";else if(Dv(e))t="Text("+e+")";else if(Tv(e))t="InvalidVNode("+…
23 …=1&&t<=31||127==t||0==r&&t>=48&&t<=57||1==r&&t>=48&&t<=57&&45==a?"\\"+t.toString(16)+" ":0==r&&1==…
H A Ddmn-navigated-viewer.production.min.js2toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Se…
16toString()+",...":e.toString())+")";else if(Ho(e))t="Text("+e+")";else if(Yo(e))t="InvalidVNode("+…
H A Ddmn-viewer.production.min.js2toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Se…
16toString()+",...":e.toString())+")";else if(Eo(e))t="Text("+e+")";else if(Oo(e))t="InvalidVNode("+…
/plugin/katex/_assets/
H A Dkatex.min.js1toString();ie(oe,le,de,Oe,qe=String.fromCharCode(55349,57294+He)),ie(se,le,xe,Oe,qe),ie(oe,le,de,O…
/plugin/smtp/_test/
H A Dmessage.test.php52 $this->assertEquals($expect, $message->toString());
/plugin/smtp/classes/
H A DMessage.php74 public function toString() { function in splitbrain\\dokuwiki\\plugin\\smtp\\Message

12345678910>>...30