| /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) 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/Parsing/ |
| H A D | Handler.php | 89 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '') 116 public function addCall($handler, $args, $pos) 167 public function _addCall($handler, $args, $pos) 182 public function addPluginCall($plugin, $args, $state, $pos, $match) 229 public function plugin($match, $state, $pos, $pluginname) 248 public function base($match, $state, $pos) 257 public function header($match, $state, $pos) 266 public function internallink($match, $state, $pos) 275 public function media($match, $state, $pos)
|
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | Preformatted.php | 7 protected $pos; variable in dokuwiki\\Parsing\\Handler\\Preformatted
|
| H A D | Block.php | 58 protected function openParagraph($pos) 75 protected function closeParagraph($pos)
|
| /dokuwiki/inc/ |
| H A 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 …]
|
| /dokuwiki/_test/tests/Parsing/ |
| H A D | HandlerTest.php | 18 public function handle($match, $state, $pos, Handler $handler) 40 public function handle($match, $state, $pos, Handler $handler)
|
| /dokuwiki/_test/tests/Parsing/Lexer/ |
| H A D | RecordingHandler.php | 17 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '')
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Internallink.php | 23 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Nocache.php | 22 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Rss.php | 22 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Emaillink.php | 23 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Multiplyentity.php | 30 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Header.php | 27 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Base.php | 33 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Linebreak.php | 22 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Hr.php | 22 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Notoc.php | 22 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Camelcaselink.php | 26 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Eol.php | 28 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Unformatted.php | 31 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Quotes.php | 66 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Windowssharelink.php | 34 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Filelink.php | 41 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Media.php | 23 public function handle($match, $state, $pos, Handler $handler)
|
| H A D | Preformatted.php | 38 public function handle($match, $state, $pos, Handler $handler)
|