Home
last modified time | relevance | path

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

/plugin/txtconf/
H A Dadmin.php147 foreach ($this->_conf_type_list as $mytype) {
148 if ($this->_conftype && $this->_conftype == $mytype) {
149 ptln('<option value="'.$mytype.'" selected="selected">'.$mytype.'</option>');
151 ptln('<option value="'.$mytype.'">'.$mytype.'</option>');
/plugin/eventum/XML/
H A DRPC.php1555 var $mytype = 0; variable in XML_RPC_Value
1563 $this->mytype = 0;
1586 if ($this->mytype == 1) {
1609 if ($this->mytype == 2) {
1617 $this->mytype = $typeof;
1627 if ($this->mytype != 0) {
1633 $this->mytype = $GLOBALS['XML_RPC_Types']['array'];
1643 if ($this->mytype != 0) {
1649 $this->mytype = $GLOBALS['XML_RPC_Types']['struct'];
1675 switch ($this->mytype) {