Home
last modified time | relevance | path

Searched refs:run_file (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/misc/kcd/kcd-7.15.0/
H A Dkcd-inst.in53 my ($file, $mode, $run_file);
60 $run_file = shift @parm;
69 print OUTFILE "KCD_INIT=\"$run_file\"\n";
75 print OUTFILE "set KCD_INIT=\"$run_file\"\n";
86 my ($file, $mode, $run_file);
93 $run_file = shift @parm;
124 my ($file, $mode, $run_file);
131 $run_file = shift @parm;
153 if ($1 eq $run_file) {
158 edit_startup $file, $mode, $run_file;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/khronos_glcts_support/
H A Dgenerate_khronos_glcts_tests.py47 def ReadRunFile(run_file): argument
54 base_dir = os.path.dirname(run_file)
55 for line in ReadFileAsLines(run_file):
62 raise ValueError, "Unexpected line '%s' in '%s'" % (line, run_file)
73 for run_file in run_files:
74 run_file_name = os.path.basename(run_file)
75 run_file_dir = os.path.dirname(run_file)
85 for test in ReadRunFile(run_file):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/khronos_glcts_support/
H A Dgenerate_khronos_glcts_tests.py48 def ReadRunFile(run_file): argument
55 base_dir = os.path.dirname(run_file)
56 for line in ReadFileAsLines(run_file):
63 raise ValueError, "Unexpected line '%s' in '%s'" % (line, run_file)
74 for run_file in run_files:
75 run_file_name = os.path.basename(run_file)
76 run_file_dir = os.path.dirname(run_file)
86 for test in ReadRunFile(run_file):
/dports/databases/p5-DBIx-Class-DeploymentHandler/DBIx-Class-DeploymentHandler-0.002230/t/deploy_methods/
H A Dsql_translator_errors.t33 run_file($dm, 'initialize', $initdir, '000-bad.pl',
42 run_file($dm, 'deploy', $dir, '000-foo.pl',
48 run_file($dm, 'deploy', $dir, '000-bar.sql',
54 run_file($dm, 'deploy', $dir, '000-baz.pl',
60 run_file($dm, 'deploy', $dir, '000-bae.pl',
67 sub run_file {
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/
H A Dengine.t651 [run_file => $change->deploy_file ],
681 [run_file => $change->deploy_file ],
682 [run_file => $change->verify_file ],
697 [run_file => $change->verify_file ],
732 [run_file => $change->deploy_file ],
734 [run_file => $change->revert_file ],
774 [run_file => $change->deploy_file ],
793 [run_file => $change->revert_file ],
1435 $mock_whu->mock(run_file => sub {
1668 [run_file => $change->deploy_file],
[all …]
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/modules/
H A Duse_wine.php97 …public static function test_script_handler($test_directory, $shell, $run_file, $pass_argument, $ex… argument
108 $new_run_file = dirname($run_file) . '/' . 'wine_' . basename($run_file);
111 if(!is_file($run_file))
113 echo 'Problem finding: ' . $run_file . PHP_EOL;
119 foreach(explode(PHP_EOL, pts_file_io::file_get_contents($run_file)) as $line)
132 $new_script = pts_file_io::file_get_contents($run_file);
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/app/voicemail/resources/scripts/
H A Dmwi.lua33 run_file = scripts_dir .. "/run/voicemail-mwi.tmp";
47 local file = assert(io.open(run_file, "w"));
69 if (not file_exists(run_file)) then
70 freeswitch.consoleLog("NOTICE", run_file.." not found\n");
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/tests/
H A Dtest-output-flex-multigeom.cpp32 REQUIRE_NOTHROW(db.run_file(options, data_file));
49 REQUIRE_NOTHROW(db.run_file(options, data_file));
66 REQUIRE_NOTHROW(db.run_file(options, data_file));
83 REQUIRE_NOTHROW(db.run_file(options, data_file));
101 REQUIRE_NOTHROW(db.run_file(options, data_file));
H A Dtest-output-pgsql.cpp27 REQUIRE_NOTHROW(db.run_file(testing::opt_t().slim(),
64 REQUIRE_NOTHROW(db.run_file(testing::opt_t().slim().srs(PROJ_LATLONG),
101 REQUIRE_NOTHROW(db.run_file(testing::opt_t().slim().flatnodes(),
115 REQUIRE_NOTHROW(db.run_file(testing::opt_t().slim().flatnodes(),
129 REQUIRE_NOTHROW(db.run_file(testing::opt_t().slim(),
H A Dtest-output-pgsql-area.cpp21 REQUIRE_NOTHROW(db.run_file(options, "test_output_pgsql_area.osm"));
38 REQUIRE_NOTHROW(db.run_file(options, "test_output_pgsql_area.osm"));
54 REQUIRE_NOTHROW(db.run_file(options, "test_output_pgsql_area.osm"));
H A Dtest-output-flex-area.cpp26 REQUIRE_NOTHROW(db.run_file(options, data_file));
53 REQUIRE_NOTHROW(db.run_file(options, data_file));
74 REQUIRE_NOTHROW(db.run_file(options, data_file));
H A Dtest-output-flex-cluster.cpp13 REQUIRE_NOTHROW(db.run_file(testing::opt_t().flex(conf_file), data_file));
23 db.run_file(testing::opt_t().slim().flex(conf_file), data_file));
/dports/lang/spidermonkey60/firefox-60.9.0/servo/python/servo/
H A Dtesting_commands.py349 run_globals = {"__file__": run_file}
350 execfile(run_file, run_globals)
400 def wptrunner(self, run_file, **kwargs): argument
425 run_globals = {"__file__": run_file}
426 execfile(run_file, run_globals)
451 run_globals = {"__file__": run_file}
452 execfile(run_file, run_globals)
877 run_globals = {"__file__": run_file}
878 execfile(run_file, run_globals)
898 run_globals = {"__file__": run_file}
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/utils/
H A Dmake_ref_data.sh35 run_file=$2
37 run_file=qmc_short.s000.scalar.dat
47 echo ${run_file}
49 ${QMCA} --fp=24.12f -e 3 $run_file 2>/dev/null | gawk -e '/\s\s[a-zA-Z]+\s+=/ {print $1 " " $3 " " …
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/app/fax/resources/scripts/
H A Dfax_queue_monitor.lua17 local run_file = scripts_dir .. "/run/fax_queue.tmp";
20 local file = assert(io.open(run_file, "w"));
35 if not file_exists(run_file) then
/dports/sysutils/munin-common/munin-2.0.67/node/extras/
H A Dmunin-node-simple.in76 print &run_file ($plugins->{$1}, "config");
81 print &run_file ($plugins->{$1});
143 sub run_file
/dports/sysutils/munin-node/munin-2.0.67/node/extras/
H A Dmunin-node-simple.in76 print &run_file ($plugins->{$1}, "config");
81 print &run_file ($plugins->{$1});
143 sub run_file
/dports/sysutils/munin-master/munin-2.0.67/node/extras/
H A Dmunin-node-simple.in76 print &run_file ($plugins->{$1}, "config");
81 print &run_file ($plugins->{$1});
143 sub run_file
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/
H A Dcall_flow_monitor.lua51 run_file = scripts_dir .. "/run/call_flow_monitor.tmp";
64 local file = assert(io.open(run_file, "w"));
114 if (not file_exists(run_file)) then
/dports/math/py-pygsl/pygsl-2.3.0/tests/
H A Drun_test.py41 run_file = run_file_posix variable
43 run_file = run_file_nt variable
65 run_file(path)
/dports/graphics/pstoedit/pstoedit-3.70/othersrc/gsdllinc/
H A Dcallgsdllviaiapi.cpp90 run_file(0), in GSDLL()
102 run_file=(0); in ~GSDLL()
160 if ( (run_file = (PFN_gsapi_run_file) GetProcAddress(hmodule, "gsapi_run_file")) == NULL) in gs_load_dll()
183 PFN_gsapi_run_file run_file; member in GSDLL
/dports/lang/racket/racket-8.3/src/cs/c/
H A Dmain.c165 char *exec_file = argv[0], *run_file = NULL; in bytes_main() local
186 extract_built_in_arguments(self_exe, &exec_file, &run_file, &argc, &argv); in bytes_main()
187 if (!run_file) in bytes_main()
188 run_file = exec_file; in bytes_main()
277 ba.run_file = run_file; in bytes_main()
/dports/lang/racket-minimal/racket-8.3/src/cs/c/
H A Dmain.c165 char *exec_file = argv[0], *run_file = NULL; in bytes_main() local
186 extract_built_in_arguments(self_exe, &exec_file, &run_file, &argc, &argv); in bytes_main()
187 if (!run_file) in bytes_main()
188 run_file = exec_file; in bytes_main()
277 ba.run_file = run_file; in bytes_main()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Ddaemontools.py237 run_file = os.path.join(SERVICE_DIR, name, "run")
241 os.path.isfile(run_file)
242 and os.access(run_file, os.X_OK)
/dports/x11/xpra/xpra-4.3/tests/unittests/unit/
H A Drun.py50 def run_file(p): function
75 v = run_file(p)
88 r = run_file(x)

123456789