Home
last modified time | relevance | path

Searched refs:stitle (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/comms/fllog/fllog-1.2.6/src/widgets/
H A Dfileselect.cxx116 string stitle, sfilter, sdef; variable
122 stitle.clear(); in select()
125 if (title) stitle.assign(title); in select()
130 if (!stitle.empty()) native.title(stitle.c_str()); in select()
156 stitle.clear(); in saveas()
159 if (title) stitle.assign(title); in saveas()
164 if (!stitle.empty()) native.title(stitle.c_str()); in saveas()
191 stitle.clear(); in dir_select()
194 if (title) stitle.assign(title); in dir_select()
199 if (!stitle.empty()) native.title(stitle.c_str()); in dir_select()
/dports/comms/fldigi/fldigi-4.1.20/src/fileselector/
H A Dfileselect.cxx118 string filename, stitle, sfilter, sdef, sdirectory; variable
160 stitle.clear(); in select()
165 if (title) stitle.assign(title); in select()
190 native.title(stitle.c_str()); in select()
243 stitle.clear(); in saveas()
248 if (title) stitle.assign(title); in saveas()
273 native.title(stitle.c_str()); in saveas()
318 stitle.clear(); in dir_select()
321 if (title) stitle.assign(title); in dir_select()
326 if (!stitle.empty()) native.title(stitle.c_str()); in dir_select()
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A Dfileselect.cxx116 string filename, stitle, sfilter, sdef, sdirectory; variable
155 stitle.clear(); in select()
160 if (title) stitle.assign(title); in select()
181 native.title(stitle.c_str()); in select()
229 stitle.clear(); in saveas()
234 if (title) stitle.assign(title); in saveas()
255 native.title(stitle.c_str()); in saveas()
291 stitle.clear(); in dir_select()
294 if (title) stitle.assign(title); in dir_select()
299 if (!stitle.empty()) native.title(stitle.c_str()); in dir_select()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A Dfileselect.cxx117 string filename, stitle, sfilter, sdef, sdirectory; variable
159 stitle.clear(); in select()
164 if (title) stitle.assign(title); in select()
189 native.title(stitle.c_str()); in select()
242 stitle.clear(); in saveas()
247 if (title) stitle.assign(title); in saveas()
272 native.title(stitle.c_str()); in saveas()
317 stitle.clear(); in dir_select()
320 if (title) stitle.assign(title); in dir_select()
325 if (!stitle.empty()) native.title(stitle.c_str()); in dir_select()
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A Dfileselect.cxx113 string filename, stitle, sfilter, sdef, sdirectory; variable
152 stitle.clear(); in select()
157 if (title) stitle.assign(title); in select()
178 native.title(stitle.c_str()); in select()
226 stitle.clear(); in saveas()
231 if (title) stitle.assign(title); in saveas()
252 native.title(stitle.c_str()); in saveas()
288 stitle.clear(); in dir_select()
291 if (title) stitle.assign(title); in dir_select()
296 if (!stitle.empty()) native.title(stitle.c_str()); in dir_select()
/dports/net-im/kopete/kopete-21.12.3/tests/libkopete/
H A Dkopetestatusmessagetest.cpp55 const QString stitle = QStringLiteral("Paradise"); in testStatusMetaData() local
59 status.addMetaData(QStringLiteral("title"), stitle); in testStatusMetaData()
64 QCOMPARE(status.metaData("title").toString(), stitle); in testStatusMetaData()
73 const QString stitle = QStringLiteral("Paradise"); in testStatusHash() local
78 status.addMetaData(QStringLiteral("title"), stitle); in testStatusHash()
81 QCOMPARE(status.metaData("title").toString(), stitle); in testStatusHash()
/dports/japanese/hns/hns-2.19.9/public_html/diary/
H A Dindex.cgi.in191 my $stitle = @new[$count];
192 while ($stitle =~ /<!-- GRP:.* -->/) {
194 $stitle = @new[$count];
196 $stitle =~ s/^.*>(.*)<\/a>$/$1/g;
197 $HNS::System::Title .= ' ' . $stitle;
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dknown-items.cc364 string stitle; in check_item_knowledge() local
367 stitle = "Items not yet recognised: (toggle with -)"; in check_item_knowledge()
369 stitle = "Recognised items. (- for unrecognised, select to toggle autopickup)"; in check_item_knowledge()
371 stitle = "You recognise all items. (Select to toggle autopickup)"; in check_item_knowledge()
375 stitle = stitle + string(max(0, MIN_COLS - strwidth(stitle + prompt)), in check_item_knowledge()
398 menu.set_title(stitle); in check_item_knowledge()
/dports/textproc/p5-DocSet/DocSet-0.19/lib/DocSet/
H A DDocSet.pm83 stitle => $self->get('stitle'),
218 stitle => $docset->get('stitle'),
244 $meta{title} = $meta{stitle} unless exists $meta{title};
245 $meta{stitle} = $meta{title} unless exists $meta{stitle};
254 $meta{title} = $meta{stitle} unless exists $meta{title};
255 $meta{stitle} = $meta{title} unless exists $meta{stitle};
/dports/textproc/saxon-devel/saxon-devel-9.1.0.8_1,1/use-cases/sgml/
H A Dq6.xq4 return <stitle>{ $s }</stitle>
/dports/math/grace/grace-5.1.25/src/
H A Dgraphappwin.c400 set_default_string(&labs.stitle); in graphapp_aac_cb()
401 set_plotstr_string(&labs.stitle, GetTextString(label_subtitle_text_item)); in graphapp_aac_cb()
402 labs.stitle.charsize = GetCharSizeChoice(stitle_size_item); in graphapp_aac_cb()
403 labs.stitle.color = GetOptionChoice(stitle_color_item); in graphapp_aac_cb()
404 labs.stitle.font = GetOptionChoice(stitle_font_item); in graphapp_aac_cb()
502 SetTextString(label_subtitle_text_item, labs.stitle.s); in update_graphapp_items()
505 SetCharSizeChoice(stitle_size_item, labs.stitle.charsize); in update_graphapp_items()
508 SetOptionChoice(stitle_color_item, labs.stitle.color); in update_graphapp_items()
511 SetOptionChoice(stitle_font_item, labs.stitle.font); in update_graphapp_items()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Utils/
H A DGnuplot.cc307 ostringstream stitle; in plot_slope() local
311 stitle << "no title"; in plot_slope()
313 stitle << title; in plot_slope()
316 … cmdstr << "replot " << a << " * x + " << b << " title \"" << stitle.str() << "\" with " << pstyle; in plot_slope()
318 … cmdstr << "plot " << a << " * x + " << b << " title \"" << stitle.str() << "\" with " << pstyle; in plot_slope()
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Utils/
H A DPODViewer.pm126 my $stitle = $sec->title;
127 $stitle =~ s/\s+/&nbsp;/g;
129 ( "<a href=\"#" . $sec->title . "\">$stitle</a> " ) );
/dports/devel/git-svn/git-2.34.1/git-gui/lib/
H A Dmerge.tcl101 set stitle $branch
108 set stitle [mc "%s of %s" $branch $remote]
126 ui_status [mc "Merging %s and %s..." $current_branch $stitle]
127 set cons [console::new [mc "Merge"] "merge $stitle"]
/dports/devel/git-gui/git-2.34.1/git-gui/lib/
H A Dmerge.tcl101 set stitle $branch
108 set stitle [mc "%s of %s" $branch $remote]
126 ui_status [mc "Merging %s and %s..." $current_branch $stitle]
127 set cons [console::new [mc "Merge"] "merge $stitle"]
/dports/devel/git-p4/git-2.34.1/git-gui/lib/
H A Dmerge.tcl101 set stitle $branch
108 set stitle [mc "%s of %s" $branch $remote]
126 ui_status [mc "Merging %s and %s..." $current_branch $stitle]
127 set cons [console::new [mc "Merge"] "merge $stitle"]
/dports/devel/git/git-2.34.1/git-gui/lib/
H A Dmerge.tcl101 set stitle $branch
108 set stitle [mc "%s of %s" $branch $remote]
126 ui_status [mc "Merging %s and %s..." $current_branch $stitle]
127 set cons [console::new [mc "Merge"] "merge $stitle"]
/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Dmerge.tcl101 set stitle $branch
108 set stitle [mc "%s of %s" $branch $remote]
126 ui_status [mc "Merging %s and %s..." $current_branch $stitle]
127 set cons [console::new [mc "Merge"] "merge $stitle"]
/dports/devel/cgit/cgit-1.2.3/git/git-gui/lib/
H A Dmerge.tcl101 set stitle $branch
108 set stitle [mc "%s of %s" $branch $remote]
126 ui_status [mc "Merging %s and %s..." $current_branch $stitle]
127 set cons [console::new [mc "Merge"] "merge $stitle"]
/dports/science/berkeleygw/BGW-2.0.0/MeanField/ESPRESSO/version-4.3.2/
H A Dbgw2pw.f9099 character :: sdate*32, stime*32, stitle*32 local
125 READ ( iu ) stitle, sdate, stime
128 CALL mp_bcast ( stitle, ionode_id )
130 IF(stitle(1:8) /= 'WFN-Real') THEN
132 WRITE(0,'(a)') 'Expected header "WFN-Real" but found "' // TRIM(stitle) // '"'
136 IF(stitle(1:11) /= 'WFN-Complex') THEN
584 character :: sdate*32, stime*32, stitle*32 local
601 READ ( iu ) stitle, sdate, stime
604 CALL mp_bcast ( stitle, ionode_id )
605 f1 = real_or_complex == 1 .AND. stitle(1:8) == 'RHO-Real'
[all …]
/dports/www/vdradmin-am/vdradmin-am-3.6.10/
H A Dautotimer2searchtimer.pl102 my $weekday = $stitle = $ssubtitle = $sdescription = $id = $case = 0;
157 $stitle = $at->{section} & 1 ? 1 : 0;
173 $stitle,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/projecttemplates/languages/
H A Dptstrconst.pot56 #: ptstrconst.stitle
57 msgctxt "ptstrconst.stitle"
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/projecttemplates/languages/
H A Dptstrconst.pot56 #: ptstrconst.stitle
57 msgctxt "ptstrconst.stitle"
/dports/textproc/py-isbnlib/isbnlib-3.10.9/isbnlib/
H A D_ext.py79 stitle = cutoff_tokens(tokens, maxlen)
80 title = ' '.join(stitle)
/dports/science/berkeleygw/BGW-2.0.0/MeanField/ESPRESSO/version-5.0/
H A Dbgw2pw.f90117 character :: sdate*32, stime*32, stitle*32 local
143 READ ( iu ) stitle, sdate, stime
146 CALL mp_bcast ( stitle, ionode_id )
147 f1 = real_or_complex == 1 .AND. stitle(1:8) == 'WFN-Real'
148 f2 = real_or_complex == 2 .AND. stitle(1:11) == 'WFN-Complex'
590 character :: sdate*32, stime*32, stitle*32 local
607 READ ( iu ) stitle, sdate, stime
610 CALL mp_bcast ( stitle, ionode_id )
611 f1 = real_or_complex == 1 .AND. stitle(1:8) == 'RHO-Real'
612 f2 = real_or_complex == 2 .AND. stitle(1:11) == 'RHO-Complex'

12345678910>>...13