Home
last modified time | relevance | path

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

12

/dokuwiki/inc/Form/
H A 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/Parsing/
H A DHandler.php89 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 DPreformatted.php7 protected $pos; variable in dokuwiki\\Parsing\\Handler\\Preformatted
H A DBlock.php58 protected function openParagraph($pos)
75 protected function closeParagraph($pos)
/dokuwiki/inc/
H A 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 …]
/dokuwiki/_test/tests/Parsing/
H A DHandlerTest.php18 public function handle($match, $state, $pos, Handler $handler)
40 public function handle($match, $state, $pos, Handler $handler)
/dokuwiki/_test/tests/Parsing/Lexer/
H A DRecordingHandler.php17 public function handleToken($modeName, $match, $state, $pos, $originalModeName = '')
/dokuwiki/inc/Parsing/ParserMode/
H A DInternallink.php23 public function handle($match, $state, $pos, Handler $handler)
H A DNocache.php22 public function handle($match, $state, $pos, Handler $handler)
H A DRss.php22 public function handle($match, $state, $pos, Handler $handler)
H A DEmaillink.php23 public function handle($match, $state, $pos, Handler $handler)
H A DMultiplyentity.php30 public function handle($match, $state, $pos, Handler $handler)
H A DHeader.php27 public function handle($match, $state, $pos, Handler $handler)
H A DBase.php33 public function handle($match, $state, $pos, Handler $handler)
H A DLinebreak.php22 public function handle($match, $state, $pos, Handler $handler)
H A DHr.php22 public function handle($match, $state, $pos, Handler $handler)
H A DNotoc.php22 public function handle($match, $state, $pos, Handler $handler)
H A DCamelcaselink.php26 public function handle($match, $state, $pos, Handler $handler)
H A DEol.php28 public function handle($match, $state, $pos, Handler $handler)
H A DUnformatted.php31 public function handle($match, $state, $pos, Handler $handler)
H A DQuotes.php66 public function handle($match, $state, $pos, Handler $handler)
H A DWindowssharelink.php34 public function handle($match, $state, $pos, Handler $handler)
H A DFilelink.php41 public function handle($match, $state, $pos, Handler $handler)
H A DMedia.php23 public function handle($match, $state, $pos, Handler $handler)
H A DPreformatted.php38 public function handle($match, $state, $pos, Handler $handler)

12