Home
last modified time | relevance | path

Searched refs:isDiff (Results 1 – 25 of 35) sorted by relevance

12

/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Common/
H A DFont.pm296 sub isDiff { subroutine
332 (isDiff($siz, $osiz)
336 (isDiff($col, $ocol)
339 (isDiff($bkg, $obkg)
342 (isDiff($opa, $oopa)
345 (isDiff($lang, $olang)
369 (isDiff($fam, $ofam) ? 1 : 0)
370 + (isDiff($ser, $oser) ? 1 : 0)
371 + (isDiff($shp, $oshp) ? 1 : 0)
372 + (isDiff($siz, $osiz) ? 1 : 0)
[all …]
/dports/devel/qgit/qgit-qgit-2.9/src/
H A Dsmartbrowse.cpp130 QTextEdit* SmartBrowse::curTextEdit(bool* isDiff) { in curTextEdit() argument
135 if (isDiff) in curTextEdit()
136 *isDiff = diff->isVisible(); in curTextEdit()
144 int SmartBrowse::visibilityFlags(bool* isDiff) { in visibilityFlags() argument
148 QTextEdit* te = curTextEdit(isDiff); in visibilityFlags()
163 bool isDiff; in updateVisibility() local
164 int flags = visibilityFlags(&isDiff); in updateVisibility()
166 if (isDiff) { in updateVisibility()
H A Dsmartbrowse.h41 QTextEdit* curTextEdit(bool* isDiff = NULL);
44 int visibilityFlags(bool* isDiff = NULL);
/dports/biology/p5-AcePerl/AcePerl-1.92/acelib/
H A Ddict.c23 static int hashString (char *cp, int n, BOOL isDiff) in hashString() argument
27 register int rotate = isDiff ? 21 : 13 ; in hashString()
38 if (isDiff) /* return odd number */ in hashString()
45 static int hashString (char *cp, int n, BOOL isDiff) in hashString() argument
51 if (isDiff) in hashString()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/
H A Ddump_netlists.tcl11 set isDiff [diff_files "results/gcd.cdl" "dump_netlists_cdl.ok"]
13 if {$isDiff != 0} {
H A Ddump_netlists_withfill.tcl12 set isDiff [diff_files "results/gcdwithfill.cdl" "dump_netlists_withfill_cdl.ok"]
15 if {$isDiff != 0} {
H A Ddef_parser.tcl16 set isDiff [diff_files $out_def "parser_test.defok"]
17 if {$isDiff != 0} {
/dports/devel/cervisia/cervisia-21.12.3/
H A Dprogressdialog.cpp47 bool isDiff; member
77 …d->isDiff = heading == QLatin1String("Diff"); // cvs returns error status when there is a di… in ProgressDialog()
235 if ( (status != 0) && !d->isDiff ) // cvs command exited with error -> show error text in slotJobExited()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/readers/
H A DBCifDensityReader.java182 private boolean isDiff; field in BCifDensityReader
192 isDiff = (fileName != null && fileName.indexOf("&diff=1") >= 0 in init2()
210 getCifMap(isDiff ? "FO-FC" : "2FO-FC"); in readParameters()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/def/
H A DdefiAssertion.hpp88 int isDiff() const;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/ide/components/
H A Drepo_editor.vue286 const isDiff = this.viewer !== viewerTypes.edit;
287 const shouldDisposeEditor = isDiff !== (this.editor?.getEditorType() === EDITOR_TYPE_DIFF);
295 const instanceOptions = isDiff ? defaultDiffEditorOptions : defaultEditorOptions;
296 const method = isDiff ? EDITOR_DIFF_INSTANCE_FN : EDITOR_CODE_INSTANCE_FN;
/dports/databases/py-sqlalchemy-migrate/sqlalchemy-migrate-0.13.0/migrate/tests/versioning/
H A Dtest_genmodel.py47 def assertDiff(isDiff, tablesMissingInDatabase, tablesMissingInModel, tablesWithDiff): argument
57 isDiff)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/marlin/
H A DClipShapeTest.java448 if (testCtx.isDiff()) { in paintPaths()
494 if (testWorstCtx.isDiff()) { in paintPaths()
496 … if (testWorstThCtx.isDiff() && testWorstThCtx.histPix.sum != testWorstCtx.histPix.sum) { in paintPaths()
1040 if (!testThCtx.isDiff() || (testThCtx.histPix.count <= THRESHOLD_NBPIX)) { in computeDiffImage()
1311 if (isDiff()) { in dump()
1347 boolean isDiff() { in isDiff() method in ClipShapeTest.DiffContext
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/marlin/
H A DClipShapeTest.java448 if (testCtx.isDiff()) { in paintPaths()
494 if (testWorstCtx.isDiff()) { in paintPaths()
496 … if (testWorstThCtx.isDiff() && testWorstThCtx.histPix.sum != testWorstCtx.histPix.sum) { in paintPaths()
1040 if (!testThCtx.isDiff() || (testThCtx.histPix.count <= THRESHOLD_NBPIX)) { in computeDiffImage()
1311 if (isDiff()) { in dump()
1347 boolean isDiff() { in isDiff() method in ClipShapeTest.DiffContext
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/marlin/
H A DClipShapeTest.java439 if (testCtx.isDiff()) { in paintPaths()
485 if (testWorstCtx.isDiff()) { in paintPaths()
487 … if (testWorstThCtx.isDiff() && testWorstThCtx.histPix.sum != testWorstCtx.histPix.sum) { in paintPaths()
1031 if (!testThCtx.isDiff() || (testThCtx.histPix.count <= THRESHOLD_NBPIX)) { in computeDiffImage()
1302 if (isDiff()) { in dump()
1338 boolean isDiff() { in isDiff() method in ClipShapeTest.DiffContext
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/marlin/
H A DClipShapeTest.java448 if (testCtx.isDiff()) { in paintPaths()
494 if (testWorstCtx.isDiff()) { in paintPaths()
496 … if (testWorstThCtx.isDiff() && testWorstThCtx.histPix.sum != testWorstCtx.histPix.sum) { in paintPaths()
1040 if (!testThCtx.isDiff() || (testThCtx.histPix.count <= THRESHOLD_NBPIX)) { in computeDiffImage()
1311 if (isDiff()) { in dump()
1347 boolean isDiff() { in isDiff() method in ClipShapeTest.DiffContext
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/java2d/marlin/
H A DClipShapeTest.java448 if (testCtx.isDiff()) { in paintPaths()
494 if (testWorstCtx.isDiff()) { in paintPaths()
496 … if (testWorstThCtx.isDiff() && testWorstThCtx.histPix.sum != testWorstCtx.histPix.sum) { in paintPaths()
1040 if (!testThCtx.isDiff() || (testThCtx.histPix.count <= THRESHOLD_NBPIX)) { in computeDiffImage()
1311 if (isDiff()) { in dump()
1347 boolean isDiff() { in isDiff() method in ClipShapeTest.DiffContext
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/marlin/
H A DClipShapeTest.java448 if (testCtx.isDiff()) { in paintPaths()
494 if (testWorstCtx.isDiff()) { in paintPaths()
496 … if (testWorstThCtx.isDiff() && testWorstThCtx.histPix.sum != testWorstCtx.histPix.sum) { in paintPaths()
1040 if (!testThCtx.isDiff() || (testThCtx.histPix.count <= THRESHOLD_NBPIX)) { in computeDiffImage()
1311 if (isDiff()) { in dump()
1347 boolean isDiff() { in isDiff() method in ClipShapeTest.DiffContext
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/marlin/
H A DClipShapeTest.java448 if (testCtx.isDiff()) { in paintPaths()
494 if (testWorstCtx.isDiff()) { in paintPaths()
496 … if (testWorstThCtx.isDiff() && testWorstThCtx.histPix.sum != testWorstCtx.histPix.sum) { in paintPaths()
1040 if (!testThCtx.isDiff() || (testThCtx.histPix.count <= THRESHOLD_NBPIX)) { in computeDiffImage()
1311 if (isDiff()) { in dump()
1347 boolean isDiff() { in isDiff() method in ClipShapeTest.DiffContext
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/cdef/
H A DxdefiAssertion.cpp61 return ((LefDefParser::defiAssertion*)obj)->isDiff(); in defiAssertion_isDiff()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DRCS.h181 bool isDiff(const QString &rev="") throw(libfwbuilder::FWException);
/dports/textproc/libkomparediff2/libkomparediff2-21.12.3/src/
H A Dkomparemodellist.cpp124 bool KompareModelList::isDiff(const QString& mimeType) const in isDiff() function in KompareModelList
160 if (!isDiff(sourceMimeType) && isDiff(destinationMimeType)) in compare()
166 else if (isDiff(sourceMimeType) && !isDiff(destinationMimeType)) in compare()
H A Dkomparemodellist.h161 bool isDiff(const QString& mimetype) const;
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DVhdxHandler.cpp919 const bool isDiff = IsDiff(); in ParseBat() local
927 if (isDiff) in ParseBat()
946 bool isCont = (!isDiff && Meta.Is_LeaveBlockAllocated()); in ParseBat()
977 if (!isDiff) in ParseBat()
1004 if (!isDiff) in ParseBat()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncmpidiff/
H A Dncmpidiff.c108 int pos, isDiff, len = varsize * sizeof(type); \
122 MPI_Allreduce(&pos, &isDiff, 1, MPI_INT, MPI_MAX, comm); \
123 if (isDiff == 0 && !rank && verbose) \

12