Home
last modified time | relevance | path

Searched refs:diffResult (Results 1 – 25 of 70) sorted by relevance

123

/dports/sysutils/rundeck2/pkgs/webapp/WEB-INF/grails-app/views/scm/
H A Ddiff.gsp95 …<g:if test="${diffResult && integration=='import' && diffResult.hasProperty("incomingCommit") && d…
96 <g:set var="commit" value="${diffResult.incomingCommit}"/>
103 <g:if test="${diffResult?.oldNotFound}">
111 <g:elseif test="${diffResult?.newNotFound}">
119 <g:elseif test="${diffResult && !diffResult.modified}">
127 <g:elseif test="${diffResult?.content}">
140 data-ace-session-mode="diff">${diffResult.content}</div>
142 …<g:if test="${diffResult && (diffResult.modified || diffResult.oldNotFound) && diffResult.actions}…
144 <g:each in="${diffResult.actions}" var="action">
151 … classes:"btn "+(diffResult.oldNotFound ? 'btn-success' : 'btn-info')]}"
/dports/sysutils/rundeck3/WEB-INF/classes/scm/
H A Ddiff.gsp120 …<g:if test="${diffResult && integration=='import' && diffResult.hasProperty("incomingCommit") && d…
121 <g:set var="commit" value="${diffResult.incomingCommit}"/>
128 <g:if test="${diffResult?.oldNotFound}">
136 <g:elseif test="${diffResult?.newNotFound}">
144 <g:elseif test="${diffResult && !diffResult.modified}">
152 <g:elseif test="${diffResult?.content}">
165 data-ace-session-mode="diff">${diffResult.content}</div>
167 …<g:if test="${diffResult && (diffResult.modified || diffResult.oldNotFound) && diffResult.actions}…
169 <g:each in="${diffResult.actions}" var="action">
176 … classes:"btn "+(diffResult.oldNotFound ? 'btn-success' : 'btn-info')]}"
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/monk/agent/
H A Dmatch.c172 DiffResult* diffResult = match->ptr.diff; in match_rank() local
175 size_t numberOfMatches = diffResult->matched; in match_rank()
176 size_t numberOfAdditions = diffResult->added; in match_rank()
185 diffResult->rank = rank; in match_rank()
186 diffResult->percentual = (unsigned short) result; in match_rank()
372 DiffResult* diffResult = match->ptr.diff; in processMatch() local
423 if (diffResult->matchedInfo->len == 1 && (diffResult->matched == license->tokens->len)) { in diffResult2Match()
427 diffResult_free(diffResult); in diffResult2Match()
431 newMatch->ptr.diff = diffResult; in diffResult2Match()
452 if (diffResult) { in findDiffMatches()
[all …]
H A Dscheduler.c145 …ffMatch(MonkState* state, const File* file, const License* license, const DiffResult* diffResult) { in sched_onDiffMatch() argument
150 unsigned short matchPercent = diffResult->percentual; in sched_onDiffMatch()
154 printf("%u%%; ", diffResult->percentual); in sched_onDiffMatch()
156 char * formattedMatchArray = formatMatchArray(diffResult->matchedInfo); in sched_onDiffMatch()
166 success = saveDiffHighlightsToDb(dbManager, diffResult->matchedInfo, licenseFileId); in sched_onDiffMatch()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/testing/functional/
H A DrunAgentFunc.php141 $diffResult = array(); variable
145 $diffResult[] = $makeOutput;
147 if(count($diffResult)!=0)
151 foreach($diffResult as $diff)
153 $runResults['nomosfunc'] = count($diffResult);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/patch/
H A DPatchWorkspace.java111 FileDiffResult diffResult = getPatcher().getDiffResult(diff); in processDiff() local
112diffResult, parent, PatchFileDiffNode.getKind(diffResult), PatchFileDiffNode.getAncestorElement(di… in processDiff()
114 HunkResult[] hunkResults = diffResult.getHunkResults(); in processDiff()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/monk/agent_tests/Unit/
H A Dtest_diff.c49 CU_ASSERT_PTR_NULL(diffResult); in token_search_diff()
50 result = diffResult != NULL; in token_search_diff()
53 CU_ASSERT_PTR_NOT_NULL(diffResult); in token_search_diff()
54 if (!diffResult) { in token_search_diff()
60 GArray* matchedInfo = diffResult->matchedInfo; in token_search_diff()
157 if (diffResult) in token_search_diff()
158 diffResult_free(diffResult); in token_search_diff()
309 if (diffResult) { in token_search()
310 matched = diffResult->matchedInfo->len == 1; in token_search()
311 matchStart = g_array_index(diffResult->matchedInfo, DiffPoint, 0).start; in token_search()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/
H A Dutil.go12 type diffResult struct { struct
19 func (d *diffResult) GoString() string { argument
26 func diffAllocs(existing map[string]uint64, allocs *allocUpdates) *diffResult {
28 result := &diffResult{}
/dports/sysutils/nomad/nomad-1.1.0/client/
H A Dutil.go12 type diffResult struct { struct
19 func (d *diffResult) GoString() string { argument
26 func diffAllocs(existing map[string]uint64, allocs *allocUpdates) *diffResult {
28 result := &diffResult{}
/dports/devel/dep/dep-0.5.4/hack/
H A Dtest.bash25 diffResult=1
27 diffResult=0
30 if [ "$diffResult" -eq "1" ]; then
/dports/emulators/mess/mame-mame0226/3rdparty/catch/scripts/
H A DapprovalTests.py120 diffResult = diffFiles(baselinesPath, filteredResultsPath)
121 if diffResult:
122 print(''.join(diffResult))
124 if len(diffResult) > overallResult:
125 overallResult = len(diffResult)
/dports/emulators/mame/mame-mame0226/3rdparty/catch/scripts/
H A DapprovalTests.py120 diffResult = diffFiles(baselinesPath, filteredResultsPath)
121 if diffResult:
122 print(''.join(diffResult))
124 if len(diffResult) > overallResult:
125 overallResult = len(diffResult)
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/3rdparty/catch/scripts/
H A DapprovalTests.py128 diffResult = diffFiles(baselinesPath, filteredResultsPath)
129 if diffResult:
130 print('\n'.join(diffResult))
132 if len(diffResult) > overallResult:
133 overallResult = len(diffResult)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/Catch/scripts/
H A DapprovalTests.py128 diffResult = diffFiles(baselinesPath, filteredResultsPath)
129 if diffResult:
130 print('\n'.join(diffResult))
132 if len(diffResult) > overallResult:
133 overallResult = len(diffResult)
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/scripts/
H A DapprovalTests.py153 diffResult = diffFiles(baselinesPath, filteredResultsPath)
154 if diffResult:
155 print('\n'.join(diffResult))
157 if len(diffResult) > overallResult:
158 overallResult = len(diffResult)
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DCharArrayLCSAlgorithm.java54 ArrayList<Difference> diffResult = new ArrayList<Difference>(); in computeDiffs() local
56 generateResult(diffTable, orgSeqlen, modSeqlen, diffResult); in computeDiffs()
60 Difference[] diffArray = new Difference[diffResult.size()]; in computeDiffs()
61 diffResult.toArray(diffArray); in computeDiffs()
H A DIteratorLCSAlgorithm.java50 ArrayList<Difference> diffResult = new ArrayList<Difference>(); in computeDiffs() local
52 generateResult(diffTable, orgSeqlen, modSeqlen, diffResult); in computeDiffs()
56 Difference[] diffArray = new Difference[diffResult.size()]; in computeDiffs()
57 diffResult.toArray(diffArray); in computeDiffs()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/merger/diff/
H A DCharArrayLCSAlgorithm.java54 ArrayList<Difference> diffResult = new ArrayList<Difference>(); in computeDiffs() local
56 generateResult(diffTable, orgSeqlen, modSeqlen, diffResult); in computeDiffs()
60 Difference[] diffArray = new Difference[diffResult.size()]; in computeDiffs()
61 diffResult.toArray(diffArray); in computeDiffs()
/dports/misc/usd/USD-21.11/pxr/usd/bin/usddiff/
H A Dusddiff.py158 diffResult = 0
201 diffResult = call([diffCmd] + diffCmdArgs + [tempBaseline.name, tempComparison.name])
221 diffResult = 1
240 return diffResult
352 diffResult = NO_DIFF_FOUND_EXIT_CODE
360 diffResult = DIFF_FOUND_EXIT_CODE
372 _exit(None, diffResult)
/dports/math/e-antic/Catch2-ff349a5/scripts/
H A DapprovalTests.py176 diffResult = diffFiles(baselinesPath, filteredResultsPath)
177 if diffResult:
178 print('\n'.join(diffResult))
180 if len(diffResult) > overallResult:
181 overallResult = len(diffResult)
/dports/www/restbed/restbed-4.8/dependency/catch/scripts/
H A DapprovalTests.py176 diffResult = diffFiles(baselinesPath, filteredResultsPath)
177 if diffResult:
178 print('\n'.join(diffResult))
180 if len(diffResult) > overallResult:
181 overallResult = len(diffResult)
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/scripts/
H A DapprovalTests.py176 diffResult = diffFiles(baselinesPath, filteredResultsPath)
177 if diffResult:
178 print('\n'.join(diffResult))
180 if len(diffResult) > overallResult:
181 overallResult = len(diffResult)
/dports/emulators/citra/citra-ac98458e0/externals/catch/scripts/
H A DapprovalTests.py179 diffResult = diffFiles(baselinesPath, filteredResultsPath)
180 if diffResult:
181 print('\n'.join(diffResult))
183 if len(diffResult) > overallResult:
184 overallResult = len(diffResult)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/scripts/
H A DapprovalTests.py179 diffResult = diffFiles(baselinesPath, filteredResultsPath)
180 if diffResult:
181 print('\n'.join(diffResult))
183 if len(diffResult) > overallResult:
184 overallResult = len(diffResult)
/dports/devel/catch/Catch2-2.13.7/scripts/
H A DapprovalTests.py179 diffResult = diffFiles(baselinesPath, filteredResultsPath)
180 if diffResult:
181 print('\n'.join(diffResult))
183 if len(diffResult) > overallResult:
184 overallResult = len(diffResult)

123