Lines Matching +defs:text +defs:width
168 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
359 text: example[0], property
365 text: example[0], property
367 width: maxWidth(examples, theWrap) + 4, property
369 text: example[1], property
555 function isIndentedText(text) { argument
558 function addIndentation(text, indent) { argument
563 function getIndentation(text) { argument
566 function getText(text) { argument