Home
last modified time | relevance | path

Searched refs:firstText (Results 1 – 25 of 74) sorted by relevance

123

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/format/
H A Ditem_formatter.cpp504 firstText += *it; in s_FixPages()
520 pages += firstText; in s_FixPages()
529 pages += firstText; in s_FixPages()
544 pages += firstText; in s_FixPages()
550 pages += firstText; in s_FixPages()
587 lastText = firstText; in s_FixPages()
604 firstText += *it; in s_FixPages()
662 if ( ! firstText.empty() ) { in s_FixPages()
668 if ( lastText != firstText ) { in s_FixPages()
679 (firstNumber + firstText) : (firstText + firstNumber) ); in s_FixPages()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/format/
H A Ditem_formatter.cpp504 firstText += *it; in s_FixPages()
520 pages += firstText; in s_FixPages()
529 pages += firstText; in s_FixPages()
544 pages += firstText; in s_FixPages()
550 pages += firstText; in s_FixPages()
587 lastText = firstText; in s_FixPages()
604 firstText += *it; in s_FixPages()
662 if ( ! firstText.empty() ) { in s_FixPages()
668 if ( lastText != firstText ) { in s_FixPages()
679 (firstNumber + firstText) : (firstText + firstNumber) ); in s_FixPages()
[all …]
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkselector.h127 Q_PROPERTY(QString firstText READ firstText WRITE setFirstText)
180 QString firstText() const;
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/nodes/
H A Dshortcode_block.ts140 const firstText = first.t === PandocTokenType.Str ? first.c : second.c; constant
141 if (typeof firstText === 'string' && firstText.startsWith('{{<')) {
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Helpers/WebGrid/
H A DWebGrid.cs572 string firstText = null, in GetHtml() argument
582 …footer = item => Pager(mode, firstText, previousText, nextText, lastText, numericLinksCount, expli… in GetHtml()
647 string firstText = null, in Pager() argument
653 …return Pager(mode, firstText, previousText, nextText, lastText, numericLinksCount, explicitlyCalle… in Pager()
668 string firstText, in Pager() argument
679 if (!ModeEnabled(mode, WebGridPagerModes.FirstLast) && (firstText != null)) in Pager()
705 …return WebGridRenderer.Pager(this, HttpContext, mode: mode, firstText: firstText, previousText: pr… in Pager()
H A D_WebGridRenderer.generated.cs234 string firstText,
266 if (String.IsNullOrEmpty(firstText))
268 firstText = "<<";
271 … WriteTo(@__razor_helper_writer, GridLink(webGrid, webGrid.GetPageUrl(0), firstText));
H A D_WebGridRenderer.cshtml149 string firstText,
167 if (String.IsNullOrEmpty(firstText)) {
168 firstText = "<<";
170 @GridLink(webGrid, webGrid.GetPageUrl(0), firstText)
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/astyle/3rdparty/libastyle/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/devel/astyle/astyle/src/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/astyle/astyle/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/science/plumed/plumed2-2.7.2/astyle/src/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/devel/libastylej/astyle/src/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/devel/libastylej-arduino/astyle/src/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/astyle/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/textproc/highlight/highlight-4.1/src/core/astyle/
H A DASEnhancer.cpp127 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
128 if (firstText == string::npos || line[firstText] != '#') in enhance()
137 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
138 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/graphics/geos/geos-3.9.1/tools/astyle/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/graphics/qgis/qgis-3.22.3/external/astyle/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/astyle/
H A DASEnhancer.cpp141 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
142 if (firstText == string::npos || line[firstText] != '#') in enhance()
151 size_t firstText = line.find_first_not_of(" \t"); in enhance() local
152 if (firstText == string::npos || line[firstText] != '#') in enhance()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/search/
H A DSearchHighlighter.php192 $firstText = '';
195 $firstText = $this->extract( $line, 0, $contextchars * $contextlines );
200 if ( $firstText ) {
204 if ( !preg_match( "/$patPre" . $term . "$patPost/ui", $firstText ) ) {
210 $snippets[$first] = $firstText;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/search/
H A DSearchHighlighter.php192 $firstText = '';
195 $firstText = $this->extract( $line, 0, $contextchars * $contextlines );
200 if ( $firstText ) {
204 if ( !preg_match( "/$patPre" . $term . "$patPost/ui", $firstText ) ) {
210 $snippets[$first] = $firstText;
/dports/www/mediawiki137/mediawiki-1.37.1/includes/search/
H A DSearchHighlighter.php192 $firstText = '';
195 $firstText = $this->extract( $line, 0, $contextchars * $contextlines );
200 if ( $firstText ) {
204 if ( !preg_match( "/$patPre" . $term . "$patPost/ui", $firstText ) ) {
210 $snippets[$first] = $firstText;
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/util/
H A Dcombo_box_base.cpp89 auto firstText = itemText(0); in reInitialize() local
102 insertItem(0, firstText, firstData); in reInitialize()
/dports/textproc/dom4j/dom4j-1.6.1/src/java/org/dom4j/tree/
H A DAbstractBranch.java61 String firstText = getContentAsText(first); in getText() local
65 return firstText; in getText()
67 StringBuffer buffer = new StringBuffer(firstText); in getText()
/dports/deskutils/treeline/TreeLine/source/
H A Dmatheval.py94 def startswith(text, firstText): argument
101 return str(text).startswith(str(firstText))
103 def endswith(text, firstText): argument
110 return str(text).endswith(str(firstText))
/dports/sysutils/kcron/kcron-21.12.3/src/crontablib/
H A Dctcron.cpp176 int firstText = line.indexOf(QRegExp(QLatin1String("\\w"))); in parseTextStream() local
177 if (firstText < 0) { in parseTextStream()
181 if (firstText < 10) { in parseTextStream()

123