Searched refs:_switch (Results 1 – 12 of 12) sorted by relevance
77 $this->_switch( $tpl, $theme );126 $this->_switch( $tpl );130 function _switch( $tpl, $theme='' ) {/*{{{*/ function in action_plugin_templateconfhelper_templateaction
125 _switch: kw("switch"), property
82 case tt._switch: return this.parseSwitchStatement(node)325 let kind = this.type.isLoop ? "loop" : this.type === tt._switch ? "switch" : null
93 case tt._switch: return this.parseSwitchStatement(node)346 let kind = this.type.isLoop ? "loop" : this.type === tt._switch ? "switch" : null
85 case tt._switch:
210 _switch: kw("switch"), property694 case tt._switch: return this.parseSwitchStatement(node)943 var kind = this.type.isLoop ? "loop" : this.type === tt._switch ? "switch" : null
216 _switch: kw("switch"), property700 case tt._switch: return this.parseSwitchStatement(node)949 var kind = this.type.isLoop ? "loop" : this.type === tt._switch ? "switch" : null
209 _switch: kw("switch"), property739 case tt._switch: return this.parseSwitchStatement(node)998 var kind = this.type.isLoop ? "loop" : this.type === tt._switch ? "switch" : null
215 _switch: kw("switch"), property745 case tt._switch: return this.parseSwitchStatement(node)1004 var kind = this.type.isLoop ? "loop" : this.type === tt._switch ? "switch" : null
1849 case types._switch:2216 var kind = this.state.type.isLoop ? "loop" : this.match(types._switch) ? "switch" : null;