Home
last modified time | relevance | path

Searched refs:infoValue (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DDocHTML.php111 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);
/plugin/chat/
H A Dscript.js243 Ajax_chat_class.prototype.updateInfo = function(infoTag, infoValue) { argument
247 infoDiv.elements[infoTag].value = infoValue;