Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 15 of 15) sorted by last modified time

/dokuwiki/inc/parser/
H A Dxhtml.php213 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 Dxhtmlsummary.php39 header($text, $level, $pos) global() argument
H A Dmetadata.php160 header($text, $level, $pos) global() argument
H A Drenderer.php187 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 Dhandler.php52 * @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...]
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php256 invokeHandler($content, $is_match, $pos) global() argument
/dokuwiki/lib/plugins/info/
H A Dsyntax.php54 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php68 openParagraph($pos) global() argument
85 closeParagraph($pos) global() argument
H A DPreformatted.php8 protected $pos; global() variable in dokuwiki\\Parsing\\Handler\\Preformatted
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/inc/
H A DJpegMeta.php2008 _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 Dform.php167 public function insertElement($pos, $elem) argument
182 public function replaceElement($pos, $elem) argument
259 getElementAt($pos) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php71 var $pos; global() variable in phpseclib\\Net\\SFTP\\Stream
[all...]
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php79 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/dokuwiki/inc/Form/
H A DForm.php114 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...]