Home
last modified time | relevance | path

Searched refs:main_title (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/textproc/redland-bindings/redland-bindings-1.0.17.1/docs/
H A Dfix-pod-xhtml16 my $main_title="Redland RDF Application Framework";
34 s%<title>(.*?)</title>%<title>$main_title - $doc_title</title>%;
47 s%^<body[^>]*>%<body>\n\n<h1 style="text-align:center">$main_title - $doc_title</h1>\n\n%;
H A Dfix-python-xhtml16 my $main_title="Redland RDF Application Framework";
34 s%<title>(.*?)</title>%<title>$main_title - $doc_title</title>%;
72 print OUT qq{<body>\n\n<h1 style="text-align:center">$main_title - $doc_title</h1>\n\n};
H A Dfix-rdoc-xhtml19 my $main_title="Redland RDF Language Bindings - Ruby RDoc";
32 s%<title>(.*?)</title>%<title>$main_title - $1</title>%;
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcfg_errors.c18 GtkWidget *standard, *main_title, *dialog; member
60 …page->main_title = gtk_radio_button_new_with_label(gtk_radio_button_get_group(GTK_RADIO_BUTTON(pag… in cer_init()
61 g_signal_connect(G_OBJECT(page->main_title), "toggled", G_CALLBACK(evt_dialog_toggled), page); in cer_init()
62 gtk_box_pack_start(GTK_BOX(vbox), page->main_title, FALSE, FALSE, 0); in cer_init()
87 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(page->main_title), TRUE); in cer_update()
105 else if(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(page->main_title))) in cer_accept()
/dports/multimedia/libbluray/libbluray-1.3.0/src/examples/
H A Dlist_titles.c66 int count, ii, opt, main_title; in main() local
110 main_title = bd_get_main_title(bd); in main()
111 if (main_title >= 0) { in main()
112 printf("Main title: %d\n", main_title + 1); in main()
/dports/multimedia/handbrake/libbluray-1.3.0/src/examples/
H A Dlist_titles.c66 int count, ii, opt, main_title; in main() local
110 main_title = bd_get_main_title(bd); in main()
111 if (main_title >= 0) { in main()
112 printf("Main title: %d\n", main_title + 1); in main()
/dports/misc/py-soapy_power/soapy_power-1.6.1/soapypower/
H A D__main__.py148 main_title = parser.add_argument_group('Main options')
149 main_title.add_argument('-h', '--help', action='help',
151main_title.add_argument('-f', '--freq', metavar='Hz|Hz:Hz', type=freq_or_freq_range, default='1420…
155 output_group = main_title.add_mutually_exclusive_group()
161main_title.add_argument('-F', '--format', choices=sorted(writer.formats.keys()), default='rtl_powe…
163 main_title.add_argument('-q', '--quiet', action='store_true',
165 main_title.add_argument('--debug', action='store_true',
167 main_title.add_argument('--detect', action='store_true',
169 main_title.add_argument('--info', action='store_true',
171 main_title.add_argument('--version', action='version',
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/metadata/
H A Dopf3.py344 first_title = main_title = None
354 main_title = title
357 main_title = first_title
358 return main_title
373 main_title = find_main_title(root, refines)
374 if main_title is None:
376 ans = main_title.text.strip()
386 if main_title is not None:
402 if main_title is None:
405 m.insert(0, main_title)
[all …]
/dports/editors/asedit/asedit-1.3.2/
H A Dasutil.c663 char main_title[286]; /* program_name + file name + extra*/ local
677 sprintf(main_title,"%s - %s",PROGRAM_NAME, filename);
695 sprintf(main_title, "%s - ~%s",PROGRAM_NAME, filename_without_home);
704 strcat(main_title, " ");
705 strcat(main_title, extra);
715 strcpy(main_title, PROGRAM_NAME);
718 XtSetArg(al[ac], XmNtitle, main_title); ac++;
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/liblatexila/
H A Dlatexila-build-tool.c63 GtkTreeIter main_title; member
515 &data->main_title, in failed()
640 &data->main_title, in open_file()
814 data->main_title = latexila_build_view_add_main_title (build_view, in latexila_build_tool_run_async()
850 &data->main_title, in latexila_build_tool_run_finish()
/dports/multimedia/py-guessit/guessit-3.3.1/guessit/rules/properties/
H A Depisode_title.py178 main_title = matches.chain_before(alternative_title.start, seps=seps,
180 if main_title:
181 episode = matches.previous(main_title,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/guessit/rules/properties/
H A Depisode_title.py178 main_title = matches.chain_before(alternative_title.start, seps=seps,
180 if main_title:
181 episode = matches.previous(main_title,
/dports/textproc/p5-xmltv/xmltv-0.5.70/filter/
H A Dtv_extractinfo_en818 if (not defined $_->{main_title}) {
1075 $curr_pp->{main_title} = join(' ', @main_title_words);
1103 die if not defined $_->{main_title};
1172 push @r, { main_title => join(' ', @$title), time => $_ };
1240 my %p = ( time => $last_start, main_title => join(' ', @title) );
1282 my %p = ( time => $last_start, main_title => join(' ', @title) );
1318 push @r, { time => $t, main_title => join(' ', @title) };
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/prefs/
H A Dmain.pyj30 self.main_title = _('Configure book reader')
36 … create_top_bar(container.firstChild, title=self.main_title, icon='close', action=self.onclose)
83 self.set_top_title(self.main_title)
/dports/sysutils/usermin/usermin-1.830/ulang/
H A Dru1 main_title=Usermin $1 на $2 ($3)
H A Dja1 main_title=Usermin $1 on $2 ($3)
H A Dfa.auto1 main_title=Usermin $1 on $2 ($3)
H A Dhe.auto1 main_title=Usermin $1 על $2 ($3)
H A Dbe.auto1 main_title=Usermin $1 на $2 ($3)
H A Del.auto1 main_title=Usermin $1 στο $2 ($3)
H A Des1 main_title=Usermin $1 en $2 ($3)
H A Dar.auto1 main_title=استخدم Usmin $1 على$2 ($3)
/dports/lang/vala/vala-0.48.18/libvaladoc/html/
H A Dhtmlrenderer.vala131 writer.start_tag ("p", {"class", "main_title"});
184 writer.start_tag ("h2", {"class", "main_title"})
214 writer.start_tag ("h2", {"class", "main_title"})
236 writer.start_tag ("h2", {"class", "main_title"})
261 writer.start_tag ("h2", {"class", "main_title"})
279 writer.start_tag ("h2", {"class", "main_title"})
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/contrib/gwbase/etc/
H A Dgeneanet.ml28 value main_title base =
90 match main_title base (get_titles p) with
106 match main_title base (get_titles p) with
162 match main_title base (get_titles p) with
/dports/graphics/drawing/drawing-0.8.4/src/
H A Dimage.py261 main_title = self.get_filename_for_display()
263 main_title = "*" + main_title
264 self.set_tab_label(main_title)
265 return main_title

12345678