Home
last modified time | relevance | path

Searched refs:DateTag (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DDateTag.php12 class DateTag class
31 …public static function formatDateString(string $date, string $format = DateTag::DEFAULT_FORMAT, st…
85 …LogUtility::warning("The date component has been deprecated for the date variable", DateTag::CANON…
98 $format = $tagAttributes->getValue(DateTag::FORMAT_ATTRIBUTE, DateTag::DEFAULT_FORMAT);
103 … $date = $tagAttributes->getComponentAttributeValue(DateTag::DATE_ATTRIBUTE, $defaultDateTime);
105 return DateTag::formatDateString($date, $format, $lang);
108 LogUtility::error($message, DateTag::CANONICAL);
120 $openingTag->addAttribute(DateTag::DATE_ATTRIBUTE, $date);
H A DXmlTagProcessing.php74 case DateTag::TAG:
216 case DateTag::TAG:
217 $renderer->doc .= DateTag::renderHtml($tagAttributes);
464 case DateTag::TAG:
465 DateTag::handleEnterAndSpecial();
608 case DateTag::TAG:
609 DateTag::handleExit($handler);
780 case DateTag::TAG:
781 DateTag::handleEnterAndSpecial();
850 case DateTag::TAG:
[all …]
H A DPipelineUtility.php309 … Error: No default locale could be determined. The locale was set to $locale", DateTag::CANONICAL);
/plugin/combo/syntax/
H A Dxmlprotectedtag.php4 use ComboStrap\DateTag; alias
77 DateTag::TAG, // protected inline deprecated
H A Dxmlinlinetag.php8 use ComboStrap\DateTag; alias
48 $array[] = DateTag::TAG;