Home
last modified time | relevance | path

Searched refs:format (Results 726 – 750 of 1384) sorted by relevance

1...<<21222324252627282930>>...56

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSqlNamespace.asciidoc45 $params['format'] = (string) a short version of the Accept header, e.g. json, yaml
/plugin/displayfile/
H A Dsyntax.php66 function render($format, Doku_Renderer $renderer, $data) argument
68 if ($format == 'xhtml')
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php352 $busyTime[0]->format('Ymd\\THis\\Z') . '/' . $busyTime[1]->format('Ymd\\THis\\Z')
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php352 $busyTime[0]->format('Ymd\\THis\\Z') . '/' . $busyTime[1]->format('Ymd\\THis\\Z')
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php352 $busyTime[0]->format('Ymd\\THis\\Z') . '/' . $busyTime[1]->format('Ymd\\THis\\Z')
/plugin/navi/
H A Dsyntax.php58 public function render($format, Doku_Renderer $R, $data) argument
64 if ($format == 'metadata') {
/plugin/combo/ComboStrap/
H A DPipelineUtility.php153 case "format":
154 $message = self::format($commandArgs, $message);
272 static function format(array $commandArgs, $value): string function in ComboStrap\\PipelineUtility
281 throw new ExceptionBadSyntax("The format method allows for now only date. The value ($value) is not a date.", PipelineTag::CANONICAL);
/plugin/achart/
H A DREADME.md124 …the chart. The attributes are separated by spaces, each specified in the format of `name=value`. V…
128 | `width` | Width of the chart, specified in CSS format, e.g. 50% or 320px. |
129 | `height` | Height of the chart, in the same format as `width`. |
/plugin/odt/helper/
H A Dconfig.php694 * @param string $format Conversion format (e.g. 'pdf')
696 public function setConvertTo($format) { argument
697 $this->convert_to = $format;
/plugin/combo/syntax/
H A Diterator.php327 * @param string $format
335 function render($format, Doku_Renderer $renderer, $data): bool argument
337 if ($format === "xhtml") {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php49 protected function setPageFormat($format, $orientation)
53 $this->_setPageSize([$format['width'], $format['height']], $orientation);
46 setPageFormat($format, $orientation) global() argument
/plugin/openlayersmap/syntax/
H A Dolmap.php360 // http://maps.google.com/maps/api/staticmap?center=51.565690,5.456756&zoom=16&size=600x400&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/marker.png|label:1|51.565690,5.456756&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/marker-blue.png|51.566197,5.458966|label:2&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/parking.png|51.567177,5.457909|label:3&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/parking.png|51.566283,5.457330|label:4&markers=icon:http://wild-water.nl/dokuwiki/lib/plugins/openlayersmap/icons/parking.png|51.565630,5.457695|label:5&sensor=false&format=png&maptype=roadmap
380 $imgUrl .= "&format=png&maptype=" . $maptype;
684 * Convert decimal degrees to degrees, minutes, seconds format
737 public function render($format, Doku_Renderer $renderer, $data): bool
746 if ($format === 'xhtml') {
775 . p_render($format, p_get_instructions($staticImgUrl), $info) . '</div>';
810 } elseif ($format === 'metadata') {
760 render($format, Doku_Renderer $renderer, $data) global() argument
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1format("embedded-opentype"),url("../fonts/materialdesignicons-webfont.woff2?v=4.1.95") format("wof…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.MaxImgLength.txt
/plugin/webcomponent/_test/data/pages/
H A Dsearch.txt5 …search form]] in a [[https://getbootstrap.com/docs/4.0/components/navbar/#forms|Bootstrap format]].
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNode.php90 return $v->format(\DateTime::ISO8601);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DPsrLogMessageProcessor.php67 … $replacements[$placeholder] = $val->format($this->dateFormat ?: static::SIMPLE_DATE);
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js644 format: this.SERIALIZE_RULE,
845 var match = children[i].id.match(options.format);
876 format: sortableOptions.format
904 return item.id.match(options.format) ? item.id.match(options.format)[1] : '';
914 if (n.id.match(options.format))
915 nodeMap[n.id.match(options.format)[1]] = [n, n.parentNode];
/plugin/diagramsnet/lib/js/
H A Dexport.js102 if (mxIsElectron && data.format == 'xml')
443 if (data.format == 'pdf')
472 if (bg == null && data.format != 'gif' && data.format != 'png')
521 …if (data.print || (data.format == 'pdf' && xmlDoc.documentElement.getAttribute('page') == '1' && d…
787 …if (data.format != 'pdf' && mxClient.IS_SVG && xmlDoc.documentElement.getAttribute('shadow') == '1…
/plugin/blogtng/helper/
H A Dentry.php522 * @param string $format
524 public function tpl_created($format='') { argument
526 print dformat($this->entry['created'],$format);
532 * @param string $format
534 public function tpl_lastmodified($format='') { argument
536 print dformat($this->entry['lastmod'], $format);
/plugin/codebutton2/
H A Dadmin.php60 …ptln('<div>Add your code buttons in CODE block of your edit toolbar the following format:<br><pre …
/plugin/shy/
H A Dsyntax.php154 * @param $aFormat String The output format to generate.
/plugin/googleads/
H A DCHANGELOG.md4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php753 $timestamp = $date->format("Y-m-d\TH:i:s\Z");
1048 * @param string|null $format SP Format
1056 public static function generateNameId($value, $spnq, $format = null, $cert = null, $nq = null) argument
1068 if (isset($format)) {
1069 $nameId->setAttribute('Format', $format);
/plugin/ipban/ip-lib/
H A DREADME.md12 …anges, in CIDR formats (like `::1/128` or `127.0.0.1/32`) and in pattern format (like `::*:*` or `…
58 To parse an address in any format (IPv4 or IPv6):
100 To parse a range in any format:
234 This library supports IPv4/IPv6 ranges in pattern format (eg. `192.168.*.*`) and in CIDR/subnet for…

1...<<21222324252627282930>>...56