Home
last modified time | relevance | path

Searched defs:listname (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/
H A Dl_inventory.cpp48 const char *listname) in getlist()
77 const char *listname = luaL_checkstring(L, 2); in l_is_empty() local
92 const char *listname = luaL_checkstring(L, 2); in l_get_size() local
107 const char *listname = luaL_checkstring(L, 2); in l_get_width() local
122 const char *listname = luaL_checkstring(L, 2); in l_set_size() local
162 const char *listname = luaL_checkstring(L, 2); in l_set_width() local
183 const char *listname = luaL_checkstring(L, 2); in l_get_stack() local
198 const char *listname = luaL_checkstring(L, 2); in l_set_stack() local
217 const char *listname = luaL_checkstring(L, 2); in l_get_list() local
232 const char *listname = luaL_checkstring(L, 2); in l_set_list() local
[all …]
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_inventory.cpp46 const char *listname) in getlist()
75 const char *listname = luaL_checkstring(L, 2); in l_is_empty() local
90 const char *listname = luaL_checkstring(L, 2); in l_get_size() local
105 const char *listname = luaL_checkstring(L, 2); in l_get_width() local
120 const char *listname = luaL_checkstring(L, 2); in l_set_size() local
160 const char *listname = luaL_checkstring(L, 2); in l_set_width() local
181 const char *listname = luaL_checkstring(L, 2); in l_get_stack() local
196 const char *listname = luaL_checkstring(L, 2); in l_set_stack() local
215 const char *listname = luaL_checkstring(L, 2); in l_get_list() local
230 const char *listname = luaL_checkstring(L, 2); in l_set_list() local
[all …]
/dports/mail/nocc/nocc-1.9.10/
H A Dcontacts_manager.php206 $listname=''; variable
208 $listname=trim($_POST['listname']); variable
211 $listname=trim($_POST['listname2']); variable
213 $listname=str_replace('\t','',$listname); variable
214 $listname=stripslashes($listname); variable
215 $listname=preg_replace('/[\'"<>]/','',$listname); variable
/dports/misc/xiphos/xiphos-4.2.1/src/main/
H A Dprayerlists.cc170 prayerlist_construct(gchar *listname, gchar *summary) in prayerlist_construct()
220 char *listname = NULL; // assume failure. in prayerlist_fundamentals() local
313 …char *listname = prayerlist_fundamentals(_("A basic prayer list. \\par\\par Module created by Xiph… in main_prayerlist_basic_create() local
353 …char *listname = prayerlist_fundamentals(_("A subject-based prayer list. \\par\\par Module created… in main_prayerlist_subject_create() local
397 …char *listname = prayerlist_fundamentals(_("A monthly prayer list. \\par\\par Module created by Xi… in main_prayerlist_monthly_create() local
447 …char *listname = prayerlist_fundamentals(_("A daily journal. \\par\\par Module created by Xiphos."… in main_prayerlist_journal_create() local
510 …char *listname = prayerlist_fundamentals(_("An outlined topic (e.g. sermon). \\par\\par Module cre… in main_prayerlist_outlined_topic_create() local
557 …char *listname = prayerlist_fundamentals(_("A journal sectioned by Bible book and chapter. \\par\\… in main_prayerlist_book_chapter_create() local
/dports/mail/ecartis/ecartis-1.0.0/src/modules/acctmgr/
H A Dsub.c40 const char *fromaddy, *listname; in HOOK_HANDLER() local
142 const char *fromaddy, *listname; in HOOK_HANDLER() local
193 const char *fromaddy, *listname; in HOOK_HANDLER() local
333 const char *fromaddy, *listname; in HOOK_HANDLER() local
496 const char *fromaddy, *listname; in HOOK_HANDLER() local
541 const char *fromaddy, *listname; in HOOK_HANDLER() local
599 const char *listname = NULL; in CMD_HANDLER() local
720 const char *listname = LMAPI->get_var("list"); in CMD_HANDLER() local
772 const char *listname = NULL; in CMD_HANDLER() local
H A Dunsub.c12 const char *fromaddy, *listname; in HOOK_HANDLER() local
45 const char *fromaddy, *listname; in HOOK_HANDLER() local
152 const char *fromaddy, *listname; in HOOK_HANDLER() local
290 const char *fromaddy, *listname; in HOOK_HANDLER() local
333 const char *fromaddy, *listname; in HOOK_HANDLER() local
387 const char *listname = NULL; in CMD_HANDLER() local
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/MTA/
H A DUtils.py38 def _makealiases_mailprog(listname): argument
64 def _makealiases_maildir(listname): argument
/dports/mail/mailman/mailman-2.1.39/Mailman/MTA/
H A DUtils.py38 def _makealiases_mailprog(listname): argument
64 def _makealiases_maildir(listname): argument
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/MTA/
H A DUtils.py38 def _makealiases_mailprog(listname): argument
64 def _makealiases_maildir(listname): argument
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dlist.h287 #define WX_DECLARE_LIST(elementtype, listname) \ argument
289 #define WX_DECLARE_LIST_PTR(elementtype, listname) \ argument
292 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
294 #define WX_DECLARE_EXPORTED_LIST_PTR(elementtype, listname) \ argument
297 #define WX_DECLARE_USER_EXPORTED_LIST(elementtype, listname, usergoo) \ argument
299 #define WX_DECLARE_USER_EXPORTED_LIST_PTR(elementtype, listname, usergoo) \ argument
1084 #define WX_DECLARE_LIST_2(elementtype, listname, nodename, classexp) \ argument
1089 #define WX_DECLARE_LIST(elementtype, listname) \ argument
1096 #define WX_DECLARE_LIST_WITH_DECL(elementtype, listname, decl) \ argument
1100 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/ml/
H A Dml.c27 char *listname, *alfile; in main() local
99 printmsg(int fd, String *msg, char *replyto, char *listname) in printmsg()
128 appendtoarchive(char* listname, String *firstline, String *msg) in appendtoarchive()
147 printsubject(int fd, Field *f, char *listname) in printsubject()
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/
H A DPost.py26 def inject(listname, msg, recips=None, qdir=None): argument
52 listname = sys.stdin.readline().strip() variable
H A DSite.py52 def get_listpath(listname, domain=None, create=0): argument
72 def get_archpath(listname, domain=None, create=False, public=False): argument
/dports/mail/mailman/mailman-2.1.39/Mailman/
H A DPost.py26 def inject(listname, msg, recips=None, qdir=None): argument
52 listname = sys.stdin.readline().strip() variable
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/
H A DPost.py26 def inject(listname, msg, recips=None, qdir=None): argument
52 listname = sys.stdin.readline().strip() variable
H A DSite.py52 def get_listpath(listname, domain=None, create=0): argument
72 def get_archpath(listname, domain=None, create=False, public=False): argument
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dsnmp_enum.c337 se_find_slist_ptr(const char *listname) in se_find_slist_ptr()
351 se_find_slist(const char *listname) in se_find_slist()
358 se_find_label_in_slist(const char *listname, int value) in se_find_label_in_slist()
364 se_find_value_in_slist(const char *listname, const char *label) in se_find_value_in_slist()
370 se_find_casevalue_in_slist(const char *listname, const char *label) in se_find_casevalue_in_slist()
377 se_find_free_value_in_slist(const char *listname) in se_find_free_value_in_slist()
384 se_add_pair_to_slist(const char *listname, char *label, int value) in se_add_pair_to_slist()
468 se_store_slist(const char *listname, const char *type) in se_store_slist()
487 se_clear_slist(const char *listname) in se_clear_slist()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlist.h348 #define WX_DECLARE_LIST(elementtype, listname) \ argument
350 #define WX_DECLARE_LIST_PTR(elementtype, listname) \ argument
353 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
355 #define WX_DECLARE_EXPORTED_LIST_PTR(elementtype, listname) \ argument
358 #define WX_DECLARE_USER_EXPORTED_LIST(elementtype, listname, usergoo) \ argument
360 #define WX_DECLARE_USER_EXPORTED_LIST_PTR(elementtype, listname, usergoo) \ argument
1105 #define WX_DECLARE_LIST_2(elementtype, listname, nodename, classexp) \ argument
1110 #define WX_DECLARE_LIST(elementtype, listname) \ argument
1117 #define WX_DECLARE_LIST_WITH_DECL(elementtype, listname, decl) \ argument
1121 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlist.h348 #define WX_DECLARE_LIST(elementtype, listname) \ argument
350 #define WX_DECLARE_LIST_PTR(elementtype, listname) \ argument
353 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
355 #define WX_DECLARE_EXPORTED_LIST_PTR(elementtype, listname) \ argument
358 #define WX_DECLARE_USER_EXPORTED_LIST(elementtype, listname, usergoo) \ argument
360 #define WX_DECLARE_USER_EXPORTED_LIST_PTR(elementtype, listname, usergoo) \ argument
1105 #define WX_DECLARE_LIST_2(elementtype, listname, nodename, classexp) \ argument
1110 #define WX_DECLARE_LIST(elementtype, listname) \ argument
1117 #define WX_DECLARE_LIST_WITH_DECL(elementtype, listname, decl) \ argument
1121 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dlist.h348 #define WX_DECLARE_LIST(elementtype, listname) \ argument
350 #define WX_DECLARE_LIST_PTR(elementtype, listname) \ argument
353 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
355 #define WX_DECLARE_EXPORTED_LIST_PTR(elementtype, listname) \ argument
358 #define WX_DECLARE_USER_EXPORTED_LIST(elementtype, listname, usergoo) \ argument
360 #define WX_DECLARE_USER_EXPORTED_LIST_PTR(elementtype, listname, usergoo) \ argument
1105 #define WX_DECLARE_LIST_2(elementtype, listname, nodename, classexp) \ argument
1110 #define WX_DECLARE_LIST(elementtype, listname) \ argument
1117 #define WX_DECLARE_LIST_WITH_DECL(elementtype, listname, decl) \ argument
1121 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dlist.h348 #define WX_DECLARE_LIST(elementtype, listname) \ argument
350 #define WX_DECLARE_LIST_PTR(elementtype, listname) \ argument
353 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
355 #define WX_DECLARE_EXPORTED_LIST_PTR(elementtype, listname) \ argument
358 #define WX_DECLARE_USER_EXPORTED_LIST(elementtype, listname, usergoo) \ argument
360 #define WX_DECLARE_USER_EXPORTED_LIST_PTR(elementtype, listname, usergoo) \ argument
1105 #define WX_DECLARE_LIST_2(elementtype, listname, nodename, classexp) \ argument
1110 #define WX_DECLARE_LIST(elementtype, listname) \ argument
1117 #define WX_DECLARE_LIST_WITH_DECL(elementtype, listname, decl) \ argument
1121 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dlist.h328 #define WX_DECLARE_LIST(elementtype, listname) \ argument
330 #define WX_DECLARE_LIST_PTR(elementtype, listname) \ argument
333 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
335 #define WX_DECLARE_EXPORTED_LIST_PTR(elementtype, listname) \ argument
338 #define WX_DECLARE_USER_EXPORTED_LIST(elementtype, listname, usergoo) \ argument
340 #define WX_DECLARE_USER_EXPORTED_LIST_PTR(elementtype, listname, usergoo) \ argument
1115 #define WX_DECLARE_LIST_2(elementtype, listname, nodename, classexp) \ argument
1120 #define WX_DECLARE_LIST(elementtype, listname) \ argument
1127 #define WX_DECLARE_LIST_WITH_DECL(elementtype, listname, decl) \ argument
1131 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dlist.h328 #define WX_DECLARE_LIST(elementtype, listname) \ argument
330 #define WX_DECLARE_LIST_PTR(elementtype, listname) \ argument
333 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
335 #define WX_DECLARE_EXPORTED_LIST_PTR(elementtype, listname) \ argument
338 #define WX_DECLARE_USER_EXPORTED_LIST(elementtype, listname, usergoo) \ argument
340 #define WX_DECLARE_USER_EXPORTED_LIST_PTR(elementtype, listname, usergoo) \ argument
1115 #define WX_DECLARE_LIST_2(elementtype, listname, nodename, classexp) \ argument
1120 #define WX_DECLARE_LIST(elementtype, listname) \ argument
1127 #define WX_DECLARE_LIST_WITH_DECL(elementtype, listname, decl) \ argument
1131 #define WX_DECLARE_EXPORTED_LIST(elementtype, listname) \ argument
[all …]
/dports/mail/ecartis/ecartis-1.0.0/src/modules/toolbox/
H A Dnewlist.c36 void make_list_aliases(const char *listname, const char *siteconfig, const char *hostname) in make_list_aliases()
129 void newlist(const char *listname) in newlist()
329 char *listname; in CMDARG_HANDLER() local
375 char *listname; in CMDARG_HANDLER() local
/dports/games/freeminer/freeminer-0.4.10.4/src/script/cpp_api/
H A Ds_inventory.cpp66 const std::string &listname, int index, ItemStack &stack, in detached_inventory_AllowPut()
95 const std::string &listname, int index, ItemStack &stack, in detached_inventory_AllowTake()
152 const std::string &listname, int index, ItemStack &stack, in detached_inventory_OnPut()
177 const std::string &listname, int index, ItemStack &stack, in detached_inventory_OnTake()

12345678910>>...15