Home
last modified time | relevance | path

Searched refs:ADDITION (Results 1 – 25 of 984) sorted by relevance

12345678910>>...40

/dports/textproc/py-three-merge/three-merge-0.1.1/three_merge/
H A Dmerge.py16 ADDITION = 1 variable
53 elif target_status == ADDITION:
90 elif source_status == ADDITION:
116 elif source_status == ADDITION and target_status == PRESERVED:
120 elif source_status == PRESERVED and target_status == ADDITION:
147 elif source_status == DELETION and target_status == ADDITION:
159 elif source_status == ADDITION and target_status == DELETION:
171 elif source_status == ADDITION and target_status == ADDITION:
223 assert source_status == ADDITION or source_status == PRESERVED
224 if source_status == ADDITION:
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/subscriber/
H A DCVSWorkspaceSubscriberTest.java383 SyncInfo.INCOMING | SyncInfo.ADDITION, in testIncomingChanges()
384 SyncInfo.INCOMING | SyncInfo.ADDITION, in testIncomingChanges()
598 SyncInfo.OUTGOING | SyncInfo.ADDITION, in testOutgoingQuestionables()
599 SyncInfo.OUTGOING | SyncInfo.ADDITION, in testOutgoingQuestionables()
897 SyncInfo.INCOMING | SyncInfo.ADDITION, in testFolderConflict()
898 SyncInfo.INCOMING | SyncInfo.ADDITION, in testFolderConflict()
910 SyncInfo.INCOMING | SyncInfo.ADDITION, in testFolderConflict()
911 SyncInfo.INCOMING | SyncInfo.ADDITION, in testFolderConflict()
1019 SyncInfo.INCOMING | SyncInfo.ADDITION, in testSyncOnBranch()
1020 SyncInfo.INCOMING | SyncInfo.ADDITION, in testSyncOnBranch()
[all …]
H A DCVSMergeSubscriberTest.java121 SyncInfo.INCOMING | SyncInfo.ADDITION, in testIncomingChanges()
122 SyncInfo.INCOMING | SyncInfo.ADDITION, in testIncomingChanges()
123 SyncInfo.INCOMING | SyncInfo.ADDITION}); in testIncomingChanges()
137 SyncInfo.OUTGOING | SyncInfo.ADDITION, in testIncomingChanges()
139 SyncInfo.OUTGOING | SyncInfo.ADDITION}); in testIncomingChanges()
572 SyncInfo.INCOMING | SyncInfo.ADDITION, in testDeletedAddition()
573 SyncInfo.INCOMING | SyncInfo.ADDITION in testDeletedAddition()
612 SyncInfo.INCOMING | SyncInfo.ADDITION, in testFileAddedToBranch()
613 SyncInfo.INCOMING | SyncInfo.ADDITION in testFileAddedToBranch()
729 SyncInfo.INCOMING | SyncInfo.ADDITION in testMergeNewFileToBranch()
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Plugins/VcsPlugins/vcsGit/
H A DGitDiffParser.py170 ADDITION = "+"
188 ADDITION: 0,
202 (not reverse and lineType == ADDITION) or
210 (reverse and lineType == ADDITION)
222 if counts[ADDITION] == 0 and counts[DELETION] == 0:
226 newCount = counts[CONTEXT] + counts[ADDITION]
234 startOffset += counts[ADDITION] - counts[DELETION]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/math/
H A Dpoly_add.men5 2. LET YSUM = POLYNOMIAL ADDITION Y1 Y2
21 LET _3 = POLYNOMIAL ADDITION _1 _2 _4
23 WEB HELP POLYNOMIAL ADDITION
H A Dvect_add.men5 2. LET A = VECTOR ADDITION Y1 Y2
21 LET _3 = VECTOR ADDITION _1 _2 _4
23 WEB HELP VECTOR ADDITION
H A Dcomp_add.men5 2. LET Y5 Y6 = COMPLEX ADDITION Y1 Y2 Y3 Y4
33 LET _5 _6 = COMPLEX ADDITION _1 _2 _3 _4 _7
35 WEB HELP COMPLEX ADDITION
H A Dmatr_add.men5 2. LET MNEW = MATRIX ADDITION MA MB
34 @IF 4 1 LET _3 = MATRIX ADDITION _1 _2 _5
37 WEB HELP MATRIX ADDITION
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/core/synchronize/
H A DSyncInfo.java83 public static final int ADDITION = 1; field in SyncInfo
379 …case ADDITION: label = NLS.bind(Messages.concatStrings, new String[] { label, Messages.RemoteSyncE… in kindToString()
425 description = OUTGOING | ADDITION; in calculateKind()
429 description = INCOMING | ADDITION; in calculateKind()
431 description = CONFLICTING | ADDITION; in calculateKind()
480 description= ADDITION; in calculateKind()
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/execution/
H A DADDITION.dia.ref10 // Unitary test for conversion of Matlab function: ADDITION
12 if ~m2sciTestExecution("ADDITION") then bugmes();quit;end
14 File to convert: SCI/modules/m2sci/tests/unit_tests/mfiles/ADDITION.m
H A DADDITION.tst12 // Unitary test for conversion of Matlab function: ADDITION
16 if ~m2sciTestExecution("ADDITION") then pause;end
/dports/math/cvc4/CVC4-1.7/test/unit/proof/
H A Ddrat_proof_black.h50 TS_ASSERT_EQUALS(proof.getInstructions()[0].d_kind, ADDITION); in testParseOneAdd()
62 TS_ASSERT_EQUALS(proof.getInstructions()[0].d_kind, ADDITION); in testParseOneMediumAdd()
74 TS_ASSERT_EQUALS(proof.getInstructions()[0].d_kind, ADDITION); in testParseOneBigAdd()
113 TS_ASSERT_EQUALS(proof.getInstructions()[1].d_kind, ADDITION); in testParseTwo()
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Ddiffparse.py264 ADDITION = '+'
293 if line_type == ADDITION:
296 line_type = ADDITION
299 if line_type == ADDITION:
317 if not counts[ADDITION] and not counts[DELETION]:
321 new_count = counts[CONTEXT] + counts[ADDITION]
333 start_offset += counts[ADDITION] - counts[DELETION]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/
H A DCompareConfiguration.java86 …fgImages[Differencer.ADDITION]= CompareUIPlugin.getImageDescriptor("ovr16/add_ov.png"); //$NON-NLS…
87 …fgImages[Differencer.LEFT + Differencer.ADDITION]= CompareUIPlugin.getImageDescriptor("ovr16/r_ina…
88 …fgImages[Differencer.RIGHT + Differencer.ADDITION]= CompareUIPlugin.getImageDescriptor("ovr16/r_ou…
97 …fgImages[Differencer.CONFLICTING + Differencer.ADDITION]= CompareUIPlugin.getImageDescriptor("ovr1…
102 …fgImages[16 + Differencer.ADDITION]= CompareUIPlugin.getImageDescriptor("ovr16/add_ov.png"); //$NO…
103 …fgImages[16 + Differencer.LEFT + Differencer.ADDITION]= CompareUIPlugin.getImageDescriptor("ovr16/…
104 …fgImages[16 + Differencer.RIGHT + Differencer.ADDITION]= CompareUIPlugin.getImageDescriptor("ovr16…
113 …fgImages[16 + Differencer.CONFLICTING + Differencer.ADDITION]= CompareUIPlugin.getImageDescriptor(…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare.core/src/org/eclipse/compare/internal/core/patch/
H A DFilePatch2.java37 public static final int ADDITION= 1; field in FilePatch2
97 if (getDiffType(reverse) == ADDITION) { in getPath()
156 if (type == ADDITION){ in getDiffType()
163 return ADDITION; in getDiffType()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/expr/
H A DRelativeNumericProperty.java38 public static final int ADDITION = 1; field in RelativeNumericProperty
118 case ADDITION: in getResolved()
241 case ADDITION: in getTableUnits()
280 case ADDITION: case SUBTRACTION: in toString()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pb_shared/src/
H A DMyMatrix.h65 enum ArithmeticType { ADDITION, MULTIPLICATION, INNER_PRODUCT }; enumerator
89 if (type_ == ADDITION) start = "Cannot add matrices of sizes ("; in what()
184 throw MatrixArithmeticException(ADDITION, nrows_, ncols_, rhs.nrows_,
207 throw MatrixArithmeticException(ADDITION, nrows_, ncols_, rhs.nrows_,
343 throw MatrixArithmeticException(ADDITION, this->nrows_, 1,
363 throw MatrixArithmeticException(ADDITION, this->nrows_, 1, rhs.nrows_,
H A DMyExpansion.h56 if (type_ == ADDITION) start = "Cannot add matrices of sizes ("; in what()
229 throw ExpansionArithmeticException(ADDITION, poles_, rhs.poles_);
248 throw ExpansionArithmeticException(ADDITION, poles_, rhs.poles_);
358 throw ExpansionArithmeticException(ADDITION, poles_, rhs.poles_);
378 throw ExpansionArithmeticException(ADDITION, poles_, rhs.poles_);
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/conversion/
H A DADDITION.tst12 // Unitary test for conversion of Matlab function: ADDITION
16 if ~m2sciTestConversion("ADDITION") then pause;end
/dports/graphics/krita/krita-4.4.8/libs/ui/canvas/
H A Dkis_change_guides_command.cpp36 ADDITION = 4, enumerator
58 if (ret == ADDITION) { in sameOrOnlyMovedOneGuideBetween()
87 return first == beforeRemoval ? ADDITION : OTHER_DIFF; in diff()
/dports/www/py-django-cms/django-cms-3.7.1/cms/middleware/
H A Dtoolbar.py6 from django.contrib.admin.models import LogEntry, ADDITION, CHANGE
96 action_flag__in=(ADDITION, CHANGE)
118 action_flag__in=(ADDITION, CHANGE)
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DTESTHELP.DP27 HELP COMPLEX ADDITION
35 HELP POLYNOMIAL ADDITION
41 HELP VECTOR ADDITION
71 HELP MATRIX ADDITION
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/structuremergeviewer/
H A DDifferencer.java70 public static final int ADDITION= 1; field in Differencer
351 description= RIGHT | ADDITION; in compare()
355 description= LEFT | ADDITION; in compare()
357 description= CONFLICTING | ADDITION; in compare()
402 description= ADDITION; in compare()
/dports/math/cvc4/CVC4-1.7/src/proof/drat/
H A Ddrat_proof.cpp140 case DratInstructionKind::ADDITION: in outputAsText()
203 proof.d_instructions.emplace_back(ADDITION, in fromBinary()
260 case ADDITION: in outputAsLfsc()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c9/
H A Dc96005b.tst25 -- CHECK THE CORRECTNESS OF THE ADDITION AND SUBTRACTION FUNCTIONS IN
28 -- (B) ADDITION AND SUBTRACTION OPERATORS RAISE CONSTRAINT_ERROR WHEN
38 TEST ("C96005B", "CHECK THAT ADDITION AND SUBTRACTION " &
46 -- ADDITION TESTS FOLLOW.

12345678910>>...40