Home
last modified time | relevance | path

Searched refs:name_prefix (Results 1 – 25 of 1701) sorted by relevance

12345678910>>...69

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dconstants.py75 name_prefix='centos-6',
79 name_prefix='centos-7',
83 name_prefix='container-vm',
87 name_prefix='cos',
95 name_prefix='fedora-coreos',
99 name_prefix='rhel-6',
103 name_prefix='rhel-7',
107 name_prefix='rhel-8',
111 name_prefix='sles-11',
115 name_prefix='sles-12',
[all …]
/dports/devel/z88dk/z88dk/libsrc/fcntl/gen_rnd/
H A Drename.c23 (myfile)->name_prefix='_'; in rename()
25 myfile_missing = rnd_loadblock(&(myfile)->name_prefix, myfile, sizeof(myfile)); in rename()
31 myfile_missing = rnd_loadblock(&(myfile)->name_prefix, myfile, sizeof(myfile)); in rename()
36 rnd_erase(&(myfile)->name_prefix); in rename()
38 rnd_saveblock(&(myfile)->name_prefix, myfile, sizeof(myfile)); in rename()
40 (myfile)->name_prefix='0'; in rename()
43 myfile_missing = rnd_loadblock(&(myfile)->name_prefix, myfile, sizeof(myfile)); in rename()
45 rnd_saveblock(&(myfile)->name_prefix, myfile, sizeof(myfile)); in rename()
46 rnd_erase(&(myfile)->name_prefix); in rename()
47 if ((myfile)->name_prefix=='9') (myfile)->name_prefix='A'; in rename()
[all …]
H A Dremove.c26 (myfile)->name_prefix='_'; in remove()
28 myfile_missing = rnd_loadblock(&(myfile)->name_prefix, myfile, sizeof(myfile)); in remove()
33 rnd_erase(&(myfile)->name_prefix); in remove()
36 (myfile)->name_prefix='0'; in remove()
39 rnd_erase(&(myfile)->name_prefix); in remove()
40 if ((myfile)->name_prefix=='9') (myfile)->name_prefix='A'; in remove()
41 else (myfile)->name_prefix++; in remove()
/dports/devel/codesearch-py/codesearch-py-11b86e5/codesearch/testdata/fixed_cache/
H A Df2756ee609bb70cbae38a448bc8436af9bd8ba5e49 "name_prefix": "",
64 "name_prefix": "",
79 "name_prefix": "",
94 "name_prefix": "",
109 "name_prefix": "",
124 "name_prefix": "",
139 "name_prefix": "",
154 "name_prefix": "",
169 "name_prefix": "",
184 "name_prefix": "",
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/intel/common/
H A Dsoc-acpi-intel-tgl-match.c43 .name_prefix = "rt711"
52 .name_prefix = "rt711"
61 .name_prefix = "rt1308-1"
67 .name_prefix = "rt1308-2"
112 .name_prefix = "rt715"
121 .name_prefix = "rt715"
130 .name_prefix = "Right"
136 .name_prefix = "Left"
145 .name_prefix = "rt5682"
154 .name_prefix = "rt711"
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/intel/common/
H A Dsoc-acpi-intel-tgl-match.c43 .name_prefix = "rt711"
52 .name_prefix = "rt711"
61 .name_prefix = "rt1308-1"
67 .name_prefix = "rt1308-2"
112 .name_prefix = "rt715"
121 .name_prefix = "rt715"
130 .name_prefix = "Right"
136 .name_prefix = "Left"
145 .name_prefix = "rt5682"
154 .name_prefix = "rt711"
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/intel/common/
H A Dsoc-acpi-intel-tgl-match.c43 .name_prefix = "rt711"
52 .name_prefix = "rt711"
61 .name_prefix = "rt1308-1"
67 .name_prefix = "rt1308-2"
112 .name_prefix = "rt715"
121 .name_prefix = "rt715"
130 .name_prefix = "Right"
136 .name_prefix = "Left"
145 .name_prefix = "rt5682"
154 .name_prefix = "rt711"
[all …]
/dports/www/grafana8/grafana-8.3.6/devenv/docker/blocks/influxdb1/
H A Dtelegraf.conf29 name_prefix = "t_"
33 name_prefix = "t_"
36 name_prefix = "t_"
39 name_prefix = "t_"
42 name_prefix = "t_"
45 name_prefix = "t_"
48 name_prefix = "t_"
51 name_prefix = "t_"
/dports/lang/php81/php-8.1.1/ext/standard/tests/file/
H A Dis_executable_variation2.phpt26 $name_prefix = "is_executable_variation2";
27 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
29 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
30 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 4);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0714, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0712, 1, "w", $name_prefix, 10);
61 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_readable_variation2.phpt26 $name_prefix = "is_readable_variation2";
27 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
29 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
30 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0411, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
61 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_writable_variation2.phpt27 $name_prefix = "is_writable_variation2";
28 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
29 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
30 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
31 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
32 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
34 create_files(__DIR__, 1, "text", 0114, 1, "w", $name_prefix, 7);
36 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
37 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
64 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/file/
H A Dis_readable_variation2.phpt26 $name_prefix = "is_readable_variation2";
27 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
29 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
30 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0411, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
61 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_executable_variation2.phpt26 $name_prefix = "is_executable_variation2";
27 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
29 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
30 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 4);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0714, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0712, 1, "w", $name_prefix, 10);
61 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_writable_variation2.phpt27 $name_prefix = "is_writable_variation2";
28 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
29 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
30 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
31 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
32 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
34 create_files(__DIR__, 1, "text", 0114, 1, "w", $name_prefix, 7);
36 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
37 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
64 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/file/
H A Dis_readable_variation2.phpt26 $name_prefix = "is_readable_variation2";
27 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
29 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
30 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0411, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
61 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_executable_variation2.phpt26 $name_prefix = "is_executable_variation2";
27 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
29 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
30 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 4);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0714, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0712, 1, "w", $name_prefix, 10);
61 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_writable_variation2.phpt27 $name_prefix = "is_writable_variation2";
28 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
29 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
30 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
31 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
32 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
34 create_files(__DIR__, 1, "text", 0114, 1, "w", $name_prefix, 7);
36 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
37 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
64 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/file/
H A Dis_executable_variation2.phpt26 $name_prefix = "is_executable_variation2";
27 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
29 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
30 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 4);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0714, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0712, 1, "w", $name_prefix, 10);
61 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_readable_variation2.phpt26 $name_prefix = "is_readable_variation2";
27 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
28 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
29 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
30 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
31 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
33 create_files(__DIR__, 1, "text", 0411, 1, "w", $name_prefix, 7);
35 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
36 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
61 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_writable_variation2.phpt27 $name_prefix = "is_writable_variation2";
28 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
29 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
30 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
31 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
32 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
34 create_files(__DIR__, 1, "text", 0114, 1, "w", $name_prefix, 7);
36 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
37 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
64 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dis_executable_variation2.phpt30 $name_prefix = "is_executable_variation2";
31 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
32 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
33 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
34 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 4);
35 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
37 create_files(__DIR__, 1, "text", 0714, 1, "w", $name_prefix, 7);
39 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
40 create_files(__DIR__, 1, "text", 0712, 1, "w", $name_prefix, 10);
65 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_readable_variation2.phpt30 $name_prefix = "is_readable_variation2";
31 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
32 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
33 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
34 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
35 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
37 create_files(__DIR__, 1, "text", 0411, 1, "w", $name_prefix, 7);
39 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
40 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
65 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dis_executable_variation2.phpt30 $name_prefix = "is_executable_variation2";
31 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
32 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
33 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
34 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 4);
35 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
37 create_files(__DIR__, 1, "text", 0714, 1, "w", $name_prefix, 7);
39 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
40 create_files(__DIR__, 1, "text", 0712, 1, "w", $name_prefix, 10);
65 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
H A Dis_readable_variation2.phpt30 $name_prefix = "is_readable_variation2";
31 create_files(__DIR__, 1, "numeric", 0755, 1, "w", $name_prefix, 1);
32 create_files(__DIR__, 1, "text", 0755, 1, "w", $name_prefix, 2);
33 create_files(__DIR__, 1, "empty", 0755, 1, "w", $name_prefix, 3);
34 create_files(__DIR__, 1, "numeric", 0555, 1, "w", $name_prefix, 4);
35 create_files(__DIR__, 1, "text", 0222, 1, "w", $name_prefix, 5);
37 create_files(__DIR__, 1, "text", 0411, 1, "w", $name_prefix, 7);
39 create_files(__DIR__, 1, "text", 0421, 1, "w", $name_prefix, 9);
40 create_files(__DIR__, 1, "text", 0422, 1, "w", $name_prefix, 10);
65 change_file_perms($file_path, 10, 0777, $name_prefix);
[all …]
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/datamodel/
H A Dbasemodel.py817 name_prefix=None, argument
1016 name_prefix=None, argument
1077 name_prefix=name_prefix,
1091 name_prefix=None, argument
1155 name_prefix=name_prefix,
1206 name_prefix=name_prefix,
1262 name_prefix=name_prefix,
1272 name_prefix=name_prefix,
1283 name_prefix=name_prefix,
1320 name_prefix=name_prefix,
[all …]

12345678910>>...69