Searched refs:revision (Results 1 - 25 of 132) sorted by relevance

123456

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DBranch.js69 var revision = this._revisions[i];
70 if (revision instanceof WebInspector.SourceCodeRevision && revision.sourceCode === representedObject)
71 return revision;
78 var revision = representedObject.originalRevision.copy();
79 representedObject.currentRevision = revision;
80 this.addRevision(revision);
81 return revision;
87 addRevision: function(revision)
89 console.assert(revision instanceo
[all...]
H A DSourceCode.js67 set currentRevision(revision)
69 console.assert(revision instanceof WebInspector.SourceCodeRevision);
70 if (!(revision instanceof WebInspector.SourceCodeRevision))
73 console.assert(revision.sourceCode === this);
74 if (revision.sourceCode !== this)
77 this._currentRevision = revision;
157 revisionContentDidChange: function(revision)
162 if (revision !== this._currentRevision)
256 var revision = this.revisionForRequestedContent;
259 revision
[all...]
/macosx-10.10/zsh-61/zsh/Functions/VCS_Info/Backends/
H A DVCS_INFO_detect_mtn10 vcs_comm[detect_need_file]=revision
H A DVCS_INFO_detect_svk27 [[ ${line} == revision:* ]] && vcs_comm[revision]=${line##*[[:space:]]##}
28 [[ -n ${vcs_comm[branch]} ]] && [[ -n ${vcs_comm[revision]} ]] && break
39 [[ -n ${vcs_comm[revision]} ]] && return 0
H A DVCS_INFO_get_data_svk12 hook_com=( branch "${vcs_comm[branch]}" revision "${vcs_comm[revision]}" )
14 zformat -f svkbranch "${svkbranch}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
19 VCS_INFO_formats '' "${svkbranch}" "${svkbase}" '' '' "${vcs_comm[revision]}" ''
H A DVCS_INFO_get_data_p417 # here down is synced as the revision.
21 hook_com=( branch "${p4info[Client_name]}" revision "${change}" )
23 zformat -f p4branch "${p4branch}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
H A DVCS_INFO_get_data_bzr52 if [[ -f ${bzrbase}/.bzr/branch/last-revision ]] ; then
53 bzrinfo[1]=$(< ${bzrbase}/.bzr/branch/last-revision)
101 hook_com=( branch "${bzrinfo[2]}" revision "${bzrinfo[1]}" )
103 zformat -f bzrbr "${bzrbr}" "b:${hook_com[branch]}" "r:${hook_com[revision]}"
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-version/
H A DMakefile.am.inc32 nodist_atf_version_atf_version_SOURCES = atf-version/revision.h
37 EXTRA_DIST += atf-version/generate-revision.sh
39 BUILT_SOURCES += atf-version/revision.h
40 CLEANFILES += atf-version/revision.h
41 atf-version/revision.h: atf-version/revision.h.stamp
43 @cmp -s atf-version/revision.h atf-version/revision.h.stamp || \
44 cp -p atf-version/revision.h.stamp atf-version/revision
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkStubLib.c39 Tcl_Interp *interp, const char *version, int epoch, int revision)
61 if (stubsPtr->revision < revision) {
62 errMsg = "require later revision";
38 TtkInitializeStubs( Tcl_Interp *interp, const char *version, int epoch, int revision) argument
/macosx-10.10/smb-759.0/lib/librpc/
H A Dwerror.inc7 * revision 7 of [MS-ERREF.pdf].
/macosx-10.10/patch_cmds-17/patch/
H A Dinp.c306 /* now check for revision, if any */
308 if (revision != NULL) {
314 revision);
318 revision);
322 revision);
328 revision);
341 bool found_revision = (revision == NULL);
350 if (revision != NULL && !found_revision && rev_in_string(buf))
359 if (revision != NULL) {
365 revision);
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Dexplodename.c54 normalized_codeset, special, sponsor, revision)
63 const char **revision;
75 *revision = NULL;
169 /* Next is revision (CEN syntax). */
171 *revision = ++cp;
H A Dloadinfo.h116 const char *sponsor, const char *revision,
125 territory, codeset, special, sponsor, revision.
149 const char **revision));
H A Dfinddomain.c64 const char *revision; local
80 (1) revision
142 &sponsor, &revision);
149 sponsor, revision, domainname, 1);
H A Dgmo.h76 /* The revision number of the file format. */
77 nls_uint32 revision; member in struct:mo_file_header
79 /* The following are only used in .mo files with major revision 0. */
92 /* The following are only used in .mo files with minor revision >= 1. */
115 /* The following are only used in .mo files with minor revision >= 1. */
H A Dl10nflist.c190 sponsor, revision, filename, do_allocate)
202 const char *revision;
238 ? strlen (revision) + 1 : 0)) : 0)
291 cp = stpcpy (cp, revision);
378 sponsor, revision, filename, 1);
385 sponsor, revision, filename, 1);
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Dexplodename.c54 normalized_codeset, special, sponsor, revision)
63 const char **revision;
75 *revision = NULL;
169 /* Next is revision (CEN syntax). */
171 *revision = ++cp;
H A Dloadinfo.h116 const char *sponsor, const char *revision,
125 territory, codeset, special, sponsor, revision.
149 const char **revision));
H A Dfinddomain.c64 const char *revision; local
80 (1) revision
142 &sponsor, &revision);
149 sponsor, revision, domainname, 1);
H A Dgmo.h76 /* The revision number of the file format. */
77 nls_uint32 revision; member in struct:mo_file_header
79 /* The following are only used in .mo files with major revision 0. */
92 /* The following are only used in .mo files with minor revision >= 1. */
115 /* The following are only used in .mo files with minor revision >= 1. */
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIDevice.h54 NSString * revision; variable
83 - ( NSString * ) revision;
/macosx-10.10/smb-759.0/lib/smbclient/
H A Dntstatus.inc7 * revision 7 of [MS-ERREF.pdf].
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.h47 UInt16 revision; \
/macosx-10.10/zsh-61/zsh/Functions/VCS_Info/
H A DVCS_INFO_formats23 revision "$6"
45 # revision: an identifier of the currently checked out revision.
86 i:${hook_com[revision]} \
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginPackage.cpp230 // since the revision can be larger than a 8 bits, so we allow it 16 here and
257 String revision = versionParts[1]; local
258 if (revision.length() > 1 && (revision[0] == 'r' || revision[0] == 'b')) {
259 revision.remove(0, 1);
260 m_moduleVersion |= revision.toInt() & 0xffff;

Completed in 415 milliseconds

123456