Lines Matching refs:version
39 $this->version = $bootstrapStyleSheetArray[0];
43 switch ($this->version) {
45 $this->version = self::DEFAULT_BOOTSTRAP_4_VERSION;
48 $this->version = self::DEFAULT_BOOTSTRAP_5_VERSION;
85 private $version; variable in ComboStrap\\Bootstrap
125 return $this->version;
264 $version = $this->getVersion();
274 if (!isset($bootstrapJsonMetas[$version])) {
275 …throw new ExceptionRuntimeInternal("The bootstrap version ($version) could not be found in the fil…
277 $bootstrapMetas = $bootstrapJsonMetas[$version];
287 … $path = WikiPath::createComboResource(":library:bootstrap:$version:$fileNameWithExtension");
399 $version = $this->getVersion();
400 if (!isset($styleSheets[$version])) {
401 LogUtility::internalError("The bootstrap version ($version) could not be found");
404 $styleSheetsForVersion = $styleSheets[$version];
408 …tstrap stylesheet ($styleSheetName) could not be found for the version ($version) in the distribut…