Home
last modified time | relevance | path

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

12345678910>>...63

/plugin/latexport/implementation/
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/extlist/
Dsyntax.php219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler)
230 private function _openList($m, $pos, $match, $handler)
257 private function _closeList($m, $pos, $match, $handler)
269 private function _openItem($m, $pos, $match, $handler)
293 private function _closeItem($m, $pos, $match, $handler)
302 private function _openWrapper($m, $pos, $match, $handler)
324 private function _closeWrapper($m, $pos, $match, $handler)
346 private function _openParagraph($pos, $match, $handler)
354 private function _closeParagraph($pos, $match, $handler)
362 public function handle($match, $state, $pos, Doku_Handler $handler)
/plugin/struct/meta/
DFilterValueListHandler.php27 public function row($match, $state, $pos)
53 public function singleQuoteString($match, $state, $pos)
66 public function escapeSequence($match, $state, $pos)
78 public function number($match, $state, $pos)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dnode.js5 constructor(parser, pos, loc) { argument
26 pp.startNodeAt = function(pos, loc) { argument
32 function finishNodeAt(node, type, pos, loc) { argument
48 pp.finishNodeAt = function(node, type, pos, loc) { argument
/plugin/asciidocjs/node_modules/acorn/src/
Dnode.js5 constructor(parser, pos, loc) { argument
26 pp.startNodeAt = function(pos, loc) { argument
32 function finishNodeAt(node, type, pos, loc) { argument
48 pp.finishNodeAt = function(node, type, pos, loc) { argument
/plugin/calendoku/syntax/
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/header3/
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/header2/
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/sidebarng/
Daction.php71 function p_sidebar($pos) {
98 function _sidebar_dispatch($sb, $pos) {
261 function p_sidebar_xhtml($sb,$pos,$subst=array()) {
/plugin/ckgdoku/
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/adhoctags/syntax/
Dabstract.php80 function handleEnterSpecial($match, $state, $pos, Doku_Handler $handler) {
88 function handleUnmatched($match, $state, $pos, Doku_Handler $handler) {
109 function handleMatched($match, $state, $pos, Doku_Handler $handler) {
114 function handleExit($match, $state, $pos, Doku_Handler $handler) {
125 function handle($match, $state, $pos, Doku_Handler $handler){
/plugin/ckgedit/
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/yuriigantt/src/Driver/Embedded/
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/imagemapping/
DImageMapHandler.php94 protected function addPluginCall($args, $pos)
109 protected function addArea($pos, $type, $title, $url, $wiki = null)
145 protected function processLinks($pos)
/plugin/imagemap/
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/
DArray.php36 protected $pos = -1; variable in Swift_Iterator_Array
83 public function seekTo($pos)
DMySQLResult.php36 protected $pos = -1; variable in Swift_Iterator_MySQLResult
88 public function seekTo($pos)
/plugin/move/helper/
Dhandler.php217 public function camelcaselink($match, $state, $pos) {
245 public function internallink($match, $state, $pos) {
332 public function media($match, $state, $pos) {
369 public function plugin($match, $state, $pos, $pluginname) {
/plugin/tabbox/
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/
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/
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/creole/syntax/
Dsuperscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) {
73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
Dmonospace.php46 function handle($match, $state, $pos, Doku_Handler $handler) {
94 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
Dsubscript.php46 function handle($match, $state, $pos, Doku_Handler $handler) {
73 public function onHeaderCallback (creole_syntax_event $myEvent, $pos, $match, $handler) {
/plugin/dtable/
Dhelper.php23 static function line_nr($pos, $file_path, $start_line = 0) {
157 function table($match, $state, $pos) {
232 public function linebreak($match, $state, $pos) {

12345678910>>...63