Home
last modified time | relevance | path

Searched +defs:text +defs:align (Results 26 – 50 of 257) sorted by relevance

1234567891011

/plugin/latexport/_test/
Ddecorator_mock.php35 function header($text, $level, $pos) {
43 function cdata($text) {
87 function internalmedia($src, $title = null, $align = null, $width = null, $height = null,
186 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {
/plugin/latexport/implementation/
Ddecorator_tables.php97 function unformatted($text) {
148 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
164 function tablecell_open($colspan = 1, $align = center, $rowspan = 1) {
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dusage.js174 ui.div({ text: `${usage[0].replace(/\$0/g, base$0)}` }); property
176 ui.div({ text: `${usage[1]}`, padding: [1, 0, 0, 0] }); property
206 text: commandString, property
209 }, { text: command[1] }); property
226 text: hints.join(' '), property
228 align: 'right', property
340 text: getText(kswitch), property
345 ui.div({ text: extra, padding: [0, 0, 0, 2], align: 'right' }); property
359 text: example[0], property
365 text: example[0], property
[all …]
/plugin/revealjs/plugin/markdown/
Dmarked.js6\n]+?) *(?:#+ *)?(?:\n+|$)/,nptable:f,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^… method
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php20 protected static $align; variable in syntax_plugin_dwtimeline_dwtimeline
518 public function lineEndAt(string $text, int $pos, int $len): int
530 public function lineStartAt(string $text, int $pos): int
543 public function cutSection(string $text, int $start, int $end): string
/plugin/flowcharts/
Drenderer.php50 function internalmedia($src, $title = null, $align = null, $width = null,
70 function cdata($text) {
/plugin/s5reloaded/
Drenderer.php189 function header($text, $level, $pos) {
252 function _media ($src, $title=NULL, $align=NULL, $width=NULL,
/plugin/mermaid/
H A Drenderer.php46 …public function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $…
57 public function cdata($text)
/plugin/nodetailsxhtml/
H A Drenderer.php122 function header($text, $level, $pos, $returnonly = false) {
415 function _media($src, $title = null, $align = null, $w = null,
481 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) {
/plugin/dw2pdf/
H A Drenderer.php73 public function header($text, $level, $pos, $returnonly = false)
207 $align = null,
/plugin/revealjs/
Drenderer.php357 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = NULL) {
388 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = NULL) {
464 function _highlight($type, $text, $language = null, $filename = null, $options = null) {
/plugin/asciidocjs/node_modules/cliui/build/lib/
Dindex.js2 const align = { variable
70 colFromString(text) { argument
130 text: str.replace(/ +$/, ''), property
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dusage.js125 {text: command[0], padding: [0, 2, 0, 2], width: maxWidth(commands) + 4}, property
126 {text: command[1]} property
174 {text: kswitch, padding: [0, 2, 0, 2], width: maxWidth(switches) + 4}, property
178 if (extra) ui.div({text: extra, padding: [0, 0, 0, 2], align: 'right'}) property
195 {text: example[0], padding: [0, 2, 0, 2], width: maxWidth(examples) + 4}, property
/plugin/combo/renderer/
H A Danalytics.php681 public function header($text, $level, $pos)
780 public function addToDescription($text)
790 public function cdata($text)
825 …public function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $…
830 …public function externalmedia($src, $title = null, $align = null, $width = null, $height = null, $…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dtheme-raphael.js84 cleanText: function(text) { argument
92 textBBox: function(text, font) { argument
131 drawText: function(x, y, text, font, align) { argument
Dtheme.js330 textBBox: function(text, font) {}, argument
447 drawTextBox: function(box, text, margin, padding, font, align) { argument
Dtheme-snap.js138 textBBox: function(text, font) { argument
164 createText: function(text, font) { argument
202 drawText: function(x, y, text, font, align) { argument
/plugin/epub/
Drenderer.php94 function header($text, $level, $pos, $readonly=false) {
106 function _media ($src, $title=NULL, $align=NULL, $width=NULL,
404 function set_image($img,$width=null,$height=null,$align=null) {
/plugin/odt/ODT/
DODTDocument.php306 function addPlainText($text) {
483 function addPreformattedText($text, $style=null, $notescaped=true) {
634 function tocAddItemInternal($refID, $hid, $text, $level) {
707 function heading($text, $level, $element=NULL, $attributes=NULL){
1142 function tableHeaderOpen($colspan = 1, $rowspan = 1, $align, $element=NULL, $attributes=NULL){
1162 function tableCellOpen($colspan, $rowspan, $align, $element=NULL, $attributes=NULL){
1572 …public function addImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style…
1612 …public function addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title …
1923 function insertCrossReference($destination, $text){
1982 …function insertHyperlink ($url, $text, $styleName = NULL, $visitedStyleName = NULL, $returnonly = …
[all …]
/plugin/combo/ComboStrap/
H A DMediaMarkup.php100 private ?string $align = null; variable in ComboStrap\\MediaMarkup
479 public function setAlign(string $align): MediaMarkup
653 static function isInternalMediaSyntax($text)
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
Dwsc.js10 …=null;a.sessionid="";a.LocalizationButton={ChangeTo_button:{instance:null,text:"Change to",localiz… property
11 localizationID:"FinishChecking"},Option_button:{instance:null,text:"Options",localizationID:"Option… property
22 …e.send({message:{changeLang:a.selectingLang,interfaceLang:a.interfaceLang,text:a.dataTemp,cmd:f},t… property
32 e=e||a.dataTemp;g.postMessage.send({message:{customerId:a.wsc_customerId,text:e,txt_ctrl:a.TextArea… property
56 …50%"],className:"wsc-spelltab-bottom",children:[{type:"hbox",id:"leftCol",align:"left",width:"50%"… property
57 …nstance=this},onHide:function(){this.reset()}},{type:"hbox",id:"rightCol",align:"right",width:"30%… property
59 {type:"hbox",id:"rightCol",align:"right",width:"50%",children:[{type:"vbox",id:"rightCol_col__left"… property
63 …"absolute",left:"-9999px"})},onHide:l,children:[{type:"hbox",id:"leftCol",align:"left",width:"70%"… property
64 this.getChild()[0].getElement().getParent().setStyles({"text-align":"center"})},children:[{type:"ht… property
70 …"absolute",left:"-9999px"})},onHide:l,children:[{type:"hbox",id:"leftCol",align:"left",width:"70%"… property
[all …]
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
Dwsc.js10 …=null;a.sessionid="";a.LocalizationButton={ChangeTo_button:{instance:null,text:"Change to",localiz… property
11 localizationID:"FinishChecking"},Option_button:{instance:null,text:"Options",localizationID:"Option… property
22 …e.send({message:{changeLang:a.selectingLang,interfaceLang:a.interfaceLang,text:a.dataTemp,cmd:c},t… property
33 …;c=c||a.dataTemp;g.postMessage.send({message:{customerId:a.wsc_customerId,text:c,txt_ctrl:a.TextAr… property
56 children:[{type:"hbox",id:"leftCol",align:"left",width:"50%",children:[{type:"vbox",id:"rightCol1",… property
58 …ode.SpellTab.setValue(this.getValue())}}]}]}]},{type:"hbox",id:"rightCol",align:"right",width:"50%… property
63 align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",setup:function(){this.getChild()[0].… property
69 …"absolute",left:"-9999px"})},onHide:p,children:[{type:"hbox",id:"leftCol",align:"left",width:"70%"… property
75 …position:"absolute",left:"-9999px"})},children:[{type:"hbox",id:"leftCol",align:"left",width:"70%"… property
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
Dindex.js2 align = { variable
147 text: str.replace(/ +$/, ''), property
/plugin/diagramsnet/lib/js/diagramly/util/
DmxAsyncCanvas.js180 mxAsyncCanvas.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cli… argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DmxVsdxCanvas2D.js722 mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cl… argument
888 align: pStyle['align'] || that.cellState.style["align"], property
914 align: style.getPropertyValue('text-align'), property

1234567891011