Home
last modified time | relevance | path

Searched refs:fulltitle (Results 1 – 25 of 57) sorted by relevance

123

/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgutlbeos.cpp166 char fulltitle[GMAXTITLE+1]; in g_set_ostitle_name() local
167 strcpy(fulltitle, ge_beos_title); in g_set_ostitle_name()
169 int len = strlen(fulltitle); in g_set_ostitle_name()
172 strcat(fulltitle, " - "); in g_set_ostitle_name()
173 strxcpy(fulltitle+len+3, title, GMAXTITLE-len-3); in g_set_ostitle_name()
176 g_set_ostitle(fulltitle); in g_set_ostitle_name()
H A Dgutlwin.cpp281 char fulltitle[GMAXTITLE+1]; in g_set_ostitle_name() local
282 strcpy(fulltitle, ge_win_title); in g_set_ostitle_name()
284 int len = strlen(fulltitle); in g_set_ostitle_name()
287 strcat(fulltitle, " - "); in g_set_ostitle_name()
288 strxcpy(fulltitle+len+3, title, GMAXTITLE-len-3); in g_set_ostitle_name()
291 g_set_ostitle(fulltitle); in g_set_ostitle_name()
H A Dgutlos2.cpp293 char fulltitle[GMAXTITLE+1]; in g_set_ostitle_name() local
294 strcpy(fulltitle, ge_os2_title); in g_set_ostitle_name()
296 int len = strlen(fulltitle); in g_set_ostitle_name()
299 strcat(fulltitle, " - "); in g_set_ostitle_name()
300 strxcpy(fulltitle+len+3, title, GMAXTITLE-len-3); in g_set_ostitle_name()
303 g_set_ostitle(fulltitle); in g_set_ostitle_name()
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dadsout.c161 str_init( &fulltitle ); in append_title()
175 str_strcat( &fulltitle, vol ); in append_title()
180 str_strcatc( &fulltitle, ", no. " ); in append_title()
181 str_strcat( &fulltitle, iss ); in append_title()
194 str_strcat( &fulltitle, sn ); in append_title()
196 str_strcatc( &fulltitle, ", p. " ); in append_title()
197 str_strcat( &fulltitle, ar ); in append_title()
200 str_addchar( &fulltitle, '-' ); in append_title()
201 str_strcat( &fulltitle, en ); in append_title()
204 if ( str_memerr( &fulltitle ) ) { in append_title()
[all …]
H A Dbibtexout.c311 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
314 str_init( &fulltitle ); in append_title_chosen()
326 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
328 if ( str_memerr( &fulltitle ) ) { in append_title_chosen()
333 if ( str_has_value( &fulltitle ) ) { in append_title_chosen()
334 status = fields_add( out, bibtag, str_cstr( &fulltitle ), LEVEL_MAIN ); in append_title_chosen()
339 str_free( &fulltitle ); in append_title_chosen()
H A Dbiblatexout.c335 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
338 str_init( &fulltitle ); in append_title_chosen()
350 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
352 if ( str_memerr( &fulltitle ) ) { in append_title_chosen()
357 if ( str_has_value( &fulltitle ) ) { in append_title_chosen()
358 status = fields_add( out, bibtag, str_cstr( &fulltitle ), LEVEL_MAIN ); in append_title_chosen()
363 str_free( &fulltitle ); in append_title_chosen()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dadsout.c160 str_init( &fulltitle ); in append_title()
174 str_strcat( &fulltitle, vol ); in append_title()
179 str_strcatc( &fulltitle, ", no. " ); in append_title()
180 str_strcat( &fulltitle, iss ); in append_title()
193 str_strcat( &fulltitle, sn ); in append_title()
195 str_strcatc( &fulltitle, ", p. " ); in append_title()
196 str_strcat( &fulltitle, ar ); in append_title()
199 str_addchar( &fulltitle, '-' ); in append_title()
200 str_strcat( &fulltitle, en ); in append_title()
203 if ( str_memerr( &fulltitle ) ) { in append_title()
[all …]
H A Dbibtexout.c373 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
376 str_init( &fulltitle ); in append_title_chosen()
388 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
390 if ( str_memerr( &fulltitle ) ) { in append_title_chosen()
395 if ( str_has_value( &fulltitle ) ) { in append_title_chosen()
396 status = fields_add( out, bibtag, str_cstr( &fulltitle ), LEVEL_MAIN ); in append_title_chosen()
401 str_free( &fulltitle ); in append_title_chosen()
H A Dbiblatexout.c397 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
400 str_init( &fulltitle ); in append_title_chosen()
412 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
414 if ( str_memerr( &fulltitle ) ) { in append_title_chosen()
419 if ( str_has_value( &fulltitle ) ) { in append_title_chosen()
420 status = fields_add( out, bibtag, str_cstr( &fulltitle ), LEVEL_MAIN ); in append_title_chosen()
425 str_free( &fulltitle ); in append_title_chosen()
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dadsout.c171 str_init( &fulltitle ); in append_title()
185 str_strcat( &fulltitle, vol ); in append_title()
190 str_strcatc( &fulltitle, ", no. " ); in append_title()
191 str_strcat( &fulltitle, iss ); in append_title()
204 str_strcat( &fulltitle, sn ); in append_title()
206 str_strcatc( &fulltitle, ", p. " ); in append_title()
207 str_strcat( &fulltitle, ar ); in append_title()
210 str_addchar( &fulltitle, '-' ); in append_title()
211 str_strcat( &fulltitle, en ); in append_title()
214 if ( str_memerr( &fulltitle ) ) { in append_title()
[all …]
H A Dbibtexout.c377 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
380 str_init( &fulltitle ); in append_title_chosen()
392 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
394 if ( str_memerr( &fulltitle ) ) { in append_title_chosen()
399 if ( str_has_value( &fulltitle ) ) { in append_title_chosen()
400 status = fields_add( out, bibtag, str_cstr( &fulltitle ), LEVEL_MAIN ); in append_title_chosen()
405 str_free( &fulltitle ); in append_title_chosen()
H A Dbibentrydirectout.c559 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
562 str_init( &fulltitle ); in append_title_chosen()
574 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
576 if ( str_memerr( &fulltitle ) ) { in append_title_chosen()
581 if ( str_has_value( &fulltitle ) ) { in append_title_chosen()
582 status = fields_add( out, bibtag, str_cstr( &fulltitle ), LEVEL_MAIN ); in append_title_chosen()
587 str_free( &fulltitle ); in append_title_chosen()
H A Dbibentryout.c537 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
540 str_init( &fulltitle ); in append_title_chosen()
552 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
554 if ( str_memerr( &fulltitle ) ) { in append_title_chosen()
559 if ( str_has_value( &fulltitle ) ) { in append_title_chosen()
560 status = fields_add( out, bibtag, str_cstr( &fulltitle ), LEVEL_MAIN ); in append_title_chosen()
565 str_free( &fulltitle ); in append_title_chosen()
H A Dbiblatexout.c401 str fulltitle, *mainttl = NULL, *subttl = NULL; in append_title_chosen() local
404 str_init( &fulltitle ); in append_title_chosen()
416 title_combine( &fulltitle, mainttl, subttl ); in append_title_chosen()
418 if ( str_memerr( &fulltitle ) ) { in append_title_chosen()
423 if ( str_has_value( &fulltitle ) ) { in append_title_chosen()
424 status = fields_add( out, bibtag, str_cstr( &fulltitle ), LEVEL_MAIN ); in append_title_chosen()
429 str_free( &fulltitle ); in append_title_chosen()
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_archive.php15 * @param string $fulltitle The full page title.
18 function archive_header($title="", $fulltitle="", $fullurl="") argument
73 …hive_fullversion; ?></strong> <a href="<?php echo $fullurl; ?>"><?php echo $fulltitle; ?></a></div>
160 global $mybb, $lang, $db, $nav, $maintimer, $fulltitle, $fullurl, $sent_header;
/dports/misc/lifelines/lifelines-3.1.1/src/liflines/
H A Dlistui.c149 char fulltitle[128]; in array_interact() local
174 print_list_title(fulltitle, sizeof(fulltitle), &ld, _(ttl)); in array_interact()
175 mvccwaddstr(win, 1, 1, fulltitle); in array_interact()
233 char fulltitle[128]; in choose_one_or_list_from_indiseq() local
273 print_list_title(fulltitle, sizeof(fulltitle), &ld, ttl); in choose_one_or_list_from_indiseq()
274 mvccwaddstr(win, 1, 1, fulltitle); in choose_one_or_list_from_indiseq()
/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dwindow.c1659 char *fulltitle; in win32_window_set_title() local
1668 fulltitle = malloc(strlen(title) + SLEN(" - NetSurf") + 1); in win32_window_set_title()
1669 if (fulltitle == NULL) { in win32_window_set_title()
1675 strcpy(fulltitle, title); in win32_window_set_title()
1676 strcat(fulltitle, " - NetSurf"); in win32_window_set_title()
1678 wlen = MultiByteToWideChar(CP_UTF8, 0, fulltitle, -1, NULL, 0); in win32_window_set_title()
1680 NSLOG(netsurf, ERROR, "failed encoding \"%s\"", fulltitle); in win32_window_set_title()
1681 free(fulltitle); in win32_window_set_title()
1688 messages_get_errorcode(NSERROR_NOMEM), fulltitle, wlen); in win32_window_set_title()
1689 free(fulltitle); in win32_window_set_title()
[all …]
/dports/audio/traverso/traverso-0.49.6/src/traverso/dialogs/
H A DBusSelectorDialog.cpp180 QString fulltitle = QString::number(track->get_sort_index() + 1) + " " + track->get_name(); in set_current_track() local
181 trackComboBox->addItem(fulltitle, track->get_id()); in set_current_track()
/dports/audio/pms/pms-0.42/src/
H A Ddisplay.h122 virtual string fulltitle() { return title; }; in fulltitle() function
176 string fulltitle();
/dports/graphics/bmeps/dktools-4.31.1/src/htmlbook/
H A Dhbnode.c219 if(ptr->fulltitle) { in hb_node_delete()
252 dk3_release(ptr->fulltitle); in hb_node_delete()
331 back->fulltitle = NULL; in hb_node_new()
H A Dhbnode.ctr287 if(ptr->fulltitle) { $? ". fulltitle= = \"%!ds\"", ptr->fulltitle
320 dk3_release(ptr->fulltitle);
399 back->fulltitle = NULL;
H A Dhbconf.c399 if ((job->currentnode)->fulltitle) { in hbconf_process_line()
404 dk3mem_free((job->currentnode)->fulltitle); in hbconf_process_line()
406 (job->currentnode)->fulltitle = ptr; in hbconf_process_line()
1654 if (NULL != node->fulltitle) { in hbconf_title()
1655 back = node->fulltitle; in hbconf_title()
H A Dhtmlbook.h107 dkChar *fulltitle; /**< Full title (browser title bar). */ member
/dports/editors/emacs/emacs-27.2/lisp/international/
H A Dtitdic-cnv.el740 (let ((fulltitle (if tsang-p (if big5-p "倉頡" "倉頡")
756 fulltitle fulltitle))
768 fulltitle fulltitle)))
/dports/textproc/texi2html/texi2html-5.0/test/manuals/
H A Dmini_ker_t2h.init17 # print fulltitle, subtitle, author, Overview

123