Searched refs:DateTag (Results 1 – 5 of 5) sorted by relevance
| /plugin/combo/ComboStrap/ |
| H A D | DateTag.php | 12 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 D | XmlTagProcessing.php | 74 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 D | PipelineUtility.php | 309 … Error: No default locale could be determined. The locale was set to $locale", DateTag::CANONICAL);
|
| /plugin/combo/syntax/ |
| H A D | xmlprotectedtag.php | 4 use ComboStrap\DateTag; alias 77 DateTag::TAG, // protected inline deprecated
|
| H A D | xmlinlinetag.php | 8 use ComboStrap\DateTag; alias 48 $array[] = DateTag::TAG;
|