Lines Matching +defs:text +defs:wrap
130 self.wrap = cols => { function
169 wrap: !!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
209 }, { text: command[1] }); property
226 text: hints.join(' '), 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
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