Searched +refs:diff +refs:added (Results 1 - 25 of 146) sorted by relevance

123456

/macosx-10.10/vim-55/runtime/syntax/
H A Dbzr.vim12 " for idea of diff highlighting
23 syn include @Diff syntax/diff.vim
27 syn match bzrAdded "^added:$" contained
H A Dgitcommit.vim18 syn include @gitcommitDiff syntax/diff.vim
19 syn region gitcommitDiff start=/\%(^diff --\%(git\|cc\|combined\) \)\@=/ end=/^$\|^#\@=/ contains=@gitcommitDiff
54 syn match gitcommitWarning "^\%(no changes added to commit\|nothing \%(added \)\=to commit\)\>.*\%$"
H A Dfoxpro.vim11 " Change Log: added support for FoxPro Codebook highlighting
32 " A later version added the following conventions for objects
132 syn match foxproFunc "\<diff\%[erence]\>\s*("me=e-1
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebHistory.cpp59 double diff = d1-d2; local
60 return (diff < .000001 && diff > -.000001);
452 HRESULT WebHistory::addItem(IWebHistoryItem* entry, bool discardDuplicate, bool* added) argument
472 if (added)
473 *added = false;
495 if (added)
496 *added = true;
/macosx-10.10/vim-55/runtime/
H A Dscripts.vim191 " - "diff" in first line (context diff)
193 " - "--- " in first line and "+++ " in second line (unified diff).
194 " - "*** " in first line and "--- " in second line (context diff).
195 " - "# It was generated by makepatch " in the second line (makepatch diff).
197 " - "=== ", line of "=", "---", "+++ " (SVK diff)
198 " - "=== ", "--- ", "+++ " (bzr diff, common case)
199 " - "=== (removed|added|renamed|modified)" (bzr diff, alternative)
200 elseif s:line1 =~ '^\(diff\>\|Onl
[all...]
H A Dmenu.vim54 " There is no exact match, try matching with a wildcard added
113 if has("diff")
483 an 40.340.210 &Tools.&Folding.Fold\ Met&hod.&Diff :set fdm=diff<CR>
501 if has("diff")
H A Doptwin.vim910 if has("diff")
911 call <SID>Header("diff mode")
912 call append("$", "diff\tuse diff mode for the current window")
914 call <SID>BinOptionL("diff")
915 call append("$", "diffopt\toptions for using diff mode")
917 call append("$", "diffexpr\texpression used to obtain a diff file")
1037 call append("$", "suffixesadd\tlist of file name extensions added when searching for a file")
/macosx-10.10/configd-699.1.5/nwi/
H A Dnetwork_information_priv.c251 #define added "+" macro
329 /* These are potentially "added" elements unless they are
331 nwi_ifstate_set_diff_str(new_ifstate, added);
355 /* Any elements that has not been added means that they are removed */
425 nwi_state_t diff; local
440 diff = nwi_state_new(NULL, total_count);
442 nwi_state_merge_added(diff, old_state, new_state);
443 nwi_state_merge_removed(diff, old_state);
446 return diff;
/macosx-10.10/vim-55/src/
H A DMake_sas.mak18 # to compile everything when a global variable or function is added.
95 diff.c \
142 diff.o \
189 proto/diff.pro \
293 diff.o: diff.c
294 proto/diff.pro: diff.c
H A DMake_ivc.mak216 "$(INTDIR)/diff.obj" \
341 SOURCE=.\diff.c
466 @rem This is the default rule with /I "$(IntDir)" added
477 @rem This is the default rule with /I "$(IntDir)" added
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_windows92 \ * 4820: 'bytes' bytes padding added after member 'member'\\
181 diff $s $t
/macosx-10.10/vim-55/runtime/autoload/
H A Dtohtml.vim8 " Diff2HTML() added by Christian Brabandt <cb@256bit.org>
19 if !&diff || s:settings.diff_one_file
31 windo | if &diff | call add(win_list, winbufnr(0)) | endif
95 call add(html, '<title>diff</title>')
240 " for the table-based layout of the side-by-side diff. The diff should take
242 " horizontally scrollable when the lines are too long. Otherwise, the diff
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c1053 LinkNode added; local
1054 for (added = firstnode(gf_pre_words); added; incnode(added)) {
1055 next = insertlinknode(list, next, dupstring(getdata(added)));
1129 * qn is the current qualifier node to be added.
1131 * Here is an attempt at a diagram. An `or' is added horizontally
1133 * `qn' is usually NULL unless a new `or' has just been added.
2120 /* Node added in at end, so do highest first */
3481 time_t now, diff; local
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dzone.c333 * True if added by "rndc addzone"
335 isc_boolean_t added; member in struct:dns_zone
371 #define DNS_ZONEFLG_DIFFONRELOAD 0x00000800U /*%< generate a journal diff on
599 dns_diff_t *diff, dns_diffop_t op,
675 dns_diff_t *diff);
857 zone->added = ISC_FALSE;
2737 dns_diff_t *diff, dns_keytable_t *keytable,
2788 CHECK(update_one_rr(db, ver, diff, DNS_DIFFOP_ADD,
2818 delete_keydata(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, argument
2829 uresult = update_one_rr(db, ver, diff, DNS_DIFFOP_DE
2736 create_keydata(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_keytable_t *keytable, dns_keynode_t **keynodep, isc_boolean_t *changed) argument
2988 do_one_tuple(dns_difftuple_t **tuple, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff) argument
3023 update_one_rr(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_diffop_t op, dns_name_t *name, dns_ttl_t ttl, dns_rdata_t *rdata) argument
3037 increment_soa_serial(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, isc_mem_t *mctx) argument
3072 zone_journal(dns_zone_t *zone, dns_diff_t *diff, const char *caller) argument
3111 dns_diff_t diff; local
3165 dns_diff_t diff; local
4546 offline(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_name_t *name, dns_ttl_t ttl, dns_rdata_t *rdata) argument
4633 del_sigs(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_diff_t *diff, dst_key_t **keys, unsigned int nkeys, isc_stdtime_t now, isc_boolean_t incremental) argument
4808 add_sigs(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *name, dns_rdatatype_t type, dns_diff_t *diff, dst_key_t **keys, unsigned int nkeys, isc_mem_t *mctx, isc_stdtime_t inception, isc_stdtime_t expire, isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly) argument
5170 add_nsec(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, dns_dbnode_t *node, dns_ttl_t ttl, isc_boolean_t bottom, dns_diff_t *diff) argument
5193 sign_a_node(dns_db_t *db, dns_name_t *name, dns_dbnode_t *node, dns_dbversion_t *version, isc_boolean_t build_nsec3, isc_boolean_t build_nsec, dst_key_t *key, isc_stdtime_t inception, isc_stdtime_t expire, unsigned int minimum, isc_boolean_t is_ksk, isc_boolean_t keyset_kskonly, isc_boolean_t *delegation, dns_diff_t *diff, isc_int32_t *signatures, isc_mem_t *mctx) argument
5320 updatesecure(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, dns_ttl_t minimum, isc_boolean_t update_only, dns_diff_t *diff) argument
5352 updatesignwithkey(dns_zone_t *zone, dns_signing_t *signing, dns_dbversion_t *version, isc_boolean_t build_nsec3, dns_ttl_t minimum, dns_diff_t *diff) argument
5462 fixup_nsec3param(dns_db_t *db, dns_dbversion_t *ver, dns_nsec3chain_t *chain, isc_boolean_t active, dns_rdatatype_t privatetype, dns_diff_t *diff) argument
5591 delete_nsec(dns_db_t *db, dns_dbversion_t *ver, dns_dbnode_t *node, dns_name_t *name, dns_diff_t *diff) argument
5622 deletematchingnsec3(dns_db_t *db, dns_dbversion_t *ver, dns_dbnode_t *node, dns_name_t *name, const dns_rdata_nsec3param_t *param, dns_diff_t *diff) argument
5739 update_sigs(dns_diff_t *diff, dns_db_t *db, dns_dbversion_t *version, dst_key_t *zone_keys[], unsigned int nkeys, dns_zone_t *zone, isc_stdtime_t inception, isc_stdtime_t expire, isc_stdtime_t now, isc_boolean_t check_ksk, isc_boolean_t keyset_kskonly, dns_diff_t *sig_diff) argument
6553 del_sig(dns_db_t *db, dns_dbversion_t *version, dns_name_t *name, dns_dbnode_t *node, unsigned int nkeys, dns_secalg_t algorithm, isc_uint16_t keyid, dns_diff_t *diff) argument
7226 minimal_update(dns_keyfetch_t *kfetch, dns_dbversion_t *ver, dns_diff_t *diff) argument
7351 dns_diff_t diff; local
7809 dns_diff_t diff; local
13914 add_signing_records(dns_db_t *db, dns_rdatatype_t privatetype, dns_dbversion_t *ver, dns_diff_t *diff, isc_boolean_t sign_all) argument
13983 sign_apex(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff, dns_diff_t *sig_diff) argument
14067 dnskey_sane(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff) argument
14115 clean_nsec3param(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff) argument
14171 add_chains(dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff) argument
14199 dns_diff_t diff, sig_diff; local
14554 dns_zone_setadded(dns_zone_t *zone, isc_boolean_t added) argument
[all...]
/macosx-10.10/rsync-45/rsync/
H A Dtech_report.tex216 added.
218 A ``diff'' of the two tar files using the standard GNU diff utility
239 time it takes to run ``diff'' on the two files.\footnote{The wall
241 running SunOS, using rsh over loopback for communication. GNU diff
262 transferred was also considerably less than the size of the diff file
263 that would have been transferred if the diff/patch method of updating
288 diff between the two releases is 4155 lines long totalling 120 kB.
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js84 keyMaps: [], // stores maps added by addKeyMap
85 overlays: [], // highlighting overlays, as added by addOverlay
151 // Elements are added to these to represent selection and cursors.
210 // added. As an optimization, line widget aligning is skipped when
695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
774 // When an aspect of a line changes, a string is added to
789 // be wrapped, and have the extra elements added to the wrapper div
2046 // the amount of lines added o
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js84 keyMaps: [], // stores maps added by addKeyMap
85 overlays: [], // highlighting overlays, as added by addOverlay
151 // Elements are added to these to represent selection and cursors.
210 // added. As an optimization, line widget aligning is skipped when
695 var diff = cur.line.height - height;
697 if (diff > .001 || diff < -.001) {
774 // When an aspect of a line changes, a string is added to
789 // be wrapped, and have the extra elements added to the wrapper div
2046 // the amount of lines added o
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBlock.cpp260 void RenderBlock::styleWillChange(StyleDifference diff, const RenderStyle& newStyle) argument
266 if (oldStyle && parent() && diff == StyleDifferenceLayout && oldStyle->position() != newStyle.position()) {
288 RenderBox::styleWillChange(diff, newStyle);
305 void RenderBlock::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
307 RenderBox::styleDidChange(diff, oldStyle);
326 m_hasBorderOrPaddingLogicalWidthChanged = oldStyle && diff == StyleDifferenceLayout && needsLayout() && borderOrPaddingLogicalWidthChanged(oldStyle, &newStyle);
407 // generated content is added to cloneBlock and 'this' does not have
408 // generated content added yet.
962 // are dispatched immediately. That is, to ensure that such subsequent calls aren't added to |transaction|
1393 // Fixed margins can be added i
2205 bool added = descendantSet->add(&descendant).isNewEntry; local
[all...]
/macosx-10.10/less-25/less/
H A Dconfigure2540 as 'x'. The following induces an error, until -std is added to get
2974 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3056 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
7485 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
8477 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dconfigure3757 as 'x'. The following induces an error, until -std is added to get
4133 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4199 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4889 as 'x'. The following induces an error, until -std is added to get
5292 as 'x'. The following induces an error, until -std is added to get
6536 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6615 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
9415 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9754 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9802 if diff conftes
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1270 # As an added safety precaution, do not delete the source file
2085 # Additional styles can be added here
4463 The log file shows that perltidy added $added_semicolon_count semicolons.
4861 # Any of these could be added later if it would be useful.
6797 # added leading whitespace. So we create a special indentation item
7399 write_logfile_entry("$added_semicolon_count $what added:\n");
7504 # might delete some text which has been added. So that must
7515 # generated for comparison with the old comments, but not added.
9785 # added block types (see tmp/semicolon.t)
9886 # added eva
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/
H A Dconfigure3385 # Needed until we can rely on m4_combine added in Autoconf 2.62.
5113 as 'x'. The following induces an error, until -std is added to get
5213 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5289 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5355 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5422 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
9127 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9504 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9557 if diff conftest.exp conftest.er2 >/dev/null; then
9615 if test ! -s out/conftest.er2 || diff ou
[all...]
/macosx-10.10/xar-254/xar/
H A Dconfigure3177 as 'x'. The following induces an error, until -std is added to get
4096 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4162 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5068 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
6230 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c4637 int added = -removed - current_removed;
4639 added = ((1 << sec->alignment_power) - 1) & added;
4640 new_removed = (-added);
6138 added in the preceding loop over the relocations. */
7988 /* First translate any of the fixes that have been added already. */
8955 bfd_vma diff = new_offset - val.r_rel.target_offset;
8956 irel->r_addend += diff;
4622 int added = -removed - current_removed; local
8930 bfd_vma diff = new_offset - val.r_rel.target_offset; local
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dconfigure2558 as 'x'. The following induces an error, until -std is added to get
2971 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3053 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5998 # 2008-07-04 getopt_long added
5999 # 2009-07-30 timegm added
6173 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
7156 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then

Completed in 513 milliseconds

123456