Home
last modified time | relevance | path

Searched refs:getValue (Results 126 – 150 of 1088) sorted by relevance

12345678910>>...44

/plugin/diagramsnet/lib/shapes/
H A DmxFloorplan.js807 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
882 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1002 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1069 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1139 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1209 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1210 var strokeWidth = parseFloat(mxUtils.getValue(this.style, 'strokeWidth', this.dx));
1285 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1446 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
1513 var windowPanes = Math.min(mxUtils.getValue(this.style, 'windowPanes', this.windowPanes), 20);
[all …]
H A DmxKubernetes.js79 var prIcon = mxUtils.getValue(this.state.style, 'prIcon', '');
81 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
82 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', '#ffffff');
H A DmxCisco19.js37 var prIcon = mxUtils.getValue(this.state.style, 'prIcon', 'l2_switch');
39 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
40 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', '#000000');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php46 function getValue() { function in Sabre\\DAV\\Xml\\Property\\ResourceType
123 array_map([$html, 'xmlName'], $this->getValue())
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php46 function getValue() { function in Sabre\\DAV\\Xml\\Property\\ResourceType
123 array_map([$html, 'xmlName'], $this->getValue())
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php110 public function getValue()
185 $value = $value->getValue();
188 return [$oid->getValue(), $value];
106 public function getValue() global() function in FreeDSx\\Ldap\\Operation\\Request\\ExtendedRequest
H A DPasswordModifyRequest.php172 $userIdentity !== null ? $userIdentity->getValue() : null,
173 $oldPasswd !== null ? $oldPasswd->getValue() : null,
174 $newPasswd !== null ? $newPasswd->getValue() : null
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php83 public function getValue(): ?string
138 $info[0] = $child->getValue();
140 $info[1] = $child->getValue();
77 public function getValue(): ?string global() function in FreeDSx\\Ldap\\Operation\\Response\\ExtendedResponse
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php110 $attrName = $keyItem->getValue();
112 $matchRule = $keyItem->getValue();
118 $useReverseOrder = $encoder->complete($keyItem, AbstractType::TAG_TYPE_BOOLEAN)->getValue();
/plugin/combo/ComboStrap/
H A DCanonical.php41 return $this->getValue();
181 ->addQueryParameter(DokuwikiId::DOKUWIKI_ID_ATTRIBUTE, $this->getValue()->getWikiId());
191 $path = $this->getValue()->toAbsoluteId();
H A DPageId.php290 $actualId = $this->getValue();
329 $value = $this->getValue();
350 public function getValue(): string function in ComboStrap\\PageId
353 return parent::getValue();
H A DIconTag.php37 $requestedColor = $tagAttributes->getValue(ColorRgb::COLOR);
48 $requestedWidth = $tagAttributes->getValue(Dimension::WIDTH_KEY, FetcherSvg::DEFAULT_ICON_LENGTH);
72 $message = "Icon ({$tagAttribute->getValue("name")}). Error while rendering: {$e->getMessage()}";
H A DLocale.php42 public function getValue(): string function in ComboStrap\\Locale
96 return $this->getValue();
/plugin/authfacebook/lib/Authentication/
H A DAccessToken.php134 public function getValue() function in Facebook\\Authentication\\AccessToken
146 return $this->getValue();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php216 return new self($attrType->getValue(), $startsWith, $endsWith, ...$contains);
242 $contains[] = $substring->getValue();
255 ($startsWith !== null) ? $startsWith->getValue() : null,
256 ($endsWith !== null) ? $endsWith->getValue() : null,
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DUseTokenParser.php47 $name = $stream->expect(Token::NAME_TYPE)->getValue();
51 $alias = $stream->expect(Token::NAME_TYPE)->getValue();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php162 $timeBeforeExpiration = $warning->getValue();
165 $graceAttemptsRemaining = $warning->getValue();
170 $error = $encoder->complete($child, AbstractType::TAG_TYPE_ENUMERATED)->getValue();
/plugin/sitemapnavi/
H A Dscript.js22 typeof (DokuCookie.getValue('plugin_sitemapnavi_showmedia')) !== 'undefined' &&
23 …(Number(DokuCookie.getValue('plugin_sitemapnavi_showmedia')) === 1) === $sitemapNavi.hasClass('hid…
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php93 function getValue() { function in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSet
153 array_map([$html, 'xmlName'], $this->getValue())
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DCurrentUserPrivilegeSet.php93 function getValue() { function in Sabre\\DAVACL\\Xml\\Property\\CurrentUserPrivilegeSet
153 array_map([$html, 'xmlName'], $this->getValue())
/plugin/translate/
H A Dscript.js16 $textarea.css('height', DokuCookie.getValue('sizeCtl') || '300px');
18 var wrp = DokuCookie.getValue('wrapCtl');
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupiOS.js157 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '');
2490 var mainText = mxUtils.getValue(this.style, 'mainText', null);
2747 var mainText = mxUtils.getValue(this.style, 'mainText', null);
3921 var barPos = mxUtils.getValue(this.style, mxMockupC.BAR_POS, '80');
4390 var barPos = mxUtils.getValue(this.style, mxMockupC.BAR_POS, '80');
4948 var barPos = mxUtils.getValue(this.style, mxMockupC.BAR_POS, '80');
5111 var barPos = mxUtils.getValue(this.style, mxMockupC.BAR_POS, '80');
5195 var barPos = mxUtils.getValue(this.style, mxMockupC.BAR_POS, '80');
5273 var barPos = mxUtils.getValue(this.style, mxMockupC.BAR_POS, '80');
5345 var fieldText = mxUtils.getValue(this.style, mxMockupC.BUTTON_TEXT, '');
[all …]
/plugin/zip/pear/MIME/Type/
H A DParameter.php74 $this->value = $this->getValue($param);
102 function getValue($param) function in MIME_Type_Parameter
/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php84 $this->publicationIdentifier = $publicationIdentifier->getValue();
85 $this->publicationImprint = $publicationImprint->getValue();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSetTest.php22 $prop->getValue()
32 $prop->getValue()

12345678910>>...44