/dokuwiki/inc/parser/ |
H A D | handler.php | 47 public function addCall($handler, $args, $pos) { 92 public function _addCall($handler, $args, $pos) { 293 public function base($match, $state, $pos) { 309 public function header($match, $state, $pos) { 332 public function notoc($match, $state, $pos) { 365 public function eol($match, $state, $pos) { 376 public function hr($match, $state, $pos) { 387 public function strong($match, $state, $pos) { 577 public function quote($match, $state, $pos) { 612 public function file($match, $state, $pos) { [all …]
|
H A D | xhtmlsummary.php | 39 public function header($text, $level, $pos) {
|
H A D | renderer.php | 185 public function header($text, $level, $pos) { 657 public function table_open($maxcols = null, $numrows = null, $pos = null) { 665 public function table_close($pos = null) {
|
H A D | xhtml.php | 213 public function header($text, $level, $pos, $returnonly = false) { 1334 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) { 1359 public function table_close($pos = null) {
|
H A D | metadata.php | 160 public function header($text, $level, $pos)
|
/dokuwiki/inc/Form/ |
H A 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) 298 public function addButton($name, $content, $pos = -1) 324 public function addLabel($label, $for='', $pos = -1) 360 public function addHTML($html, $pos = -1) 372 public function addTag($tag, $pos = -1) 386 public function addTagOpen($tag, $pos = -1) 400 public function addTagClose($tag, $pos = -1) [all …]
|
/dokuwiki/inc/ |
H A D | JpegMeta.php | 2462 function _readIPTC(&$data, $pos = 0) { 2552 function _write8BIM(&$data, $pos, $type, $header, &$value) { 2620 function _writeIPTCEntry(&$data, $pos, $type, &$value) { 2987 function _getByte(&$data, $pos) { 3001 function _putByte(&$data, $pos, $val) { 3010 function _getShort(&$data, $pos, $bigEndian = true) { 3045 function _getLong(&$data, $pos, $bigEndian = true) { 3070 function _putLong(&$data, $pos, $val, $bigEndian = true) { 3089 function & _getNullString(&$data, $pos) { 3106 function & _getFixedString(&$data, $pos, $length = -1) { [all …]
|
H A D | form.php | 167 public function insertElement($pos, $elem) 182 public function replaceElement($pos, $elem) 259 public function &getElementAt($pos)
|
/dokuwiki/inc/Parsing/Handler/ |
H A D | Preformatted.php | 8 protected $pos; variable in dokuwiki\\Parsing\\Handler\\Preformatted
|
H A D | Block.php | 68 protected function openParagraph($pos) 85 protected function closeParagraph($pos)
|
/dokuwiki/inc/Extension/ |
H A D | SyntaxPlugin.php | 79 abstract public function handle($match, $state, $pos, Doku_Handler $handler);
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 54 public function handle($match, $state, $pos, Doku_Handler $handler)
|
/dokuwiki/inc/Parsing/Lexer/ |
H A D | Lexer.php | 256 protected function invokeHandler($content, $is_match, $pos)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
H A D | Stream.php | 71 var $pos; variable in phpseclib\\Net\\SFTP\\Stream
|
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | lessc.inc.php | 3835 protected function append($prop, $pos = null) {
|