Home | History | Annotate | Download | only in ASCIIMathPHP-2.0

Lines Matching refs:tmp_node

460         $tmp_node = $this->createNode();
461 $tmp_node->setName('mn');
462 $tmp_node->setContent('&#' . hexdec('200B') . ';');
463 return $tmp_node;
678 $tmp_node = $node_arr[$key_node_arr[$i]];
680 if($tmp_node_first = $tmp_node->getFirstChild()) {
686 if($tmp_node_last = $tmp_node->getLastChild()) {
703 $is_mtrx_flg = $tmp_node->getName() == 'mrow' &&
709 for ($j = 0;$j < $tmp_node->getNumChild();$j++) {
710 $tmp_c_node = $tmp_node->getChildByIdx($j);
734 if (!($tmp_node = $node_arr[$tmp_key_node_arr[0]])) {
737 $num_child = $tmp_node->getNumChild();
740 $tmp_node->removeFirstChild();
749 $tmp_node->removeFirstChild();
761 if ($tmp_c_node = $tmp_node->getFirstChild()) {
763 $tmp_node->removeFirstChild();