Home
last modified time | relevance | path

Searched refs:format (Results 151 – 175 of 1384) sorted by last modified time

12345678910>>...56

/plugin/combo/syntax/
H A Dstrong.php131 public function render($format, $renderer, $data): bool argument
134 switch ($format) {
H A Dtab.php148 * @param string $format
156 function render($format, Doku_Renderer $renderer, $data) argument
159 if ($format == 'xhtml') {
H A Dtabpanels.php152 * @param string $format
160 function render($format, Doku_Renderer $renderer, $data) argument
163 if ($format == 'xhtml') {
H A Dtext.php149 * @param string $format
157 function render($format, Doku_Renderer $renderer, $data): bool argument
159 if ($format == 'xhtml') {
H A Dtoggle.php134 * @param string $format
142 function render($format, Doku_Renderer $renderer, $data): bool argument
145 if ($format === "xhtml") {
H A Dtogglecollapse.php130 * @param string $format
138 function render($format, Doku_Renderer $renderer, $data): bool argument
141 if ($format === "xhtml") {
H A Dtoggleexpand.php130 * @param string $format
138 function render($format, Doku_Renderer $renderer, $data): bool argument
141 if ($format === "xhtml") {
H A Dtooltip.php207 * @param string $format
215 function render($format, Doku_Renderer $renderer, $data): bool argument
217 if ($format == 'xhtml') {
H A Dunit.php140 * @param string $format
148 function render($format, Doku_Renderer $renderer, $data) argument
154 if ($format == 'xhtml') {
H A Dvariable.php136 public function render($format, $renderer, $data): bool argument
139 switch ($format) {
H A Dxmlblockemptytag.php78 * @param string $format
84 function render($format, Doku_Renderer $renderer, $data): bool argument
87 return XmlTagProcessing::renderStaticEmptyTag($format, $renderer, $data, $this);
H A Dxmlblocktag.php150 * @param string $format
158 function render($format, Doku_Renderer $renderer, $data): bool argument
161 return XmlTagProcessing::renderStatic($format, $renderer, $data, $this);
H A Dxmlinlinetag.php163 * @param string $format
171 function render($format, Doku_Renderer $renderer, $data): bool argument
174 return XmlTagProcessing::renderStatic($format, $renderer, $data, $this);
H A Dxmlprotectedtag.php130 * @param string $format
137 function render($format, Doku_Renderer $renderer, $data): bool argument
139 return XmlTagProcessing::renderStatic($format, $renderer, $data, $this);
/plugin/combo/ComboStrap/
H A DDataType.php214 $millisecs += $dateTime->format("u") / 1000; // Microseconds converted to seconds
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/combo/action/
H A Dsnippets.php170 $format = $event->data[0];
171 if ($format !== "xhtml") {
H A Dstaticresource.php131 //$event->data['file'] = WikiPath::createComboResource("images:error-bad-format.svg")->toLocalPath()->toAbsolutePath()->toQualifiedId();
361 $etagString = FileSystems::getModifiedTime($mediaFile)->format('r');
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md126 Programmers run into parsing problems all the time. Whether it’s a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language—ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features.
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php336 $this->assertEquals($current->format('Y-m-d H:i:00'), $nextPrev->format('Y-m-d H:i:s'));
347 $this->assertEquals('2011-09-27 10:11:00', $cron->getNextRunDate($current)->format('Y-m-d H:i:s'));
356 $this->assertEquals('2011-01-27 00:00:00', $cron->getPreviousRunDate('2011-08-22 00:00:00')->format('Y-m-d H:i:s'));
364 $cron->getPreviousRunDate('2013-03-17 00:00:00')->format('Y-m-d H:i:s')
394 $strNow = $now->format(DateTime::ISO8601);
397 $this->assertEquals($strNow, $now->format(DateTime::ISO8601));
H A DDayOfMonthFieldTest.php43 $this->assertEquals('2011-03-16 00:00:00', $d->format('Y-m-d H:i:s'));
47 $this->assertEquals('2011-03-14 23:59:00', $d->format('Y-m-d H:i:s'));
H A DMinutesFieldTest.php33 $this->assertEquals('2011-03-15 11:16:00', $d->format('Y-m-d H:i:s'));
35 $this->assertEquals('2011-03-15 11:15:00', $d->format('Y-m-d H:i:s'));
/plugin/combo/renderer/
H A Drenderer.php77 public function canRender($format) argument
79 return ($format == 'xhtml');
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md14 * Added `github` format support & autodetection to render errors as annotations
H A DInline.php127 return $value->format('c');
714 return $time->format('U');

12345678910>>...56