Home
last modified time | relevance | path

Searched refs:format (Results 776 – 800 of 1384) sorted by relevance

1...<<31323334353637383940>>...56

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php156 $writer->writeElement($cs . 'dtstamp', $this->dtStamp->format('Ymd\\THis\\Z'));
/plugin/cite/
H A DCHANGELOG.md4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
/plugin/edittable/lib/
H A Dhandsontable.full.js7616 return isFunction(format) ? format(output) : format.replace(/%s/i, output);
7790 formatFunctions[format] = formatFunctions[format] || makeFormatFunction(format);
10916 proto.format = format;
11075 format = format || '';
11104 format = format || '';
11115 format = format || '';
12619 format = format.replace(' %', '');
12621 format = format.replace('%', '');
12744 format = format.slice(end + 1);
12749 if (format.indexOf('}') === format.length - 1 && format.length) {
[all …]
/plugin/clock/
H A Dstyle.css76 /* src: url(path/to/your/copy/of/atomicclockradio.ttf) format('truetype'); */
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1format:{label:"Format",panelTitle:"Paragraph Format",tag_address:"Address",tag_div:"Normal (DIV)",… class in CKEDITOR.lang.en
/plugin/bureaucracy/
H A Dsyntax.php198 * @param string $format output format being rendered
203 public function render($format, Doku_Renderer $R, $data) { argument
204 if($format != 'xhtml') return false;
/plugin/directions/syntax/
H A Dglobaldirections.php196 * @param $aFormat String The output format to generate.
H A Dlocaldirections.php200 * @param $aFormat String The output format to generate.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAmqpHandler.php99 $data = $this->getFormatter()->format($record);
/plugin/diagramsnet/
H A Dscript.js48 …iframe.contentWindow.postMessage(JSON.stringify({action: 'export', format: 'xmlpng', xml: xmlData,…
/plugin/bibtex/
H A Dsyntax.php250 include_once($pathToOsbib.'format/bibtexParse/PARSEENTRIES.php');
251 include_once( $pathToOsbib.'format/BIBFORMAT.php');
/plugin/twcheckliste/
H A Drenderer.php.old23 * the format we produce
46 p_set_metadata($ID,array('format' => array('twcheckliste' => $headers) ));
/plugin/definitionlist/
H A Dsyntax.php133 public function render($format, Doku_Renderer $renderer, $data) { argument
136 switch ($format) {
/plugin/docsearch/lang/fr/
H A Dconfmanager_description.txt11 Le fichier généré doit être au format UTF-8.
/plugin/mdpage/
H A Dsyntax.php87 public function render($format, Doku_Renderer $renderer, $data) { argument
/plugin/logstats/
H A DREADME3 Log wiki access statistics in combined log format
/plugin/relativetimehelper/
H A DREADME3 Pure helper plugin to format timestamps into relative strings
/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css10 /* There is no cursor in CUR format for IE/Edge as that browser
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css10 /* There is no cursor in CUR format for IE/Edge as that browser
/plugin/scrollticker/
H A DREADME3 format unsorted list as scrolling news ticker
/plugin/statdisplay/
H A DREADME3 Analyse access statistics stored in combined log format
/plugin/dataloop/syntax/
H A Droll.php191 function render($format, &$renderer, $data) { argument
194 if($format != 'xhtml') return false;
H A Dtextloop.php209 function render($format, &$renderer, $alldata) { argument
212 if($format != 'xhtml') return false;
/plugin/dokusioc/
H A Daction.php432 foreach ($accepted as $format) {
433 $formatspec = explode(';', $format);
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt141 an array encoding format is compatible with such behaviour.
149 Samples (format: <loader>.<method>):
161 Also note that multipart/form-data format used for FORM loader, because

1...<<31323334353637383940>>...56