Home
last modified time | relevance | path

Searched refs:formatText (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/bibtex/
H A Dbibtex.ts95 outputFields[bibtexKey] = formatText(bibtexValue);
102 outputFields[bibtexKey] = formatText(bibtexValue);
108 outputFields[bibtexKey] = formatText(bibtexValue);
268 return formatText(value);
273 const formatText = (nodes: NodeArray): string => { constant
376 return value.map(range => range.map(text => formatText(text)).join('--')).join(',');
385 const literal = formatText(name.literal);
392 const family = name.family ? formatText(name.family) : '';
393 const given = name.given ? formatText(name.given) : '';
394 const suffix = name.suffix ? formatText(name.suffix) : false;
[all …]
/dports/audio/cantata/cantata-2.4.2/widgets/
H A Dnotelabel.h35 static QString formatText(const QString &text);
37 void setText(const QString &text) { label->setText(formatText(text)); } in setText()
51 void setText(const QString &text) { label->setText(NoteLabel::formatText(text)); } in setText()
65 void setText(const QString &text) { StateLabel::setText(NoteLabel::formatText(text)); } in setText()
72 void setText(const QString &text) { UrlLabel::setText(NoteLabel::formatText(text)); } in setText()
/dports/audio/sox/sox-14.4.2/src/
H A Dtests.sh67 formatExt=$1; formatText=$1; formatFlags=""
69 al ) formatText="alaw" ;;
70 ul ) formatText="ulaw" ;;
71 wavu8)formatText="u8 in wav"; formatFlags="-e unsigned -b 8"; formatExt="wav" ;;
72 s1X ) formatText="s8 (swap bits)"; formatExt="s8"; formatFlags="-X" ;;
73 s1N ) formatText="s8 (swap nibbles)"; formatExt="s8"; formatFlags="-N" ;;
74 s1XN) formatText="s8 (swap nibbles & bits)"; formatExt="s8"; formatFlags="-X -N" ;;
94 … getFormat ${format1}; format1Ext=$formatExt; format1Text=$formatText; format1Flags=$formatFlags
95 … getFormat $1; format2Ext=$formatExt; format2Text=$formatText; format2Flags=$formatFlags
198 … echo "TIME `printf %4s $formatText` write=`stderr_time tmp.write`s read=`stderr_time tmp.read`s"
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ui/
H A Dansi.py117 self.writeString(self.formatText(parts[0]))
119 self.writeString(self.formatText(parts[0]))
132 self.writeString(self.formatText(s[i + 1 :]))
147 self.writeString(self.formatText(s))
151 self.writeString(self.formatText(s))
155 self.writeString(self.formatText(s))
159 self.writeString(self.formatText(s))
167 self.writeString(self.formatText(s))
234 def formatText(self, text): member in AnsiParser
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ui/
H A Dansi.py108 self.writeString(self.formatText(parts[0]))
110 self.writeString(self.formatText(parts[0]))
123 self.writeString(self.formatText(s[i+1:]))
138 self.writeString(self.formatText(s))
142 self.writeString(self.formatText(s))
146 self.writeString(self.formatText(s))
150 self.writeString(self.formatText(s))
156 self.writeString(self.formatText(s))
225 def formatText(self, text): member in AnsiParser
/dports/devel/poco/poco-1.10.1-all/Util/src/
H A DHelpFormatter.cpp76 formatText(ostr, _usage, (int) _command.length() + 1); in format()
81 formatText(ostr, _header, 0); in format()
88 formatText(ostr, _footer, 0); in format()
160 formatText(ostr, opt.description(), _indent, _indent); in formatOptions()
164 formatText(ostr, opt.description(), _indent, optWidth); in formatOptions()
208 void HelpFormatter::formatText(std::ostream& ostr, const std::string& text, int indent) const in formatText() function in Poco::Util::HelpFormatter
210 formatText(ostr, text, indent, indent); in formatText()
214 void HelpFormatter::formatText(std::ostream& ostr, const std::string& text, int indent, int firstIn… in formatText() function in Poco::Util::HelpFormatter
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DTextFormatButtons.cpp191 formatText("\\c{", "}"); in addCurve()
196 formatText("<u>", "</u>"); in addUnderline()
201 formatText("<i>", "</i>"); in addItalics()
206 formatText("<b>", "</b>"); in addBold()
211 formatText("<sub>", "</sub>"); in addSubscript()
216 formatText("<sup>", "</sup>"); in addSuperscript()
219 void TextFormatButtons::formatText(const QString &prefix, const QString &postfix) in formatText() function in TextFormatButtons
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/widgets/
H A Dspinboxrange.cpp76 formatText(); in stepBy()
117 formatText(); in setText()
127 formatText(); in clear()
148 formatText(); in onKeyPlayed()
208 formatText(); in updateValue()
267 void SpinBoxRange::formatText() in formatText() function in SpinBoxRange
H A Dspinboxrange.h58 void formatText();
84 SpinBoxVelocityRange(QWidget * parent) : SpinBoxRange(parent) {formatText();}
97 SpinBoxKeyRange(QWidget * parent) : SpinBoxRange(parent) {formatText();}
/dports/x11-toolkits/kf5-kguiaddons/kguiaddons-5.89.0/autotests/
H A Dkwordwraptest.cpp35 KWordWrap ww = KWordWrap::formatText(fm, r, 0, str); in oldTruncationTest()
41 ww = KWordWrap::formatText(fm, r, 0, str); in oldTruncationTest()
53 KWordWrap ww = KWordWrap::formatText(fm, r, 0, inputString); in testWithExistingNewlines()
/dports/comms/ncid/ncid/gateway/
H A Dxdmf2ncid.pl602 my $formatText = "";
604 when ($SDMF_CALLER_ID) { $formatText = "SDMF"; $calltype = "CID"; }
605 when ($MDMF_CALLER_ID) { $formatText = "MDMF"; $calltype = "CID"; }
606 when ($MDMF_MSG_WAITING) { $formatText = "MDMF"; $calltype = "MWI"; }
608 if ($formatText) {
610 logMsg(4, "Got $format ($formatText packet): bytes to checksum = $reclen\n");
770 my ($formatHex, $formatText);
778 $formatText = "";
780 when ($SDMF_CALLER_ID) { $formatText = "SDMF"; $calltype = "Call"; }
781 when ($MDMF_CALLER_ID) { $formatText = "MDMF"; $calltype = "Call"; }
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DAngleSpinBox.hpp87 void setDisplayFormat(DisplayFormat format) { angleSpinBoxFormat=format; formatText(); } in setDisplayFormat()
95 void setPrefixType(PrefixType prefix) { currentPrefixType=prefix; formatText(); } in setPrefixType()
170 void formatText(void);
H A DAngleSpinBox.cpp41 formatText(); in AngleSpinBox()
173 formatText(); in stepBy()
191 formatText(); in clear()
352 formatText(); in updateValue()
361 formatText(); in setRadians()
367 formatText(); in setDegrees()
370 void AngleSpinBox::formatText(void) in formatText() function in AngleSpinBox
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/getopt/
H A DOptionGroup.java94 protected static void formatText(PrintStream out, String text, int leftMargin) in formatText() method in OptionGroup
96 formatText(out, text, leftMargin, Locale.getDefault()); in formatText()
121 protected static void formatText(PrintStream out, String text, int leftMargin, in formatText() method in OptionGroup
265 formatText(out, option.getDescription(), maxArgLen + 4); in printHelp()
H A DParser.java109 protected static void formatText(PrintStream out, String text) in formatText() method in Parser
111 formatText(out, text, Locale.getDefault()); in formatText()
132 protected static void formatText(PrintStream out, String text, Locale aLocale) in formatText() method in Parser
278 formatText(out, headerText); in printHelp()
296 formatText(out, footerText); in printHelp()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/getopt/
H A DOptionGroup.java94 protected static void formatText(PrintStream out, String text, int leftMargin) in formatText() method in OptionGroup
96 formatText(out, text, leftMargin, Locale.getDefault()); in formatText()
121 protected static void formatText(PrintStream out, String text, int leftMargin, in formatText() method in OptionGroup
265 formatText(out, option.getDescription(), maxArgLen + 4); in printHelp()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/getopt/
H A DOptionGroup.java94 protected static void formatText(PrintStream out, String text, int leftMargin) in formatText() method in OptionGroup
96 formatText(out, text, leftMargin, Locale.getDefault()); in formatText()
121 protected static void formatText(PrintStream out, String text, int leftMargin, in formatText() method in OptionGroup
265 formatText(out, option.getDescription(), maxArgLen + 4); in printHelp()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/gnu/classpath/tools/getopt/
H A DOptionGroup.java94 protected static void formatText(PrintStream out, String text, int leftMargin) in formatText() method in OptionGroup
96 formatText(out, text, leftMargin, Locale.getDefault()); in formatText()
121 protected static void formatText(PrintStream out, String text, int leftMargin, in formatText() method in OptionGroup
265 formatText(out, option.getDescription(), maxArgLen + 4); in printHelp()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/gnu/classpath/tools/getopt/
H A DOptionGroup.java94 protected static void formatText(PrintStream out, String text, int leftMargin) in formatText() method in OptionGroup
96 formatText(out, text, leftMargin, Locale.getDefault()); in formatText()
121 protected static void formatText(PrintStream out, String text, int leftMargin, in formatText() method in OptionGroup
265 formatText(out, option.getDescription(), maxArgLen + 4); in printHelp()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/osapi/
H A Ddialogs.cpp164 SCP_string formatText; in LuaError() local
168 vsprintf(formatText, format, args); in LuaError()
171 msgStream << formatText; in LuaError()
272 SCP_string formatText; in Error() local
277 vsprintf(formatText, format, args); in Error()
281 messageStream << "Error: " << formatText << "\n"; in Error()
/dports/devel/jcmdline/jcmdline-2.0.0/testsrc/jcmdline/
H A DTextUsageFormatter_UT.java113 String ret = formatter.formatText(s, 0, 80); in testFormatText()
115 ret = formatter.formatText(s, 0, 20); in testFormatText()
118 ret = formatter.formatText(s, 10, 20); in testFormatText()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/src/
H A DTextFormatButtons.cpp482 formatText("\\l(",")"); in addCurve()
487 formatText("<u>","</u>"); in addUnderline()
492 formatText("<i>","</i>"); in addItalics()
497 formatText("<b>","</b>"); in addBold()
503 formatText("_{","}"); in addSubscript()
505 formatText("<sub>","</sub>"); in addSubscript()
511 formatText("^{","}"); in addSuperscript()
513 formatText("<sup>","</sup>"); in addSuperscript()
519 formatText("\\frac{","}{}"); in addFraction()
525 formatText("\\sqrt{","}"); in addSquareRoot()
[all …]
/dports/devel/pear-ezc_ConsoleTools/ConsoleTools-1.6.1/docs/
H A Dtutorial_example_08_statusbar.php11 'successChar' => $output->formatText( '+', 'success' ),
12 'failureChar' => $output->formatText( '-', 'failure' ),
/dports/www/matomo/piwik/core/ReportRenderer/
H A DPdf.php171 $reportTitle = $this->formatText($reportTitle);
172 $dateRange = $this->formatText(Piwik::translate('General_DateRange') . " " . $prettyDate);
203 $this->TCPDF->Write(1, $this->formatText($description));
211 …$this->TCPDF->Write(1, $this->formatText(Piwik::translate('ScheduledReports_CustomVisitorSegment')…
286 $title = $this->formatText($this->reportMetadata['name']);
337 private function formatText($text) function in Piwik\\ReportRenderer\\Pdf
378 $text = $this->formatText($text);
514 $columnName = $this->formatText($columnName);
541 $message = $this->formatText($message);
/dports/devel/pear-ezc_ConsoleTools/ConsoleTools-1.6.1/ezc/ConsoleTools/
H A Dtable.php587 return $this->formatText( $border, $format );
609 $rowData .= $this->formatText(
614 $rowData .= $this->formatText(
620 … $rowData .= $this->formatText( $this->properties['options']->lineHorizontal, $row->borderFormat );
863 private function formatText( $text, $format ) function in ezcConsoleTable
867 return $this->outputHandler->formatText( $text, $format );

1234567891011