/dokuwiki/inc/Form/ |
H A D | Form.php | 114 public function getElementAt($pos) argument 170 addElement(Element $element, $pos = 1) global() argument 189 replaceElement(Element $element, $pos) global() argument 202 removeElement($pos) global() argument 219 addTextInput($name, $label = '', $pos = 1) global() argument 232 addPasswordInput($name, $label = '', $pos = 1) global() argument 245 addRadioButton($name, $label = '', $pos = 1) global() argument 258 addCheckbox($name, $label = '', $pos = 1) global() argument 272 addDropdown($name, $options, $label = '', $pos = 1) global() argument 285 addTextarea($name, $label = '', $pos = 1) global() argument 298 addButton($name, $content, $pos = 1) global() argument 311 addButtonHTML($name, $html, $pos = 1) global() argument 324 addLabel($label, $for = '', $pos = 1) global() argument 337 addLabelHTML($content, $for = '', $pos = 1) global() argument 360 addHTML($html, $pos = 1) global() argument 372 addTag($tag, $pos = 1) global() argument 386 addTagOpen($tag, $pos = 1) global() argument 400 addTagClose($tag, $pos = 1) global() argument 412 addFieldsetOpen($legend = '', $pos = 1) global() argument 423 addFieldsetClose($pos = 1) global() argument [all...] |
/dokuwiki/inc/parser/ |
H A D | handler.php | 52 * @param int $pos byte position in the original source file argument 97 _addCall($handler, $args, $pos) global() argument 111 addPluginCall($plugin, $args, $state, $pos, $match) global() argument 239 nestingTag($match, $state, $pos, $name) global() argument 279 plugin($match, $state, $pos, $pluginname) global() argument 298 base($match, $state, $pos) global() argument 314 header($match, $state, $pos) global() argument 337 notoc($match, $state, $pos) global() argument 348 nocache($match, $state, $pos) global() argument 359 linebreak($match, $state, $pos) global() argument 370 eol($match, $state, $pos) global() argument 381 hr($match, $state, $pos) global() argument 392 strong($match, $state, $pos) global() argument 403 emphasis($match, $state, $pos) global() argument 414 underline($match, $state, $pos) global() argument 425 monospace($match, $state, $pos) global() argument 436 subscript($match, $state, $pos) global() argument 447 superscript($match, $state, $pos) global() argument 458 deleted($match, $state, $pos) global() argument 469 footnote($match, $state, $pos) global() argument 512 listblock($match, $state, $pos) global() argument 540 unformatted($match, $state, $pos) global() argument 553 preformatted($match, $state, $pos) global() argument 582 quote($match, $state, $pos) global() argument 617 file($match, $state, $pos) global() argument 628 code($match, $state, $pos, $type = 'code') global() argument 656 acronym($match, $state, $pos) global() argument 667 smiley($match, $state, $pos) global() argument 678 wordblock($match, $state, $pos) global() argument 689 entity($match, $state, $pos) global() argument 700 multiplyentity($match, $state, $pos) global() argument 712 singlequoteopening($match, $state, $pos) global() argument 723 singlequoteclosing($match, $state, $pos) global() argument 734 apostrophe($match, $state, $pos) global() argument 745 doublequoteopening($match, $state, $pos) global() argument 757 doublequoteclosing($match, $state, $pos) global() argument 773 camelcaselink($match, $state, $pos) global() argument 784 internallink($match, $state, $pos) global() argument 854 filelink($match, $state, $pos) global() argument 865 windowssharelink($match, $state, $pos) global() argument 876 media($match, $state, $pos) global() argument 894 rss($match, $state, $pos) global() argument 929 externallink($match, $state, $pos) global() argument 953 emaillink($match, $state, $pos) global() argument 965 table($match, $state, $pos) global() argument [all...] |
H A D | xhtmlsummary.php | 39 header($text, $level, $pos) global() argument
|
H A D | renderer.php | 187 header($text, $level, $pos) global() argument 659 table_open($maxcols = null, $numrows = null, $pos = null) global() argument 667 table_close($pos = null) global() argument
|
H A D | xhtml.php | 213 header($text, $level, $pos, $returnonly = false) global() argument 1335 table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) global() argument 1360 table_close($pos = null) global() argument [all...] |
H A D | metadata.php | 160 header($text, $level, $pos) global() argument
|
/dokuwiki/inc/ |
H A D | JpegMeta.php | 2008 _writeIFD(& $data, $pos, $offsetBase, & $entries, $isBigEndian, $hasNext) global() argument 2514 _readIPTC(& $data, $pos = 0) global() argument 2604 _write8BIM(& $data, $pos, $type, $header, & $value) global() argument 2672 _writeIPTCEntry(& $data, $pos, $type, & $value) global() argument 3039 _getByte(& $data, $pos) global() argument 3057 _putByte(& $data, $pos, $val) global() argument 3066 _getShort(& $data, $pos, $bigEndian = true) global() argument 3081 _putShort(& $data, $pos = 0, $val = 0, $bigEndian = true) global() argument 3105 _getLong(& $data, $pos, $bigEndian = true) global() argument 3134 _putLong(& $data, $pos, $val, $bigEndian = true) global() argument 3153 _getNullString(& $data, $pos) global() argument 3173 _getFixedString(& $data, $pos, $length = 1) global() argument 3189 _putString(& $data, $pos, & $str) global() argument [all...] |
H A D | form.php | 167 public function insertElement($pos, $elem) argument 182 public function replaceElement($pos, $elem) argument 259 getElementAt($pos) global() argument [all...] |
/dokuwiki/inc/Parsing/Handler/ |
H A D | Preformatted.php | 8 protected $pos; global() variable in dokuwiki\\Parsing\\Handler\\Preformatted
|
H A D | Block.php | 68 openParagraph($pos) global() argument 85 closeParagraph($pos) global() argument
|
/dokuwiki/inc/Extension/ |
H A D | SyntaxPlugin.php | 79 handle($match, $state, $pos, Doku_Handler $handler) global() argument
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 54 handle($match, $state, $pos, Doku_Handler $handler) global() argument
|
/dokuwiki/inc/Parsing/Lexer/ |
H A D | Lexer.php | 256 invokeHandler($content, $is_match, $pos) global() argument
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
H A D | Stream.php | 71 var $pos; global() variable in phpseclib\\Net\\SFTP\\Stream [all...] |
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | lessc.inc.php |
|