Home
last modified time | relevance | path

Searched refs:actname (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/cscout/cscout-bd7dfac/swill/Source/SWILL/
H A Dhandlers.c39 const char *actname; in swill_handle() local
46 actname = strchr(servname,':'); in swill_handle()
47 if (actname) { in swill_handle()
48 strncat(opt,servname,actname - servname); in swill_handle()
49 actname++; in swill_handle()
51 actname = servname; in swill_handle()
54 if (*actname == '/') actname++; in swill_handle()
55 Setattr(handobj,"servname",actname); in swill_handle()
63 Setattr(Handlers,actname,handobj); in swill_handle()
/dports/dns/totd/totd-1.5.1/SWILL-0.1/Source/SWILL/
H A Dhandlers.c39 const char *actname; in swill_handle() local
46 actname = strchr(servname,':'); in swill_handle()
47 if (actname) { in swill_handle()
48 strncat(opt,servname,actname - servname); in swill_handle()
49 actname++; in swill_handle()
51 actname = servname; in swill_handle()
54 if (*actname == '/') actname++; in swill_handle()
55 Setattr(handobj,"servname",actname); in swill_handle()
63 Setattr(Handlers,actname,handobj); in swill_handle()
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/client/
H A Dactionreader.py60 actname = initOpts.get("actname")
61 if actname is None:
62 actname = file_
65 actname += n[len(jailName):] if n.startswith(jailName) else '-' + n
66 initOpts["actname"] = actname
67 self._name = actname
/dports/math/nauty/nauty27r3/
H A Dcatg.c26 char *actname; in openfile_head() local
33 actname = "stdin"; in openfile_head()
38 actname = filename; in openfile_head()
43 fprintf(stderr,">E catg: can't open file %s\n",actname); in openfile_head()
58 fprintf(stderr,">E catg: bad header in %s\n",actname); in openfile_head()
69 fprintf(stderr,">E catg: bad header in %s\n",actname); in openfile_head()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dcatg.c26 char *actname; in openfile_head() local
33 actname = "stdin"; in openfile_head()
38 actname = filename; in openfile_head()
43 fprintf(stderr,">E catg: can't open file %s\n",actname); in openfile_head()
58 fprintf(stderr,">E catg: bad header in %s\n",actname); in openfile_head()
69 fprintf(stderr,">E catg: bad header in %s\n",actname); in openfile_head()
/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Dcatg.c26 char *actname; in openfile_head() local
33 actname = "stdin"; in openfile_head()
38 actname = filename; in openfile_head()
43 fprintf(stderr,">E catg: can't open file %s\n",actname); in openfile_head()
58 fprintf(stderr,">E catg: bad header in %s\n",actname); in openfile_head()
69 fprintf(stderr,">E catg: bad header in %s\n",actname); in openfile_head()
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/utils/
H A Daction.py183 for actname in actionnames:
184 action = actiondict[actname]
185 act_to_name[action] = actname
199 actname = act_to_name[action]
200 setting.settingdb['menugrp_%s' % name] = current[0] = actname
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dipo.c972 char actname[], in get_rna_access() argument
1092 if ((actname && actname[0]) && (constname && constname[0])) { in get_rna_access()
1096 else if (actname && actname[0]) { in get_rna_access()
1097 if ((blocktype == ID_OB) && STREQ(actname, "Object")) { in get_rna_access()
1340 char *actname, in icu_to_fcurves() argument
1613 fcurve_add_to_list(groups, list, fcu, actname, muteipo); in icu_to_fcurves()
1625 char actname[], in ipo_to_animato() argument
1649 if (actname) { in ipo_to_animato()
1651 actname = NULL; in ipo_to_animato()
1654 actname = NULL; in ipo_to_animato()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/auth_identity/
H A Dauth_crypt.c99 const GENERAL_NAME *actname; in check_x509_subj() local
113 actname = sk_GENERAL_NAME_value(altnames, i1); in check_x509_subj()
115 if (actname->type == GEN_DNS || actname->type == GEN_URI) { in check_x509_subj()
118 altptr = (char *)ASN1_STRING_get0_data(actname->d.ia5); in check_x509_subj()
120 altptr = (char *)ASN1_STRING_data(actname->d.ia5); in check_x509_subj()
122 if (actname->type == GEN_URI) { in check_x509_subj()
/dports/chinese/cless/cless-290/
H A Dlesskey.c504 findaction(actname) in findaction() argument
505 char *actname; in findaction()
510 if (strcmp(currtable->names[i].cn_name, actname) == 0)
540 char *actname; local
586 actname = p;
594 action = findaction(actname);
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/config/
H A Djail.conf63 action = action[actname='ban']
64 action[actname='log', logpath="%(log2nd)s"]
65 action[actname='test']
/dports/www/moinmoin/moin-1.9.11/MoinMoin/action/
H A Dunsubscribe.py15 actname = __name__.split('.')[-1]
16 …t.theme.add_msg(_("You must login to use this action: %(action)s.") % {"action": actname}, "error")
H A Dbookmark.py18 actname = __name__.split('.')[-1]
19 …t.theme.add_msg(_("You must login to use this action: %(action)s.") % {"action": actname}, "error")
H A Dsubscribe.py15 actname = __name__.split('.')[-1]
16 …t.theme.add_msg(_("You must login to use this action: %(action)s.") % {"action": actname}, "error")
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Def.cpp647 C4PropList *C4Def::GetActionByName(const char *actname) in GetActionByName() argument
649 if (!actname) return nullptr; in GetActionByName()
650 C4String * actname_str = Strings.RegString(actname); in GetActionByName()
657 C4PropList *C4Def::GetActionByName(C4String *actname) in GetActionByName() argument
659 assert(actname); in GetActionByName()
661 if (!actname || actname == &Strings.P[P_Idle]) return nullptr; in GetActionByName()
665 C4Value Action; ActMap.getPropList()->GetPropertyByS(actname, &Action); in GetActionByName()
/dports/japanese/less/less-382.262.03.01/
H A Dlesskey.c620 findaction(actname) in findaction() argument
621 char *actname; in findaction()
626 if (strcmp(currtable->names[i].cn_name, actname) == 0)
646 char *actname; local
680 actname = p;
688 action = findaction(actname);
/dports/devel/hpx/hpx-1.2.1/hpx/util/plugin/
H A Dexport_plugin.hpp112 std::string actname(HPX_PP_STRINGIZE(actualname)); \
113 boost::algorithm::to_lower(actname); \
115 std::make_pair(actname, w)); \
/dports/sysutils/less/less-551/
H A Dlesskey.c617 findaction(actname) in findaction() argument
618 char *actname; in findaction()
623 if (strcmp(currtable->names[i].cn_name, actname) == 0)
645 char *actname; local
679 actname = p;
687 action = findaction(actname);
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Duserconfig.py140 for bp, actname in linux_mapping.items():
144 default_config["input.button_mapping"][bp] = actname
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkg_ports.c525 const char *actname; in parse_actions() local
531 actname = ucl_object_tostring(cur); in parse_actions()
533 if (!strncasecmp(actname, list_actions[i].name, in parse_actions()
535 (actname[list_actions[i].namelen ] == '\0' || in parse_actions()
536 actname[list_actions[i].namelen ] == '(' )) { in parse_actions()
537 actname += list_actions[i].namelen; in parse_actions()
538 if (*actname == '(') { in parse_actions()
539 if (strspn(actname + 1, "1234567890") in parse_actions()
540 != strlen(actname + 1) - 1) { in parse_actions()
544 "got %s", actname); in parse_actions()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dprogresswin.cpp64 void progress_win::display_action(const std::string& actname) in display_action() argument
66 gtk_label_set_text(text, actname.c_str()); in display_action()
H A Dsplash.cpp49 void splash_screen::display_action(const std::string& actname) in display_action() argument
53 gtk_label_set_text(text, actname.c_str()); in display_action()
/dports/graphics/libvisual04/libvisual-0.4.0/libvisual/
H A Dlv_bin.h101 int visual_bin_connect_by_names (VisBin *bin, char *actname, char *inname);
115 int visual_bin_switch_actor_by_name (VisBin *bin, char *actname);
/dports/graphics/libvisual/libvisual-0.2.0/libvisual/
H A Dlv_bin.h103 int visual_bin_connect_by_names (VisBin *bin, char *actname, char *inname);
117 int visual_bin_switch_actor_by_name (VisBin *bin, char *actname);
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetserver.h67 const char *actname,
78 const char *actname,

123