Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 1130) sorted by relevance

12345678910>>...46

/plugin/struct/_test/
H A DValueTest.php33 $this->assertEquals(['one', 'two'], $val->getValue());
36 $this->assertEquals(['one', 'two'], $val->getValue());
39 $this->assertEquals(['one', '0', 'two'], $val->getValue());
42 $this->assertEquals([], $val->getValue());
45 $this->assertEquals([], $val->getValue());
48 $this->assertEquals(['0'], $val->getValue());
51 $this->assertEquals(['0'], $val->getValue());
54 $this->assertEquals([], $val->getValue());
65 $this->assertEquals('one', $val->getValue());
68 $this->assertEquals('0', $val->getValue());
[all …]
H A DNestedResultTest.php95 $this->assertEquals('car', $tree[0]->getValueObject()->getValue());
96 $this->assertEquals('laptop', $tree[1]->getValueObject()->getValue());
104 $this->assertEquals('a80', $tree[0]->getResultRows()[0][1]->getValue(), 'Audi 80 expected');
105 … $this->assertEquals('pro 16', $tree[1]->getResultRows()[0][1]->getValue(), 'Mac Pro 16 expected');
120 $this->assertEquals('car', $tree[0]->getValueObject()->getValue());
121 $this->assertEquals('laptop', $tree[1]->getValueObject()->getValue());
133 …$this->assertEquals('a80', $tree[0]->getChildren(true)[0]->getResultRows()[0][0]->getValue(), 'Aud…
134 …Equals('pro 16', $tree[1]->getChildren(true)[0]->getResultRows()[0][0]->getValue(), 'Mac Pro 16 ex…
150 $this->assertEquals('black', $tree[0]->getValueObject()->getValue()[0]);
151 $this->assertEquals('blue', $tree[1]->getValueObject()->getValue()[0]);
[all …]
H A DSearchTest.php113 $this->assertEquals('page01', $result[0][0]->getValue());
114 $this->assertEquals('first data', $result[0][1]->getValue());
115 $this->assertEquals(['second data', 'more data', 'even more'], $result[0][2]->getValue());
132 $this->assertEquals('["page01","TestTitle"]', $result[0][0]->getValue());
133 $this->assertEquals('first data', $result[0][1]->getValue());
134 $this->assertEquals(['second data', 'more data', 'even more'], $result[0][2]->getValue());
168 $this->assertEquals('testuser', $result[0][1]->getValue());
169 $this->assertEquals(['second data', 'more data', 'even more'], $result[0][3]->getValue());
197 …$this->assertEquals($expected_time, $result[0][1]->getValue(), "Is your date.timezone set up in ph…
198 $this->assertEquals(['second data', 'more data', 'even more'], $result[0][3]->getValue());
[all …]
/plugin/diagramsnet/lib/shapes/
DmxArrows.js50 …var dy = h * 0.5 * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))…
51 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
52 …var notch = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'notch', this.notch)))…
53 var headCrossline = mxUtils.getValue(this.style, 'headCrossline', false);
54 var tailCrossline = mxUtils.getValue(this.style, 'tailCrossline', false);
89 if (mxUtils.getValue(this.style, 'boundedLbl', false))
97 if (mxUtils.getValue(this.style, 'flipH', false))
105 if (mxUtils.getValue(this.style, 'flipV', false))
116 dy = w * 0.5 * Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.style, 'dy', this.dy))));
117 dx = Math.max(0, Math.min(h, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx))));
[all …]
DmxAWS4.js39 var opacity = parseFloat(mxUtils.getValue(this.style, 'opacity', '100'));
54 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', 'none');
66 var fillColor = mxUtils.getValue(this.state.style, 'fillColor', '#ffffff');
67 var gradientColor = mxUtils.getValue(this.state.style, 'gradientColor', fillColor);
68 var gradientDir = mxUtils.getValue(this.state.style, 'gradientDirection', 'south');
82 var prIcon = mxUtils.getValue(this.state.style, 'prIcon', '');
140 var prIcon = mxUtils.getValue(this.state.style, 'resIcon', '');
145 var strokeColor = mxUtils.getValue(this.state.style, 'strokeColor', '#000000');
187 var grStroke = mxUtils.getValue(this.state.style, 'grStroke', '1');
191 …if (this.style != null && mxUtils.getValue(this.style, mxConstants.STYLE_POINTER_EVENTS, '1') == '…
[all …]
/plugin/gtime/gtlib/asn1/tsp/
DTSPAccuracy.php77 throw new GTException("Unexpected ASN1Integer: {$item->getValue()}");
81 throw new GTException("Unexpected ASN1Integer: {$item->getValue()}");
84 $this->seconds = $item->getValue();
104 if ((int) $millis->getValue() < 1) {
105 … throw new GTException("Invalid value for millis: {$millis->getValue()}");
108 if ((int) $millis->getValue() > 999) {
109 … throw new GTException("Invalid value for millis: {$millis->getValue()}");
112 $this->millis = $millis->getValue();
130 if ((int) $micros->getValue() < 1) {
131 … throw new GTException("Invalid value for micros: {$micros->getValue()}");
[all …]
/plugin/diagramsnet/lib/plugins/
DrackF5.js39 var hasEars = mxUtils.getValue(this.style, 'hasEars', '1');
40 var isFront = mxUtils.getValue(this.style, 'isFront', '0');
41 var isDC = mxUtils.getValue(this.style, 'isDC', '0');
42 var psNum = parseInt(mxUtils.getValue(this.style, 'psNum', '2'));
43 var stencilPath = mxUtils.getValue(this.style, 'path', 'img/lib/f5/');
117 var hasEars = mxUtils.getValue(this.style, 'hasEars', '1');
118 var isFront = mxUtils.getValue(this.style, 'isFront', '0');
119 var isDC = mxUtils.getValue(this.style, 'isDC', '0');
120 var psNum = parseInt(mxUtils.getValue(this.style, 'psNum', '2'));
121 var stencilPath = mxUtils.getValue(this.style, 'path', 'img/lib/f5/');
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php100 …$flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false ==…
103 …$blockIndentationIndicator = (' ' === substr($value->getValue(), 0, 1)) ? (string) $this->indentat…
106 foreach (explode("\n", $value->getValue()) as $row) {
113 … if ($inline - 1 <= 0 || null === $value->getValue() || \is_scalar($value->getValue())) {
114 $output .= ' '.$this->dump($value->getValue(), $inline - 1, 0, $flags)."\n";
117 …$output .= $this->dump($value->getValue(), $inline - 1, $dumpAsMap ? $indent + $this->indentation …
147 …$flags && \is_string($value->getValue()) && false !== strpos($value->getValue(), "\n") && false ==…
150 …$blockIndentationIndicator = (' ' === substr($value->getValue(), 0, 1)) ? (string) $this->indentat…
153 foreach (explode("\n", $value->getValue()) as $row) {
160 if ($inline - 1 <= 0 || null === $value->getValue() || \is_scalar($value->getValue())) {
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
DVCardConverter.php80 $valueType = $parameters['VALUE']->getValue();
107 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
126 … $output->add('ITEM'.$x.'.X-ABDATE', $newProperty->getValue(), ['VALUE' => 'DATE-AND-OR-TIME']);
130 switch (strtolower($property->getValue())) {
159 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
160 if ($parts['year'] === $property['X-APPLE-OMIT-YEAR']->getValue()) {
171 if ('COMPANY' === strtoupper($property->getValue())) {
176 if ('GROUP' === strtoupper($property->getValue())) {
185 if ($anniversary->getValue() === $newProperty->getValue()) {
198 if (!$label || '_$!<Anniversary>!$_' !== $label->getValue()) {
[all …]
DBirthdayCalendarGenerator.php110 if (empty($object->BDAY->getValue())) {
130 $dateParts = DateTimeParser::parseVCardDateTime($object->BDAY->getValue());
146 'SUMMARY' => sprintf($this->format, $object->FN->getValue()),
147 'DTSTART' => new \DateTime($object->BDAY->getValue()),
158 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
159 'X-SABRE-VCARD-FN' => $object->FN->getValue(),
164 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
165 'X-SABRE-VCARD-FN' => $object->FN->getValue(),
/plugin/davcard/vendor/sabre/vobject/lib/
DVCardConverter.php81 $valueType = $parameters['VALUE']->getValue();
110 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
129 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TI…
135 switch(strtolower($property->getValue())) {
171 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
198 if ($anniversary->getValue() === $newProperty->getValue()) {
211 if (!$label || $label->getValue()!=='_$!<Anniversary>!$_') {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
DVCardConverter.php81 $valueType = $parameters['VALUE']->getValue();
110 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
129 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TI…
135 switch(strtolower($property->getValue())) {
171 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
198 if ($anniversary->getValue() === $newProperty->getValue()) {
211 if (!$label || $label->getValue()!=='_$!<Anniversary>!$_') {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
DVCardConverter.php85 $valueType = $parameters['VALUE']->getValue();
114 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
133 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), ['VALUE' => 'DATE-AND-OR-TIME']);
139 switch (strtolower($property->getValue())) {
175 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
176 if ($parts['year'] === $property['X-APPLE-OMIT-YEAR']->getValue()) {
188 if (strtoupper($property->getValue()) === 'COMPANY') {
193 if (strtoupper($property->getValue()) === 'GROUP') {
202 if ($anniversary->getValue() === $newProperty->getValue()) {
215 if (!$label || $label->getValue() !== '_$!<Anniversary>!$_') {
[all …]
DBirthdayCalendarGenerator.php126 if (empty($object->BDAY->getValue())) {
146 $dateParts = DateTimeParser::parseVCardDateTime($object->BDAY->getValue());
162 'SUMMARY' => sprintf($this->format, $object->FN->getValue()),
163 'DTSTART' => new \DateTime($object->BDAY->getValue()),
174 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
175 'X-SABRE-VCARD-FN' => $object->FN->getValue(),
180 'X-SABRE-VCARD-UID' => $object->UID->getValue(),
181 'X-SABRE-VCARD-FN' => $object->FN->getValue(),
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php81 $valueType = $parameters['VALUE']->getValue();
110 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
129 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TI…
135 switch(strtolower($property->getValue())) {
171 $parts = DateTimeParser::parseVCardDateTime($property->getValue());
172 if ($parts['year']===$property['X-APPLE-OMIT-YEAR']->getValue()) {
184 if (strtoupper($property->getValue()) === 'COMPANY') {
189 if (strtoupper($property->getValue()) === 'GROUP') {
198 if ($anniversary->getValue() === $newProperty->getValue()) {
211 if (!$label || $label->getValue()!=='_$!<Anniversary>!$_') {
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DReaderTest.php88 $this->assertEquals('propValue', $result->getValue());
100 $this->assertEquals("Line1\nLine2\nLine3\\Not the 4th line!", $result->getValue());
112 $this->assertEquals('20110529', $result->getValue());
124 $this->assertEquals('20110529', $result->getValue());
153 $this->assertEquals('propValue', $result->children[0]->getValue());
191 $this->assertEquals('propValue', $result->getValue());
194 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
207 $this->assertEquals('propValue', $result->getValue());
210 $this->assertEquals('1,2,3,4,5,6,7,8,9,10,"11"', $result->parameters['N']->getValue());
223 $this->assertEquals('propValue', $result->getValue());
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DReaderTest.php88 $this->assertEquals('propValue', $result->getValue());
100 $this->assertEquals("Line1\nLine2\nLine3\\Not the 4th line!", $result->getValue());
112 $this->assertEquals('20110529', $result->getValue());
124 $this->assertEquals('20110529', $result->getValue());
153 $this->assertEquals('propValue', $result->children[0]->getValue());
191 $this->assertEquals('propValue', $result->getValue());
194 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
207 $this->assertEquals('propValue', $result->getValue());
210 $this->assertEquals('1,2,3,4,5,6,7,8,9,10,"11"', $result->parameters['N']->getValue());
223 $this->assertEquals('propValue', $result->getValue());
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php88 $this->assertEquals('propValue', $result->getValue());
100 $this->assertEquals("Line1\nLine2\nLine3\\Not the 4th line!", $result->getValue());
112 $this->assertEquals('20110529', $result->getValue());
124 $this->assertEquals('20110529', $result->getValue());
153 $this->assertEquals('propValue', $result->children[0]->getValue());
191 $this->assertEquals('propValue', $result->getValue());
194 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
207 $this->assertEquals('propValue', $result->getValue());
210 $this->assertEquals('1,2,3,4,5,6,7,8,9,10,"11"', $result->parameters['N']->getValue());
223 $this->assertEquals('propValue', $result->getValue());
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DReaderTest.php89 $this->assertEquals('propValue', $result->getValue());
101 $this->assertEquals("Line1\nLine2\nLine3\\Not the 4th line!", $result->getValue());
113 $this->assertEquals('20110529', $result->getValue());
125 $this->assertEquals('20110529', $result->getValue());
154 $this->assertEquals('propValue', $result->children()[0]->getValue());
192 $this->assertEquals('propValue', $result->getValue());
195 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
208 $this->assertEquals('propValue', $result->getValue());
211 $this->assertEquals('1,2,3,4,5,6,7,8,9,10,"11"', $result->parameters['N']->getValue());
225 $this->assertEquals('propValue', $result->getValue());
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
DRecurTest.php210 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24', $property->getValue());
223 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=0', $property->getValue());
236 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24', $property->getValue());
250 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=BLA', $property->getValue());
263 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24', $property->getValue());
278 … $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=1,2,3,4', $property->getValue());
293 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=3', $property->getValue());
301 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYMONTHDAY=24;BYMONTH=2,3', $property->getValue());
316 …quals('FREQ=DAILY;BYHOUR=10;BYMINUTE=30;BYSECOND=0;UNTIL=20150616T153000Z', $property->getValue());
327 $this->assertEquals('FREQ=YEARLY;COUNT=6;BYWEEKNO=11', $property->getValue());
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
DExpressionParser.php75 …while ($this->isBinary($token) && $this->binaryOperators[$token->getValue()]['precedence'] >= $pre…
76 $op = $this->binaryOperators[$token->getValue()];
79 if ('is not' === $token->getValue()) {
81 } elseif ('is' === $token->getValue()) {
106 $operator = $this->unaryOperators[$token->getValue()];
146 … return $token->test(Token::OPERATOR_TYPE) && isset($this->unaryOperators[$token->getValue()]);
151 … return $token->test(Token::OPERATOR_TYPE) && isset($this->binaryOperators[$token->getValue()]);
160 switch ($token->getValue()) {
179 if ('(' === $this->parser->getCurrentToken()->getValue()) {
180 $node = $this->getFunctionNode($token->getValue(), $token->getLine());
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
DMimeDirTest.php33 $this->assertEquals("umlaut u - \xC3\xBC", $vcard->FN->getValue());
48 $this->assertEquals("umlaut u - \xC3\xBC", $vcard->FN->getValue());
63 $this->assertEquals("foo-bar - \xFC", $vcard->FN->getValue());
82 $this->assertEquals("umlaut u - \xFC", $vcard->FN->getValue());
125 $this->assertEquals("Euro \xE2\x82\xAC", $vcard->FN->getValue());
140 $this->assertEquals("Euro \xE2\x82\xAC", $vcard->FN->getValue());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
DAsseticTokenParser.php61 $inputs[] = $stream->next()->getValue();
66 …ay_filter(array_map('trim', explode(',', $stream->expect(\Twig_Token::STRING_TYPE)->getValue()))));
71 $attributes['output'] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
76 $name = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
81 $attributes['var_name'] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
86 …s['debug'] = 'true' == $stream->expect(\Twig_Token::NAME_TYPE, array('true', 'false'))->getValue();
91 …'combine'] = 'true' == $stream->expect(\Twig_Token::NAME_TYPE, array('true', 'false'))->getValue();
99 $attributes['vars'][] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
111 $key = $stream->next()->getValue();
113 $attributes[$key] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php113 $this->assertEquals($child->getValue(), '20141108T043000Z');
116 $this->assertEquals($child->getValue(), '20141108T063000Z');
162 $this->assertEquals($child->getValue(), '20141108T043000Z');
165 $this->assertEquals($child->getValue(), '20141108T063000Z');
200 $this->assertEquals($child->getValue(), '20141108T043000Z');
203 $this->assertEquals($child->getValue(), '20141108T063000Z');
/plugin/diagramsnet/lib/shapes/ios7/
DmxIOS7Ui.js88 c.setFillColor(mxUtils.getValue(this.style, mxIOS7C.STYLE_FILLCOLOR2, '#222222'));
186 var state = mxUtils.getValue(this.style, mxIOS7C.BUTTON_STATE, mxIOS7C.STATE_ON);
201 c.setStrokeColor(mxUtils.getValue(this.style, mxIOS7C.STYLE_STROKECOLOR2, '#aaaaaa'));
202 c.setFillColor(mxUtils.getValue(this.style, mxIOS7C.STYLE_FILLCOLOR2, '#ffffff'));
272 var barPos = mxUtils.getValue(this.style, mxIOS7C.BAR_POS, '80');
279 c.setStrokeColor(mxUtils.getValue(this.style, mxIOS7C.STYLE_STROKECOLOR2, '#a0a0a0'));
290 …var barPos = Math.max(0, Math.min(100, parseFloat(mxUtils.getValue(this.state.style, 'barPos', thi…
341 var fieldText = mxUtils.getValue(this.style, mxIOS7C.BUTTON_TEXT, '');
345 var barPos = mxUtils.getValue(this.style, mxIOS7C.BAR_POS, '80');
351 c.setStrokeColor(mxUtils.getValue(this.style, mxConstants.STYLE_FILLCOLOR, ''));
[all …]

12345678910>>...46