Home
last modified time | relevance | path

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

/plugin/txtconf/
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/
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) {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js494 function map(moztype, mytype, propmap) { argument
496 moz_to_me += "return new U2." + mytype.name + "({\n" +
546 def_to_moz(mytype, me_to_moz);
584 function def_to_moz(mytype, handler) { argument
585 mytype.DEFMETHOD("to_mozilla_ast", function() {
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js1163 function map(moztype, mytype, propmap) { argument
1200 " return new U2.AST_" + mytype.TYPE + "({",
1205 def_to_moz(mytype, new Function("to_moz", "to_moz_block", "to_moz_scope", [
1276 function def_to_moz(mytype, handler) { argument
1277 mytype.DEFMETHOD("to_mozilla_ast", function() {