Home
last modified time | relevance | path

Searched refs:target (Results 126 – 150 of 62271) sorted by relevance

12345678910>>...2491

/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/alecthomas/kingpin/
H A Dparsers.go28 p.StringMapVar(target)
35 p.DurationVar(target)
42 p.BytesVar(target)
48 target = new(net.IP)
49 p.IPVar(target)
56 p.TCPVar(target)
67 target = new(string)
74 target = new(string)
89 p.FileVar(target)
103 p.URLVar(target)
[all …]
/dports/devel/modd/modd-0.8/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dparsers.go28 p.StringMapVar(target)
35 p.DurationVar(target)
42 p.BytesVar(target)
48 target = new(net.IP)
49 p.IPVar(target)
56 p.TCPVar(target)
67 target = new(string)
74 target = new(string)
89 p.FileVar(target)
103 p.URLVar(target)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dparsers.go28 p.StringMapVar(target)
35 p.DurationVar(target)
42 p.BytesVar(target)
48 target = new(net.IP)
49 p.IPVar(target)
56 p.TCPVar(target)
67 target = new(string)
74 target = new(string)
89 p.FileVar(target)
103 p.URLVar(target)
[all …]
/dports/net-mgmt/prometheus-collectd-exporter/collectd_exporter-0.5.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dparsers.go28 p.StringMapVar(target)
35 p.DurationVar(target)
42 p.BytesVar(target)
48 target = new(net.IP)
49 p.IPVar(target)
56 p.TCPVar(target)
67 target = new(string)
74 target = new(string)
89 p.FileVar(target)
103 p.URLVar(target)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/prometheus/prom2json/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dparsers.go28 p.StringMapVar(target)
35 p.DurationVar(target)
42 p.BytesVar(target)
48 target = new(net.IP)
49 p.IPVar(target)
56 p.TCPVar(target)
67 target = new(string)
74 target = new(string)
89 p.FileVar(target)
103 p.URLVar(target)
[all …]
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/gopkg.in/alecthomas/kingpin.v2/kingpin-2.2.6/
H A Dparsers.go28 p.StringMapVar(target)
35 p.DurationVar(target)
42 p.BytesVar(target)
48 target = new(net.IP)
49 p.IPVar(target)
56 p.TCPVar(target)
67 target = new(string)
74 target = new(string)
89 p.FileVar(target)
103 p.URLVar(target)
[all …]
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dparsers.go28 p.StringMapVar(target)
35 p.DurationVar(target)
42 p.BytesVar(target)
48 target = new(net.IP)
49 p.IPVar(target)
56 p.TCPVar(target)
67 target = new(string)
74 target = new(string)
89 p.FileVar(target)
103 p.URLVar(target)
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dparsers.go28 p.StringMapVar(target)
35 p.DurationVar(target)
42 p.BytesVar(target)
48 target = new(net.IP)
49 p.IPVar(target)
56 p.TCPVar(target)
67 target = new(string)
74 target = new(string)
89 p.FileVar(target)
103 p.URLVar(target)
[all …]
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Tests/Installer/
H A DIgnoreManagerTest.php29 private $target; variable in Fxp\\Composer\\AssetPlugin\\Tests\\Installer\\IgnoreManagerTest
34 $this->target = sys_get_temp_dir().'/composer-foo';
37 $path = $this->target.'/'.$filename;
46 $fs->remove($this->target);
51 $ignorer = new IgnoreManager($this->target);
73 $this->assertFileExists($this->target.'/src');
98 $ignorer = new IgnoreManager($this->target);
117 $this->assertFileExists($this->target.'/lib');
121 $this->assertFileExists($this->target.'/src');
146 $ignorer = new IgnoreManager($this->target);
[all …]
/dports/devel/z88dk/z88dk/libsrc/
H A Dz88.lst1 target/z88/stdio/fgets_cons
11 target/z88/stdio/getcmd
12 target/z88/stdio/getk
19 target/z88/fcntl/open
20 target/z88/fcntl/close
21 target/z88/fcntl/lseek
22 target/z88/fcntl/read
27 target/z88/fcntl/stat
42 target/z88/time/time
55 target/z88/z88/di
[all …]
H A Dvz200.lst1 target/vz/stdio/fgetc_cons
2 target/vz/stdio/fputc_cons
3 target/vz/stdio/getk
51 target/vz/vz_bgrd
52 target/vz/vz_brick
56 target/vz/vz_color
57 target/vz/vz_getch
60 target/vz/vz_inch
61 target/vz/vz_line
65 target/vz/vz_mode
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dopt_tpl_apps_test.cpp63 double target; in TEUCHOS_UNIT_TEST() local
68 rel_err = fabs((vars.continuous_variable(0) - target)/target); in TEUCHOS_UNIT_TEST()
73 rel_err = fabs((vars.continuous_variable(1) - target)/target); in TEUCHOS_UNIT_TEST()
81 rel_err = fabs((resp.function_value(0) - target)/target); in TEUCHOS_UNIT_TEST()
128 double target; in TEUCHOS_UNIT_TEST() local
146 rel_err = fabs((resp.function_value(0) - target)/target); in TEUCHOS_UNIT_TEST()
211 rel_err = fabs((resp.function_value(0) - target)/target); in TEUCHOS_UNIT_TEST()
260 target = 1.0; in TEUCHOS_UNIT_TEST()
265 target = 1.0; in TEUCHOS_UNIT_TEST()
270 target = 1.0; in TEUCHOS_UNIT_TEST()
[all …]
H A Dopt_tpl_nomad_test.cpp62 double target; in TEUCHOS_UNIT_TEST() local
67 rel_err = fabs((vars.continuous_variable(0) - target)/target); in TEUCHOS_UNIT_TEST()
72 rel_err = fabs((vars.continuous_variable(1) - target)/target); in TEUCHOS_UNIT_TEST()
80 rel_err = fabs((resp.function_value(0) - target)/target); in TEUCHOS_UNIT_TEST()
126 double target; in TEUCHOS_UNIT_TEST() local
144 rel_err = fabs((resp.function_value(0) - target)/target); in TEUCHOS_UNIT_TEST()
208 rel_err = fabs((resp.function_value(0) - target)/target); in TEUCHOS_UNIT_TEST()
256 target = 1.0; in TEUCHOS_UNIT_TEST()
261 target = 1.0; in TEUCHOS_UNIT_TEST()
266 target = 1.0; in TEUCHOS_UNIT_TEST()
[all …]
/dports/math/ogdf/OGDF/test/resources/rome/
H A Dgrafo5745.50.lgr.gml.pun156 target 11
160 target 12
164 target 16
168 target 13
172 target 14
176 target 14
180 target 15
184 target 17
188 target 17
192 target 18
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/OpenMP/
H A Dtarget_map_messages.cpp78 #pragma omp target in func()
291 #pragma omp target map(r) in SAclient()
451 #pragma omp target in SAclient()
602 #pragma omp target map(x)
616 #pragma omp target map(x)
622 #pragma omp target map(to)
652 #pragma omp target map(l)
750 #pragma omp target map(x) in main()
787 #pragma omp target map(l) in main()
823 #pragma omp target in main()
[all …]
/dports/www/e107/e107/e107_plugins/import/providers/
H A De107_import_class.php110 function copyPageData(&$target, &$source) argument
133 return $target; // comment out to debug
171 return $target; // comment out to debug
185 function copyUserData(&$target, &$source) argument
189 $target['user_id'] = $source['user_id'];
199 $target['user_ban'] = $source['user_ban'];
209 $target['user_ip'] = $source['user_ip'];
215 $target['user_xup'] = $source['user_xup'];
219 $target['user_aim'] = $source['user_aim'];
220 $target['user_icq'] = $source['user_icq'];
[all …]
H A Dwordpress_import_class.php170 $target['user_id'] = $source['ID'];
209 $this->renderDebug($source,$target);
258 $target['news_start'] = '';
259 $target['news_end'] = '';
264 $target['news_thumbnail'] = '';
265 $target['news_sticky'] = '';
311 $target['page_metakeys'] = '';
312 $target['page_metadscr'] = '';
322 $this->renderDebug($source,$target);
386 $this->renderDebug($source,$target);
[all …]
H A Dphpbb3_import_class.php232 $target['user_chats'] = '';
236 $target['user_prefs'] = '';
239 $target['user_login'] = '';
242 $target['user_realm'] = '';
244 $target['user_xup'] = '';
263 return $target;
280 $target['forum_sub'] = "";
296 return $target;
322 return $target;
347 return $target;
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/
H A Dfractparams_cl.hpp245 cl_float3 target; member
260 sParamRenderCl target; in clCopySParamRenderCl() local
266 target.frameNo = source.frameNo; in clCopySParamRenderCl()
273 target.minN = source.minN; in clCopySParamRenderCl()
274 target.N = source.N; in clCopySParamRenderCl()
370 target.DEFactor = source.DEFactor; in clCopySParamRenderCl()
375 target.DEThresh = source.DEThresh; in clCopySParamRenderCl()
376 target.DOFFocus = source.DOFFocus; in clCopySParamRenderCl()
391 target.fov = source.fov; in clCopySParamRenderCl()
439 target.target = toClFloat3(source.target); in clCopySParamRenderCl()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A DUnmarshal.c198 rc = TSS_Array_Unmarshalu(target->buffer, target->size, buffer, size); in TSS_TPM2B_Unmarshalu()
303 switch (*target) { in TSS_TPM_CLOCK_ADJUST_Unmarshalu()
330 switch (*target) { in TSS_TPM_EO_Unmarshalu()
378 switch (*target) { in TSS_TPM_SU_Unmarshalu()
402 switch (*target) { in TSS_TPM_SE_Unmarshalu()
796 switch (*target) { in TSS_TPMI_RH_HIERARCHY_Unmarshalu()
824 switch (*target) { in TSS_TPMI_RH_ENABLES_Unmarshalu()
854 switch (*target) { in TSS_TPMI_RH_HIERARCHY_AUTH_Unmarshalu()
879 switch (*target) { in TSS_TPMI_RH_PLATFORM_Unmarshalu()
900 switch (*target) { in TSS_TPMI_RH_ENDORSEMENT_Unmarshalu()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/OpenMP/
H A Dtarget_map_messages.cpp42 #pragma omp target in func()
138 #pragma omp target map(r) in SAclient()
298 #pragma omp target in SAclient()
426 #pragma omp target map(x)
440 #pragma omp target map(x)
446 #pragma omp target map(to)
476 #pragma omp target map(l)
530 #pragma omp target map(x) in main()
536 #pragma omp target map(to) in main()
567 #pragma omp target map(l) in main()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/libs/ec/cpp/
H A DECSpecialTags.h211 bool GetKadID(CUInt128& target) const { return AssignIfExist(EC_TAG_KAD_ID, target); }
226 bool FileName(wxString &target) const { return AssignIfExist(EC_TAG_PARTFILE_NAME, target); }
326 bool UserIP(uint32 &target) const { return AssignIfExist(EC_TAG_CLIENT_USER_IP, target); }
331 bool KadPort(uint16 &target) const { return AssignIfExist(EC_TAG_CLIENT_KAD_PORT, target); }
348 bool Version(uint32 &target) const { return AssignIfExist(EC_TAG_CLIENT_VERSION, target); }
350 bool OSInfo(wxString &target) const { return AssignIfExist(EC_TAG_CLIENT_OS_INFO, target); }
403 bool Name(wxString &target) const { return AssignIfExist(EC_TAG_FRIEND_NAME, target); }
404 bool UserHash(CMD4Hash &target) const { return AssignIfExist(EC_TAG_FRIEND_HASH, target); }
405 bool IP(uint32 &target) const { return AssignIfExist(EC_TAG_FRIEND_IP, target); }
406 bool Port(uint16 &target) const { return AssignIfExist(EC_TAG_FRIEND_PORT, target); }
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/libs/ec/cpp/
H A DECSpecialTags.h211 bool GetKadID(CUInt128& target) const { return AssignIfExist(EC_TAG_KAD_ID, target); } in GetKadID() argument
226 bool FileName(wxString &target) const { return AssignIfExist(EC_TAG_PARTFILE_NAME, target); } in FileName() argument
326 bool UserIP(uint32 &target) const { return AssignIfExist(EC_TAG_CLIENT_USER_IP, target); } in UserIP() argument
331 bool KadPort(uint16 &target) const { return AssignIfExist(EC_TAG_CLIENT_KAD_PORT, target); } in KadPort() argument
348 bool Version(uint32 &target) const { return AssignIfExist(EC_TAG_CLIENT_VERSION, target); } in Version() argument
350 bool OSInfo(wxString &target) const { return AssignIfExist(EC_TAG_CLIENT_OS_INFO, target); } in OSInfo() argument
403 bool Name(wxString &target) const { return AssignIfExist(EC_TAG_FRIEND_NAME, target); } in Name() argument
404 bool UserHash(CMD4Hash &target) const { return AssignIfExist(EC_TAG_FRIEND_HASH, target); } in UserHash() argument
405 bool IP(uint32 &target) const { return AssignIfExist(EC_TAG_FRIEND_IP, target); } in IP() argument
406 bool Port(uint16 &target) const { return AssignIfExist(EC_TAG_FRIEND_PORT, target); } in Port() argument
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Dtarget_map_messages.cpp58 #pragma omp target in func()
237 #pragma omp target map(r) in SAclient()
397 #pragma omp target in SAclient()
548 #pragma omp target map(x)
562 #pragma omp target map(x)
568 #pragma omp target map(to)
598 #pragma omp target map(l)
696 #pragma omp target map(x) in main()
733 #pragma omp target map(l) in main()
769 #pragma omp target in main()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/OpenMP/
H A Dtarget_map_messages.cpp58 #pragma omp target in func()
237 #pragma omp target map(r) in SAclient()
397 #pragma omp target in SAclient()
548 #pragma omp target map(x)
562 #pragma omp target map(x)
568 #pragma omp target map(to)
598 #pragma omp target map(l)
696 #pragma omp target map(x) in main()
733 #pragma omp target map(l) in main()
769 #pragma omp target in main()
[all …]

12345678910>>...2491