Home
last modified time | relevance | path

Searched refs:format (Results 226 – 250 of 1384) sorted by relevance

12345678910>>...56

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php43 foreach ($formats as $format) {
47 'format' => $format,
54 'format' => $format,
H A DConstraintViolationHandler.php26 foreach ($formats as $format) {
30 'format' => $format,
31 'method' => $method . 'To' . $format,
/plugin/formatplus/syntax/
H A Dquoteplus.php70 function render($format, &$renderer, $data) { argument
72 if ($format == 'xhtml'){
89 } elseif ($format == 'metadata') {
H A Dblockquoteplus.php75 function render($format, &$renderer, $data) { argument
77 if (substr($format,0,5) == 'xhtml'){
94 } elseif ($format == 'metadata') {
/plugin/combo/syntax/
H A Drelated.php127 * @param string $format
135 function render($format, Doku_Renderer $renderer, $data): bool argument
139 if ($format == 'xhtml') {
H A Dbackgrounds.php130 * @param string $format
138 function render($format, Doku_Renderer $renderer, $data) argument
140 if ($format == 'xhtml') {
H A Ditext.php117 * @param string $format
125 function render($format, Doku_Renderer $renderer, $data): bool argument
127 if ($format == 'xhtml') {
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 Dunit.php140 * @param string $format
148 function render($format, Doku_Renderer $renderer, $data) argument
154 if ($format == 'xhtml') {
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);
H A Dcite.php119 * @param string $format
127 function render($format, Doku_Renderer $renderer, $data) argument
130 if ($format == 'xhtml') {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php66 $x[$i]['format'] = $this->get_ushort($cmap_offset + $x[$i]['offset'] );
77 $format = $this->read_ushort();
78 if ($format != 0 && $format != 1) // mPDF 5.3.73
79 die("Unknown name table format ".$format);
120 $format = $this->read_ushort();
121 if ($format != 0 && $format != 1) { // mPDF 5.3.73
122 throw new \Mpdf\MpdfException("ERROR - NOT ADDED as Unknown name table format "
[all...]
/plugin/wrap/syntax/
H A Dclosesection.php24 function render($format, Doku_Renderer $renderer, $data) { argument
25 if($format == 'xhtml'){
/plugin/adhoctags/syntax/
H A Dclosesection.php24 function render($format, Doku_Renderer $renderer, $data) { argument
25 if($format == 'xhtml'){
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst68 this property is excluded automatically. The version must be in a format that is
75 excluded automatically. The version must be in a format that is understood by
325 force a certain format to be used for serializing DateTime types and specifying at the same time a …
351 | DateTime | PHP's DateTime object (default format*…
353 | DateTime<'format'> | PHP's DateTime object (custom format/d…
356 | DateTime<'format', 'zone'> | PHP's DateTime object (custom format/t…
358 | DateTime<'format', 'zone', 'deserializeFormat'> | PHP's DateTime object (custom format/t…
366 | DateTimeImmutable<'format'> | PHP's DateTimeImmutable object (custom…
369 | DateTimeImmutable<'format', 'zone'> | PHP's DateTimeImmutable object (custom…
372 | DateTimeImmutable<'format', 'zone', 'deserializeFormat'> | PHP's DateTimeImmutable object (custom…
[all …]
/plugin/swarmwebhook/_test/
H A DIFTTTparseTime.test.php22 $this->assertEquals('2018-05-24', $actualDateTime->format('Y-m-d'));
23 $this->assertEquals('2018-05-24T18:02:00+02:00', $actualDateTime->format(\DateTime::ATOM));
/plugin/refnotes/conf/
H A Dnotes.dat1 a:4:{s:6:":fixme";a:2:{s:4:"text";s:29:"This part has to be reworked.";s:6:"inline";b:0;}s:5:":todo";a:6:{s:4:"text";s:51:"%%[%%//[[:missing_citation|citation needed]]//%%]%%";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:0;s:20:"use-reference-format";b:0;}s:10:":cite:todo";a:6:{s:4:"text";s:37:"[[:missing_citation|citation needed]]";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:1;s:20:"use-reference-format";b:1;}s:9:":ref:todo";a:6:{s:4:"text";s:53:"%%[%%//[[:missing_reference|reference needed]]//%%]%%";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:0;s:24:"use-reference-font-style";b:0;s:20:"use-reference-format";b:0;}
/plugin/formatplus2/syntax/
H A Dblockquoteplus.php75 function render($format, Doku_Renderer $renderer, $data) { argument
77 if (substr($format,0,5) == 'xhtml'){
94 } elseif ($format == 'metadata') {
H A Dquoteplus.php70 function render($format, Doku_Renderer $renderer, $data) { argument
72 if ($format == 'xhtml'){
89 } elseif ($format == 'metadata') {
/plugin/linksenhanced/syntax/
H A Dtable.php108 function render($format, Doku_Renderer $R, $data) { argument
109 if($format == 'metadata')
114 if($format != 'xhtml') return false;
/plugin/zotero/
H A DZoteroEntry.php75 public function getShortInfo($format = "") argument
83 if ($format == "")
89 $title = str_replace(self::AUTHOR_PLACEHOLDER, $this->getAuthor(), $format);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerInterface.php19 …public function serialize($data, string $format, ?SerializationContext $context = null, ?string $t… argument
26 …public function deserialize(string $data, string $type, string $format, ?DeserializationContext $c… argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DCumulativeSum.php22 * Set the format for this aggregation.
26 public function setFormat(?string $format = null): self argument
28 return $this->setParam('format', $format);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst7 for a single type/format combination.
49 'format' => 'json',
55 'format' => 'json',
64 return $date->format($type['params'][0]);

12345678910>>...56