Home
last modified time | relevance | path

Searched refs:aName (Results 1 – 8 of 8) sorted by relevance

/plugin/mantis/lib/
H A Dclass.wsdl.php1596 foreach ($typeDef['attrs'] as $aName => $attrs) {
1597 if (isset($xvalue['!' . $aName])) {
1598 $xname = '!' . $aName;
1599 $this->debug("value provided for attribute $aName with key $xname");
1600 } elseif (isset($xvalue[$aName])) {
1601 $xname = $aName;
1602 $this->debug("value provided for attribute $aName with key $xname");
1604 $xname = '!' . $aName;
1606 $this->debug('use default value of ' . $xvalue[$aName] . ' for attribute ' . $aName);
1609 $this->debug("no value provided for attribute $aName");
[all …]
H A Dclass.xmlschema.php546 foreach ($eParts as $aName => $aValue) {
548 if ($aName != 'name' && $aName != 'type') {
549 $contentStr .= " $aName=\"$aValue\"";
H A Dnusoap.php1614 foreach ($eParts as $aName => $aValue) {
1616 if ($aName != 'name' && $aName != 'type') {
1617 $contentStr .= " $aName=\"$aValue\"";
6127 foreach ($typeDef['attrs'] as $aName => $attrs) {
6128 if (isset($xvalue['!' . $aName])) {
6129 $xname = '!' . $aName;
6131 } elseif (isset($xvalue[$aName])) {
6132 $xname = $aName;
6135 $xname = '!' . $aName;
6137 $this->debug('use default value of ' . $xvalue[$aName] . ' for attribute ' . $aName);
[all …]
/plugin/bibtex/OSBib/create/
H A DMISC.php133 function aName($name) function in MISC
H A DHELPSTYLE.php115 $this->pString .= MISC::aName("top");
/plugin/bibtex/OSBib/format/
H A DHELPSTYLE.php125 $this->pString = MISC::aName("top");
/plugin/googlesearch/
H A Dnusoap.php1516 foreach ($eParts as $aName => $aValue) {
1518 if ($aName != 'name' && $aName != 'type') {
1519 $contentStr .= " $aName=\"$aValue\"";
5483 foreach ($typeDef['attrs'] as $aName => $attrs) {
5484 if (isset($xvalue['!' . $aName])) {
5485 $xname = '!' . $aName;
5487 } elseif (isset($xvalue[$aName])) {
5488 $xname = $aName;
5491 $xname = '!' . $aName;
5493 $this->debug('use default value of ' . $xvalue[$aName] . ' for attribute ' . $aName);
[all …]
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...