Home
last modified time | relevance | path

Searched refs:notifytype (Results 1 – 25 of 40) sorted by relevance

12

/dports/polish/libtlen/libtlen-20041113/lib/
H A Dmessage.c86 char *notifytype; in tlen_sendnotify() local
92 notifytype = "t"; in tlen_sendnotify()
97 notifytype = "u"; in tlen_sendnotify()
102 notifytype = "a"; in tlen_sendnotify()
107 notifytype = "t"; // domyslnie TYPING in tlen_sendnotify()
112 tlen_debug ("To: %s\nType: %s\n", destination, notifytype); in tlen_sendnotify()
113 …ery = (char *) malloc (strlen ("<m to='' tp=''/>") + strlen (destination) + strlen(notifytype)+1))) in tlen_sendnotify()
118 sprintf (query, "<m to='%s' tp='%s'/>", destination, notifytype); in tlen_sendnotify()
H A Dtestclient.c477 char *notifytype; in main() local
482 notifytype = "pisze"; in main()
487 notifytype = "przesta� pisa�"; in main()
492 notifytype = "alert d�wi�kowy"; in main()
496 printf("Otrzyma�em od %s powiadomienie typu %s\n", event->notify->from, notifytype); in main()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcavegen.cpp118 int notifytype = large_cave ? GENNOTIFY_LARGECAVE_BEGIN : GENNOTIFY_CAVE_BEGIN; in makeCave() local
119 if (mg->gennotify & (1 << notifytype)) { in makeCave()
120 std::vector <v3s16> *nvec = mg->gen_notifications[notifytype]; in makeCave()
128 notifytype = large_cave ? GENNOTIFY_LARGECAVE_END : GENNOTIFY_CAVE_END; in makeCave()
129 if (mg->gennotify & (1 << notifytype)) { in makeCave()
130 std::vector <v3s16> *nvec = mg->gen_notifications[notifytype]; in makeCave()
371 if (mg->gennotify & (1 << notifytype)) { in makeCave()
372 std::vector <v3s16> *nvec = mg->gen_notifications[notifytype]; in makeCave()
380 notifytype = large_cave ? GENNOTIFY_LARGECAVE_END : GENNOTIFY_CAVE_END; in makeCave()
381 if (mg->gennotify & (1 << notifytype)) { in makeCave()
[all …]
H A Ddungeongen.h50 int notifytype; member
H A Ddungeongen.cpp65 dp.notifytype = GENNOTIFY_DUNGEON; in DungeonGen()
187 if (mg->gennotify & (1 << dp.notifytype)) { in makeDungeon()
188 std::vector <v3s16> *nvec = mg->gen_notifications[dp.notifytype]; in makeDungeon()
H A Dmapgen_v6.cpp525 dp.notifytype = GENNOTIFY_DUNGEON; in makeChunk()
535 dp.notifytype = GENNOTIFY_TEMPLE; in makeChunk()
/dports/sysutils/nut/nut-2.7.4/scripts/augeas/tests/
H A Dtest_nut.aug145 { "notifytype" = "COMMBAD" }
153 { "notifytype" = "COMMOK" }
160 { "notifytype" = "ONLINE" }
/dports/sysutils/nut-devel/nut-9e6a5ab2/scripts/augeas/tests/
H A Dtest_nut.aug149 { "notifytype" = "COMMBAD" }
157 { "notifytype" = "COMMOK" }
164 { "notifytype" = "ONLINE" }
/dports/devel/flyspray/flyspray-0.9.9.7_4/themes/CleanFS/templates/
H A Dcommon.profile.tpl23 <label for="notifytype">{L('notifytype')}</label>
24 <select id="notifytype" name="notify_type">
/dports/sysutils/nut/nut-2.7.4/conf/
H A Dupssched.conf.sample.in63 # AT <notifytype> <upsname> <command>
65 # Define a handler for a specific event <notifytype> on UPS <upsname>.
72 # Note that any AT that matches both the <notifytype> and the <upsname>
/dports/games/minetest/minetest-5.4.1/src/mapgen/
H A Dcavegen.cpp406 GenNotifyType notifytype = large_cave ? in makeCave() local
408 gennotify->addEvent(notifytype, abs_pos); in makeCave()
418 GenNotifyType notifytype = large_cave ? in makeCave() local
420 gennotify->addEvent(notifytype, abs_pos); in makeCave()
721 GenNotifyType notifytype = large_cave ? in makeCave() local
723 gennotify->addEvent(notifytype, abs_pos); in makeCave()
733 GenNotifyType notifytype = large_cave ? in makeCave() local
735 gennotify->addEvent(notifytype, abs_pos); in makeCave()
H A Ddungeongen.h82 GenNotifyType notifytype; member
H A Ddungeongen.cpp72 dp.notifytype = GENNOTIFY_DUNGEON; in DungeonGen()
205 gennotify->addEvent(dp.notifytype, room_center); in makeDungeon()
H A Dmapgen_v6.cpp608 dp.notifytype = GENNOTIFY_TEMPLE; in makeChunk()
620 dp.notifytype = GENNOTIFY_DUNGEON; in makeChunk()
/dports/devel/flyspray/flyspray-0.9.9.7_4/templates/
H A Dcommon.profile.tpl26 <td><label for="notifytype">{L('notifytype')}</label></td>
28 <select id="notifytype" name="notify_type">
/dports/sysutils/nut-devel/nut-9e6a5ab2/conf/
H A Dupssched.conf.sample.in63 # AT <notifytype> <upsname> <command>
65 # Define a handler for a specific event <notifytype> on UPS <upsname>.
72 # Note that any AT that matches both the <notifytype> and the <upsname>
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dzoneconf.c874 dns_notifytype_t notifytype = dns_notifytype_yes; in named_zone_configure() local
1248 notifytype = dns_notifytype_yes; in named_zone_configure()
1250 notifytype = dns_notifytype_no; in named_zone_configure()
1255 notifytype = dns_notifytype_explicit; in named_zone_configure()
1257 notifytype = dns_notifytype_masteronly; in named_zone_configure()
1263 notifytype = process_notifytype(notifytype, ztype, zname, in named_zone_configure()
1268 dns_zone_setnotifytype(zone, notifytype); in named_zone_configure()
1273 (notifytype == dns_notifytype_yes || in named_zone_configure()
1274 notifytype == dns_notifytype_explicit || in named_zone_configure()
1275 (notifytype == dns_notifytype_masteronly && in named_zone_configure()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/named/
H A Dzoneconf.c895 dns_notifytype_t notifytype = dns_notifytype_yes; in named_zone_configure() local
1265 notifytype = dns_notifytype_yes; in named_zone_configure()
1267 notifytype = dns_notifytype_no; in named_zone_configure()
1272 notifytype = dns_notifytype_explicit; in named_zone_configure()
1276 notifytype = dns_notifytype_masteronly; in named_zone_configure()
1282 notifytype = process_notifytype(notifytype, ztype, zname, in named_zone_configure()
1287 dns_zone_setnotifytype(zone, notifytype); in named_zone_configure()
1292 (notifytype == dns_notifytype_yes || in named_zone_configure()
1293 notifytype == dns_notifytype_explicit || in named_zone_configure()
1294 (notifytype == dns_notifytype_masteronly && in named_zone_configure()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dzoneconf.c876 dns_notifytype_t notifytype = dns_notifytype_yes; in named_zone_configure() local
1258 notifytype = dns_notifytype_yes; in named_zone_configure()
1260 notifytype = dns_notifytype_no; in named_zone_configure()
1265 notifytype = dns_notifytype_explicit; in named_zone_configure()
1269 notifytype = dns_notifytype_masteronly; in named_zone_configure()
1275 notifytype = process_notifytype(notifytype, ztype, zname, in named_zone_configure()
1280 dns_zone_setnotifytype(zone, notifytype); in named_zone_configure()
1285 (notifytype == dns_notifytype_yes || in named_zone_configure()
1286 notifytype == dns_notifytype_explicit || in named_zone_configure()
1287 (notifytype == dns_notifytype_masteronly && in named_zone_configure()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dzoneconf.c876 dns_notifytype_t notifytype = dns_notifytype_yes; in named_zone_configure() local
1258 notifytype = dns_notifytype_yes; in named_zone_configure()
1260 notifytype = dns_notifytype_no; in named_zone_configure()
1265 notifytype = dns_notifytype_explicit; in named_zone_configure()
1269 notifytype = dns_notifytype_masteronly; in named_zone_configure()
1275 notifytype = process_notifytype(notifytype, ztype, zname, in named_zone_configure()
1280 dns_zone_setnotifytype(zone, notifytype); in named_zone_configure()
1285 (notifytype == dns_notifytype_yes || in named_zone_configure()
1286 notifytype == dns_notifytype_explicit || in named_zone_configure()
1287 (notifytype == dns_notifytype_masteronly && in named_zone_configure()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dzoneconf.c777 dns_notifytype_t notifytype = dns_notifytype_yes; in ns_zone_configure() local
1110 notifytype = dns_notifytype_yes; in ns_zone_configure()
1112 notifytype = dns_notifytype_no; in ns_zone_configure()
1116 notifytype = dns_notifytype_explicit; in ns_zone_configure()
1118 notifytype = dns_notifytype_masteronly; in ns_zone_configure()
1126 dns_zone_setnotifytype(zone, notifytype); in ns_zone_configure()
1131 (notifytype == dns_notifytype_yes || in ns_zone_configure()
1132 notifytype == dns_notifytype_explicit || in ns_zone_configure()
1133 (notifytype == dns_notifytype_masteronly && in ns_zone_configure()
/dports/sysutils/nut-devel/nut-9e6a5ab2/scripts/augeas/
H A Dnutupsschedconf.aug.in66 . [ label "notifytype" . store word ] . sep_spc
/dports/sysutils/nut/nut-2.7.4/scripts/augeas/
H A Dnutupsschedconf.aug.in66 . [ label "notifytype" . store word ] . sep_spc
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/tlen/
H A Dtlen_plugin.c351 gchar *notifytype; in test_chan()
360 notifytype = "pisze"; in test_chan()
366 notifytype = "przestal pisac"; in test_chan()
372 notifytype = "powiadomienie d�wi�kowe"; in test_chan()
403 print_debug("typ: %s\n", notifytype); in test_chan()
/dports/dns/bind911/bind-9.11.37/lib/dns/include/dns/
H A Dzone.h1545 dns_zone_setnotifytype(dns_zone_t *zone, dns_notifytype_t notifytype);

12