Home
last modified time | relevance | path

Searched defs:title (Results 201 – 225 of 35317) sorted by relevance

12345678910>>...1413

/dports/www/mediawiki137/mediawiki-1.37.1/includes/parser/
H A DCoreParserFunctions.php614 public static function mwnamespace( $parser, $title = null ) {
622 public static function namespacee( $parser, $title = null ) {
638 public static function talkspace( $parser, $title = null ) {
646 public static function talkspacee( $parser, $title = null ) {
654 public static function subjectspace( $parser, $title = null ) {
677 public static function pagename( $parser, $title = null ) {
685 public static function pagenamee( $parser, $title = null ) {
693 public static function fullpagename( $parser, $title = null ) {
709 public static function subpagename( $parser, $title = null ) {
1243 public static function pageid( $parser, $title = null ) {
[all …]
/dports/multimedia/libdvdnav/libdvdnav-6.1.1/src/
H A Dnavigation.c67 static dvdnav_status_t get_title_by_number(dvdnav_t *this, int32_t title, in get_title_by_number()
85 dvdnav_status_t dvdnav_get_number_of_parts(dvdnav_t *this, int32_t title, int32_t *parts) { in dvdnav_get_number_of_parts()
93 dvdnav_status_t dvdnav_get_number_of_angles(dvdnav_t *this, int32_t title, int32_t *angles) { in dvdnav_get_number_of_angles()
101 dvdnav_status_t dvdnav_current_title_info(dvdnav_t *this, int32_t *title, int32_t *part) { in dvdnav_current_title_info()
143 dvdnav_status_t dvdnav_current_title_program(dvdnav_t *this, int32_t *title, int32_t *pgcn, int32_t… in dvdnav_current_title_program()
190 dvdnav_status_t dvdnav_title_play(dvdnav_t *this, int32_t title) { in dvdnav_title_play()
194 dvdnav_status_t dvdnav_program_play(dvdnav_t *this, int32_t title, int32_t pgcn, int32_t pgn) { in dvdnav_program_play()
227 dvdnav_status_t dvdnav_part_play(dvdnav_t *this, int32_t title, int32_t part) { in dvdnav_part_play()
265 dvdnav_status_t dvdnav_part_play_auto_stop(dvdnav_t *this, int32_t title, in dvdnav_part_play_auto_stop()
273 dvdnav_status_t dvdnav_time_play(dvdnav_t *this, int32_t title, in dvdnav_time_play()
/dports/multimedia/handbrake/libdvdnav-6.1.1/src/
H A Dnavigation.c67 static dvdnav_status_t get_title_by_number(dvdnav_t *this, int32_t title, in get_title_by_number()
85 dvdnav_status_t dvdnav_get_number_of_parts(dvdnav_t *this, int32_t title, int32_t *parts) { in dvdnav_get_number_of_parts()
93 dvdnav_status_t dvdnav_get_number_of_angles(dvdnav_t *this, int32_t title, int32_t *angles) { in dvdnav_get_number_of_angles()
101 dvdnav_status_t dvdnav_current_title_info(dvdnav_t *this, int32_t *title, int32_t *part) { in dvdnav_current_title_info()
143 dvdnav_status_t dvdnav_current_title_program(dvdnav_t *this, int32_t *title, int32_t *pgcn, int32_t… in dvdnav_current_title_program()
190 dvdnav_status_t dvdnav_title_play(dvdnav_t *this, int32_t title) { in dvdnav_title_play()
194 dvdnav_status_t dvdnav_program_play(dvdnav_t *this, int32_t title, int32_t pgcn, int32_t pgn) { in dvdnav_program_play()
227 dvdnav_status_t dvdnav_part_play(dvdnav_t *this, int32_t title, int32_t part) { in dvdnav_part_play()
265 dvdnav_status_t dvdnav_part_play_auto_stop(dvdnav_t *this, int32_t title, in dvdnav_part_play_auto_stop()
273 dvdnav_status_t dvdnav_time_play(dvdnav_t *this, int32_t title, in dvdnav_time_play()
/dports/sysutils/py-salt/salt-3004.1/salt/config/schemas/
H A Desxi.py33 title = "Diskgroup Disk Scsi Address Item" variable in DiskGroupDiskScsiAddressItem
55 title = "Diskgroup Disk Id Item" variable in DiskGroupDiskIdItem
77 title = "Diskgroups Disk Scsi Address Schema" variable in DiskGroupsDiskScsiAddressSchema
94 title = "Diskgroups Disk Id Schema" variable in DiskGroupsDiskIdSchema
110 title = "VMFS Datastore Disk Id Item" variable in VmfsDatastoreDiskIdItem
133 title = "VMFS Datastore Disk Scsi Address Item" variable in VmfsDatastoreDiskScsiAddressItem
155 title = "VMFS Datastore Schema" variable in VmfsDatastoreSchema
168 title = "Host Cache Schema" variable in HostCacheSchema
185 title = "Simple Host Cache Schema" variable in SimpleHostCacheSchema
197 title = "Esxi Proxy Schema" variable in EsxiProxySchema
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Web/Widget/Dashboard/
H A DPane.php28 private $title; variable in Icinga\\Web\\Widget\\Dashboard\\Pane
92 public function setTitle($title)
105 public function hasDashlet($title)
128 public function getDashlet($title)
145 public function removeDashlet($title)
211 public function createDashlet($title, $url = null)
274 public function add($title, $url = null)
307 public static function fromIni($title, ConfigObject $config)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/
H A DElementValidator.java62 public static boolean checkInSync(IAdaptable element, Shell parent,String title) { in checkInSync()
78 public static boolean checkInSync(IAdaptable[] elements, Shell parent, String title) { in checkInSync()
100 public static boolean checkValidateEdit(IJavaElement element, Shell parent, String title) { in checkValidateEdit()
122 public static boolean checkValidateEdit(IJavaElement[] elements, Shell parent, String title) { in checkValidateEdit()
146 public static boolean check(IJavaElement element, Shell parent, String title, boolean editor) { in check()
170 public static boolean check(IJavaElement[] elements, Shell parent,String title, boolean editor) { in check()
177 private static boolean checkInSync(IResource[] resources, Shell parent, String title) { in checkInSync()
200 private static boolean checkValidateEdit(IResource[] resources, Shell parent, String title) { in checkValidateEdit()
/dports/lang/parrot/parrot-8.1.0/docs/index/
H A Dtools.json10 "title" : "Configuration" string
22 "title" : "Building" string
30 "title" : "Testing" string
37 "title" : "Documentation" string
44 "title" : "Benchmarking" string
52 "title" : "Utilities" string
59 "title" : "Debugging" string
62 "title" : "Tools" string
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/
H A Dtkaskdir.py31 def gtk_select_directory(title): argument
41 def tk_select_directory(initialdir, title): argument
53 def select_directory(title): argument
67 def select_directory(title): argument
/dports/databases/py-gdbm/Python-3.8.12/Lib/tkinter/
H A Dmessagebox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
82 def showinfo(title=None, message=None, **options): argument
87 def showwarning(title=None, message=None, **options): argument
92 def showerror(title=None, message=None, **options): argument
97 def askquestion(title=None, message=None, **options): argument
102 def askokcancel(title=None, message=None, **options): argument
108 def askyesno(title=None, message=None, **options): argument
114 def askyesnocancel(title=None, message=None, **options): argument
124 def askretrycancel(title=None, message=None, **options): argument
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()
/dports/lang/python310/Python-3.10.1/Lib/tkinter/
H A Dmessagebox.py71 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
86 def showinfo(title=None, message=None, **options): argument
91 def showwarning(title=None, message=None, **options): argument
96 def showerror(title=None, message=None, **options): argument
101 def askquestion(title=None, message=None, **options): argument
106 def askokcancel(title=None, message=None, **options): argument
112 def askyesno(title=None, message=None, **options): argument
118 def askyesnocancel(title=None, message=None, **options): argument
128 def askretrycancel(title=None, message=None, **options): argument
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/
H A DtkMessageBox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
81 def showinfo(title=None, message=None, **options): argument
85 def showwarning(title=None, message=None, **options): argument
89 def showerror(title=None, message=None, **options): argument
93 def askquestion(title=None, message=None, **options): argument
97 def askokcancel(title=None, message=None, **options): argument
102 def askyesno(title=None, message=None, **options): argument
107 def askyesnocancel(title=None, message=None, **options): argument
116 def askretrycancel(title=None, message=None, **options): argument
/dports/lang/python37/Python-3.7.12/Lib/tkinter/
H A Dmessagebox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
81 def showinfo(title=None, message=None, **options): argument
85 def showwarning(title=None, message=None, **options): argument
89 def showerror(title=None, message=None, **options): argument
93 def askquestion(title=None, message=None, **options): argument
97 def askokcancel(title=None, message=None, **options): argument
102 def askyesno(title=None, message=None, **options): argument
107 def askyesnocancel(title=None, message=None, **options): argument
116 def askretrycancel(title=None, message=None, **options): argument
/dports/lang/python-tools/Python-3.8.12/Lib/tkinter/
H A Dmessagebox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
82 def showinfo(title=None, message=None, **options): argument
87 def showwarning(title=None, message=None, **options): argument
92 def showerror(title=None, message=None, **options): argument
97 def askquestion(title=None, message=None, **options): argument
102 def askokcancel(title=None, message=None, **options): argument
108 def askyesno(title=None, message=None, **options): argument
114 def askyesnocancel(title=None, message=None, **options): argument
124 def askretrycancel(title=None, message=None, **options): argument
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/
H A DtkMessageBox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
81 def showinfo(title=None, message=None, **options): argument
85 def showwarning(title=None, message=None, **options): argument
89 def showerror(title=None, message=None, **options): argument
93 def askquestion(title=None, message=None, **options): argument
97 def askokcancel(title=None, message=None, **options): argument
102 def askyesno(title=None, message=None, **options): argument
107 def askyesnocancel(title=None, message=None, **options): argument
116 def askretrycancel(title=None, message=None, **options): argument
/dports/lang/python39/Python-3.9.9/Lib/tkinter/
H A Dmessagebox.py71 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
86 def showinfo(title=None, message=None, **options): argument
91 def showwarning(title=None, message=None, **options): argument
96 def showerror(title=None, message=None, **options): argument
101 def askquestion(title=None, message=None, **options): argument
106 def askokcancel(title=None, message=None, **options): argument
112 def askyesno(title=None, message=None, **options): argument
118 def askyesnocancel(title=None, message=None, **options): argument
128 def askretrycancel(title=None, message=None, **options): argument
/dports/lang/python38/Python-3.8.12/Lib/tkinter/
H A Dmessagebox.py67 def _show(title=None, message=None, _icon=None, _type=None, **options): argument
82 def showinfo(title=None, message=None, **options): argument
87 def showwarning(title=None, message=None, **options): argument
92 def showerror(title=None, message=None, **options): argument
97 def askquestion(title=None, message=None, **options): argument
102 def askokcancel(title=None, message=None, **options): argument
108 def askyesno(title=None, message=None, **options): argument
114 def askyesnocancel(title=None, message=None, **options): argument
124 def askretrycancel(title=None, message=None, **options): argument
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/gtk/
H A Dfilesel.c70 static GList *filesel_create(const gchar *title, const gchar *path, in filesel_create()
195 GList *filesel_select_multiple_files_open(const gchar *title, const gchar *path) in filesel_select_multiple_files_open()
200 GList *filesel_select_multiple_files_open_with_filter( const gchar *title, in filesel_select_multiple_files_open_with_filter()
214 static gchar *filesel_select_file(const gchar *title, const gchar *path, in filesel_select_file()
226 gchar *filesel_select_file_open(const gchar *title, const gchar *path) in filesel_select_file_open()
231 gchar *filesel_select_file_open_with_filter(const gchar *title, const gchar *path, in filesel_select_file_open_with_filter()
237 gchar *filesel_select_file_save(const gchar *title, const gchar *path) in filesel_select_file_save()
242 gchar *filesel_select_file_open_folder(const gchar *title, const gchar *path) in filesel_select_file_open_folder()
247 gchar *filesel_select_file_save_folder(const gchar *title, const gchar *path) in filesel_select_file_save_folder()

12345678910>>...1413