Home
last modified time | relevance | path

Searched +defs:text +defs:width (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/test/
Dcliui.js11 width: 10 property
23 width: 40 property
27 {text: 'i am a string that should be wrapped', width: 15}, property
52 width: 40 property
67 width: 40 property
78 width: 40 property
80 widths = ui._columnWidths([{width: 20}, {}, {}]) property
89 width: 40 property
91 widths = ui._columnWidths([{}, {width: 10}, {}]) property
100 width: 40 property
[all …]
/plugin/form/
Dsyntax.php184 function setLocalLang($text) {
446 function createFileElement($text, $width, $value) {
464 function createTextbox($name, $text, $width, $value) {
482 function createHidden($name, $text) {
491 function createPassbox($name, $text, $width) {
505 function createSelectBox($name, $text, $width, $options, $value) {
543 function createTextarea($name, $text, $value, $rows, $width) {
562 function createRadioButton($name, $text, $options, $value) {
/plugin/pagebuttons/
Dscript.js44 width: "auto", property
49 text: LANG.plugins.pagebuttons.btn_ok, property
56 text: LANG.plugins.pagebuttons.btn_cancel, property
98 width: "auto", property
103 text: LANG.plugins.pagebuttons.btn_ok, property
112 text: LANG.plugins.pagebuttons.btn_cancel, property
154 width: "auto", property
159 text: LANG.plugins.pagebuttons.btn_ok, property
168 text: LANG.plugins.pagebuttons.btn_cancel, property
/plugin/struct/renderer/
H A Dcsv.php137 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)
223 public function preformatted($text)
228 public function file($text, $lang = null, $file = null)
[all …]
/plugin/custombuttons/
Dgenpng.php10 $width = strlen($_GET['text']) * 11; variable
12 $width = 66; variable
22 $text = isset($_GET['text']) ? $_GET['text'] : "No Name"; variable
/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/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)
399 $width = null,
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dusage.js108 width: wrap, property
125 {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/asciidocjs/node_modules/yargs/build/lib/
Dusage.js168 width: theWrap, property
174 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
208 width: maxWidth(commands, theWrap, `${base$0}${parentCommands}`) + 4, property
209 }, { text: command[1] }); property
226 text: hints.join(' '), property
340 text: getText(kswitch), property
342 width: maxWidth(switches, theWrap) + 4, property
345 ui.div({ text: extra, padding: [0, 0, 0, 2], align: 'right' }); property
[all …]
/plugin/deletepagebutton/
Dscript.js52 width: "auto", property
57 text: LANG.plugins.deletepagebutton.btn_ok, property
65 text: LANG.plugins.deletepagebutton.btn_cancel, property
/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/imagemapping/
DImageMappingEditor.js21 width = 0; field in ImageMappingEditor
184 width: Math.max(500, jQuery(window).width() * 0.75), property
190 text: LANG.plugins.imagemapping.btn_fewer, property
194 text: LANG.plugins.imagemapping.btn_more, property
198 text: LANG.plugins.imagemapping.btn_save, property
202 text: LANG.plugins.imagemapping.btn_cancel, property
/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/prettytables/
Dscript.js18 function prettytables_repeat(text,num) { argument
26 function prettytables_count_spaces(text) { argument
43 function prettytables_strcenter (text, width) { argument
71 this.parse = function(text){ argument
/plugin/feedback/
Dscript.js25 width: 400, property
30 text: LANG.plugins.feedback.cancel, property
36 text: LANG.plugins.feedback.submit, property
47 text: LANG.plugins.feedback.close, property
/plugin/jcapture/src/com/hammurapi/jcapture/
DImageToolTip.java63 int width = SwingUtilities.computeStringWidth(metrics, tipText); in getPreferredSize() local
74 private String text; field in ImageToolTip
76 public ImageToolTip(String text, Image image) { in ImageToolTip()
/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/asciidocjs/node_modules/cliui/build/lib/
Dindex.js70 colFromString(text) { argument
130 text: str.replace(/ +$/, ''), property
263 function alignRight(str, width) { argument
271 function alignCenter(str, width) { argument
284 width: (opts === null || opts === void 0 ? void 0 : opts.width) || getWindowWidth(), property
/plugin/latexport/implementation/
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_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 …]
/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/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/move/script/
Drename.js63 width: 800, property
69 text: LANG.plugins.move.cancel, property
75 text: LANG.plugins.move.rename, property
/plugin/odp/
Drenderer.php506 function toc_additem($id, $text, $level) {
571 function cdata($text) {
589 function header($text, $level, $pos){
829 function unformatted($text) {
890 function php($text, $wrapper='dummy') {
895 function phpblock($text) {
899 function html($text, $wrapper='dummy') {
904 function htmlblock($text) {
917 function preformatted($text) {
921 function file($text, $language=null, $filename=null) {
[all …]

12345678910>>...15