Home
last modified time | relevance | path

Searched refs:do_diff (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/devel/elixir-timex/timex-3.3.0/lib/comparable/
H A Ddiff.ex15 do_diff(a, b, granularity)
25 defp do_diff(a, b, :duration), do: Duration.from_seconds(do_diff(a,b,:seconds)) function
26 defp do_diff(a, b, :microseconds), do: a - b function
27 defp do_diff(a, b, :milliseconds), do: div(a - b, 1_000) function
28 defp do_diff(a, b, :seconds), do: div(a - b, 1_000*1_000) function
29 defp do_diff(a, b, :minutes), do: div(a - b, 1_000*1_000*60) function
33 defp do_diff(a, b, :calendar_weeks) do function
42 do_diff(endu, startu, :days)
48 do_diff(startu, endu, :days)
56 defp do_diff(a, b, :months) do function
[all …]
/dports/devel/elixir-exactor/exactor-2.2.4/test/
H A Dcluster_test.exs14 def diff(x, y), do: do_diff(x, y)
15 defmulticallp do_diff(x, y), do: reply(x - y)
30 assert catch_error(ClusterServer.do_diff(3, 2)) == :undef
61 def diff(x, y), do: do_diff(:nrca, x, y)
62 defmulticallp do_diff(x, y), do: reply(x - y)
77 assert catch_error(NonRegisteredClusterServer.do_diff(:nrca, 3, 2)) == :undef
/dports/textproc/miller/miller-5.10.2/c/reg_test/
H A Ddev27 do_diff="true"
35 do_diff="false"
117 if [ "$do_diff" = "true" ]; then
/dports/textproc/libxdiff/libxdiff-0.23/test/
H A Dxdiff_test.c79 int i = 1, ctxlen = 3, bsize = 16, do_diff, do_patch, do_bdiff, do_bpatch, do_rabdiff; in main() local
97 do_diff = do_patch = do_bdiff = do_bpatch = do_rabdiff = 0; in main()
100 do_diff = 1; in main()
148 if (do_diff) { in main()
/dports/java/java-subversion/subversion-1.14.1/tools/examples/
H A Dsvnlook.rb398 do_diff(path, nil)
406 do_diff(nil, path)
421 do_diff(file_baton[2], file_baton[2])
428 def do_diff(base_path, path) method in SvnLook.DiffEditor
/dports/devel/py-subversion/subversion-1.14.1/tools/examples/
H A Dsvnlook.rb398 do_diff(path, nil)
406 do_diff(nil, path)
421 do_diff(file_baton[2], file_baton[2])
428 def do_diff(base_path, path) method in SvnLook.DiffEditor
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/examples/
H A Dsvnlook.rb398 do_diff(path, nil)
406 do_diff(nil, path)
421 do_diff(file_baton[2], file_baton[2])
428 def do_diff(base_path, path) method in SvnLook.DiffEditor
/dports/devel/p5-subversion/subversion-1.14.1/tools/examples/
H A Dsvnlook.rb398 do_diff(path, nil)
406 do_diff(nil, path)
421 do_diff(file_baton[2], file_baton[2])
428 def do_diff(base_path, path) method in SvnLook.DiffEditor
/dports/devel/websvn/websvn-2.6.1/include/
H A Ddiff_util.php158 $do_diff = true;
161 $do_diff = false;
165 $do_diff = false;
170 $do_diff = false;
174 if (!$do_diff) {
/dports/net-mgmt/net-snmp/net-snmp-5.9/local/
H A Dmib2c-update112 do_diff()
184 do_diff $UPDATE_ORIG/ $UPDATE_CURR/ $UPDATE_PATCH/custom.$UPDATE_DATE
214 do_diff $UPDATE_ORIG/ $UPDATE_NEW/ $UPDATE_PATCH/generated.$UPDATE_DATE
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dinfo.rb197 do_diff(node, base_root, path, base_path, differ)
200 do_diff(node, base_root, path, base_path, differ)
203 do_diff(node, base_root, path, base_path, differ)
209 def do_diff(node, base_root, path, base_path, differ) method in Svn.Info
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dinfo.rb197 do_diff(node, base_root, path, base_path, differ)
200 do_diff(node, base_root, path, base_path, differ)
203 do_diff(node, base_root, path, base_path, differ)
209 def do_diff(node, base_root, path, base_path, differ) method in Svn.Info
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dinfo.rb197 do_diff(node, base_root, path, base_path, differ)
200 do_diff(node, base_root, path, base_path, differ)
203 do_diff(node, base_root, path, base_path, differ)
209 def do_diff(node, base_root, path, base_path, differ) method in Svn.Info
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dinfo.rb197 do_diff(node, base_root, path, base_path, differ)
200 do_diff(node, base_root, path, base_path, differ)
203 do_diff(node, base_root, path, base_path, differ)
209 def do_diff(node, base_root, path, base_path, differ) method in Svn.Info
/dports/java/java-subversion/subversion-1.14.1/tools/diff/
H A Ddiff.c34 do_diff(svn_stream_t *ostream, in do_diff() function
155 svn_err = do_diff(ostream, from, to, &has_changes, in main()
/dports/devel/py-subversion/subversion-1.14.1/tools/diff/
H A Ddiff.c34 do_diff(svn_stream_t *ostream, in do_diff() function
155 svn_err = do_diff(ostream, from, to, &has_changes, in main()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/diff/
H A Ddiff.c34 do_diff(svn_stream_t *ostream, in do_diff() function
155 svn_err = do_diff(ostream, from, to, &has_changes, in main()
/dports/devel/p5-subversion/subversion-1.14.1/tools/diff/
H A Ddiff.c34 do_diff(svn_stream_t *ostream,
155 svn_err = do_diff(ostream, from, to, &has_changes,
/dports/www/p5-HTML-Stream/HTML-Stream-1.60/bin/
H A Dhtml2perlstream384 sub do_diff {
447 do_diff($infile, $outfile) if ($opt_d);
/dports/devel/quilt/quilt-0.66/quilt/
H A Ddiff.in99 do_diff()
366 do_diff "$file" "$old_file" "$new_file"
/dports/sysutils/hexpeek/hexpeek-v1.0.20200804/src/
H A Dhexpeek_settings.c442 do_diff = true;
451 bool flags_done = false, do_dump = false, do_diff = false; in parseArgv() local
819 if((cmd_at || cmd_len) && ! do_diff) in parseArgv()
825 if(do_diff) in parseArgv()
857 else if(do_diff) in parseArgv()
932 hoff_t divisor = (do_diff ? 2 : 1); in parseArgv()
/dports/devel/libmba/libmba-0.9.1/examples/diff/
H A Dbindiff.c153 do_diff(unsigned char *a, int n, unsigned char *b, int m, FILE *stream) in do_diff() function
243 } else if (do_diff(a, n, b, m, stdout) == -1) { in run()
/dports/devel/websvn/websvn-2.6.1/
H A Ddiff.php213 …$listing = do_diff($all, $ignoreWhitespace, $highlighted, $newerFile, $olderFile, $newerFileHl, $o…
217 $listing = do_diff($all, $ignoreWhitespace, $highlighted, $newerFile, $olderFile, null, null);
/dports/dns/knot3-lib/knot-3.1.5/src/knot/events/handlers/
H A Dload.c174 …bool do_diff = (zf_from == ZONEFILE_LOAD_DIFF || zf_from == ZONEFILE_LOAD_DIFSE || zone->cat_membe… in event_load() local
175 bool ignore_dnssec = (do_diff && dnssec_enable); in event_load()
269 if (do_diff && old_contents_exist && dnssec_enable && zf_serial_updated && in event_load()
/dports/dns/knot3/knot-3.1.5/src/knot/events/handlers/
H A Dload.c174 …bool do_diff = (zf_from == ZONEFILE_LOAD_DIFF || zf_from == ZONEFILE_LOAD_DIFSE || zone->cat_membe… in event_load() local
175 bool ignore_dnssec = (do_diff && dnssec_enable); in event_load()
269 if (do_diff && old_contents_exist && dnssec_enable && zf_serial_updated && in event_load()

1234567