/plugin/monthcal/ |
H A D | syntax.php | 218 $date_from_on_weekday = $date_from->format('N'); 279 …wikilink($data['namespace'] . ':' . $date_prev_month->format('Y') . ':' . $date_prev_month->format… 280 …wikilink($data['namespace'] . ':' . $date_next_month->format('Y') . ':' . $date_next_month->format… 325 if ($date->format('Ymd') == $date_today->format('Ymd') and $data['mark_today'] == 1) 331 …$id = $data['namespace'] . ':' . $date->format('Y') . ':' . $date->format('m') . ':' . $date->form… 332 …if (($data['do_not_create_past_links'] == '1') and ($date->format('Ymd') < $date_today->format('Y… 334 …resolve_pageid($data['namespace'] . ':' . $date->format('Y') . ':' . $date->format('m'), $date->fo… 338 $html_day = $date->format('d'); 341 $html_day = html_wikilink($id, $date->format('d')); 344 $html_day = '<a href="#section' . $date->format('d') . '">' . $date->format('d') . '</a>'; [all …]
|
/plugin/odt/ |
H A D | syntax.php | 112 if($format == 'odt') { 127 if($format == 'odt') { 138 if($format == 'odt') { 146 if($format == 'odt') { 151 if($format == 'odt') { 156 if($format == 'odt') { 170 if($format == 'odt') { 177 if($format == 'odt') { 212 if($format == 'odt' || $format == 'xhtml' ) { 273 if ($format == 'xhtml') { [all …]
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | slf4j-api-1.7.25.jar | ... .String, java.lang.Object)
String format
Object arg
public void trace (java.lang. ... |
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
H A D | DateHandler.php | 46 'format' => $format, 53 'format' => $format, 83 $format = $this->getFormat($type); 84 if ('U' === $format) { 85 return $visitor->visitInteger((int) $date->format($format), $type); 237 if ('U' === $format) { 280 $format = 'P'; 295 $format .= 'T'; 310 if ('P' === $format) { 311 $format = 'P0DT0S'; [all …]
|
H A D | LazyHandlerRegistry.php | 40 … public function registerHandler(int $direction, string $typeName, string $format, $handler): void argument 42 parent::registerHandler($direction, $typeName, $format, $handler); 43 unset($this->initializedHandlers[$direction][$typeName][$format]); 49 public function getHandler(int $direction, string $typeName, string $format) argument 51 if (isset($this->initializedHandlers[$direction][$typeName][$format])) { 52 return $this->initializedHandlers[$direction][$typeName][$format]; 55 if (!isset($this->handlers[$direction][$typeName][$format])) { 59 $handler = $this->handlers[$direction][$typeName][$format]; 64 return $this->initializedHandlers[$direction][$typeName][$format] = $handler;
|
/plugin/eventum/ |
H A D | syntax.php | 190 if ($format == 'xhtml') { 206 if ($format == 'xhtml' || $format == 'odt') { 223 } elseif ($format == 'odt') { 236 function strike($format, $text) { argument 238 if ($format == 'xhtml') { 242 } elseif ($format == 'odt') { 251 if ($format == 'xhtml') { 255 } elseif ($format == 'odt') { 263 function html($format, $text) { argument 265 if ($format == 'xhtml') { [all …]
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/ |
H A D | EventDispatcher.php | 52 $this->listeners[$eventName][] = [$callable, $class, $format, $interface]; 65 $format = $eventData['format'] ?? null; 72 public function hasListeners(string $eventName, string $class, string $format): bool argument 78 if (!isset($this->classListeners[$eventName][$class][$format])) { 79 …$this->classListeners[$eventName][$class][$format] = $this->initializeListeners($eventName, $class… 82 return !!$this->classListeners[$eventName][$class][$format]; 95 if (!isset($this->classListeners[$eventName][$objectClass][$format])) { 96 …->classListeners[$eventName][$objectClass][$format] = $this->initializeListeners($eventName, $clas… 99 foreach ($this->classListeners[$eventName][$objectClass][$format] as $listener) { 104 \call_user_func($listener[0], $event, $eventName, $class, $format, $this); [all …]
|
/plugin/sequencediagram/bower_components/snap.svg/doc/fonts/ |
H A D | stylesheet.css | 5 src: url('sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), 6 url('sourcesanspro-light-webfont.woff') format('woff'), 7 url('sourcesanspro-light-webfont.ttf') format('truetype'), 8 url('sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg'); 20 src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), 21 url('sourcesanspro-regular-webfont.woff') format('woff'), 22 url('sourcesanspro-regular-webfont.ttf') format('truetype'), 36 url('sourcesanspro-semibold-webfont.woff') format('woff'), 37 url('sourcesanspro-semibold-webfont.ttf') format('truetype'), 51 url('sourcecodepro-regular-webfont.woff') format('woff'), [all …]
|
/plugin/judge/helper/ |
H A D | jdatetime.class.php | 102 return $obj->format($format); 115 $intactValues[$k] = $obj->format($v); 121 … list($year, $month, $day) = array($obj->format('Y'), $obj->format('n'), $obj->format('j')); 143 $v = self::getDayNames($obj->format('l')); 189 $v = $tmpObj->format('L'); 208 … $v .= $obj->format('H').':'.$obj->format('i').':'.$obj->format('s').$obj->format('P'); 212 …$v .= ' '.$jyear.' '.$obj->format('H').':'.$obj->format('i').':'.$obj->format('s').' '.$obj->forma… 216 $v = $obj->format('e'); 219 $v = $obj->format('T'); 307 $format = str_replace($str_format_code, $date_format_code, $format); [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
H A D | AsymmetricKey.php | 55 protected $format; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey 188 $components['format'] = $format; 191 $new->format = $format; 260 $format = strtolower($type); 262 $format = self::$plugins[static::ALGORITHM]['Keys'][$format]; 270 $components['format'] = $format; 273 $new->format = $format; 335 * @param string $format 358 * @param string $format 360 private static function loadPlugins($format) argument [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
H A D | Strings.php | 80 * @param string $format 86 $format = self::formatPack($format); 89 switch ($format[$i]) { 113 switch ($format[$i]) { 143 switch ($format[$i]) { 161 * @param string $format 168 $format = self::formatPack($format); 175 switch ($format[$i]) { 237 * @param string $format 243 $format = ''; [all …]
|
/plugin/sincetil/ |
H A D | syntax.php | 56 $format = "%y years"; 58 $format = "%m months"; 60 $format = "%d days"; 62 $format = "%h hours"; 64 $format = "%i minutes"; 66 $format = "%s seconds"; 68 $format = "now"; 71 $renderer->doc .= $diff -> format($format);
|
/plugin/odt/ODT/ |
H A D | page.php | 16 var $format = 'A4'; variable in pageFormat 31 * @param string $format 43 return $format.'-'.$orientation.'-'.$margins; 55 return $this->format.'-'.$this->orientation.'-'.$margins; 64 * @param string $format 68 switch ($format) { 211 $format = 'A4'; 225 $dest ['format'] = $format; 241 * @param string $format 251 $this->format = $data ['format']; [all …]
|
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
H A D | DayOfMonthField.php | 40 $currentWeekday = (int) $target->format('N'); 46 $lastDayOfMonth = $target->format('t'); 52 if ($target->format('N') < 6 && $target->format('m') == $currentMonth) { 66 $fieldValue = $date->format('d'); 70 return $fieldValue == $date->format('t'); 78 return $date->format('j') == self::getNearestWeekday( 79 $date->format('Y'), 80 $date->format('m'), 82 )->format(' [all...] |
H A D | DayOfWeekField.php | 33 $currentYear = $date->format('Y'); 34 $currentMonth = $date->format('m'); 35 $lastDayOfMonth = $date->format('t'); 42 while ($tdate->format('w') != $weekday) { 49 return $date->format('j') == $lastDayOfMonth; 56 // 0 and 7 are both Sunday, however 7 matches date('N') format ISO-8601 69 if ($date->format('N') != $weekday) { 78 if ($tdate->format('N') == $weekday) { 86 return $date->format('j') == $currentDay; 101 $format [all...] |
/plugin/combo/ComboStrap/ |
H A D | MarkupDynamicRender.php | 27 * @var string the format (xhtml, ...) 29 private string $format; variable in ComboStrap\\MarkupDynamicRender 40 public function __construct($format) argument 42 $this->format = $format; 43 $renderer = p_get_renderer($format); 45 throw new ExceptionNotFound("No renderer was found for the format $format"); 59 public static function create($format): MarkupDynamicRender argument 69 return new MarkupDynamicRender($format); [all...] |
/plugin/revealjs/lib/font/source-sans-pro/ |
H A D | source-sans-pro.css | 4 src: url('source-sans-pro-regular.eot?#iefix') format('embedded-opentype'), 5 url('source-sans-pro-regular.woff') format('woff'), 6 url('source-sans-pro-regular.ttf') format('truetype'); 14 src: url('source-sans-pro-italic.eot?#iefix') format('embedded-opentype'), 15 url('source-sans-pro-italic.woff') format('woff'), 16 url('source-sans-pro-italic.ttf') format('truetype'); 24 src: url('source-sans-pro-semibold.eot?#iefix') format('embedded-opentype'), 25 url('source-sans-pro-semibold.woff') format('woff'), 26 url('source-sans-pro-semibold.ttf') format('truetype'); 35 url('source-sans-pro-semibolditalic.woff') format('woff'), [all …]
|
/plugin/davcard/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ… 506 $currentMonth = $this->currentDate->format('n'); 507 $currentYear = $this->currentDate->format('Y'); 529 } while ($nextDate->format('n')!=2); 542 $currentMonth = $this->currentDate->format('n'); 543 $currentYear = $this->currentDate->format('Y'); 766 if ($checkDate->format('l') !== $dayName) { 771 $dayHits[] = $checkDate->format('j'); 773 } while ($checkDate->format('n') === $startDate->format('n')); 808 if ($monthDay > $startDate->format('t') || [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ… 506 $currentMonth = $this->currentDate->format('n'); 507 $currentYear = $this->currentDate->format('Y'); 529 } while ($nextDate->format('n')!=2); 542 $currentMonth = $this->currentDate->format('n'); 543 $currentYear = $this->currentDate->format('Y'); 766 if ($checkDate->format('l') !== $dayName) { 771 $dayHits[] = $checkDate->format('j'); 773 } while ($checkDate->format('n') === $startDate->format('n')); 808 if ($monthDay > $startDate->format('t') || [all …]
|
/plugin/davcal/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 495 …$this->currentDate->setDate($this->currentDate->format('Y'), $this->currentDate->format('n'), $occ… 506 $currentMonth = $this->currentDate->format('n'); 507 $currentYear = $this->currentDate->format('Y'); 529 } while ($nextDate->format('n')!=2); 542 $currentMonth = $this->currentDate->format('n'); 543 $currentYear = $this->currentDate->format('Y'); 766 if ($checkDate->format('l') !== $dayName) { 771 $dayHits[] = $checkDate->format('j'); 773 } while ($checkDate->format('n') === $startDate->format('n')); 808 if ($monthDay > $startDate->format('t') || [all …]
|
/plugin/codebutton_ext/ |
H A D | action.php | 55 'type' => 'format', 63 'type' => 'format', 71 'type' => 'format', 79 'type' => 'format', 87 'type' => 'format', 95 'type' => 'format', 103 'type' => 'format', 111 'type' => 'format', 120 'type' => 'format', 129 'type' => 'format', [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 495 (int)$this->currentDate->format('Y'), 496 (int)$this->currentDate->format('n'), 509 $currentMonth = $this->currentDate->format('n'); 510 $currentYear = $this->currentDate->format('Y'); 532 } while ($nextDate->format('n') != 2); 623 $currentMonth = $this->currentDate->format('n'); 624 $currentYear = $this->currentDate->format('Y'); 875 if ($checkDate->format('l') !== $dayName) { 880 $dayHits[] = $checkDate->format('j'); 882 } while ($checkDate->format('n') === $startDate->format('n')); [all …]
|
/plugin/webdav/vendor/sabre/vobject/lib/Recur/ |
H A D | RRuleIterator.php | 356 $currentDay = $this->currentDate->format('w'); 359 $currentHour = $this->currentDate->format('G'); 478 (int) $this->currentDate->format('Y'), 479 (int) $this->currentDate->format('n'), 489 $currentMonth = $this->currentDate->format('n'); 490 $currentYear = $this->currentDate->format('Y'); 510 } while (2 != $nextDate->format('n')); 602 $currentMonth = $this->currentDate->format('n'); 603 $currentYear = $this->currentDate->format('Y'); 840 $dayHits[] = $checkDate->format('j'); [all …]
|
/plugin/struct/syntax/ |
H A D | output.php | 85 * @param string $format Renderer format 90 public function render($format, Doku_Renderer $renderer, $data) 117 if ($format == 'xhtml') $renderer->doc .= self::XHTML_OPEN; 129 'format' => $format, 142 if ($format == 'xhtml') $renderer->doc .= self::XHTML_CLOSE; 145 if ($format == 'xhtml' && !$hasdata) { 161 $format = $rendercontext['format']; 88 render($format, Doku_Renderer $renderer, $data) global() argument [all...] |
/plugin/refnotes/conf/ |
H A D | namespaces.dat | 1 a:11:{s:1:":";a:0:{}s:8:":biblio:";a:11:{s:10:"refnote-id";s:4:"name";s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:4:"none";s:14:"back-ref-caret";s:6:"prefix";s:15:"back-ref-format";s:1:"a";}s:6:":cite:";a:5:{s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:15:"back-ref-format";s:1:"a";}s:4:":dw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:1:")";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:3:"ref";s:12:"note-preview";s:5:"popup";s:15:"notes-separator";s:4:"100%";s:15:"note-text-align";s:7:"justify";s:14:"note-font-size";s:6:"normal";s:11:"note-render";s:5:"basic";s:12:"note-id-base";s:3:"sup";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:1:")";s:14:"back-ref-caret";s:4:"none";s:13:"back-ref-base";s:3:"sup";s:20:"back-ref-font-weight";s:4:"bold";s:19:"back-ref-font-style";s:6:"normal";s:15:"back-ref-format";s:4:"note";s:18:"back-ref-separator";s:1:",";s:7:"scoping";s:5:"reset";}s:4:":fn:";a:0:{}s:9:":harvard:";a:11:{s:14:"reference-base";s:4:"text";s:16:"reference-format"; [all...] |