Home
last modified time | relevance | path

Searched refs:format (Results 501 – 525 of 1384) sorted by relevance

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

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dru.js1format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("…
/plugin/combo/syntax/
H A Dbrand.php225 * @param string $format
233 function render($format, Doku_Renderer $renderer, $data): bool argument
236 if ($format === "xhtml") {
/plugin/pagequery/
H A Dsyntax.php63 $opt['dformat'] = "%d %b %Y"; // general display date format
235 public function render($format, Doku_Renderer $renderer, $data): bool argument
250 if ($format === 'xhtml') {
313 } elseif ($format === 'metadata') {
/plugin/tagfilter/syntax/
H A Dfilter.php148 * @param string $format output format being rendered
153 public function render($format, Doku_Renderer $renderer, $opt) argument
161 if ($format === 'metadata') return false;
162 if ($format === 'xhtml') {
/plugin/zip/pear/
H A DPEAR.php878 $format = "%s";
880 $format = $options;
882 printf($format, $this->getMessage());
890 $format = "%s";
895 $format = $options;
897 die(sprintf($format, $msg));
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js352 isVisible: function(state, format)
422 }, isVisible: function(state, format)
436 }, isVisible: function(state, format)
3101 var format = null;
3126 … else if (format == 'otf' || format == 'embedded-opentype' || /(\.otf)($|\?)/i.test(url))
5248 if (this.format.currentScheme != null && dots[this.format.currentScheme] != null)
5253 this.format.currentScheme = index;
5429 if (this.format.currentScheme == null)
5435 setScheme(this.format.currentScheme);
8553 if (this.format != null)
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js1796 else if (f.format != null)
1826 if (pageFormat.width == f.format.width && pageFormat.height == f.format.height)
1837 else if (pageFormat.width == f.format.height && pageFormat.height == f.format.width)
1883 if (f.format != null)
1885 widthInput.value = f.format.width / 100;
1886 heightInput.value = f.format.height / 100;
1987 {key: 'a5', title: 'A5 (148 mm x 210 mm)', format: new mxRectangle(0, 0, 583, 827)},
1988 {key: 'a6', title: 'A6 (105 mm x 148 mm)', format: new mxRectangle(0, 0, 413, 583)},
1989 {key: 'a7', title: 'A7 (74 mm x 105 mm)', format: new mxRectangle(0, 0, 291, 413)},
1991 {key: 'b5', title: 'B5 (176 mm x 250 mm)', format: new mxRectangle(0, 0, 690, 980)},
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js28format = { // Duplicate of jPlayer 2.5.0 object, to avoid always requiring jQuery and jPlayer to b… class
216 if(format[mediaType]) { // Check format is valid.
220 mediaElem = document.createElement(format[mediaType].media);
225 …var htmlCanPlay = !!(mediaElem && mediaElem.canPlayType && mediaElem.canPlayType(format[mediaType]…
227 flashWillPlay = format[mediaType].flashCanPlay && checkingFlash;
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js28format = { // Duplicate of jPlayer 2.5.0 object, to avoid always requiring jQuery and jPlayer to b… class
216 if(format[mediaType]) { // Check format is valid.
220 mediaElem = document.createElement(format[mediaType].media);
225 …var htmlCanPlay = !!(mediaElem && mediaElem.canPlayType && mediaElem.canPlayType(format[mediaType]…
227 flashWillPlay = format[mediaType].flashCanPlay && checkingFlash;
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist6 ; The format of these entries follows this format:
/plugin/calendoku/
H A Daction.php77 $newtext .= $match[1].$now->format('Ymd').'T'.$now->format('His')."\n";
/plugin/fckg/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
22 The definition file has the following format:
/plugin/xkcd/
H A DREADME.md42 * xkcd changed xml format, adapted for new format
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriber.php78 …roxy(PreSerializeEvent $event, string $eventName, string $class, string $format, EventDispatcherIn… argument
94 $dispatcher->dispatch($eventName, $parentClassName, $format, $newEvent);
/plugin/pagenav/
H A Dsyntax.php49 public function render($format, Doku_Renderer $renderer, $data) argument
53 if ($format != 'xhtml') return false;
/plugin/ckgdoku/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
22 The definition file has the following format:
/plugin/pdftools/
H A Dsyntax.php83 function render($format, Doku_Renderer $renderer, $data) { argument
85 if($format != 'xhtml') return false;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php68 protected function encodeTime(AbstractTimeType $type, string $format)
72 return parent::encodeTime($type, $format);
61 encodeTime(AbstractTimeType $type, string $format) global() argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php124 $date = $dateNew->format($this->dateFormats[$this->rfc]);
132 $date = $datetime->format($this->dateFormats[$this->rfc]);
/plugin/stlviewer/
H A Dsyntax.php112 public function render($format, Doku_Renderer $renderer, $data) { argument
114 if ($format != 'xhtml') {
/plugin/ckgedit/action/entities/
H A DENTITIES.HOWTO3 You create an Entity definition file with the format illustrated below, and then run the php
22 The definition file has the following format:
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DDayOfWeekFieldTest.php44 $this->assertEquals('2011-03-16 00:00:00', $d->format('Y-m-d H:i:s'));
48 $this->assertEquals('2011-03-14 23:59:00', $d->format('Y-m-d H:i:s'));
/plugin/combo/ComboStrap/
H A DCacheLog.php82 public static function logCacheEvent(string $event, string $path, string $format, string $operation, string $message) argument
90 self::EXTENSION_ATT => $format,
/plugin/datatemplate/syntax/
H A Dlist.php110 function render($format, Doku_Renderer $R, $data) { argument
116 if($format == 'metadata') {
121 if($format == 'xhtml') {
129 return parent::render($format, $R, $data);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php408 $text .= $tf->format(
436 $text .= $tf->format(
455 $text .= $tf->format(
468 $text .= $tf->format(

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