Home
last modified time | relevance | path

Searched refs:build_command (Results 76 – 100 of 759) sorted by relevance

12345678910>>...31

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/files/
H A Dacl.py189 def build_command(module, mode, path, follow, default, recursive, recalculate_mask, entry=''): function
350 command = build_command(
362 command = build_command(
377 build_command(module, 'get', path, follow, default, recursive, recalculate_mask)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/posix/plugins/modules/
H A Dacl.py189 def build_command(module, mode, path, follow, default, recursive, recalculate_mask, entry=''): function
350 command = build_command(
362 command = build_command(
377 build_command(module, 'get', path, follow, default, recursive, recalculate_mask)
/dports/editors/setzer/Setzer-0.4.1/setzer/document/latex/build_system/builder/
H A Dbuilder_build_latex.py48build_command = 'latexmk -' + interpreter_option + ' -synctex=1 -interaction=nonstopmode' + query.…
50build_command = build_command_defaults[query.build_data['latex_interpreter']] + query.build_data['…
52 arguments = build_command.split()
/dports/math/e-antic/e-antic-1.0.0-rc.13/pyeantic/src/
H A Dsetup.py.in16 build_command = self.distribution.command_obj["build"]
17 self.egg_base = build_command.build_base
/dports/sysutils/vector/vector-0.10.0/cargo-crates/os_pipe-0.9.2/src/
H A Dlib.rs241 let mut build_command = Command::new("cargo"); in path_to_exe() localVariable
242 build_command.args(&["build", "--quiet"]); in path_to_exe()
244 build_command.arg("--release"); in path_to_exe()
246 let build_status = build_command.status().unwrap(); in path_to_exe()
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/PRO/
H A DAV.pm89 sub build_command subroutine
115 my @d = build_command($mes, 'check', $av);
167 my @d = build_command($mes, 'info', $av);
287 my @d = build_command($mes, 'create', $av);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/os_pipe-0.9.2/src/
H A Dlib.rs241 let mut build_command = Command::new("cargo"); in path_to_exe() localVariable
242 build_command.args(&["build", "--quiet"]); in path_to_exe()
244 build_command.arg("--release"); in path_to_exe()
246 let build_status = build_command.status().unwrap(); in path_to_exe()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_pim_rp_address.py131 commands = build_command(proposed, command)
136 def build_command(param_dict, command): function
152 commands = build_command(existing, command)
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/Nominet/
H A DContact.pm82 sub build_command subroutine
102 my @d=build_command($mes,'info',$c);
185 my @d=build_command($mes,'update',$contact);
/dports/devel/aegis/aegis-4.25.D510/lib/config.example/
H A Dcook7 * The build_command field of the config file is used to invoke the relevant
13 build_command =
H A Dcake14 * The build_command field of the config file is used to invoke the relevant
20 build_command =
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/EPP/Extensions/CZ/
H A DDomain.pm89 sub build_command subroutine
125 my @d = build_command($mes, 'info', $domain);
215 my @d = build_command($mes, 'create', $domain);
280 my @d = build_command($mes, 'update', $domain);
H A DContact.pm86 sub build_command subroutine
222 my @d = build_command($mes, 'create', $contact);
247 my @d = build_command($mes, 'update', $contact);
/dports/x11/wdm/wdm-1.28/etc/config.d/
H A Dcook9 * The build_command field of the config file is used to invoke the relevant
15 build_command =
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/Protocol/RRI/
H A DContact.pm85 sub build_command subroutine
115 my @d=build_command($mes,'check',$c);
140 my @d=build_command($mes,'info',$c);
399 my @d=build_command($mes,'create',$contact);
449 my @d=build_command($mes,'update',$contact);
/dports/www/tidy-html5/tidy-html5-5.8.0/.github/workflows/
H A Dpublish_binaries.yml35 build_command: "cmake --build . --config Release --target package"
47 build_command: "cmake --build . --config Release --target package"
62 build_command: "cmake --build . --config Release --target package"
125 ${{matrix.build_command}}
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_pim_rp_address.py141 commands = build_command(proposed, command)
146 def build_command(param_dict, command): function
163 commands = build_command(existing, command)
/dports/shells/ksh2020/ast-ksh2020/
H A Dcoverity-travis.yml30 # Commands to prepare for build_command
35 build_command: ninja -C build
/dports/finance/skrooge/skrooge-2.26.1/plugins/import/skrooge_import_backend/
H A Dskrooge-sabb.py260 def build_command(self, executable, args): member in SABB
296 self.build_command(self.AqBanking, ['versions']),
317 self.build_command(self.AqBanking, ['listaccs']),
370 self.build_command(self.AqBanking,
403 command.extend(self.build_command(self.AqBanking, args))
/dports/devel/cvs-devel/cvs-1.12.13/windows-NT/
H A Drun.c533 build_command (char *const *argv) in build_command() function
613 command = build_command (argv); in piped_child()
668 if ((command = build_command (prog)) == NULL) in filter_stream_through_program()
683 if ((command = build_command (prog)) == NULL) in filter_stream_through_program()
/dports/devel/srecord/srecord-1.64/aegis.conf.d/
H A Dbuild22 * The build_command field of the config file is used to invoke the relevant
28 build_command =
/dports/devel/aegis/aegis-4.25.D510/test/01/
H A Dt0179a.sh186 build_command = "exit 0";
217 build_command = "exit 0";
334 build_command = "exit 0";
465 build_command = "exit 0";
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/
H A D.lgtm.yml4 build_command: make static_lib
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/
H A D.lgtm.yml4 build_command: make static_lib
/dports/databases/rocksdb-lite/rocksdb-6.26.1/
H A D.lgtm.yml4 build_command: make static_lib

12345678910>>...31