Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 14785) sorted by relevance

12345678910>>...592

/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/tests/regression/dumptest-examples/
H A Dexample024-expected.csg3 group() {
6 group() {
8 group() {
10 group() {
11 group() {
12 group() {
14 group() {
16 group() {
17 group() {
79 group() {
[all …]
H A Dmodule_recursion-expected.csg1 group() {
7 group() {
8 group() {
14 group() {
15 group() {
21 group() {
22 group() {
28 group() {
29 group() {
35 group() {
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/tests/regression/dumptest-examples/
H A Dexample024-expected.csg3 group() {
6 group() {
8 group() {
10 group() {
11 group() {
12 group() {
14 group() {
16 group() {
17 group() {
79 group() {
[all …]
H A Dmodule_recursion-expected.csg1 group() {
7 group() {
8 group() {
14 group() {
15 group() {
21 group() {
22 group() {
28 group() {
29 group() {
35 group() {
[all …]
/dports/ftp/uftp/uftp-5.0/
H A Dclient_fileinfo.c108 send_fileinfo_ack(group, group->fileinfo.restart); in read_fileinfo()
134 (int32_t)((group->fileinfo.size / group->blocksize) + in read_fileinfo()
135 (group->fileinfo.size % group->blocksize ? 1 : 0)); in read_fileinfo()
139 group->fileinfo.blocks / group->fileinfo.sections; in read_fileinfo()
142 group->fileinfo.big_sections = group->fileinfo.blocks - in read_fileinfo()
266 group->group_id, group->file_id); in setup_dest_file()
284 (group->fileinfo.size == group->restartinfo->size) && in handle_fileinfo_restart()
401 group->fileinfo.naklist = group->restartinfo->naklist; in handle_fileinfo_regular()
421 send_fileinfo_ack(group, group->fileinfo.restart); in handle_fileinfo_regular()
530 if (!create_path_to_file(group, group->fileinfo.filepath)) { in handle_fileinfo()
[all …]
H A Dclient_announce.c245 group->keytype, group->c_hs_key, group->c_hs_iv, in send_client_key()
399 group->c_app_key, group->c_app_iv, &group->ivctr, group->ivlen)) { in send_keyinfo_ack()
545 get_key_info(group->keytype, &group->keylen, &group->ivlen); in calculate_v4_server_keys()
554 memcpy(seed + sizeof(group->rand1), group->rand2, sizeof(group->rand2)); in calculate_v4_server_keys()
563 memcpy(group->c_hs_key, prf_buf + group->hashlen, group->keylen); in calculate_v4_server_keys()
564 memcpy(group->s_hs_key, prf_buf + group->hashlen, group->keylen); in calculate_v4_server_keys()
605 group->ivlen, group->s_hs_key, group->s_hs_iv, in calculate_client_keys()
625 get_key_info(group->keytype, &group->keylen, &group->ivlen); in calculate_server_keys()
1332 memcpy(group->s_app_iv, prf_buf + group->hashlen + group->keylen, in handle_v4_keyinfo()
1470 group->keylen, group->ivlen, group->s_app_key,group->s_app_iv); in handle_keyinfo()
[all …]
H A Dproxy_upstream.c105 get_key_info(group->keytype, &group->keylen, &group->ivlen); in calculate_v4_server_keys()
114 memcpy(seed + sizeof(group->rand1), group->rand2, sizeof(group->rand2)); in calculate_v4_server_keys()
115 PRF(group->hashtype, MASTER4_LEN, group->premaster, group->premaster_len, in calculate_v4_server_keys()
123 memcpy(group->c_hs_key, prf_buf + group->hashlen, group->keylen); in calculate_v4_server_keys()
124 memcpy(group->s_hs_key, prf_buf + group->hashlen, group->keylen); in calculate_v4_server_keys()
125 memcpy(group->c_hs_iv, prf_buf + group->hashlen + group->keylen, SALT_LEN); in calculate_v4_server_keys()
162 group->ivlen, group->s_hs_key, group->s_hs_iv, in calculate_client_keys()
182 get_key_info(group->keytype, &group->keylen, &group->ivlen); in calculate_server_keys()
834 group->keylen, group->ivlen, group->s_app_key,group->s_app_iv); in handle_keyinfo()
837 group->keylen, group->ivlen, group->c_app_key, group->c_app_iv, in handle_keyinfo()
[all …]
H A Dclient_transfer.c403 group->keytype, group->c_app_key, group->c_app_iv, in send_status()
404 &group->ivctr, group->ivlen)) { in send_status()
460 group->fileinfo.name, group->fileinfo.size / 1024); in print_result_status()
526 group->keytype, group->c_app_key, group->c_app_iv, in send_complete()
527 &group->ivctr, group->ivlen)) { in send_complete()
581 group->keytype, group->c_app_key, group->c_app_iv, in send_cc_ack()
582 &group->ivctr, group->ivlen)) { in send_cc_ack()
622 group->initrate = current_cc_rate(group); in init_tfmcc_fb_round()
642 (group->grtt > group->rtt)) { in handle_tfmcc_data_info()
944 if (4 * group->robust * group->grtt < 1.0) { in handle_done()
[all …]
H A Dclient_common.c592 group->timeout_time = group->start_timeout_time; in set_timeout()
600 if (group->robust * group->grtt < 1.0) { in set_timeout()
603 add_timeval_d(&group->timeout_time, group->robust * group->grtt); in set_timeout()
639 group->keytype, group->c_app_key, group->c_app_iv, in send_abort()
640 &group->ivctr, group->ivlen)) { in send_abort()
937 clear_path(group->fileinfo.filepath, group); in move_to_backup()
957 clear_path(group->fileinfo.filepath, group); in move_to_backup()
963 clear_path(group->fileinfo.filepath, group); in move_to_backup()
1089 (rate * ((group->rtt != 0) ? group->rtt : group->grtt)) /
1177 group->loss_events[0].len = ((group->seq_wrap << 16) | group->max_txseq) -
[all …]
/dports/devel/inilib/inilib-1.0.7b3/contrib/test_suite/
H A Dinilib_test.cc41 group = true; in main()
52 Test(group); in main()
55 group = true; in main()
66 Test(group); in main()
69 group = true; in main()
80 Test(group); in main()
83 group = true; in main()
94 Test(group); in main()
97 group = true; in main()
139 Test(group); in main()
[all …]
/dports/sysutils/hexpeek/hexpeek-v1.0.20200804/test/base/data/
H A Dbasictest2.in5 group 1
7 group 2
9 group 3
11 group 4
13 group 5
15 group 6
17 group 7
19 group 8
25 group 1
27 group 2
[all …]
H A Dendianltest.in5 group 1
7 group 2
9 group 3
11 group 4
13 group 5
15 group 6
17 group 7
19 group 8
25 group 1
27 group 2
[all …]
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/ExpQueryResults/zorba/string/Regex/
H A Dregex_a10.xml.res5group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">link</fn:group> rel…
6group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">link</fn:group> typ…
7group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">link</fn:group> typ…
8group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">link</fn:group> typ…
24group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">a</fn:group> href</…
28group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">a</fn:group> href</…
79group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">a</fn:group> href</…
84group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">a</fn:group> href</…
89group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">a</fn:group> href</…
99group nr="1">&lt;</fn:group><fn:group nr="2"><fn:group nr="3"><fn:group nr="4">a</fn:group> href</…
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/python/smoldyn/biosimulators/
H A Dutils.py267 match.group(1), match.group(2), match.group(3)),
269 match.group(1), match.group(2), match.group(3)),
271 match.group(1), match.group(2), match.group(3)),
273 match.group(1), match.group(2), match.group(3)),
281 match.group(1), match.group(2), match.group(3), match.group(4)),
283 match.group(1), match.group(2), match.group(3), match.group(4)),
285 match.group(1), match.group(2), match.group(3), match.group(4)),
287 match.group(1), match.group(2), match.group(3), match.group(4)),
309 match.group(1), match.group(2), match.group(3), match.group(4)),
313 match.group(1), match.group(2), match.group(3), match.group(4)),
[all …]
/dports/audio/rhvoice-dictionary/RHVoice-dictionary-45ddf91/tools/preprocessing/
H A Dtext_prepare.py79 new = m.group(1) + m.group(2)
122 new = m.group(1) + number + m.group(4) + m.group(6)
169 new = m.group(1) + ' ' + substant(m.group(2), m.group(4), 2)
215 new = m.group(1) + m.group(2) + ' ' + substant(m.group(2), m.group(3), 2)
223 new = m.group(1) + ' ' + substant(m.group(1), m.group(2))
459 new = m.group(1) + m.group(2) + pre + number + m.group(9)
517 new = m.group(1) + m.group(2) + pre + number + m.group(9)
674 new = m.group(1) + pre + m.group(6) + number + m.group(8)
739 new += m.group(6) + m.group(7) + m.group(8)
788 new = m.group(1) + cardinal(m.group(2), v_ca) + m.group(3)
[all …]
/dports/math/giacxcas/giac-1.6.0/check/
H A DTP09-sol.cas.out131group[0.0,0.0013986013986*I],56]),pnt(pnt[group[0.0013986013986*I,50.05+0.0013986013986*I],56]),pn…
48group[0.0,0.02*I],56]),pnt(pnt[group[0.02*I,5.0+0.02*I],56]),pnt(pnt[group[5.0+0.02*I,5.0],56]),pn…
49group[0.0,0.0104*I],56]),pnt(pnt[group[0.0104*I,5.0+0.0104*I],56]),pnt(pnt[group[5.0+0.0104*I,5.0]…
51group[0.0,0.25*I],56]),pnt(pnt[group[0.25*I,1.0+0.25*I],56]),pnt(pnt[group[1.0+0.25*I,1.0],56]),pn…
60group[0.0,0.004*I],56]),pnt(pnt[group[0.004*I,5.0+0.004*I],56]),pnt(pnt[group[5.0+0.004*I,5.0],56]…
61group[0.0,0.004*I],56]),pnt(pnt[group[0.004*I,5.0+0.004*I],56]),pnt(pnt[group[5.0+0.004*I,5.0],56]…
63group[0.0,0.058*I],56]),pnt(pnt[group[0.058*I,1.0+0.058*I],56]),pnt(pnt[group[1.0+0.058*I,1.0],56]…
72group[0.0,0.0088*I],56]),pnt(pnt[group[0.0088*I,5.0+0.0088*I],56]),pnt(pnt[group[5.0+0.0088*I,5.0]…
73group[0.0,0.0096*I],56]),pnt(pnt[group[0.0096*I,5.0+0.0096*I],56]),pnt(pnt[group[5.0+0.0096*I,5.0]…
75group[0.0,0.098*I],56]),pnt(pnt[group[0.098*I,1.0+0.098*I],56]),pnt(pnt[group[1.0+0.098*I,1.0],56]…
[all …]
H A DTP02-sol.cas.out120group[0.0,0.013*I],56]),pnt(pnt[group[0.013*I,10.0+0.013*I],56]),pnt(pnt[group[10.0+0.013*I,10.0],…
/dports/devel/tla/tla-1.3.5/src/docs-hackerlab/texi/
H A Dunidata-data-sheet.texi6 @group
9 @group
13 @group
16 @group
20 @group
23 @group
26 @group
29 @group
34 @group
38 @group
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dpreferences-skeleton.h41 </group>
53 </group>
65 </group>
79 </group>
143 </group>
185 </group>
196 </group>
236 </group>
240 </group>
405 <group
[all …]
/dports/news/newsstar/newsstar-1.5.6/src/
H A Dgroup.c38 group->first_available = group->last_available = 0; in group_new()
65 group->name, group->serv->identifier); in group_got_stats()
74 group->name, group->serv->identifier); in group_got_stats()
190 group->first_available, group->last_available, in group_get_next_article()
211 group->name, art, art + group->first_available); in group_get_next_article()
246 group->name, art + group->first_available, in group_get_next_article()
261 group->name, art + group->first_available); in group_get_next_article()
269 group->name, art + group->first_available); in group_get_next_article()
274 group->name, art + group->first_available, in group_get_next_article()
279 group->name, art + group->first_available, in group_get_next_article()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersion1p4Tests.cpp74 const std::string data_dir(group.data_dir); in addTestsForAmberFiles()
75 const std::string subdir(group.subdir); in addTestsForAmberFiles()
77 std::vector<Case> cases(group.cases); in addTestsForAmberFiles()
154 group.add("ssbo_to_ubo","ssbo_to_ubo"); in createSpirvVersion1p4Group()
157 group.add("ubo_to_ssbo","ubo_to_ssbo"); in createSpirvVersion1p4Group()
160 group = CaseGroup(data_dir, "opptrdiff"); in createSpirvVersion1p4Group()
168 group = CaseGroup(data_dir, "opptrequal"); in createSpirvVersion1p4Group()
202 group = CaseGroup(data_dir, "uniformid"); in createSpirvVersion1p4Group()
254 group = CaseGroup(data_dir, "opselect"); in createSpirvVersion1p4Group()
269 group = CaseGroup(data_dir, "uconvert"); in createSpirvVersion1p4Group()
[all …]
/dports/textproc/py-xmlschema/xmlschema-1.8.2/tests/validators/
H A Dtest_groups.py183 group = group[-1]
197 group = group[-1]
210 group = group[1]
223 group = group[-1]
237 group = group[-1]
253 group = group[1]
268 group = group[-1]
284 group = group[1]
296 group = group[-1]
314 group = group[-1]
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/metadata/exiftool/
H A Dexiftoollistviewgroup.cpp52 setText(0, group); in ExifToolListViewGroup()
54 if (group == QLatin1String("AFCP")) in ExifToolListViewGroup()
58 else if (group == QLatin1String("AIFF")) in ExifToolListViewGroup()
62 else if (group == QLatin1String("APE")) in ExifToolListViewGroup()
66 else if (group == QLatin1String("APP0")) in ExifToolListViewGroup()
70 else if (group == QLatin1String("APP1")) in ExifToolListViewGroup()
94 else if (group == QLatin1String("APP4")) in ExifToolListViewGroup()
110 else if (group == QLatin1String("ASF")) in ExifToolListViewGroup()
134 else if (group == QLatin1String("DNG")) in ExifToolListViewGroup()
138 else if (group == QLatin1String("DV")) in ExifToolListViewGroup()
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/cfg/
H A Dgroup.jl1 ;; nokogiri-group.jl -- group management
89 (define (group-name-local group) (last group))
110 (update-group group)))
114 (let ((data (wm-load-group (group-name group))))
124 (group-loaded-set group t)
130 (get-group (group-name-add (group-name group) (car cell))))
144 (when (group-tree group)
174 (fetch-group group)
177 (group-name-local (group-name group))
196 (fetch-group group)
[all …]
/dports/graphics/kgeotag/kgeotag-1.2.0/src/
H A DSettings.cpp132 auto group = m_config->group(s_main); in saveMainWindowState() local
139 auto group = m_config->group(s_main); in mainWindowState() local
145 auto group = m_config->group(s_main); in saveLastOpenPath() local
152 auto group = m_config->group(s_main); in lastOpenPath() local
158 auto group = m_config->group(s_main); in saveSplitImagesList() local
173 auto group = m_config->group(s_map); in saveShowCrosshairs() local
180 auto group = m_config->group(s_map); in showCrosshairs() local
186 auto group = m_config->group(s_map); in saveMapCenter() local
194 auto group = m_config->group(s_map); in mapCenter() local
203 auto group = m_config->group(s_map); in saveZoom() local
[all …]

12345678910>>...592