Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/inc/Form/
DForm.php114 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/
Dhandler.php54 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 …]
Dxhtmlsummary.php47 public function header($text, $level, $pos, $returnonly = false)
Drenderer.php200 public function header($text, $level, $pos)
754 public function table_open($maxcols = null, $numrows = null, $pos = null)
763 public function table_close($pos = null)
Dxhtml.php221 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)
Dmetadata.php167 public function header($text, $level, $pos)
/dokuwiki/inc/Parsing/Handler/
DPreformatted.php7 protected $pos; variable in dokuwiki\\Parsing\\Handler\\Preformatted
DBlock.php58 protected function openParagraph($pos)
75 protected function closeParagraph($pos)
/dokuwiki/inc/
DJpegMeta.php2011 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 …]
Dform.php167 public function insertElement($pos, $elem)
182 public function replaceElement($pos, $elem)
259 public function &getElementAt($pos)
/dokuwiki/inc/Extension/
DSyntaxPlugin.php78 abstract public function handle($match, $state, $pos, Doku_Handler $handler);
/dokuwiki/lib/plugins/info/
Dsyntax.php56 public function handle($match, $state, $pos, Doku_Handler $handler)
/dokuwiki/inc/Parsing/Lexer/
DLexer.php255 protected function invokeHandler($content, $is_match, $pos)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
DStream.php64 private $pos; variable in phpseclib3\\Net\\SFTP\\Stream
/dokuwiki/vendor/splitbrain/lesserphp/src/
DParser.php1454 protected function append($prop, $pos = null)