Searched refs:checklist (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10-stable/contrib/dialog/samples/
H A Dchecklist2 # $Id: checklist,v 1.14 2010/01/13 10:20:03 tom Exp $
10 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist110 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist-utf82 # $Id: checklist-utf8,v 1.12 2010/01/13 10:20:03 tom Exp $
12 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist1012 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist1110 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist210 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist310 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist410 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist510 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist611 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist715 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist814 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Dchecklist-8bit2 # $Id: checklist-8bit,v 1.8 2010/01/13 10:20:03 tom Exp $
12 --checklist "Hi, this is a checklist box. You can use this to \n\
H A Ddialog.py53 # - 'checked' option to checklist dialog; clicking "Cancel" is now
172 def checklist(self, text, height=15, width=54, list=[], checked=None): member in class:Dialog
188 (c, o) = self.__perform('--checklist "%s" %d %d %d %s' %\
322 food = d.checklist("What sandwich toppings do you like?",
/freebsd-10-stable/usr.sbin/spkrtest/
H A Dspkrtest.sh54 /usr/bin/dialog --title "Speaker test" --checklist \
/freebsd-10-stable/usr.sbin/bsdinstall/scripts/
H A Dservices44 --checklist "Choose the services you would like to be started at boot:" \
H A Djail80 --checklist "Choose optional system components to install:" \
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_version.h232 * An entry in the compatibility checklist.
248 * my_version is compatible with each entry in @a checklist. @a
249 * checklist must end with an entry whose label is @c NULL.
251 * @a my_version is considered to be compatible with a version in @a checklist
253 * parammeter and the @a checklist version as the second parameter.
266 const svn_version_checklist_t *checklist,
278 const svn_version_checklist_t *checklist);
/freebsd-10-stable/gnu/lib/libdialog/
H A DMakefile7 SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dversion.c80 const svn_version_checklist_t *checklist,
87 for (i = 0; checklist[i].label != NULL; ++i)
89 const svn_version_t *lib_version = checklist[i].version_query();
95 checklist[i].label,
78 svn_ver_check_list2(const svn_version_t *my_version, const svn_version_checklist_t *checklist, svn_boolean_t (*comparator)(const svn_version_t *, const svn_version_t *)) argument
/freebsd-10-stable/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c106 static const svn_version_checklist_t checklist[] = local
114 return svn_ver_check_list2(&my_version, checklist, svn_ver_equal);
/freebsd-10-stable/contrib/dialog/package/
H A Ddialog.spec22 calendar, checklist, dselect, editbox, form, fselect, gauge,
/freebsd-10-stable/contrib/subversion/subversion/svnfsfs/
H A Dsvnfsfs.c101 static const svn_version_checklist_t checklist[] =
111 return svn_ver_check_list2(&my_version, checklist, svn_ver_equal);
100 static const svn_version_checklist_t checklist[] = local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.c662 static const svn_version_checklist_t checklist[] =
676 SVN_ERR(svn_ver_check_list2(x_version(), checklist, svn_ver_equal));
651 static const svn_version_checklist_t checklist[] = local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.c609 static const svn_version_checklist_t checklist[] =
623 SVN_ERR(svn_ver_check_list2(fs_version(), checklist, svn_ver_equal));
598 static const svn_version_checklist_t checklist[] = local

Completed in 107 milliseconds

12