Lines Matching refs:__construct
18 public function __construct($name, $data, $offset = -1) { function in refnotes_instruction
36 public function __construct($data) { function in refnotes_nest_instruction
37 parent::__construct('nest', array($data));
47 public function __construct($name, $data, $type, $text, $offset = -1) { function in refnotes_plugin_instruction
48 parent::__construct('plugin', array($name, $data, $type, $text), $offset);
58 public function __construct($type, $attributes, $data = NULL) { function in refnotes_notes_instruction
66 parent::__construct('refnotes_notes', $pluginData, DOKU_LEXER_SPECIAL, '');
76 public function __construct($namespace, $data) { function in refnotes_notes_style_instruction
77 parent::__construct('style', array('ns' => $namespace), $data);
87 public function __construct($namespace, $data) { function in refnotes_notes_map_instruction
88 parent::__construct('map', array('ns' => $namespace), $data);
98 public function __construct($namespace) { function in refnotes_notes_render_instruction
99 parent::__construct('render', array('ns' => $namespace));
109 public function __construct($block) { function in refnotes_notes_render_block_instruction
110 parent::__construct('block', $block);
125 public function __construct($list, &$data, $index) { function in refnotes_instruction_reference
227 public function __construct($event) { function in refnotes_instruction_list