Home
last modified time | relevance | path

Searched refs:add_entry (Results 1 – 25 of 2267) sorted by relevance

12345678910>>...91

/dports/devel/libnaji/libnaji-0.6.4.src/
H A Dnaji_db.c27 void add_entry(char *entry) in add_entry() function
66 add_entry("full name: "); in naji_database()
69 add_entry("height: "); in naji_database()
70 add_entry("weight: "); in naji_database()
71 add_entry("build: "); in naji_database()
72 add_entry("hair color: "); in naji_database()
73 add_entry("eye color: "); in naji_database()
76 add_entry("home number: "); in naji_database()
78 add_entry("fax number: "); in naji_database()
82 add_entry("e-mail: "); in naji_database()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/src/
H A Dconf.cpp98 add_entry("/apps/stardict/preferences/main_window/maximized", false); in AppConf()
109 add_entry("/apps/stardict/preferences/network/enable_netdict", true); in AppConf()
115 add_entry("/apps/stardict/preferences/network/port", 2628); in AppConf()
116 add_entry("/apps/stardict/preferences/network/user", std::string()); in AppConf()
124 add_entry("/apps/stardict/preferences/translate/engine", 0); in AppConf()
125 add_entry("/apps/stardict/preferences/translate/fromlang", 0); in AppConf()
126 add_entry("/apps/stardict/preferences/translate/tolang", 0); in AppConf()
147 add_entry("/apps/stardict/preferences/floating_window/lock", false); in AppConf()
161 add_entry("/apps/stardict/preferences/floating_window/lock_x", 0); in AppConf()
162 add_entry("/apps/stardict/preferences/floating_window/lock_y", 0); in AppConf()
[all …]
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dexif_entry.cpp217 add_entry(ifd_type, "Make", value_string, entries); in parse_entry()
222 add_entry(ifd_type, "Model", value_string, entries); in parse_entry()
277 add_entry(ifd_type, "Software", value_string, entries); in parse_entry()
282 add_entry(ifd_type, "DateTime", value_string, entries); in parse_entry()
287 add_entry(ifd_type, "Artist", value_string, entries); in parse_entry()
332 add_entry(ifd_type, "", value_string, entries); in parse_entry()
390 add_entry(ifd_type, "FNumber", value_string, entries); in parse_entry()
410 add_entry(ifd_type, "OECF", value_string, entries); in parse_entry()
510 add_entry(ifd_type, "Flash", value_string, entries); in parse_entry()
757 add_entry(ifd_type, "Gamma", value_string, entries); in parse_entry()
[all …]
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dskstringmap-test.c129 memset(&add_entry, 0, sizeof(add_entry)); in main()
131 add_entry.id = 3; in main()
151 memset(&add_entry, 0, sizeof(add_entry)); in main()
153 add_entry.id = 8; in main()
163 memset(&add_entry, 0, sizeof(add_entry)); in main()
164 add_entry.id = 3; in main()
174 memset(&add_entry, 0, sizeof(add_entry)); in main()
176 add_entry.id = 6; in main()
186 memset(&add_entry, 0, sizeof(add_entry)); in main()
188 add_entry.id = 7; in main()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/
H A Dstats.cpp78 void NamedSizeStats::add_entry(const NamedSizeEntry &entry) in add_entry() function in NamedSizeStats
268 kernel.add_entry("Ray setup", prof.get_event(PROFILING_RAY_SETUP)); in collect_profiling()
275 integrator.add_entry("Volumes", prof.get_event(PROFILING_VOLUME)); in collect_profiling()
277 NamedNestedSampleStats &shading = integrator.add_entry("Shading", 0); in collect_profiling()
281 shading.add_entry("Ambient Occlusion", prof.get_event(PROFILING_AO)); in collect_profiling()
282 shading.add_entry("Subsurface", prof.get_event(PROFILING_SUBSURFACE)); in collect_profiling()
290 intersection.add_entry("Shadow All Intersection", in collect_profiling()
293 intersection.add_entry("Volume All Intersection", in collect_profiling()
296 NamedNestedSampleStats &closure = kernel.add_entry("Closures", 0); in collect_profiling()
302 NamedNestedSampleStats &denoising = kernel.add_entry("Denoising", in collect_profiling()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/menu/
H A Dworldmap_cheat_menu.cpp36 add_entry(MNID_GROW, _("Bonus: Grow")); in WorldmapCheatMenu()
37 add_entry(MNID_FIRE, _("Bonus: Fire")); in WorldmapCheatMenu()
38 add_entry(MNID_ICE, _("Bonus: Ice")); in WorldmapCheatMenu()
39 add_entry(MNID_AIR, _("Bonus: Air")); in WorldmapCheatMenu()
40 add_entry(MNID_EARTH, _("Bonus: Earth")); in WorldmapCheatMenu()
41 add_entry(MNID_SHRINK, _("Bonus: None")); in WorldmapCheatMenu()
43 add_entry(MNID_GHOST, (tux.get_ghost_mode() ? in WorldmapCheatMenu()
46 add_entry(MNID_FINISH_LEVEL, _("Finish Level")); in WorldmapCheatMenu()
47 add_entry(MNID_RESET_LEVEL, _("Reset Level")); in WorldmapCheatMenu()
52 add_entry(MNID_MOVE_TO_LEVEL, _("Go to level")); in WorldmapCheatMenu()
[all …]
H A Dcheat_menu.cpp32 add_entry(MNID_GROW, _("Bonus: Grow")); in CheatMenu()
33 add_entry(MNID_FIRE, _("Bonus: Fire x 64")); in CheatMenu()
34 add_entry(MNID_ICE, _("Bonus: Ice x 64")); in CheatMenu()
35 add_entry(MNID_AIR, _("Bonus: Air x 64")); in CheatMenu()
36 add_entry(MNID_EARTH, _("Bonus: Earth x 64")); in CheatMenu()
37 add_entry(MNID_STAR, _("Bonus: Star")); in CheatMenu()
38 add_entry(MNID_SHRINK, _("Shrink Tux")); in CheatMenu()
39 add_entry(MNID_KILL, _("Kill Tux")); in CheatMenu()
40 add_entry(MNID_FINISH, _("Finish Level")); in CheatMenu()
41 add_entry(MNID_GHOST, player.get_ghost_mode() ? in CheatMenu()
H A Deditor_menu.cpp49 add_entry(MNID_SAVEASLEVEL, _("Save Level as")); in EditorMenu()
50 add_entry(MNID_SAVECOPYLEVEL, _("Save Copy")); in EditorMenu()
55 add_entry(MNID_TESTLEVEL, _("Test Level")); in EditorMenu()
59 add_entry(MNID_TESTLEVEL, _("Test Worldmap")); in EditorMenu()
62 add_entry(MNID_SHARE, _("Share Level")); in EditorMenu()
64 add_entry(MNID_PACK, _("Package Add-On")); in EditorMenu()
66 add_entry(MNID_OPEN_DIR, _("Open Level Directory")); in EditorMenu()
70 add_entry(MNID_LEVELSEL, _("Edit Another Level")); in EditorMenu()
73 add_entry(MNID_LEVELSETSEL, _("Edit Another World")); in EditorMenu()
88 add_entry(MNID_HELP, _("Keyboard Shortcuts")); in EditorMenu()
[all …]
H A Dparticle_editor_menu.cpp36 add_entry(MNID_RETURNTOEDITOR, _("Return to Editor")); in ParticleEditorMenu()
37 add_entry(MNID_NEW, _("New Particle Config")); in ParticleEditorMenu()
38 add_entry(MNID_SAVE, _("Save Particle Config")); in ParticleEditorMenu()
39 add_entry(MNID_SAVE_AS, _("Save Particle Config as...")); in ParticleEditorMenu()
40 add_entry(MNID_LOAD, _("Load Another Particle Config")); in ParticleEditorMenu()
44 add_entry(MNID_OPEN_DIR, _("Open Particle Directory")); in ParticleEditorMenu()
45 add_entry(MNID_HELP, _("Keyboard Shortcuts")); in ParticleEditorMenu()
49 add_entry(MNID_QUITEDITOR, _("Exit Particle Editor")); in ParticleEditorMenu()
H A Dmain_menu.cpp56 add_entry(MNID_STARTGAME, _("Start Game")); in MainMenu()
60 add_entry(MNID_ADDONS, _("Add-ons")); in MainMenu()
62 add_entry(MNID_MANAGEASSETS, _("Manage Assets")); in MainMenu()
65 add_entry(MNID_LEVELEDITOR, _("Level Editor")); in MainMenu()
66 add_entry(MNID_CREDITS, _("Credits")); in MainMenu()
67 add_entry(MNID_DONATE, _("Donate")); in MainMenu()
69 add_entry(MNID_QUITMAINMENU, _("Quit")); in MainMenu()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Dexportdialog.cc201 size_selector.add_entry(_("2K"), PF::SIZE_2K); in ExportDialog()
202 size_selector.add_entry(_("4K"), PF::SIZE_4K); in ExportDialog()
203 size_selector.add_entry(_("5K"), PF::SIZE_5K); in ExportDialog()
204 size_selector.add_entry(_("8K"), PF::SIZE_8K); in ExportDialog()
210 units_selector.add_entry(_("pixels"), 0); in ExportDialog()
211 units_selector.add_entry(_("percent"), 1); in ExportDialog()
212 units_selector.add_entry(_("mm"), 2); in ExportDialog()
213 units_selector.add_entry(_("cm"), 3); in ExportDialog()
214 units_selector.add_entry(_("inches"), 4); in ExportDialog()
262 icc_profile.add_entry("sRGB", PF::PROF_TYPE_sRGB); in ExportDialog()
[all …]
/dports/japanese/freepwing/freepwing-1.4.4/src/
H A DControl.pm197 sub add_entry { subroutine
265 return $self->add_entry(0x00, 0x02000000, $file_name);
274 return $self->add_entry(0x05, 0x02000000, $file_name)
275 && $self->add_entry(0x07, 0x02000000, $file_name);
284 return $self->add_entry(0x01, 0x02000000, $file_name);
293 return $self->add_entry(0x02, 0x02000000, $file_name);
302 return $self->add_entry(0x71, 0x02415554, @file_names);
311 return $self->add_entry(0x80, 0x02415554, @file_names);
320 return $self->add_entry(0x91, 0x02415554, @file_names);
329 return $self->add_entry(0xd2, 0x00000000, @file_names);
[all …]
/dports/net/ntp/ntp-4.2.8p15/sntp/tests/
H A DkodDatabase.c33 add_entry(HOST, REASON); in test_SingleEntryHandling()
54 add_entry(HOST1, REASON1); in test_MultipleEntryHandling()
55 add_entry(HOST2, REASON2); in test_MultipleEntryHandling()
56 add_entry(HOST3, REASON3); in test_MultipleEntryHandling()
82 add_entry(HOST_ADD, REASON); in test_NoMatchInSearch()
97 add_entry(HOST, REASON1); in test_AddDuplicate()
107 add_entry(HOST, REASON2); in test_AddDuplicate()
125 add_entry(HOST1, REASON); in test_DeleteEntry()
126 add_entry(HOST2, REASON); in test_DeleteEntry()
127 add_entry(HOST3, REASON); in test_DeleteEntry()
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/
H A Dtest_mailmap.py61 m.add_entry((b'Jane Doe', b'jane@desktop.(none)'), (None, None))
62 m.add_entry((b'Joe R. Developer', b'joe@example.com'), None)
63 m.add_entry((None, b'cto@company.xx'), (None, b'cto@coompany.xx'))
64 m.add_entry(
67 m.add_entry(
70 m.add_entry(
73 m.add_entry(
/dports/mail/mailutils/mailutils-3.13/mu/libexec/
H A Dldflags.c86 add_entry (int level, char *ptr) in add_entry() function
135 add_entry (-100, LINK_FLAGS); in main()
136 add_entry (100, LINK_POSTFLAGS); in main()
137 add_entry (8, "-lmailutils"); in main()
140 add_entry (10, I18NLIBS); in main()
153 add_entry (p->weight, p->libname); in main()
165 add_entry (p->weight, p->libname); in main()
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/environment/adapters/
H A Dindexentries.py36 def add_entry(word: str, subword: str, main: str, link: bool = True, function
46 add_entry(subword, '', main, link=link, dic=entry[1], key=key)
66 add_entry(entry, subentry, main, key=index_key)
69 add_entry(first, second, main, key=index_key)
70 add_entry(second, first, main, key=index_key)
73 add_entry(first, second + ' ' + third, main, key=index_key)
74 add_entry(second, third + ', ' + first, main, key=index_key)
75 add_entry(third, first + ' ' + second, main, key=index_key)
78 add_entry(first, _('see %s') % second, None,
82 add_entry(first, _('see also %s') % second, None,
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/environment/adapters/
H A Dindexentries.py36 def add_entry(word: str, subword: str, main: str, link: bool = True, function
46 add_entry(subword, '', main, link=link, dic=entry[1], key=key)
66 add_entry(entry, subentry, main, key=index_key)
69 add_entry(first, second, main, key=index_key)
70 add_entry(second, first, main, key=index_key)
73 add_entry(first, second + ' ' + third, main, key=index_key)
74 add_entry(second, third + ', ' + first, main, key=index_key)
75 add_entry(third, first + ' ' + second, main, key=index_key)
78 add_entry(first, _('see %s') % second, None,
82 add_entry(first, _('see also %s') % second, None,
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/environment/adapters/
H A Dindexentries.py36 def add_entry(word: str, subword: str, main: str, link: bool = True, function
46 add_entry(subword, '', main, link=link, dic=entry[1], key=key)
66 add_entry(entry, subentry, main, key=index_key)
69 add_entry(first, second, main, key=index_key)
70 add_entry(second, first, main, key=index_key)
73 add_entry(first, second + ' ' + third, main, key=index_key)
74 add_entry(second, third + ', ' + first, main, key=index_key)
75 add_entry(third, first + ' ' + second, main, key=index_key)
78 add_entry(first, _('see %s') % second, None,
82 add_entry(first, _('see also %s') % second, None,
/dports/lang/rust/rustc-1.58.1-src/vendor/vergen/src/feature/
H A Drustc.rs15 crate::{config::VergenKey, feature::add_entry},
109 add_entry( in configure_rustc()
125 add_entry( in configure_rustc()
133 add_entry( in configure_rustc()
141 add_entry( in configure_rustc()
149 add_entry( in configure_rustc()
158 add_entry( in configure_rustc()
H A Dsi.rs15 crate::{config::VergenKey, error::Error::Pid, feature::add_entry},
127 add_entry( in configure_sysinfo()
135 add_entry( in configure_sysinfo()
147 add_entry( in configure_sysinfo()
166 add_entry( in configure_sysinfo()
174 add_entry( in configure_sysinfo()
185 add_entry( in configure_sysinfo()
193 add_entry( in configure_sysinfo()
208 add_entry( in configure_sysinfo()
219 add_entry( in configure_sysinfo()
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_main.cpp55 group.add_entry(entry, mode_symbol); in main()
62 group.add_entry(entry2, mode_sch); in main()
69 group.add_entry(entry3, mode_padstack); in main()
76 group.add_entry(entry4, mode_package); in main()
83 group.add_entry(entry5, mode_board); in main()
90 group.add_entry(entry7, mode_frame); in main()
97 group.add_entry(entry8, mode_decal); in main()
104 group.add_entry(entry6, read_only); in main()
/dports/sysutils/p5-Schedule-Cron/Schedule-Cron-1.01/t/
H A Dnofork.t31 $cron->add_entry("* * * * * *",$dispatch_2);
32 $cron->add_entry("* * * * * *");
62 $cron->add_entry("* * * * * *");
63 $cron->add_entry("* * * * * */3",$dispatch_2);
91 $cron->add_entry("* * * * * *");
/dports/devel/regexxer/regexxer-0.10/src/
H A Dmain.cc135 group.add_entry(entry("pattern", 'p', N_("Find files matching PATTERN"), N_("PATTERN")), in create()
137 group.add_entry(entry("no-recursion", 'R', N_("Do not recurse into subdirectories")), in create()
139 group.add_entry(entry("hidden", 'h', N_("Also find hidden files")), in create()
141 group.add_entry(entry("regex", 'e', N_("Find text matching REGEX"), N_("REGEX")), in create()
143 group.add_entry(entry("no-global", 'G', N_("Find only the first match in a line")), in create()
145 group.add_entry(entry("ignore-case", 'i', N_("Do case insensitive matching")), in create()
147 group.add_entry(entry("substitution", 's', N_("Replace matches with STRING"), N_("STRING")), in create()
149 group.add_entry(entry("line-number", 'n', N_("Print match location to standard output")), in create()
151 group.add_entry(entry("no-autorun", 'A', N_("Do not automatically start search")), in create()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Doptiongroup.h93 void add_entry(const OptionEntry& entry);
104 void add_entry(const OptionEntry& entry, bool& arg);
110 void add_entry(const OptionEntry& entry, int& arg);
116 void add_entry(const OptionEntry& entry, double& arg);
125 void add_entry(const OptionEntry& entry, Glib::ustring& arg);
142 void add_entry(const OptionEntry& entry, vecustrings& arg);
155 void add_entry(const OptionEntry& entry, const SlotOptionArgString& slot);
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Dgx_system.cpp601 main_group.add_entry(opt_version, version); in CmdlineOptions()
602 main_group.add_entry(opt_nogui, nogui); in CmdlineOptions()
603 main_group.add_entry(opt_rpcport, rpcport); in CmdlineOptions()
604 main_group.add_entry(opt_rpchost, rpcaddress); in CmdlineOptions()
605 main_group.add_entry(opt_onlygui, onlygui); in CmdlineOptions()
608 main_group.add_entry(opt_mute, mute); in CmdlineOptions()
609 main_group.add_entry(opt_bank, setbank); in CmdlineOptions()
610 main_group.add_entry(opt_tuner_tet, tuner_tet); in CmdlineOptions()
611 main_group.add_entry(opt_tuner_ref, tuner_ref); in CmdlineOptions()
625 optgroup_style.add_entry(opt_clear, clear); in CmdlineOptions()
[all …]

12345678910>>...91