Home
last modified time | relevance | path

Searched refs:diff_args (Results 1 – 25 of 26) sorted by relevance

12

/dports/archivers/zutils/zutils-1.10/
H A Dzdiff.cc318 case 'a': diff_args.push_back( "-a" ); break; in main()
319 case 'b': diff_args.push_back( "-b" ); break; in main()
320 case 'B': diff_args.push_back( "-B" ); break; in main()
321 case 'c': diff_args.push_back( "-c" ); break; in main()
322 case 'C': diff_args.push_back( "-C" ); in main()
324 case 'd': diff_args.push_back( "-d" ); break; in main()
337 case 'U': diff_args.push_back( "-U" ); in main()
341 case 'W': diff_args.push_back( "-W" ); in main()
415 argv[i+1] = diff_args[i]; in main()
416 argv[diff_args.size()+1] = "--"; in main()
[all …]
/dports/devel/apitrace/apitrace-9.0/scripts/
H A Dtracediff.py107 self.diff_args = [tool]
109 self.diff_args += [
114 self.diff_args += ['--unchanged-line-format=']
117 self.diff_args += [
123 self.diff_args += ['--unchanged-line-format=']
126 self.diff_args += [
135 self.diff_args += [
140 self.diff_args += [
145 self.diff_args += [
162 diff_args = self.diff_args + [
[all …]
/dports/devel/monotone/monotone-1.1/test/func/diff_--external/
H A Dtesthook.lua1 function external_diff(file_path, data_old, data_new, is_binary, diff_args, rev_old, rev_new)
9 if diff_args == nil then
12 io.write("diff_args: " .. diff_args .. "\n")
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/
H A Dreviewboarddiff35 def generate_diff(diff_args):
43 out = Popen(["git", "diff", "--no-prefix"] + diff_args, stdout=PIPE).stdout
/dports/devel/rbtools/RBTools-2.0/rbtools/clients/
H A Dmercurial.py671 diff_args = ['--hidden', '--nodates', '-g']
674 diff_args.append('--svn')
676 diff_args += include_files
679 diff_args += ['-X', pattern]
683 diff = self._run_diff(diff_args,
689 parent_diff = self._run_diff(diff_args,
714 def _run_diff(self, diff_args, parent_id, node_id): argument
737 [self._exe, 'diff'] + diff_args + ['-r', parent_id, '-r', node_id],
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/
H A Ddiff_resource_sizes.py160 diff_args = shared_args + ['--output-dir', diff_dir, args.diff_apk]
162 diff_args += ['--chromium-output-directory', args.out_dir_diff]
164 subprocess.check_output(diff_args, stderr=subprocess.STDOUT)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/
H A Ddiff_resource_sizes.py160 diff_args = shared_args + ['--output-dir', diff_dir, args.diff_apk]
162 diff_args += ['--chromium-output-directory', args.out_dir_diff]
164 subprocess.check_output(diff_args, stderr=subprocess.STDOUT)
/dports/lang/v8/v8-9.6.180.12/build/android/
H A Ddiff_resource_sizes.py160 diff_args = shared_args + ['--output-dir', diff_dir, args.diff_apk]
162 diff_args += ['--chromium-output-directory', args.out_dir_diff]
164 subprocess.check_output(diff_args, stderr=subprocess.STDOUT)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/
H A Ddiff_resource_sizes.py160 diff_args = shared_args + ['--output-dir', diff_dir, args.diff_apk]
162 diff_args += ['--chromium-output-directory', args.out_dir_diff]
164 subprocess.check_output(diff_args, stderr=subprocess.STDOUT)
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dsubmodule--helper.c1219 struct strvec diff_args = STRVEC_INIT; in compute_summary_module_list() local
1223 strvec_push(&diff_args, get_diff_cmd(diff_cmd)); in compute_summary_module_list()
1225 strvec_push(&diff_args, "--cached"); in compute_summary_module_list()
1226 strvec_pushl(&diff_args, "--ignore-submodules=dirty", "--raw", NULL); in compute_summary_module_list()
1228 strvec_push(&diff_args, oid_to_hex(head_oid)); in compute_summary_module_list()
1229 strvec_push(&diff_args, "--"); in compute_summary_module_list()
1231 strvec_pushv(&diff_args, info->argv); in compute_summary_module_list()
1236 precompose_argv_prefix(diff_args.nr, diff_args.v, NULL); in compute_summary_module_list()
1237 setup_revisions(diff_args.nr, diff_args.v, &rev, NULL); in compute_summary_module_list()
1259 strvec_clear(&diff_args); in compute_summary_module_list()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dsubmodule--helper.c1219 struct strvec diff_args = STRVEC_INIT; in compute_summary_module_list() local
1223 strvec_push(&diff_args, get_diff_cmd(diff_cmd)); in compute_summary_module_list()
1225 strvec_push(&diff_args, "--cached"); in compute_summary_module_list()
1226 strvec_pushl(&diff_args, "--ignore-submodules=dirty", "--raw", NULL); in compute_summary_module_list()
1228 strvec_push(&diff_args, oid_to_hex(head_oid)); in compute_summary_module_list()
1229 strvec_push(&diff_args, "--"); in compute_summary_module_list()
1231 strvec_pushv(&diff_args, info->argv); in compute_summary_module_list()
1236 precompose_argv_prefix(diff_args.nr, diff_args.v, NULL); in compute_summary_module_list()
1237 setup_revisions(diff_args.nr, diff_args.v, &rev, NULL); in compute_summary_module_list()
1259 strvec_clear(&diff_args); in compute_summary_module_list()
/dports/devel/git/git-2.34.1/builtin/
H A Dsubmodule--helper.c1219 struct strvec diff_args = STRVEC_INIT; in compute_summary_module_list() local
1223 strvec_push(&diff_args, get_diff_cmd(diff_cmd)); in compute_summary_module_list()
1225 strvec_push(&diff_args, "--cached"); in compute_summary_module_list()
1226 strvec_pushl(&diff_args, "--ignore-submodules=dirty", "--raw", NULL); in compute_summary_module_list()
1228 strvec_push(&diff_args, oid_to_hex(head_oid)); in compute_summary_module_list()
1229 strvec_push(&diff_args, "--"); in compute_summary_module_list()
1231 strvec_pushv(&diff_args, info->argv); in compute_summary_module_list()
1236 precompose_argv_prefix(diff_args.nr, diff_args.v, NULL); in compute_summary_module_list()
1237 setup_revisions(diff_args.nr, diff_args.v, &rev, NULL); in compute_summary_module_list()
1259 strvec_clear(&diff_args); in compute_summary_module_list()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dsubmodule--helper.c1219 struct strvec diff_args = STRVEC_INIT; in compute_summary_module_list() local
1223 strvec_push(&diff_args, get_diff_cmd(diff_cmd)); in compute_summary_module_list()
1225 strvec_push(&diff_args, "--cached"); in compute_summary_module_list()
1226 strvec_pushl(&diff_args, "--ignore-submodules=dirty", "--raw", NULL); in compute_summary_module_list()
1228 strvec_push(&diff_args, oid_to_hex(head_oid)); in compute_summary_module_list()
1229 strvec_push(&diff_args, "--"); in compute_summary_module_list()
1231 strvec_pushv(&diff_args, info->argv); in compute_summary_module_list()
1236 precompose_argv_prefix(diff_args.nr, diff_args.v, NULL); in compute_summary_module_list()
1237 setup_revisions(diff_args.nr, diff_args.v, &rev, NULL); in compute_summary_module_list()
1259 strvec_clear(&diff_args); in compute_summary_module_list()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dsubmodule--helper.c1219 struct strvec diff_args = STRVEC_INIT; in compute_summary_module_list() local
1223 strvec_push(&diff_args, get_diff_cmd(diff_cmd)); in compute_summary_module_list()
1225 strvec_push(&diff_args, "--cached"); in compute_summary_module_list()
1226 strvec_pushl(&diff_args, "--ignore-submodules=dirty", "--raw", NULL); in compute_summary_module_list()
1228 strvec_push(&diff_args, oid_to_hex(head_oid)); in compute_summary_module_list()
1229 strvec_push(&diff_args, "--"); in compute_summary_module_list()
1231 strvec_pushv(&diff_args, info->argv); in compute_summary_module_list()
1236 precompose_argv_prefix(diff_args.nr, diff_args.v, NULL); in compute_summary_module_list()
1237 setup_revisions(diff_args.nr, diff_args.v, &rev, NULL); in compute_summary_module_list()
1259 strvec_clear(&diff_args); in compute_summary_module_list()
/dports/devel/monotone/monotone-1.1/src/
H A Dstd_hooks.lua1091 function external_diff(file_path, data_old, data_new, is_binary, diff_args, rev_old, rev_new)
1095 if diff_args == nil then diff_args = external_diff_default_args end
1096 …execute("diff", diff_args, "--label", file_path .. "\told", old_file, "--label", file_path .. "\tn…
H A Dlua_hooks.hh127 string const & diff_args,
H A Dlua_hooks.cc585 string const & diff_args, in hook_external_diff() argument
605 ll.push_str(diff_args); in hook_external_diff()
/dports/devel/viewvc-devel/viewvc-c93d9da79c31457ecb0a771ff52d28353dc6e878/lib/vclib/ccvs/
H A Dccvs.py139 diff_args = vclib._diff_args(type, options)
142 self.utilities.diff or 'diff', diff_args)
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/management/commands/
H A Dsqldiff.py709 diff_type, diff_args = diff
712 for i, e in enumerate(diff_args)
744 diff_type, diff_args = diff
745 text = self.DIFF_SQL[diff_type](style, qn, diff_args)
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_alpha_equal.py172 diff_args = relay.TypeRelation(broadcast, tvm.convert([t2, t3]), 1, attr1)
183 assert tr != diff_args
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_ir_structural_equal_hash.py218 diff_args = relay.TypeRelation(broadcast, tvm.runtime.convert([t2, t3]), 1, attr1)
229 assert tr != diff_args
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_pass_alpha_equal.py172 diff_args = relay.TypeRelation(broadcast, tvm.convert([t2, t3]), 1, attr1)
183 assert tr != diff_args
/dports/devel/viewvc-devel/viewvc-c93d9da79c31457ecb0a771ff52d28353dc6e878/lib/
H A Dviewvc.py3838 diff_args = vclib._diff_args(self.diff_type, diff_options)
3844 self.request.cfg.utilities.diff or 'diff', diff_args)
/dports/devel/monotone/monotone-1.1/doc/
H A Dmonotone.info-25834 function external_diff(file_path, data_old, data_new, is_binary, diff_args, rev_old, rev_new)
5838 if diff_args == nil then diff_args = external_diff_default_args end
5839 …execute("diff", diff_args, "--label", file_path .. "\told", old_file, "--label", file_path .. "\tn…
H A Dmonotone.texi12302 …(@var{file_path}, @var{old_data}, @var{new_data}, @var{is_binary}, @var{diff_args}, @var{old_rev},…
12321 will be passed in as @var{diff_args}. Otherwise @var{diff_args} will

12