Home
last modified time | relevance | path

Searched refs:central (Results 1 – 25 of 7383) sorted by relevance

12345678910>>...296

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/libzip/libzip/regress/
H A Dopen_incons.test7 file incons-central-compression-method.zzip incons-central-compression-method.zip incons-central-co…
8 file incons-central-compsize-larger.zzip incons-central-compsize-larger.zip incons-central-compsize…
10 file incons-central-compsize-smaller.zzip incons-central-compsize-smaller.zip incons-central-compsi…
11 file incons-central-crc.zzip incons-central-crc.zip incons-central-crc.zip
12 file incons-central-date.zzip incons-central-date.zip incons-central-date.zip
13 file incons-central-file-comment-longer.zzip incons-central-file-comment-longer.zip incons-central-…
14 file incons-central-file-comment-shorter.zzip incons-central-file-comment-shorter.zip incons-centra…
15 file incons-central-magic-bad.zzip incons-central-magic-bad.zip incons-central-magic-bad.zip
16 file incons-central-magic-bad2.zzip incons-central-magic-bad2.zip incons-central-magic-bad2.zip
17 file incons-central-size-larger.zzip incons-central-size-larger.zip incons-central-size-larger.zip
[all …]
/dports/archivers/libzip/libzip-1.7.3/regress/
H A Dopen_incons.test7 file incons-central-compression-method.zzip incons-central-compression-method.zip incons-central-co…
8 file incons-central-compsize-larger.zzip incons-central-compsize-larger.zip incons-central-compsize…
10 file incons-central-compsize-smaller.zzip incons-central-compsize-smaller.zip incons-central-compsi…
11 file incons-central-crc.zzip incons-central-crc.zip incons-central-crc.zip
12 file incons-central-date.zzip incons-central-date.zip incons-central-date.zip
13 file incons-central-file-comment-longer.zzip incons-central-file-comment-longer.zip incons-central-…
14 file incons-central-file-comment-shorter.zzip incons-central-file-comment-shorter.zip incons-centra…
15 file incons-central-magic-bad.zzip incons-central-magic-bad.zip incons-central-magic-bad.zip
16 file incons-central-magic-bad2.zzip incons-central-magic-bad2.zip incons-central-magic-bad2.zip
17 file incons-central-size-larger.zzip incons-central-size-larger.zip incons-central-size-larger.zip
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/test/params/
H A Dmc-desktop-nightly.yml13 head_repository: https://hg.mozilla.org/mozilla-central
21 project: mozilla-central
30 …hive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-28-22-03-26-mozilla-central-l10n/firefox-58.0…
33 …hive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-28-10-04-23-mozilla-central-l10n/firefox-58.0…
36 …hive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-27-22-00-59-mozilla-central-l10n/firefox-58.0…
39 …hive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-27-10-01-03-mozilla-central-l10n/firefox-58.0…
43 …hive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-28-22-03-26-mozilla-central-l10n/firefox-58.0…
46 …hive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-28-10-04-23-mozilla-central-l10n/firefox-58.0…
49 …hive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-27-22-00-59-mozilla-central-l10n/firefox-58.0…
52 …hive.mozilla.org/pub/firefox/nightly/2017/10/2017-10-27-10-01-03-mozilla-central-l10n/firefox-58.0…
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dzip.c18 fz_buffer *central; member
32 fz_append_int32_le(ctx, zip->central, ZIP_CENTRAL_DIRECTORY_SIG); in fz_write_zip_entry()
39 fz_append_int32_le(ctx, zip->central, sum); /* crc-32 */ in fz_write_zip_entry()
40 fz_append_int32_le(ctx, zip->central, (int)buf->len); /* csize */ in fz_write_zip_entry()
41 fz_append_int32_le(ctx, zip->central, (int)buf->len); /* usize */ in fz_write_zip_entry()
45 fz_append_int16_le(ctx, zip->central, 0); /* disk number start */ in fz_write_zip_entry()
49 fz_append_string(ctx, zip->central, name); in fz_write_zip_entry()
73 fz_write_data(ctx, zip->output, zip->central->data, zip->central->len); in fz_close_zip_writer()
99 fz_drop_buffer(ctx, zip->central); in fz_drop_zip_writer()
110 zip->central = fz_new_buffer(ctx, 0); in fz_new_zip_writer_with_output()
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/source/ai/
H A DKeeperAI.cpp189 t = mGameMap.getTile(central->getX() + k, central->getY() + distance); in checkTreasury()
199 t = mGameMap.getTile(central->getX() - k, central->getY() + distance); in checkTreasury()
208 t = mGameMap.getTile(central->getX() + k, central->getY() - distance); in checkTreasury()
218 t = mGameMap.getTile(central->getX() - k, central->getY() - distance); in checkTreasury()
227 t = mGameMap.getTile(central->getX() + distance, central->getY() + k); in checkTreasury()
237 t = mGameMap.getTile(central->getX() + distance, central->getY() - k); in checkTreasury()
246 t = mGameMap.getTile(central->getX() - distance, central->getY() + k); in checkTreasury()
397 t = mGameMap.getTile(central->getX() + k, central->getY() + distance); in lookForGold()
416 t = mGameMap.getTile(central->getX() + k, central->getY() - distance); in lookForGold()
433 t = mGameMap.getTile(central->getX() + distance, central->getY() + k); in lookForGold()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/ci/test/
H A Dtalos.yml34 .*-qr/.*: ['mozilla-central', 'try']
45 run-on-projects: ['mozilla-central', 'try']
58 .*-qr/.*: ['mozilla-central', 'try']
69 run-on-projects: ['mozilla-central', 'try']
81 run-on-projects: ['mozilla-central', 'try']
93 .*-qr/.*: ['mozilla-central', 'try']
107 run-on-projects: ['mozilla-central', 'try']
127 .*-qr/.*: ['mozilla-central', 'try']
144 run-on-projects: ['mozilla-central', 'try']
169 run-on-projects: ['mozilla-central', 'try']
[all …]
/dports/graphics/proj/proj-7.2.1/data/
H A Dnad.lst19 Arizona central ............... 202 202
31 Colorado central .............. 502 502
47 Idaho central ................. 1102 1102
74 Minnesota central ............. 2202 2202
79 Missouri central .............. 2402 2402
83 Montana central ............... 2502
89 Nevada central ................ 2702 2702
94 New mexico central ............ 3002 3002
97 New york central .............. 3102 3102
120 Texas central ................. 4203 4203
[all …]
/dports/devel/py-cclib/cclib-1.7.1/data/DALTON/basicDALTON-2013/
H A Ddvb_raman.out1735 C x 0.000000000000000 0.000705888965058 -0.000705888965058 central
2071 C x 0.000000000000000 0.000705888965058 -0.000705888965058 central
2399 C x 0.000000000000000 0.000705888965058 -0.000705888965058 central
2400 C y 0.000000000000000 0.000227394707508 -0.000227394707508 central
2736 C x 0.000000000000000 0.000705888965058 -0.000705888965058 central
2737 C y 0.000000000000000 0.000227394707508 -0.000227394707508 central
3041 C x 0.000000000000000 0.000705888965058 -0.000705888965058 central
3042 C y 0.000000000000000 0.000227394707508 -0.000227394707508 central
3043 C z 0.000000000000000 -0.000000006821210 0.000000006821210 central
3379 C x 0.000000000000000 0.000705888965058 -0.000705888965058 central
[all …]
/dports/devel/py-cclib/cclib-1.7.1/data/DALTON/basicDALTON-2015/
H A Ddvb_raman.out1843 C x 0.000000000000000 0.000705883280716 -0.000705883280716 central
2184 C x 0.000000000000000 0.000705883280716 -0.000705883280716 central
2517 C x 0.000000000000000 0.000705883280716 -0.000705883280716 central
2518 C y 0.000000000000000 0.000227402665587 -0.000227402665587 central
2859 C x 0.000000000000000 0.000705883280716 -0.000705883280716 central
2860 C y 0.000000000000000 0.000227402665587 -0.000227402665587 central
3169 C x 0.000000000000000 0.000705883280716 -0.000705883280716 central
3170 C y 0.000000000000000 0.000227402665587 -0.000227402665587 central
3171 C z 0.000000000000000 -0.000000003410605 0.000000003410605 central
3512 C x 0.000000000000000 0.000705883280716 -0.000705883280716 central
[all …]
/dports/games/ksirk/ksirk-21.12.3/ksirk/skins/legacy/Data/
H A Dworld.desktop10 central-point=49,191
20 central-point=183,184
30 central-point=491,360
40 central-point=600,380
59 central-point=525,240
69 central-point=323,504
79 central-point=293,643
89 central-point=772,314
99 central-point=272,495
109 central-point=250,316
[all …]
/dports/games/ksirk/ksirk-21.12.3/ksirk/skins/static/Data/
H A Dworld.desktop10 central-point=49,191
20 central-point=183,184
30 central-point=491,360
40 central-point=600,380
59 central-point=525,240
69 central-point=323,504
79 central-point=293,643
89 central-point=772,314
99 central-point=272,495
109 central-point=250,316
[all …]
/dports/www/firefox-esr/firefox-91.8.0/build/
H A Dmozconfig.comm-support1 # This file exists to support comm-central from building with mozilla-central
2 # as a subdirectory to building as a subdirectory of mozilla-central.
7 # same path in mozilla-central and comm-central.
10 # 1. comm-central is being built as a subdirectory of mozilla-central.
11 # 2. comm-central is being built as a parent directory of mozilla-central,
13 # the mozilla-central directory. If we detect this is the case, we fix
16 # comm-central, which sets some variables that can be used by the rest of the
25 # Building with comm-central as top-level directory.
27 echo " with comm-central as top-level directory."
30 # Building with mozilla-central as top-level directory.
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/
H A Dmozconfig.comm-support1 # This file exists to support comm-central from building with mozilla-central
2 # as a subdirectory to building as a subdirectory of mozilla-central.
7 # same path in mozilla-central and comm-central.
10 # 1. comm-central is being built as a subdirectory of mozilla-central.
11 # 2. comm-central is being built as a parent directory of mozilla-central,
13 # the mozilla-central directory. If we detect this is the case, we fix
16 # comm-central, which sets some variables that can be used by the rest of the
25 # Building with comm-central as top-level directory.
27 echo " with comm-central as top-level directory."
30 # Building with mozilla-central as top-level directory.
[all …]
/dports/www/firefox/firefox-99.0/build/
H A Dmozconfig.comm-support1 # This file exists to support comm-central from building with mozilla-central
2 # as a subdirectory to building as a subdirectory of mozilla-central.
7 # same path in mozilla-central and comm-central.
10 # 1. comm-central is being built as a subdirectory of mozilla-central.
11 # 2. comm-central is being built as a parent directory of mozilla-central,
13 # the mozilla-central directory. If we detect this is the case, we fix
16 # comm-central, which sets some variables that can be used by the rest of the
25 # Building with comm-central as top-level directory.
27 echo " with comm-central as top-level directory."
30 # Building with mozilla-central as top-level directory.
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/build/
H A Dmozconfig.comm-support1 # This file exists to support comm-central from building with mozilla-central
2 # as a subdirectory to building as a subdirectory of mozilla-central.
7 # same path in mozilla-central and comm-central.
10 # 1. comm-central is being built as a subdirectory of mozilla-central.
11 # 2. comm-central is being built as a parent directory of mozilla-central,
13 # the mozilla-central directory. If we detect this is the case, we fix
16 # comm-central, which sets some variables that can be used by the rest of the
25 # Building with comm-central as top-level directory.
27 echo " with comm-central as top-level directory."
30 # Building with mozilla-central as top-level directory.
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/build/
H A Dmozconfig.comm-support1 # This file exists to support comm-central from building with mozilla-central
2 # as a subdirectory to building as a subdirectory of mozilla-central.
7 # same path in mozilla-central and comm-central.
10 # 1. comm-central is being built as a subdirectory of mozilla-central.
11 # 2. comm-central is being built as a parent directory of mozilla-central,
13 # the mozilla-central directory. If we detect this is the case, we fix
16 # comm-central, which sets some variables that can be used by the rest of the
25 # Building with comm-central as top-level directory.
27 echo " with comm-central as top-level directory."
30 # Building with mozila-central as top-level directory.
[all …]
/dports/games/ksirk/ksirk-21.12.3/ksirk/skins/default/Data/
H A Dworld.desktop10 central-point=48,220.5
20 central-point=191,219
30 central-point=508.5,377
40 central-point=617,393
59 central-point=544.5,287
79 central-point=282,638
99 central-point=281,485
109 central-point=244,355
119 central-point=586,422
134 central-point=509,315
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/
H A D.cron.yml30 - mozilla-central
44 - mozilla-central
54 - mozilla-central
64 - mozilla-central
74 - mozilla-central
84 - mozilla-central
94 - mozilla-central
106 - mozilla-central
117 - mozilla-central
128 - mozilla-central
[all …]
/dports/biology/wise/wise2.4.1/src/models/
H A Dgeneparser21.dy47 Probability central[GENEPARSER21_EMISSION_LEN]
54 Score central[GENEPARSER21_EMISSION_LEN]
135 out->central[i] = gf->central[i]/total;
137 out->central[4] = 1.0;
181 rmd->base[BASE_A] = gp21->central[BASE_A];
211 out->central[BASE_T] = 0.25;
212 out->central[BASE_G] = 0.25;
213 out->central[BASE_C] = 0.25;
214 out->central[BASE_A] = 0.25;
261 (void)Probability_array_divide(gp21->central,gp21->central,rmd->base,5);
[all …]
H A Dgeneparser21.c83 out->central[i] = gf->central[i]/total; in GeneParser21_from_GeneFrequency21_cds()
85 out->central[4] = 1.0; in GeneParser21_from_GeneFrequency21_cds()
130 rmd->base[BASE_A] = gp21->central[BASE_A]; in RandomModelDNA_from_central_GeneParser21()
131 rmd->base[BASE_T] = gp21->central[BASE_T]; in RandomModelDNA_from_central_GeneParser21()
132 rmd->base[BASE_G] = gp21->central[BASE_G]; in RandomModelDNA_from_central_GeneParser21()
162 out->central[BASE_T] = 0.25; in std_GeneParser21()
163 out->central[BASE_G] = 0.25; in std_GeneParser21()
164 out->central[BASE_C] = 0.25; in std_GeneParser21()
165 out->central[BASE_A] = 0.25; in std_GeneParser21()
214 (void)Probability_array_divide(gp21->central,gp21->central,rmd->base,5); in GeneParser21_fold_in_RandomModelDNA()
[all …]
/dports/www/firefox/firefox-99.0/
H A D.cron.yml29 - mozilla-central
46 - mozilla-central
56 - mozilla-central
66 - mozilla-central
76 - mozilla-central
86 - mozilla-central
96 - mozilla-central
108 - mozilla-central
122 - mozilla-central
154 - mozilla-central
[all …]
/dports/www/firefox-esr/firefox-91.8.0/
H A D.cron.yml29 - mozilla-central
44 - mozilla-central
54 - mozilla-central
64 - mozilla-central
74 - mozilla-central
84 - mozilla-central
94 - mozilla-central
106 - mozilla-central
120 - mozilla-central
152 - mozilla-central
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/
H A D.cron.yml29 - mozilla-central
44 - mozilla-central
54 - mozilla-central
64 - mozilla-central
74 - mozilla-central
84 - mozilla-central
94 - mozilla-central
106 - mozilla-central
120 - mozilla-central
152 - mozilla-central
[all …]
/dports/devel/grcov/grcov-0.8.2/test/
H A D64bit_count.gcov1 file:/home/marco/Documenti/FD/mozilla-central/js/src/jsalloc.h
22 file:/home/marco/Documenti/FD/mozilla-central/js/src/jscntxtinlines.h
57 file:/home/marco/Documenti/FD/mozilla-central/js/src/jscompartment.h
63 file:/home/marco/Documenti/FD/mozilla-central/js/src/gc/Zone.h
65 file:/home/marco/Documenti/FD/mozilla-central/js/src/vm/Runtime.h
75 file:/home/marco/Documenti/FD/mozilla-central/js/src/jscntxt.h
357 file:/home/marco/Documenti/FD/mozilla-central/js/src/jsatom.h
452 file:/home/marco/Documenti/FD/mozilla-central/js/src/vm/Xdr.h
766 file:/home/marco/Documenti/FD/mozilla-central/js/src/jsobj.h
944 file:/home/marco/Documenti/FD/mozilla-central/js/src/jsapi.h
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/docs/tests/
H A Dperformance-tests.md100 …e are [the sources](https://dxr.mozilla.org/mozilla-central/source/testing/talos/) in mozilla-cent…
104 …de](http://searchfox.org/mozilla-central/source/testing/talos/talos/tests/devtools/) for DAMP is a…
112 …aphs?timerange=5184000&series=mozilla-central,1417971,1,1&series=mozilla-central,1417969,1,1&serie…
113 …aphs?timerange=5184000&series=mozilla-central,1418016,1,1&series=mozilla-central,1418020,1,1&serie…
115 …aphs?timerange=5184000&series=mozilla-central,1417964,1,1&series=mozilla-central,1417960,1,1&serie…
116 …aphs?timerange=5184000&series=mozilla-central,1418014,1,1&series=mozilla-central,1418010,1,1&serie…
118 …aphs?timerange=5184000&series=mozilla-central,1417977,1,1&series=mozilla-central,1417973,1,1&serie…
119 …aphs?timerange=5184000&series=mozilla-central,1418026,1,1&series=mozilla-central,1418022,1,1&serie…
121 …4000&series=mozilla-central,1417996,1,1&series=mozilla-central,1417992,1,1&series=mozilla-central,…
122 …4000&series=mozilla-central,1418041,1,1&series=mozilla-central,1418039,1,1&series=mozilla-central,…
[all …]

12345678910>>...296