Home
last modified time | relevance | path

Searched refs:getValue (Results 201 – 225 of 1088) sorted by relevance

12345678910>>...44

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php170 $this->startEncoding($type->getValue(), $tagMap);
187 $bytes = $type->getValue() ? self::BOOL_TRUE : self::BOOL_FALSE;
197 $bytes = $type->getValue();
664 $data = $type->getValue();
688 $oids = explode('.', $type->getValue());
706 $oids = explode('.', $type->getValue());
711 $type->getValue()
772 if ($type->getValue()->format('H') === '24') {
777 clone $type->getValue(),
823 $int = $type->getValue();
[all...]
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php137 if ($compareProp->getValue() === $newProp->getValue()) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php195 public function getValue() { function in Sabre\\VObject\\Parameter
355 return (string)$this->getValue();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php195 public function getValue() { function in Sabre\\VObject\\Parameter
355 return (string)$this->getValue();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php195 public function getValue() { function in Sabre\\VObject\\Parameter
355 return (string)$this->getValue();
/plugin/statistics/
H A Dscript.js14 var uid = DokuCookie.getValue('plgstats');
95 var ses = DokuCookie.getValue('plgstatsses');
/plugin/combo/ComboStrap/TagAttribute/
H A DToggle.php70 $toggleStateValue = $conditionalValue->getValue();
75 $id = $attributes->getValue("id");
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php56 public function getValue(): array function in ComboStrap\\Meta\\Api\\MetadataMultiple
76 return $this->getValue();
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1getValue().toLowerCase();r=r.escapeRegExpCkg(r);var q=new RegExp("^"+r);for(var o=1;o<n.length;o++…
/plugin/combo/ComboStrap/
H A DLdJson.php219 $value = $this->getValue();
253 ->getValue();
458 ->getValue();
H A DPageUrlPath.php80 public function getValue(): string function in ComboStrap\\PageUrlPath
92 $urlType = $pageUrlType->getValue();
109 return $this->getValue();
H A DMarkupPath.php487 * @deprecated for {@link PageTitle::getValue()}
537 return $this->description->getValue();
639 return IFetcherLocalImage::createImageFetchFromPath(FirstRasterImage::createForPage($this)->getValue());
729 return $this->creationTime->getValue();
1011 return $this->pageName->getValue();
1126 return $this->endDate->getValue();
1137 return $this->startDate->getValue();
1148 return PageId::createForPage($this)->getValue();
1227 return $this->canonical->getValue();
1312 $actualValue = $lowQualityAttributeName->getValue();
[all...]
H A DBrandTag.php192 $brandName = $brandAttributes->getValue(TagAttributes::TYPE_KEY, Brand::CURRENT_BRAND);
193 $widget = $brandAttributes->getValue(self::WIDGET_ATTRIBUTE, BrandButton::WIDGET_BUTTON_VALUE);
194 $icon = $brandAttributes->getValue(self::ICON_ATTRIBUTE, BrandButton::ICON_SOLID_VALUE);
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js207 if (nodes.lytbox.getValue() == code) {
312 if (null == code) code = nodes.langbox.getValue();
317 if (nodes.langbox.getValue() != code) nodes.langbox.selectOnlyMatchingOptions(code,'exact');
327 name = nodes.lytbox.getValue();
427 self.switchLayout(nodes.langbox.getValue(),null);
436 self.switchLayout(nodes.langbox.getValue(),nodes.lytbox.getValue());
902 self.switchLayout(nodes.langbox.getValue(), nodes.lytbox.getValue())
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidMisc.js88 var type = mxUtils.getValue(this.style, mxShapePidFan.prototype.cst.FAN_TYPE, 'common');
183 var type = mxUtils.getValue(this.style, mxShapePidColumn.prototype.cst.COLUMN_TYPE, 'common');
234 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
235 var dashed = mxUtils.getValue(this.style, mxConstants.STYLE_DASHED, '0');
236 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
327 var dashed = mxUtils.getValue(this.style, mxConstants.STYLE_DASHED, '0');
378 var dashed = mxUtils.getValue(this.style, mxConstants.STYLE_DASHED, 0);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php193 public function getValue() function in Sabre\\VObject\\Parameter
357 return (string) $this->getValue();
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php197 function getValue() { function in Sabre\\VObject\\Parameter
376 return (string)$this->getValue();
/plugin/diagramsnet/lib/shapes/
H A DmxFlowchart.js41 var dy = h * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'size', this.size))));
76 …var size = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'size', this.size…
/plugin/displayfile/
H A Dsyntax.php214 return $property->getValue($renderer);
222 $codeblock = $property->getValue($renderer);
224 return $property->getValue($renderer);
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md67 var_dump($type->getValue());
69 var_dump($type->getValue());
71 var_dump($type->getValue());
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js1getValue());u(this.getDialog())},commit:function(z){z.style=this.getValue()}},{type:"select",id:"s…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js1getValue());u(this.getDialog())},commit:function(z){z.style=this.getValue()}},{type:"select",id:"s…
/plugin/swiftmail/Swift/
H A DIterator.php38 public function getValue(); function
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1getValue()},},{type:"hbox",id:"revisions",widths:["15%","30%","2%","53%"],children:[{type:"html",h…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php13 $this->assertEquals('value', $param->getValue());
23 $this->assertEquals('URL', $param->getValue());

12345678910>>...44