Home
last modified time | relevance | path

Searched refs:format (Results 176 – 200 of 1384) sorted by last modified time

12345678910>>...56

/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){}
120 value=_hash[key];_hash[key]=value;};return _hash;}},String:{format:function(_str){var values=Array.prototype.slice.call(arguments,1);return _str.replace(/\{(\d)\}/g,function(){return values[arguments[1]];})}},GetViewport:function(){return{height:document.documentElement.clientHeight||document.body.clientHeight,width:document.documentElement.clientWidth||document.body.clientWidth}}};pi.base=function(){this.body={};this.init=null;this.build=function(_skipClonning){var base=this,skipClonning=_skipClonning||false,_private={},fn=function(){var _p=pi.util.Hash.clone(_private);if(!skipClonning){for(var key in this){if(pi.util.IsArray(this[key])){this[key]=pi.util.Array.clone(this[key]);}else method in pi.util.String
132 dataUrl+=pi.util.String.format("{0}={1}&",key,data[key]);if(this.environment.getType()=="GET")
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));
2196 format:function(_str){ method in pi.util.String
2504 dataUrl += pi.util.String.format("{0}={1}&",key, data[key]);
2507 url += (url.search("\\?")==-1?"?":"&")+pi.util.String.format("{0}",dataUrl);
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php76 public static function format($text) function in ComboStrap\\Xml\\XmlSystems
/plugin/combo/ComboStrap/
H A DXmlTagProcessing.php488 public static function renderStatic(string $format, Doku_Renderer $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool argument
496 switch ($format) {
799 public static function renderStaticEmptyTag(string $format, Doku_Renderer $renderer, array $data, DokuWiki_Syntax_Plugin $plugin): bool argument
806 switch ($format) {
H A DEditButton.php72 * @var string $format - to conform or not to dokuwiki format
74 private string $format = self::COMBO_FORMAT; variable in ComboStrap\\EditButton
121 $format = $attributes[\syntax_plugin_combo_edit::FORMAT];
122 if ($format !== null) {
123 $editButton->setFormat($format);
165 if ($this->format === self::COMBO_FORMAT) {
167 * In the combo edit format, we had the dokuwiki id
173 if ($this->format === self::COMBO_FORMAT) {
175 * In the combo edit format, w
389 toComboCall($format) global() argument
430 setFormat($format) global() argument
[all...]
H A DSnippet.php41 * The head in css format
94 * With a raw format, we do nothing
111 const JSON_FORMAT_PROPERTY = "format";
163 private string $format = self::DEFAULT_FORMAT; variable in ComboStrap\\Snippet
166 * @param Path $path - path mandatory because it's the path of fetch and it's the storage format
605 $format = $array[self::JSON_FORMAT_PROPERTY] ?? null;
606 if ($format !== null) {
607 $snippet->setFormat($format);
803 if ($this->format !== self::DEFAULT_FORMAT) {
804 $dataToSerialize[self::JSON_FORMAT_PROPERTY] = $this->format;
1170 setFormat(string $format) global() argument
[all...]
/plugin/combo/syntax/
H A Dbackgrounds.php130 * @param string $format
138 function render($format, Doku_Renderer $renderer, $data) argument
140 if ($format == 'xhtml') {
H A Dbadge.php228 * @param string $format
236 function render($format, Doku_Renderer $renderer, $data) argument
238 if ($format == 'xhtml') {
H A Dbrand.php225 * @param string $format
233 function render($format, Doku_Renderer $renderer, $data): bool argument
236 if ($format === "xhtml") {
H A Daccordion.php186 * @param string $format
194 function render($format, Doku_Renderer $renderer, $data): bool argument
197 if ($format == 'xhtml') {
H A Danalytics.php97 * @param string $format
105 function render($format, Doku_Renderer $renderer, $data) argument
108 if ($format == renderer_plugin_combo_analytics::RENDERER_FORMAT) {
H A Dcell.php230 * @param string $format
238 function render($format, Doku_Renderer $renderer, $data): bool argument
241 if ($format == 'xhtml') {
H A Dcite.php119 * @param string $format
127 function render($format, Doku_Renderer $renderer, $data) argument
130 if ($format == 'xhtml') {
H A Dcontentlistitem.php156 * @param string $format
164 function render($format, Doku_Renderer $renderer, $data) argument
173 if ($format == 'xhtml') {
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md501 To format string to uppercase
508 To format string to lowercase
537 To format date: `{{#format_date date '$format'}}`
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md35 echo $cron->getNextRunDate()->format('Y-m-d H:i:s');
36 echo $cron->getPreviousRunDate()->format('Y-m-d H:i:s');
40 echo $cron->getNextRunDate()->format('Y-m-d H:i:s');
44 echo $cron->getNextRunDate(null, 2)->format('Y-m-d H:i:s');
48 echo $cron->getNextRunDate('2010-01-12 00:00:00')->format('Y-m-d H:i:s');
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php41 private $format; variable in Symfony\\Component\\Yaml\\Command\\LintCommand
62 ->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format')
80 <info>php %command.full_name% dirname --format=json</info>
96 $this->format = $input->getOption('format');
99 if ('github' === $this->format && !class_exists(GithubActionReporter::class)) {
100 throw new \InvalidArgumentException('The "github" format is only available since "symfony/console" >= 5.3.');
103 if (null === $this->format) {
104 // Autodetect format accordin
[all...]
/plugin/structodt/
H A Daction.php117 // pdf templates are available only in pdf output format
126 throw new \Exception('unknown template file format');
166 msg("Multiple templates are available only for pdf format.", -1);
211 $format = $INPUT->str('format', 'zip');
227 if ($format == 'pdf') {
229 } elseif ($format == 'zip') {
247 $helper->sendFile($tmp_file, $filename, $format);
/plugin/data/syntax/
H A Dcloud.php141 * @param $format
146 public function render($format, Doku_Renderer $renderer, $data)
150 if ($format != 'xhtml') return false;
138 render($format, Doku_Renderer $renderer, $data) global() argument
H A Dentry.php139 * @param $format string output format being rendered
144 public function render($format, Doku_Renderer $renderer, $data)
150 switch ($format) {
125 render($format, Doku_Renderer $renderer, $data) global() argument
H A Drelated.php30 * @param string $format output format being rendered
35 public function render($format, Doku_Renderer $renderer, $data)
37 if ($format != 'xhtml') return false;
29 render($format, Doku_Renderer $renderer, $data) global() argument
H A Dtable.php243 * @param string $format output format being rendered
248 public function render($format, Doku_Renderer $renderer, $data)
250 if ($format != 'xhtml') return false;
237 render($format, Doku_Renderer $R, $data) global() argument
/plugin/adhoctags/images/
H A Dformat-font-size-increase.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-font-size-increase</title><path d="M5.12,14L7.5,7.67L9.87,14M6.5,5L1,19H3.25L4.37,16H10.62L11.75,1 (…)
H A Dformat-quote-open.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-quote-open</title><path d="M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z" style="fi (…)
H A Dformat-size.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-size</title><path d="M2 4V7H7V19H10V7H15V4H2M21 9H12V12H15V19H18V12H21V9Z" style="fill:#37474F" /> (…)

12345678910>>...56