/dokuwiki/inc/Form/ |
D | Form.php | 114 public function getElementAt($pos) 170 public function addElement(Element $element, $pos = -1) 189 public function replaceElement(Element $element, $pos) 202 public function removeElement($pos) 219 public function addTextInput($name, $label = '', $pos = -1) 232 public function addPasswordInput($name, $label = '', $pos = -1) 245 public function addRadioButton($name, $label = '', $pos = -1) 258 public function addCheckbox($name, $label = '', $pos = -1) 272 public function addDropdown($name, $options, $label = '', $pos = -1) 285 public function addTextarea($name, $label = '', $pos = -1) [all …]
|
/dokuwiki/inc/parser/ |
D | handler.php | 54 public function addCall($handler, $args, $pos) 104 public function _addCall($handler, $args, $pos) 119 public function addPluginCall($plugin, $args, $state, $pos, $match) 251 protected function nestingTag($match, $state, $pos, $name) 292 public function plugin($match, $state, $pos, $pluginname) 312 public function base($match, $state, $pos) 327 public function header($match, $state, $pos) 351 public function notoc($match, $state, $pos) 363 public function nocache($match, $state, $pos) 375 public function linebreak($match, $state, $pos) [all …]
|
D | xhtmlsummary.php | 47 public function header($text, $level, $pos, $returnonly = false)
|
D | renderer.php | 200 public function header($text, $level, $pos) 754 public function table_open($maxcols = null, $numrows = null, $pos = null) 763 public function table_close($pos = null)
|
D | xhtml.php | 221 public function header($text, $level, $pos, $returnonly = false) 1421 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) 1447 public function table_close($pos = null)
|
D | metadata.php | 167 public function header($text, $level, $pos)
|
/dokuwiki/inc/Parsing/Handler/ |
D | Preformatted.php | 7 protected $pos; variable in dokuwiki\\Parsing\\Handler\\Preformatted
|
D | Block.php | 58 protected function openParagraph($pos) 75 protected function closeParagraph($pos)
|
/dokuwiki/inc/ |
D | JpegMeta.php | 2011 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) { 2517 function _readIPTC(&$data, $pos = 0) { 2607 function _write8BIM(&$data, $pos, $type, $header, &$value) { 2675 function _writeIPTCEntry(&$data, $pos, $type, &$value) { 3042 function _getByte(&$data, $pos) { 3060 function _putByte(&$data, $pos, $val) { 3069 function _getShort(&$data, $pos, $bigEndian = true) { 3084 function _putShort(&$data, $pos = 0, $val = 0, $bigEndian = true) { 3108 function _getLong(&$data, $pos, $bigEndian = true) { 3137 function _putLong(&$data, $pos, $val, $bigEndian = true) { [all …]
|
D | form.php | 167 public function insertElement($pos, $elem) 182 public function replaceElement($pos, $elem) 259 public function &getElementAt($pos)
|
/dokuwiki/inc/Extension/ |
D | SyntaxPlugin.php | 78 abstract public function handle($match, $state, $pos, Doku_Handler $handler);
|
/dokuwiki/lib/plugins/info/ |
D | syntax.php | 56 public function handle($match, $state, $pos, Doku_Handler $handler)
|
/dokuwiki/inc/Parsing/Lexer/ |
D | Lexer.php | 255 protected function invokeHandler($content, $is_match, $pos)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
D | Stream.php | 64 private $pos; variable in phpseclib3\\Net\\SFTP\\Stream
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
D | Parser.php | 1454 protected function append($prop, $pos = null)
|