Lines Matching refs:bootstrap

19     const DEFAULT_STYLESHEET_NAME = "bootstrap";
34 * @param string $qualifiedVersion - the bootstrap version separated by the stylesheet
68 const CANONICAL = "bootstrap";
80 public const DEFAULT_BOOTSTRAP_VERSION_STYLESHEET = "5.0.1" . Bootstrap::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR . "bootstrap";
106 LogUtility::internalError("The bootstrap major version ($bootstrapMajorVersion) is not an integer, default taken");
149 $stylesheetsFile = WikiPath::createComboResource(':library:bootstrap:bootstrapStylesheet.json');
160 $localStyleSheetsFile = WikiPath::createComboResource(':library:bootstrap:bootstrapLocal.json');
208 $bootstrap = new Bootstrap($bootstrapStyleSheetVersion);
209 $executionContext->setRuntimeObject(self::CANONICAL, $bootstrap);
210 return $bootstrap;
267 $bootstrapJsonFile = WikiPath::createComboResource(Snippet::LIBRARY_BASE . ":bootstrap:bootstrapJavascript.json");
275 throw new ExceptionRuntimeInternal("The bootstrap version ($version) could not be found in the file $bootstrapJsonFile");
287 $path = WikiPath::createComboResource(":library:bootstrap:$version:$fileNameWithExtension");
299 LogUtility::internalError("The url ($url) for the bootstrap metadata ($fileNameWithExtension) from the bootstrap dictionary is not valid. Error:{$e->getMessage()}", self::CANONICAL);
306 LogUtility::internalError("No extension was found on the file metadata ($fileNameWithExtension) from the bootstrap dictionary", self::CANONICAL);
323 LogUtility::internalError("The snippet key ($key) is unknown for bootstrap", self::CANONICAL);
333 LogUtility::internalError("The snippet key ($key) is unknown for bootstrap");
401 LogUtility::internalError("The bootstrap version ($version) could not be found");
408 LogUtility::internalError("The bootstrap stylesheet ($styleSheetName) could not be found for the version ($version) in the distribution or custom configuration files");