Home
last modified time | relevance | path

Searched refs:getValue (Results 101 – 125 of 1088) sorted by relevance

12345678910>>...44

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php81 $values[] = $attrValue->getValue();
85 $attributes[] = new Attribute($partialAttribute->getChild(0)->getValue(), ...$values);
90 new Dn($dn->getValue()),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php124 $more->getValue(),
125 $unused->getValue(),
126 $cookie->getValue()
H A DDirSyncRequestControl.php175 $flags->getValue(),
176 $cookie->getValue(),
177 $maxBytes->getValue()
/plugin/combo/ComboStrap/
H A DHeadingTag.php192 $text = $tagAttributes->getValue(HeadingTag::HEADING_TEXT_ATTRIBUTE);
196 $level = $tagAttributes->getValue(HeadingTag::LEVEL);
201 $parsedLabel = $tagAttributes->getValue(self::PARSED_LABEL);
225 $text = $tagAttributes->getValue(HeadingTag::HEADING_TEXT_ATTRIBUTE);
226 $level = $tagAttributes->getValue(HeadingTag::LEVEL);
339 ->getValue(Outline::CONF_OUTLINE_NUMBERING_ENABLE, Outline::CONF_OUTLINE_NUMBERING_ENABLE_DEFAULT);
506 $level = $tagAttributes->getValue(HeadingTag::LEVEL);
H A DTagAttributes.php439 $value = $this->getValue(self::CLASS_KEY, $default);
504 $actualValue = $this->getValue($attributeName);
804 public function getValue($attributeName, $default = null) function in ComboStrap\\TagAttributes
828 $value = $this->getValue($attributeName);
850 $generatedId = $this->getValue(TagAttributes::GENERATED_ID_KEY);
901 $value = $this->getValue($lowerAttribute);
1005 if (!$this->getValue(self::OPEN_TAG, false)) {
1110 return $this->getValue(self::TYPE_KEY);
1194 $value = $this->getValue($attribute, $default);
1271 $value = $this->getValue(
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php220 $value = $this->getValue($parameters[$key], $length);
225 $pvalue = $this->getValue($pvalue, $length);
240 $pvalue = $this->getValue($pvalue, $length);
242 $pkey = $this->getValue($pkey, $length);
327 private function getValue($value, $length) function in Google\\Utils\\UriTemplate
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php41 $this->assertNull($drain->getValue($a));
74 $this->assertTrue(is_callable($drain->getValue($a)));
75 $this->assertTrue(is_callable($pump->getValue($a)));
131 $this->assertTrue($needsDrain->getValue($a));
137 $this->assertFalse($needsDrain->getValue($a));
H A DCachingStreamTest.php104 $this->assertEquals(5, $skipReadBytes->getValue($body));
107 $this->assertEquals(0, $skipReadBytes->getValue($body));
114 $this->assertEquals(0, $skipReadBytes->getValue($body));
121 $this->assertEquals(5, $skipReadBytes->getValue($body));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php147 public function getValue()
262 $oid = $child->getValue();
264 $criticality = $child->getValue();
266 $value = $child->getValue();
143 public function getValue() global() function in FreeDSx\\Ldap\\Control\\Control
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc106 var value = this.getValue();
137 selectedCell.renameNode( this.getValue() );
153 var value = parseInt( this.getValue(), 10 );
155 selectedCell.setAttribute( 'rowSpan', this.getValue() );
172 var value = parseInt( this.getValue(), 10 );
174 selectedCell.setAttribute( 'colSpan', this.getValue() );
213 saved[ field.id ] = field.getValue();
220 if ( saved[ field.id ] !== field.getValue() )
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc23 var value = this.getValue(),
534 newUrl = this.getValue();
620 if ( this.getValue() || this.isChanged() )
662 var value = this.getValue();
702 var value = this.getValue();
1057 var url = decodeURI( this.getValue() );
1099 if ( this.getValue() || this.isChanged() )
1148 if ( this.getValue() || this.isChanged() )
1171 if ( this.getValue() || this.isChanged() )
1188 if ( this.getValue() || this.isChanged() )
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc24 var value = this.getValue(),
535 newUrl = this.getValue();
621 if ( this.getValue() || this.isChanged() )
663 var value = this.getValue();
703 var value = this.getValue();
1058 var url = decodeURI( this.getValue() );
1100 if ( this.getValue() || this.isChanged() )
1149 if ( this.getValue() || this.isChanged() )
1172 if ( this.getValue() || this.isChanged() )
1189 if ( this.getValue() || this.isChanged() )
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php50 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
79 $writer->writeElement($valueType, $this->getValue());
H A DDateAndOrTime.php124 $dateParts = DateTimeParser::parseVCardDateTime($this->getValue());
147 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
240 $parts = DateTimeParser::parseVCardDateAndOrTime($this->getValue());
357 $value = $this->getValue();
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php51 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
83 $writer->writeElement($valueType, $this->getValue());
H A DDateAndOrTime.php134 $dateParts = DateTimeParser::parseVCardDateTime($this->getValue());
157 $parts = DateTimeParser::parseVCardDateTime($this->getValue());
264 $parts = DateTimeParser::parseVCardDateAndOrTime($this->getValue());
390 $value = $this->getValue();
/plugin/gtime/gtlib/util/
H A DGTUtil.php513 return (int) $integer->getValue();
535 return (int) $integer->getValue();
596 $major = $version->shiftRight(28)->bitAnd($mask)->getValue();
597 $minor = $version->shiftRight(20)->bitAnd($mask)->getValue();
598 $fix = $version->shiftRight(12)->bitAnd($mask)->getValue();
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidValves.js529 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
530 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
561 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
562 var strokeColor = mxUtils.getValue(this.style, mxConstants.STYLE_STROKECOLOR, '#000000');
644 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
661 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
684 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
789 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
815 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
960 var fillColor = mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, '#ffffff');
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php100 $dn = new Dn($dn->getValue());
122 $attrValues[] = $val->getValue();
125 $attributes[] = new Attribute($attrType->getValue(), ...$attrValues);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php18 $this->assertEquals('nl', $result->LANG->getValue());
39 $this->assertEquals('de', $result->LANG->getValue());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php18 $this->assertEquals('nl', $result->LANG->getValue());
39 $this->assertEquals('de', $result->LANG->getValue());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php18 $this->assertEquals('nl', $result->LANG->getValue());
39 $this->assertEquals('de', $result->LANG->getValue());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php18 $this->assertEquals('nl', $result->LANG->getValue());
39 $this->assertEquals('de', $result->LANG->getValue());
/plugin/diagramsnet/lib/shapes/bpmn/
H A DmxBpmnShape2.js470 var fc = mxUtils.getValue(this.style, "fillColor", "none");
1143 var fc = mxUtils.getValue(this.style, "fillColor", "none");
1411 var gwType = mxUtils.getValue(this.style, 'gwType', 'event');
1412 var outline = mxUtils.getValue(this.style, 'outline', 'none');
1413 var symbol = mxUtils.getValue(this.style, 'symbol', 'standard');
1583 var strokeWidth = mxUtils.getValue(this.style, 'strokeWidth', 1);
1584 var dashed = mxUtils.getValue(this.style, 'dashed', false);
1585 var inset = mxUtils.getValue(this.style, 'indent', 3);
1628 var isAdHoc = mxUtils.getValue(this.style, 'isAdHoc', false);
1804 var outline = mxUtils.getValue(this.style, 'outline', 'none');
[all …]
/plugin/gtime/gtlib/asn1/
H A DASN1Integer.php61 public function getValue() { function in ASN1Integer
62 return $this->value->getValue();

12345678910>>...44