Home
last modified time | relevance | path

Searched refs:ename (Results 1 – 5 of 5) sorted by relevance

/plugin/mantis/lib/
H A Dclass.xmlschema.php160 function CreateTypeName($ename) { argument
165 return $scope . $ename . '_ContainedType';
367 $ename = $attrs['name'];
371 $ename = $this->getLocalPart($attrs['ref']);
377 $ename = $attrs['name'];
379 if (isset($ename) && $this->currentComplexType) {
380 $this->xdebug("add element $ename to complexType $this->currentComplexType");
381 $this->complexTypes[$this->currentComplexType]['elements'][$ename] = $attrs;
383 $this->xdebug("add element $ename to elements array");
H A Dnusoap.php1228 function CreateTypeName($ename) { argument
1233 return $scope . $ename . '_ContainedType';
1435 $ename = $attrs['name'];
1439 $ename = $this->getLocalPart($attrs['ref']);
1445 $ename = $attrs['name'];
1447 if (isset($ename) && $this->currentComplexType) {
1448 $this->xdebug("add element $ename to complexType $this->currentComplexType");
1449 $this->complexTypes[$this->currentComplexType]['elements'][$ename] = $attrs;
1451 $this->xdebug("add element $ename to elements array");
/plugin/googlesearch/
H A Dnusoap.php1341 $ename = $attrs['name'];
1345 $ename = $this->getLocalPart($attrs['ref']);
1353 $ename = $attrs['name'];
1355 if(isset($ename) && $this->currentComplexType){
1356 $this->complexTypes[$this->currentComplexType]['elements'][$ename] = $attrs;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe29218 Ġfil ename
34091 fil ename
34809 Fil ename
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs10138 hdr.ename = blob.read_shift(0, '8lpp4');