Home
last modified time | relevance | path

Searched refs:decodeArray (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/math/vtk8/VTK-8.2.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_shading.c40 HPDF_Array decodeArray; in _GetDecodeArrayVertexValues() local
50 if (!decodeArray) { in _GetDecodeArrayVertexValues()
96 HPDF_Array decodeArray; in HPDF_Shading_New() local
117 decodeArray = HPDF_Array_New(pdf->mmgr); in HPDF_Shading_New()
118 if (!decodeArray) { in HPDF_Shading_New()
123 ret += HPDF_Array_AddReal(decodeArray, xMin); in HPDF_Shading_New()
124 ret += HPDF_Array_AddReal(decodeArray, xMax); in HPDF_Shading_New()
127 ret += HPDF_Array_AddReal(decodeArray, yMin); in HPDF_Shading_New()
128 ret += HPDF_Array_AddReal(decodeArray, yMax); in HPDF_Shading_New()
135 ret += HPDF_Array_AddReal(decodeArray, 0.0); in HPDF_Shading_New()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libharu/vtklibharu/src/
H A Dhpdf_shading.c40 HPDF_Array decodeArray; in _GetDecodeArrayVertexValues() local
50 if (!decodeArray) { in _GetDecodeArrayVertexValues()
96 HPDF_Array decodeArray; in HPDF_Shading_New() local
117 decodeArray = HPDF_Array_New(pdf->mmgr); in HPDF_Shading_New()
118 if (!decodeArray) { in HPDF_Shading_New()
123 ret += HPDF_Array_AddReal(decodeArray, xMin); in HPDF_Shading_New()
124 ret += HPDF_Array_AddReal(decodeArray, xMax); in HPDF_Shading_New()
127 ret += HPDF_Array_AddReal(decodeArray, yMin); in HPDF_Shading_New()
128 ret += HPDF_Array_AddReal(decodeArray, yMax); in HPDF_Shading_New()
135 ret += HPDF_Array_AddReal(decodeArray, 0.0); in HPDF_Shading_New()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/
H A DJsonDecoder.php27 return $this->decodeArray($value);
32 private function decodeArray(array $array) : array { function in PhpParser\\JsonDecoder
55 $node->setAttributes($this->decodeArray($value['attributes']));
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/
H A DJsonDecoder.php27 return $this->decodeArray($value);
32 private function decodeArray(array $array) : array { function in PhpParser\\JsonDecoder
55 $node->setAttributes($this->decodeArray($value['attributes']));
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/
H A DJsonDecoder.php27 return $this->decodeArray($value);
32 private function decodeArray(array $array) : array { function in PhpParser\\JsonDecoder
55 $node->setAttributes($this->decodeArray($value['attributes']));
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/
H A DJsonDecoder.php27 return $this->decodeArray($value);
32 private function decodeArray(array $array) : array { function in PhpParser\\JsonDecoder
55 $node->setAttributes($this->decodeArray($value['attributes']));
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/
H A DJsonDecoder.php27 return $this->decodeArray($value);
32 private function decodeArray(array $array) : array { function in PhpParser\\JsonDecoder
55 $node->setAttributes($this->decodeArray($value['attributes']));
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/
H A DJsonDecoder.php27 return $this->decodeArray($value);
32 private function decodeArray(array $array) : array { function in PhpParser\\JsonDecoder
55 $node->setAttributes($this->decodeArray($value['attributes']));
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/
H A DJsonDecoder.php27 return $this->decodeArray($value);
32 private function decodeArray(array $array) : array { function in PhpParser\\JsonDecoder
55 $node->setAttributes($this->decodeArray($value['attributes']));
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/
H A DJsonDecoder.php27 return $this->decodeArray($value);
32 private function decodeArray(array $array) : array { function in PhpParser\\JsonDecoder
55 $node->setAttributes($this->decodeArray($value['attributes']));
/dports/biology/bbmap/bbmap/current/stream/
H A DHeader.java264 bb.append(decodeArray[c]); in decodeRname()
321 private static final byte[] decodeArray; field in Header
325 decodeArray=new byte[128];
328 decodeArray[i]=escapeArray[i]=(byte)i;
329 if(i=='$'){decodeArray[i]=' ';}
330 else if(i=='{'){decodeArray[i]='_';}
/dports/devel/sope/SOPE/sope-xml/XmlRpc/
H A DNSArray+XmlRpcCoding.m51 return [[_coder decodeArray] objectEnumerator];
79 return [_coder decodeArray];
95 return [NSSet setWithArray:[_coder decodeArray]];
/dports/devel/sope2/SOPE/sope-xml/XmlRpc/
H A DNSArray+XmlRpcCoding.m51 return [[_coder decodeArray] objectEnumerator];
79 return [_coder decodeArray];
95 return [NSSet setWithArray:[_coder decodeArray]];
/dports/biology/avida/avida-2.12.4-src/apps/viewer-macos/frameworks/CorePlot/Source/
H A DNSCoderExtensions.m227 const CGFloat * decodeArray = CGImageGetDecode(image);
228 if ( decodeArray ) {
236 [self encodeCGFloat:decodeArray[i * 2] forKey:newKey];
240 [self encodeCGFloat:decodeArray[i * 2 + 1] forKey:newKey];
481 CGFloat * decodeArray = NULL;
483 decodeArray = malloc(numberOfComponents * 2 * sizeof(CGFloat));
487 decodeArray[i * 2] = [self decodeCGFloatForKey:newKey];
491 decodeArray[i * 2 + 1] = [self decodeCGFloatForKey:newKey];
512 decodeArray,
518 if ( decodeArray ) free(decodeArray);
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/francoispqt/gojay/
H A Ddecode_array.go15 _, err := dec.decodeArray(v)
18 func (dec *Decoder) decodeArray(arr UnmarshalerJSONArray) (int, error) { func
221 newCursor, err := dec.decodeArray(v)
H A Ddecode_unsafe.go20 _, err := dec.decodeArray(v)
111 _, err = dec.decodeArray(vt)
H A Ddecode.go20 _, err := dec.decodeArray(v)
208 _, err = dec.decodeArray(vt)
317 _, err = dec.decodeArray(vt)
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/francoispqt/gojay/
H A Ddecode_array.go15 _, err := dec.decodeArray(v)
18 func (dec *Decoder) decodeArray(arr UnmarshalerJSONArray) (int, error) { func
221 newCursor, err := dec.decodeArray(v)
H A Ddecode_unsafe.go20 _, err := dec.decodeArray(v)
111 _, err = dec.decodeArray(vt)
H A Ddecode.go20 _, err := dec.decodeArray(v)
208 _, err = dec.decodeArray(vt)
317 _, err = dec.decodeArray(vt)
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/francoispqt/gojay/
H A Ddecode_array.go15 _, err := dec.decodeArray(v)
18 func (dec *Decoder) decodeArray(arr UnmarshalerJSONArray) (int, error) { func
221 newCursor, err := dec.decodeArray(v)
H A Ddecode_unsafe.go20 _, err := dec.decodeArray(v)
111 _, err = dec.decodeArray(vt)
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/bser/
H A DLoad.cpp92 static dynamic decodeArray(Cursor& curs) { in decodeArray() function
122 auto names = decodeArray(curs); in decodeTemplate()
171 return decodeArray(curs); in parseBser()
/dports/databases/redis_exporter/redis_exporter-1.33.0/vendor/github.com/mna/redisc/redistest/resp/
H A Ddecode.go120 val, err = decodeArray(r)
130 func decodeArray(r BytesReader) (Array, error) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mna/redisc/redistest/resp/
H A Ddecode.go120 val, err = decodeArray(r)
130 func decodeArray(r BytesReader) (Array, error) { func

1234567891011