Searched refs:infoValue (Results 1 – 2 of 2) sorted by relevance
111 foreach($objClass->info as $infoKey => $infoValue) {114 if(is_array($infoValue)) {120 foreach($infoValue as $value) {131 $spanXML->setTagContent(ucfirst($infoKey) . ": " . $infoValue);179 foreach($method->info as $infoKey => $infoValue) {180 if(is_array($infoValue)) {186 foreach($infoValue as $value) {197 $pXML->setTagContent(ucfirst($infoKey) . ": " . $infoValue);
243 Ajax_chat_class.prototype.updateInfo = function(infoTag, infoValue) { argument247 infoDiv.elements[infoTag].value = infoValue;