Home
last modified time | relevance | path

Searched +defs:text +defs:align (Results 1 – 25 of 257) sorted by relevance

1234567891011

/plugin/struct/renderer/
H A Dcsv.php83 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1)
110 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1)
137 public function cdata($text)
183 public function code($text, $lang = null, $file = null)
188 public function header($text, $level, $pos)
198 public function unformatted($text)
203 public function php($text)
208 public function phpblock($text)
213 public function html($text)
218 public function htmlblock($text)
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/test/
Dcliui.js27 {text: 'i am a string that should be wrapped', width: 15}, property
129 {text: 'i am a second string', align: 'right'}, property
151 {text: 'i am a second string', align: 'center', padding: [0, 2, 0, 2]}, property
173 {text: 'i have padding on my left', padding: [0, 0, 0, 4]}, property
174 {text: 'i have padding on my right', padding: [0, 2, 0, 0], align: 'center'}, property
175 {text: 'i have no padding', padding: [0, 0, 0, 0]} property
196 {text: 'i am a second string', padding: [2, 0, 0, 0]}, property
197 {text: 'i am a third string that should be wrapped', padding: [0, 0, 1, 0]} property
221 {text: 'i am a string', padding: [0, 1, 0, 0]}, property
222 {text: 'i am a second string', padding: [0, 2, 0, 0]}, property
[all …]
/plugin/dokutexit/
Dlatex.php116 function header($text, $level) {
156 function cdata($text) {
289 function unformatted($text) {
293 function php($text) {
297 function html($text) {
304 function preformatted($text) {
313 function file($text) {
333 function code($text, $lang = NULL) {
586 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL
593 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL
[all …]
/plugin/eventline/
Dplain.php46 function cdata($text) {
50 function header($text, $level, $pos) {
54 function preformatted($text) {
58 function file($text) {
68 function code($text, $language = NULL) {
107 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
124 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
208 function getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render)
230 function timelineMedia ($src, $title=NULL, $align=NULL, $width=NULL,
/plugin/simplexml/
Drenderer.php88 function toc_additem($id, $text, $level) {}
90 function header($text, $level, $pos) {
117 function cdata($text) {
233 function unformatted($text) {
239 function php($text) {
245 function html($text) {
251 function preformatted($text) {
257 function file($text) {
271 function code($text, $lang = NULL) {
431 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
[all …]
/plugin/mellelexport/
Drenderer.php565 …function toc_additem($id, $text, $level) {call_user_func_array(array($this, '__call'), array(__FUN…
567 …function header($text, $level, $pos) {call_user_func_array(array($this, '__call'), array(__FUNCTIO…
573 …function cdata($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_get_a…
642 …function unformatted($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func…
644 …function php($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_get_arg…
646 …function phpblock($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_ge…
648 …function html($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_get_ar…
650 …function htmlblock($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_g…
652 …function preformatted($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, fun…
658 …function file($text, $lang = null, $file = null ) {call_user_func_array(array($this, '__call'), ar…
[all …]
/plugin/latexport/implementation/
Ddecorator_persister.php217 function toc_additem($id, $text, $level) {
224 function header($text, $level, $pos) {
286 function cdata($text) {
494 function unformatted($text) {
504 function php($text) {
515 function phpblock($text) {
528 function html($text) {
541 function htmlblock($text) {
552 function preformatted($text) {
577 function file($text, $lang = null, $file = null) {
[all …]
Ddecorator.php53 function texifyText($text) {
251 function toc_additem($id, $text, $level) {
263 function header($text, $level, $pos) {
291 function cdata($text) {
528 function unformatted($text) {
539 function php($text) {
549 function phpblock($text) {
561 function html($text) {
573 function htmlblock($text) {
583 function preformatted($text) {
[all …]
Ddecorator_images.php41 function internalmedia($src, $title = null, $align = null, $width = null,
59 function cdata($text) {
/plugin/latexport/_test/
Dcommand.php17 public $text; variable in CommandHeader
21 function __construct($text, $level, $pos) {
52 public $text; variable in CommandCData
54 function __construct($text) {
80 public $text; variable in CommandInternalLink
220 private $align; variable in CommandTableHeaderOpen
223 function __construct($colspan = 1, $align = null, $rowspan = 1) {
239 private $align = null; variable in CommandTableCellOpen
242 function __construct($colspan = 1, $align = null, $rowspan = 1) {
270 private $align; variable in CommandInternalMedia
[all …]
/plugin/gemini/
Drenderer.php35 public function header($text, $level, $pos)
62 public function cdata($text)
128 public function php($text)
134 public function phpblock($text)
140 public function html($text)
146 public function htmlblock($text)
152 public function preformatted($text)
170 public function file($text, $lang = null, $file = null)
182 public function code($text, $lang = null, $file = null)
398 $align = null,
[all …]
/plugin/edittable/renderer/
Dinverse.php43 function header($text, $level, $pos) {
63 function cdata($text) {
250 function unformatted($text) {
261 function php($text, $wrapper = 'code') {
266 function phpblock($text) {
271 function html($text, $wrapper = 'code') {
276 function htmlblock($text) {
300 function preformatted($text) {
305 function file($text, $language = null, $filename = null) {
309 function code($text, $language = null, $filename = null) {
[all …]
/plugin/nroff/
Drenderer.php122 function toc_additem($id, $text, $level) {
131 function header($text, $level, $pos) {
176 function cdata($text) {
340 function unformatted($text) {
349 function php($text) {
356 function phpblock($text) {
365 function html($text) {
369 function htmlblock($text) {
373 function preformatted($text) {
377 function file($text) {
[all …]
/plugin/xml/
Drenderer.php86 function header($text, $level, $pos) {
119 function cdata($text) {
261 function unformatted($text) {
267 function php($text) {
273 function phpblock($text) {
279 function html($text) {
285 function htmlblock($text) {
291 function preformatted($text) {
307 function code($text, $lang = null, $file = null) {
313 function file($text, $lang = null, $file = null) {
[all …]
/plugin/prosemirror/
Drenderer.php221 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1)
233 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1)
252 protected function openTableCell($type, $colspan, $align, $rowspan)
288 public function header($text, $level, $pos)
302 public function cdata($text)
337 public function preformatted($text)
346 public function code($text, $lang = null, $file = null)
359 public function file($text, $lang = null, $file = null)
364 public function html($text)
374 public function htmlblock($text)
[all …]
/plugin/odp/
Drenderer.php506 function toc_additem($id, $text, $level) {
571 function cdata($text) {
589 function header($text, $level, $pos){
709 function tableheader_open($colspan = 1, $align = "left"){
724 function tablecell_open($colspan = 1, $align = "left"){
829 function unformatted($text) {
890 function php($text, $wrapper='dummy') {
895 function phpblock($text) {
899 function html($text, $wrapper='dummy') {
904 function htmlblock($text) {
[all …]
/plugin/latexit/
Drenderer.php416 function header($text, $level, $pos) {
466 function cdata($text) {
688 function unformatted($text) {
696 function php($text) {
704 function phpblock($text) {
712 function html($text) {
720 function htmlblock($text) {
728 function preformatted($text) {
760 function file($text, $lang = null, $file = null) {
771 function code($text, $lang = null, $file = null) {
[all …]
/plugin/actionrenderer/
Drenderer.php63 public function toc_additem($id, $text, $level)
69 public function header($text, $level, $pos, $returnonly = false)
87 public function cdata($text)
261 public function unformatted($text)
267 public function php($text, $wrapper = 'code')
273 public function phpblock($text)
279 public function html($text, $wrapper = 'code')
285 public function htmlblock($text)
303 public function preformatted($text)
309 public function file($text, $language = null, $filename = null, $options = null)
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php39 …function Write($h, $txt, $currentx = 0, $link = '', $directionality = 'ltr', $align = '', $fill = …
278 …function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fonts…
430 …function Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'D…
/plugin/text/
Drenderer.php112 function header($text, $level, $pos, $returnonly = false) {
123 function cdata($text) {
323 function unformatted($text) {
327 function php($text, $wrapper='code') {
340 function phpblock($text) {
344 function html($text, $wrapper='code') {
348 function htmlblock($text) {
365 function preformatted($text) {
369 function file($text, $language = null, $filename = null, $options = null) {
373 function code($text, $language = null, $filename = null, $options = null) {
[all …]
/plugin/dw2markdown/
Drenderer.php51 function header($text, $level, $pos, $returnonly = false) {
76 function cdata($text) {
294 function unformatted($text) {
306 function php($text, $wrapper = 'code') {
318 function phpblock($text) {
329 function html($text, $wrapper = 'code') {
340 function htmlblock($text) {
349 function preformatted($text) {
372 function file($text, $language = NULL, $filename = NULL, $options = NULL) {
382 function code($text, $language = NULL, $filename = NULL, $options = NULL) {
[all …]
/plugin/a2s/
Dsyntax.php24 protected static $align=''; variable in syntax_plugin_a2s
178 protected function _render_odt(Doku_Renderer $renderer, $state, $txtdata, $align) {
209 protected function _prepare( $text ) {
/plugin/aichat/
H A Drenderer.php99 public function header($text, $level, $pos, $returnonly = false)
117 public function cdata($text)
288 public function unformatted($text)
306 public function preformatted($text)
312 public function file($text, $language = null, $filename = null, $options = null)
318 public function code($text, $language = null, $filename = null, $options = null)
459 $align = null,
473 $align = null,
544 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null)
556 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null)
/plugin/siteexport/renderer/
H A Dpdf.php92 public function header($text, $level, $pos, $returnonly = false) {
214 public function _media ($src, $title=NULL, $align=NULL, $width=NULL,
231 …public function internalmedia($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $…
403 public function preformatted($text) {
409 public function _highlight($type, $text, $language = NULL, $filename = NULL, $options = NULL) {
/plugin/odt/renderer/
Dpage.php484 function toc_additem($id, $text, $level) {}
626 function cdata($text) {
669 function header($text, $level, $pos){
782 function tableheader_open($colspan = 1, $align = "left", $rowspan = 1){
797 function tablecell_open($colspan = 1, $align = "left", $rowspan = 1){
882 function unformatted($text) {
969 function php($text) {
980 function phpblock($text) {
989 function html($text) {
1000 function htmlblock($text) {
[all …]

1234567891011