Home
last modified time | relevance | path

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

12345678910>>...57

/plugin/latexport/implementation/
H A Ddecorator_headings.php64 function header($text, $level, $pos) {
97 private function h1($text, $pos) {
126 private function h2($text, $pos) {
145 private function h3($text, $pos) {
149 private function h4($text, $pos) {
153 private function h5($text, $pos) {
/plugin/struct/meta/
H A DFilterValueListHandler.php27 public function row($match, $state, $pos) argument
53 public function singleQuoteString($match, $state, $pos) argument
68 escapeSequence($match, $state, $pos) global() argument
80 number($match, $state, $pos) global() argument
/plugin/extlist/
H A Dsyntax.php219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) argument
230 private function _openList($m, $pos, $match, $handler) argument
255 _closeList($m, $pos, $match, $handler) global() argument
267 _openItem($m, $pos, $match, $handler) global() argument
291 _closeItem($m, $pos, $match, $handler) global() argument
300 _openWrapper($m, $pos, $match, $handler) global() argument
322 _closeWrapper($m, $pos, $match, $handler) global() argument
344 _openParagraph($pos, $match, $handler) global() argument
352 _closeParagraph($pos, $match, $handler) global() argument
360 handle($match, $state, $pos, Doku_Handler $handler) global() argument
[all...]
/plugin/calendoku/syntax/
H A Dshowtable.php31 function handle($match, $state, $pos, &$handler) {
135 function startCalendar($pos, &$handler) {
148 function endCalendar($pos, &$handler) {
153 function addEntryCalendar($component, $pagename, $pos, &$handler) {
/plugin/header2/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler){
120 function _xhtml_header($text, $level, $pos, &$renderer) {
157 function _odt_header($text, $level, $pos, &$renderer){
168 function _xml_header($text, $level, $pos, &$renderer){
/plugin/header3/
H A Dsyntax.php39 function handle($match, $state, $pos, Doku_Handler $handler){
115 function _xhtml_header($text, $level, $pos, &$renderer) {
152 function _odt_header($text, $level, $pos, &$renderer){
163 function _xml_header($text, $level, $pos, &$renderer){
/plugin/sidebarng/
H A Daction.php71 function p_sidebar($pos) {
98 function _sidebar_dispatch($sb, $pos) {
261 function p_sidebar_xhtml($sb,$pos,$subst=array()) {
/plugin/ckgdoku/
H A Drenderer.php68 function header($text, $level, $pos) {
104 function table_close($pos = NULL)
113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){
/plugin/bpmnio/syntax/
H A Dbpmnio.php51 public function handle($match, $state, $pos, Doku_Handler $handler)
124 private function _startSectionEdit(Doku_Renderer $renderer, $pos, $type)
135 private function _finishSectionEdit(Doku_Renderer $renderer, $pos)
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php74 public function embedded($content, $state, $pos)
100 public function plugin($match, $state, $pos, $pluginname)
124 public function addPluginCall($plugin, $args, $state, $pos, $match)
/plugin/ckgedit/
H A Drenderer.php68 function header($text, $level, $pos, $returnonly = false) {
104 function table_close($pos = NULL)
113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){
/plugin/adhoctags/syntax/
H A Dabstract.php80 function handleEnterSpecial($match, $state, $pos, Doku_Handler $handler) { argument
88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) { argument
109 function handleMatched($match, $state, $pos, Doku_Handler $handler) { argument
114 function handleExit($match, $state, $pos, Doku_Handler $handler) { argument
125 function handle($match, $state, $pos, Doku_Handler $handler){ argument
[all...]
/plugin/imagemap/
H A Dsyntax.php33 function handle($match, $state, $pos, &$handler){
275 function _addPluginCall($args, $pos) {
281 function _addArea($pos, $type, $title, $url, $extra=null) {
301 function _processLinks($pos) {
/plugin/swiftmail/Swift/Iterator/
H A DArray.php36 protected $pos = -1; variable in Swift_Iterator_Array
83 public function seekTo($pos)
H A DMySQLResult.php36 protected $pos = -1; variable in Swift_Iterator_MySQLResult
88 public function seekTo($pos)
/plugin/imagemapping/
H A Dsyntax.php38 handle($match, $state, $pos, Doku_Handler $handler) global() argument
302 _addPluginCall($args, $pos) global() argument
308 _addArea($pos, $type, $title, $url, $wiki = null) global() argument
332 _processLinks($pos) global() argument
/plugin/move/helper/
H A Dhandler.php199 public function camelcaselink($match, $state, $pos) {
227 public function internallink($match, $state, $pos) {
314 public function media($match, $state, $pos) {
351 public function plugin($match, $state, $pos, $pluginname) {
/plugin/tabbox/
H A Dsyntax.php76 public function handle($match, $state, $pos, Doku_Handler $handler) {
132 protected function _openTab(Doku_Renderer_xhtml $R, $name, $pos) {
159 protected function _closeTab(Doku_Renderer_xhtml $R, $pos) {
/plugin/do/db/
H A Dupdate0007.sql9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); field
13 CREATE TABLE tasks ( page, md5, date, text , creator , pos); field
/plugin/exttab3/
H A Dsyntax.php90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler)
96 protected function open($tag, $attr, $pos, $match, $handler)
103 protected function close($tag, $pos, $match, $handler)
173 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/qc/
H A Drenderer.php228 header($text, $level, $pos) global() argument
246 table_open($maxcols = null, $numrows = null, $pos = null) global() argument
251 table_close($pos = null) global() argument
/plugin/creole/syntax/
H A Dsubscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) {
73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
H A Dsuperscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) {
73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
H A Dmonospace.php46 function handle($match, $state, $pos, Doku_Handler $handler) {
94 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
/plugin/diagrams/syntax/
H A Dmediafile.php48 public function handle($match, $state, $pos, Doku_Handler $handler) argument
74 public function handleMove($match, $state, $pos, $plugin, $handler) argument

12345678910>>...57