Home
last modified time | relevance | path

Searched +full:switch +full:. +full:default +(+path:plugin +path:hidden) -(+path:plugin +path:hidden +path:lang) (Results 1 – 1 of 1) sorted by relevance

/plugin/hidden/
Dsyntax.php4 * v2.4
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Guillaume Turri <guillaume.turri@gmail.com>
23 …n hiddenSwitch plugin's one in order to avoid a confusion between "<hidden.*" and "<hiddenSwitch.*"
27 // override default accepts() method to allow nesting
35 $this->Lexer->addEntryPattern('<hidden\b.*?>(?=.*?</hidden>)', $mode,'plugin_hidden');
43 switch ($state) {
46 $return = array('text' => $this->getLang('switch.default'), 'type' => 'switch');
126 } else { //if there's nothing left, take the default texts
145 default:
[all …]