Home
last modified time | relevance | path

Searched refs:PROPERTY_NAME (Results 76 – 79 of 79) sorted by last modified time

1234

/plugin/combo/ComboStrap/
H A DStartDate.php13 public const PROPERTY_NAME = "date_start"; define in ComboStrap\\StartDate
38 return self::PROPERTY_NAME;
H A DLang.php14 public const PROPERTY_NAME = "lang"; define in ComboStrap\\Lang
42 if ($attributes->hasComponentAttribute(self::PROPERTY_NAME)) {
43 $langValue = $attributes->getValueAndRemove(self::PROPERTY_NAME);
63 LogUtility::msg("The new language data ($langValue) was downloaded", LogUtility::LVL_MSG_INFO, self::PROPERTY_NAME);
66 LogUtility::msg("Internal error: The language data ($langValue) could no be written to ($languageDataCache->cache)", LogUtility::LVL_MSG_ERROR, self::PROPERTY_NAME);
74 LogUtility::msg("The data for the language ($langValue) could not be downloaded at (<a href=\"$downloadUrl\">$langValue</a>). Error: " . $message, LogUtility::LVL_MSG_ERROR, self::PROPERTY_NAME);
83 LogUtility::msg("We could not read the data from the language ($langValue). No direction was set.", LogUtility::LVL_MSG_ERROR, self::PROPERTY_NAME);
93 LogUtility::msg("The language direction cannot be set because no language data was found for the language ($langValue)", LogUtility::LVL_MSG_WARNING, self::PROPERTY_NAME);
188 return self::PROPERTY_NAME;
/plugin/combo/action/
H A Dcanonical.php21 const CANONICAL = Canonical::PROPERTY_NAME;
62 $JSINFO[Canonical::PROPERTY_NAME] = $canonical;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...

1234