Home
last modified time | relevance | path

Searched refs:self (Results 501 – 525 of 2449) sorted by last modified time

1...<<21222324252627282930>>...98

/plugin/combo/ComboStrap/
H A DFont.php35 return self::getWindowsFontDirectory()->resolve('Arial.ttf');
57 $path = self::getWindowsFontDirectory();
H A DPanelTag.php83 $id = $idManager->generateNewHtmlIdForComponent(self::PANEL_LOGICAL_MARKUP . "-" . $context);
H A DFontSize.php11 const CANONICAL = self::FONT_SIZE;
38 if ($tagAttributes->hasComponentAttribute(self::FONT_SIZE)) {
39 $value = $tagAttributes->getValueAndRemove(self::FONT_SIZE);
41 if (key_exists($value, self::SCALE_TO_HEADING_NUMBER)){
42 $headingValue = self::SCALE_TO_HEADING_NUMBER[$value];
45 LogUtility::msg("The font-size scale value ($value) is not between 1 and 6.",LogUtility::LVL_MSG_ERROR,self::CANONICAL);
49 if (key_exists($value, self::HEADING_NUMBER)){
50 $headingValue = self::HEADING_NUMBER[$value];
H A DFragmentTag.php11 public const LOGICAL_TAG = self::FRAGMENT_TAG;
H A DGridTag.php37 public const KNOWN_TYPES = [self::TYPE_MAX_CHILDREN, GridTag::TYPE_WIDTH_SPECIFIED, GridTag::TYPE_AUTO_VALUE_DEPRECATED, GridTag::TYPE_FIT_VALUE, GridTag::TYPE_FIT_OLD_VALUE];
78 const LOGICAL_TAG = self::GRID_TAG;
106 $scannedType = self::ROW_TAG;
108 $scannedType = self::GRID_TAG;
115 if ($scannedType === self::GRID_TAG) {
133 self::GUTTER => $defaultGutter,
154 if ($scannedType === self::ROW_TAG) {
155 $attributes->setType(self::TYPE_ROW_TAG);
191 if (($type === self::TYPE_AUTO_VALUE_DEPRECATED)) {
192 LogUtility::warning("The auto rows type has been deprecated.", self
[all...]
H A DPathTreeNode.php25 self::buildTreeFromFileSystemRecursively($root);
45 throw new ExceptionRuntimeInternal("We shouldn't add the node two times. ", self::CANONICAL, 1, $e);
48 self::buildTreeFromFileSystemRecursively($childTreeNode);
H A DHeadingTag.php56 public const LOGICAL_TAG = self::HEADING_TAG;
148 $headingType = self::TYPE_TITLE;
150 $headingType = self::TYPE_OUTLINE;
188 if ($context === self::TYPE_OUTLINE) {
201 $parsedLabel = $tagAttributes->getValue(self::PARSED_LABEL);
222 if ($context === self::TYPE_OUTLINE) {
245 * are done in the {@link self::processRenderEnterXhtml()}
257 if ($context === self::TYPE_OUTLINE) {
258 $type = 'h' . self::DEFAULT_LEVEL_OUTLINE_CONTEXT;
260 $type = 'h' . self
[all...]
H A DHorizontal.php14 const CANONICAL = self::HORIZONTAL_ATTRIBUTE;
28 self::processFlexAttribute(self::HORIZONTAL_ATTRIBUTE, $tagAttributes);
43 LogUtility::warning("The $attributeName attribute is only meant to be used on the following component " . implode(", ", Vertical::COMPONENTS), self::CANONICAL);
48 LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", self::CANONICAL);
52 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
53 $possibleValues = self::VALUES;
58 LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It should be one of: " . implode(", ", $possibleValues), self::CANONICAL);
62 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
H A DHover.php30 if ($attributes->hasComponentAttribute(self::ON_HOVER_ATTRIBUTE)) {
31 $hover = strtolower($attributes->getValueAndRemove(self::ON_HOVER_ATTRIBUTE));
38 if (in_array($hover, self::HOVER_ANIMATIONS)) {
42 self::ON_HOVER_SNIPPET_ID,
90 ->attachCssInternalStyleSheet(self::ON_HOVER_SNIPPET_ID)
94 $attributes->addClassName(self::COMBO_HOVER_EASING_CLASS);
99 $snippetManager->attachJavascriptFromComponentId(self::ON_HOVER_SNIPPET_ID);
H A DPipelineUtility.php103 $charactersToTrimFromCommand = implode("", self::QUOTES_CHARACTERS);
116 array_fill(0, sizeof($commandArgs), self::SPACE_CHARACTER)
130 $message = self::replace($commandArgs, $message);
133 $message = self::head($commandArgs, $message);
136 $message = self::tail($commandArgs, $message);
139 $message = self::concat($commandArgs, $message, "right");
142 $message = self::concat($commandArgs, $message, "left");
145 $message = self::cut($commandArgs, $message);
154 $message = self::format($commandArgs, $message);
H A DPluginUtility.php96 self::$INFO_PLUGIN = confToHash($pluginInfoFile->toAbsoluteId());
97 self::$PLUGIN_NAME = 'ComboStrap';
99 self::$PLUGIN_LANG = $lang[self::PLUGIN_BASE_NAME] ?? null;
100 self::$URL_APEX = "https://" . parse_url(self::$INFO_PLUGIN['url'], PHP_URL_HOST);
101 //self::$VERSION = self::$INFO_PLUGIN['version'];
131 return "plugin_" . self::getComponentName($tag);
236 return self
[all...]
H A DHttp.php26 $result = self::getHeadersForName($name, $headers);
83 $headers = self::getHeaders();
H A DQualityDynamicMonitoringOverwrite.php49 return self::PROPERTY_NAME;
79 return self::EXECUTE_DYNAMIC_QUALITY_MONITORING_DEFAULT;
H A DRasterImageLink.php54 throw new ExceptionBadArgument("The mime value ($mime) is not a supported raster image.", self::CANONICAL);
78 ->setLogicalTag(self::CANONICAL);
89 $attributes->addClassName(self::RESPONSIVE_CLASS);
140 $imageMargin = SiteConfig::getConfValue(self::CONF_RESPONSIVE_IMAGE_MARGIN, "20px");
144 LogUtility::warning("The variable (" . self::CONF_RESPONSIVE_IMAGE_MARGIN . ") has a value ($imageMargin) that is not a valid length.", self::CANONICAL, $e);
282 $attributes->addClassName(self::getLazyClass());
397 $retinaEnabled = SiteConfig::getConfValue(self::CONF_RETINA_SUPPORT_ENABLED, 0);
H A DReplicationDate.php44 return self::REPLICATION_CANONICAL;
49 return self::PROPERTY_NAME;
H A DIcon.php26 $iconAttributes = TagAttributes::createEmpty(self::ICON_CANONICAL_NAME);
29 return self::createFromTagAttributes($iconAttributes);
H A DResourceName.php67 return self::PROPERTY_NAME;
109 return self::getFromPath($path);
H A DSearchTag.php35 PluginUtility::getSnippetManager()->attachJavascriptFromComponentId(self::COMBO_DEBOUNCE);
36 PluginUtility::getSnippetManager()->attachJavascriptFromComponentId(self::COMBO_SEARCH_BOX);
44 PluginUtility::getSnippetManager()->attachJavascriptFromComponentId(self::SNIPPET_ID, "var DOKU_BASE='$dokuBase';");
45 PluginUtility::getSnippetManager()->attachJavascriptFromComponentId(self::SNIPPET_ID);
56 LogUtility::error($e->getMessage(), self::CANONICAL,$e);;
79 $tagClass = StyleAttribute::addComboStrapSuffix(self::TAG);
H A DIdentity.php158 return auth_isadmin(self::getUser(), self::getUserGroups());
165 return auth_isMember($group, self::getUser(), self::getUserGroups());
194 $perm = self::getPermissions($wikiId);
226 return !self::isLoggedIn();
H A DImageLink.php57 ->setLogicalTag(self::IMG_LINK);
107 $snippetId = self::LIGHTBOX;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php44 $cookie = new self($cookieArray['name'], $cookieArray['value']);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php107 $this->source = $source ?? self::emptySource();
145 $token = new self($this->type, $this->source, $this->channel, $this->start, $this->stop);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php121 if (!$other instanceof self) {
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php139 $data = fread($input, self::CHUNK_SIZE);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php9 public static function from(\Throwable $exception) : self
11 return new self($exception->getMessage(), $exception->getCode(), $exception);

1...<<21222324252627282930>>...98