Home
last modified time | relevance | path

Searched refs:_getValue (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/www/coppermine/cpg1.6.x-1.6.12/include/inspekt/
H A Dcage.php216 return $this->_getValue($key);
267 return $this->_getValue($key);
288 return $this->_getValue($key);
314 return $this->_getValue($key);
337 return $this->_getValue($key);
358 return $this->_getValue($key);
379 return $this->_getValue($key);
399 return $this->_getValue($key);
419 return $this->_getValue($key);
440 return $this->_getValue($key);
[all …]
/dports/java/jakarta-oro/jakarta-oro-2.0.8/src/java/org/apache/oro/text/regex/
H A DPerl5Compiler.java513 value = __input._getValue(); in __parseAlternation()
522 value = __input._getValue(); in __parseAlternation()
732 value = __input._getValue(); in __parseAtom()
854 value = __input._getValue(num); in __parseAtom()
1132 clss = __input._getValue(); in __parseUnicodeClass()
1374 operator = __input._getValue(); in __parseBranch()
1407 value = __input._getValue(num); in __parseBranch()
1423 value = __input._getValue(pos); in __parseBranch()
1432 value = __input._getValue(num); in __parseBranch()
1555 value = __input._getValue(); in __parseExpression()
[all …]
H A DCharStringPointer.java84 char _getValue() { in _getValue() method in CharStringPointer
85 return _getValue(_offset); in _getValue()
88 char _getValue(int offset) { in _getValue() method in CharStringPointer
95 return _getValue(_offset + offset); in _getValueRelative()
132 ret = _getValue(); in _postIncrement()
139 ret = _getValue(); in _postDecrement()
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/
H A Dexpectation.php131 function _getValue() { function in EqualExpectation
175 $dumper->describeDifference($this->_getValue(), $compare);
178 $dumper->describeValue($this->_getValue()) .
209 return SimpleTestCompatibility::isIdentical($this->_getValue(), $compare);
222 return "Identical expectation [" . $dumper->describeValue($this->_getValue()) . "]";
224 return "Identical expectation [" . $dumper->describeValue($this->_getValue()) .
227 $dumper->describeDifference($this->_getValue(), $compare, TYPE_MATTERS);
271 $dumper->describeDifference($this->_getValue(), $compare, TYPE_MATTERS);
273 … return "Not identical expectation [" . $dumper->describeValue($this->_getValue()) . "] matches";
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DOctreePost.cpp479 bool OctreePost::_getValue(void *in, int dim, int nbNod, int nbComp, in _getValue() function in OctreePost
525 bool OctreePost::_getValue(void *in, int nbComp, double P[3], int timestep, in _getValue() function in OctreePost
598 if((dim < 0 || dim == 3) && _getValue(getElement(P, _ss, 4, qn, qx, qy, qz), in searchScalar()
601 if((dim < 0 || dim == 3) && _getValue(getElement(P, _sh, 8, qn, qx, qy, qz), in searchScalar()
604 if((dim < 0 || dim == 3) && _getValue(getElement(P, _si, 6, qn, qx, qy, qz), in searchScalar()
607 if((dim < 0 || dim == 3) && _getValue(getElement(P, _sy, 5, qn, qx, qy, qz), in searchScalar()
610 if((dim < 0 || dim == 2) && _getValue(getElement(P, _st, 3, qn, qx, qy, qz), in searchScalar()
613 if((dim < 0 || dim == 2) && _getValue(getElement(P, _sq, 4, qn, qx, qy, qz), in searchScalar()
627 if(_getValue(e, 1, P, step, values, size, grad)) { return true; } in searchScalar()
683 if(_getValue(e, 3, P, step, values, size, grad)) { return true; } in searchVector()
[all …]
H A DOctreePost.h29 bool _getValue(void *in, int dim, int nbNod, int nbComp, double P[3],
31 bool _getValue(void *in, int nbComp, double P[3], int step, double *values,
/dports/cad/cura/Cura-58bae31/plugins/PostProcessingPlugin/scripts/
H A DStretch.py17 def _getValue(line, key, default=None): function
56 self.step_x = _getValue(line, "X", self.step_x)
62 delta_step_x = _getValue(line, "X", 0)
63 delta_step_y = _getValue(line, "Y", 0)
64 delta_step_z = _getValue(line, "Z", 0)
65 delta_step_e = _getValue(line, "E", 0)
127 if _getValue(line, "G") == 0:
131 elif _getValue(line, "G") == 1:
154 elif _getValue(line, "G") == 90:
158 elif _getValue(line, "G") == 91:
[all …]
/dports/audio/praat/praat-6.2.03/sys/
H A Doo_DESCRIPTION.h49 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
51 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
53 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
55 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
57 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
59 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
61 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
63 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
104 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
112 …nullptr, 3, (conststring32) setType##_getText, (conststring32) setType##_getValue, nullptr, nullpt…
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.5/processing/
H A Dsynchronize.py72 return self._semlock._getValue()
76 value = self._semlock._getValue()
94 value = self._semlock._getValue()
117 elif self._semlock._getValue() == 1:
145 elif self._semlock._getValue() == 1:
181 num_waiters = (self._sleeping_count._semlock._getValue() -
182 self._woken_count._semlock._getValue())
/dports/devel/p5-IOC/IOC-0.29/lib/IOC/Config/XML/SAX/
H A DHandler.pm89 sub _getValue { subroutine
116 ($self->_getValue($el, 'name'))
143 ($self->_getValue($el, 'name'))
147 type => $self->_getValue($el, 'type'),
148 prototype => $self->_getValue($el, 'prototype'),
158 constructor => $self->_getValue($el, 'constructor')
172 type => $self->_getValue($el, 'type')
/dports/www/twiki/twiki/lib/TWiki/Configure/
H A DValuer.pm48 sub _getValue { subroutine
74 return $this->_getValue($value, 'values');
80 return $this->_getValue($value, 'defaults');
/dports/www/owncloud/owncloud/lib/composer/deepdiver/zipstreamer/src/Lib/
H A DCount64_64.php39 public function _getValue() { function in ZipStreamer\\Lib\\Count64_64
57 $value = $value->_getValue();
73 $sum = (int) ($this->value + $value->_getValue());
H A DCount64_32.php37 public function _getValue() { function in ZipStreamer\\Lib\\Count64_32
52 $value = $value->_getValue();
77 $value = $value->_getValue();
/dports/www/nextcloud/nextcloud/3rdparty/deepdiver/zipstreamer/src/Lib/
H A DCount64_64.php39 public function _getValue() { function in ZipStreamer\\Lib\\Count64_64
57 $value = $value->_getValue();
73 $sum = (int) ($this->value + $value->_getValue());
H A DCount64_32.php37 public function _getValue() { function in ZipStreamer\\Lib\\Count64_32
52 $value = $value->_getValue();
77 $value = $value->_getValue();
/dports/www/owncloud/owncloud/lib/composer/deepdiver/zipstreamer/src/
H A DCount64.php117 $value = $data->_getValue();
121 $hiBytess = ($data->_getValue() & INT64_HIGH_MAP) >> 32;
122 $loBytess = $data->_getValue() & INT64_LOW_MAP;
/dports/www/nextcloud/nextcloud/3rdparty/deepdiver/zipstreamer/src/
H A DCount64.php117 $value = $data->_getValue();
121 $hiBytess = ($data->_getValue() & INT64_HIGH_MAP) >> 32;
122 $loBytess = $data->_getValue() & INT64_LOW_MAP;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcore/
H A DTrieHash.h17 …ass T, class U> inline h256 trieRootOver(unsigned _itemCount, T const& _getKey, U const& _getValue) in trieRootOver() argument
21 m[_getKey(i)] = _getValue(i); in trieRootOver()
/dports/www/tikiwiki/tiki-21.2/lib/graph-engine/
H A Dabstract.gridbased.php407 $value = $this->_getValue($pos, $round);
416 $value = $this->_getValue($pos, $round);
427 $value = $this->_getValue($pos, $round);
436 $value = $this->_getValue($pos, $round);
501 function _getValue($pos, $round = false) // {{{2 function in LinearGridScale
630 $value = $this->_getValue($pos);
640 $value = $this->_getValue($pos);
652 $value = $this->_getValue($pos);
663 $value = $this->_getValue($pos);
699 function _getValue($pos) // {{{2 function in StaticGridScale
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/pychan/widgets/
H A Dpercentagebar.py119 self._realGetData = self._getValue
151 def _getValue(self): member in PercentageBar
160 value = property(_getValue, _setValue)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/third_party/lit-html/package/src/lib/
H A Dparts.ts69 protected _getValue(): unknown { method in AttributeCommitter
96 this.element.setAttribute(this.name, this._getValue() as string);
409 protected _getValue() { method in PropertyCommitter
413 return super._getValue();
420 (this.element as any)[this.name] = this._getValue();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/lit-html/package/src/lib/
H A Dparts.ts65 protected _getValue(): unknown { method in AttributeCommitter
116 this.element.setAttribute(this.name, this._getValue() as string);
432 protected _getValue() { method in PropertyCommitter
436 return super._getValue();
443 (this.element as any)[this.name] = this._getValue();
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/SNMP/
H A DMock.pm220 sub _getValue { subroutine
243 my $value = $self->_getValue($oid)
283 my $base = $self->_getValue($oid, 1)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/third_party/lit-html/package/lib/
H A Dparts.d.ts35 protected _getValue(): unknown;
128 protected _getValue(): unknown;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/third_party/lit-html/package/ts3.4/lib/
H A Dparts.d.ts35 protected _getValue(): unknown;
128 protected _getValue(): unknown;

12345678910>>...12