Home
last modified time | relevance | path

Searched refs:isAll (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/science/jmol/jmol-14.32.7/src/org/jmol/shape/
H A DTextShape.java56 boolean isAll; field in TextShape
68 } else if (isAll) { in setPropTS()
80 } else if (isAll) { in setPropTS()
89 isAll = true; in setPropTS()
102 if (isAll in setPropTS()
112 if (isAll) { in setPropTS()
114 isAll = false; in setPropTS()
130 } else if (isAll) { in setPropTS()
142 } else if (isAll) { in setPropTS()
170 if (isAll in setPropTS()
[all …]
H A DEcho.java92 } else if (isAll) { in setProperty()
101 } else if (isAll) { in setProperty()
119 } else if (isAll || thisID != null) { in setProperty()
121 if (isAll || PT.isMatch(t.target.toUpperCase(), thisID, true, true)) in setProperty()
196 isAll = false; in setProperty()
/dports/java/bouncycastle15/crypto-169/util/src/main/java/org/bouncycastle/asn1/its/
H A DSspRange.java24 private final boolean isAll; field in SspRange
30 isAll = true; in SspRange()
37 this.isAll = false; in SspRange()
64 this.isAll = false; in SspRange()
106 public boolean isAll() in isAll() method in SspRange
108 return isAll; in isAll()
128 if (isAll) in toASN1Primitive()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Sheets/
H A DRefreshDataSourceRequest.php22 public $isAll; variable in Google_Service_Sheets_RefreshDataSourceRequest
42 public function setIsAll($isAll) argument
44 $this->isAll = $isAll;
48 return $this->isAll;
/dports/editors/calligra/calligra-3.2.1/sheets/database/
H A DFilterPopup.cpp111 bool isAll = true; in initGUI() local
120 isAll = isAll && item->isChecked(); in initGUI()
124 notEmptyCheckbox->setChecked(isAll); in initGUI()
222 bool isAll = button->isChecked(); in buttonClicked() local
223 if (isAll) { in buttonClicked()
226 isAll = false; in buttonClicked()
231 d->allCheckbox->setChecked(isAll); in buttonClicked()
238 if (isAll) { in buttonClicked()
241 isAll = false; in buttonClicked()
246 d->allCheckbox->setChecked(isAll); in buttonClicked()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/
H A Ddontaskagain.cpp36 bool DontAskAgainItem::isAll() in isAll() function in DontAskAgainItem
43 return isAll() ? false : KMessageBox::shouldBeShownContinue(m_name); in isEnabled()
48 if (isAll()) in setEnabled()
74 if (item->isAll() && c->isChecked()) { in apply()
82 if (!item->isAll() && c->isChecked() ^ item->isEnabled()) in apply()
92 if (item->isAll()) in setDefaults()
115 if (item->isAll()) { in slotToggled()
/dports/audio/cantata/cantata-2.4.2/tags/
H A Dtageditor.cpp401 if (!isAll) { in fillSong()
419 if (!isAll) { in fillSong()
573 if (isAll) { in applyVa()
618 if (isAll) { in revertVa()
661 if (isAll) { in setAlbumArtistFromArtist()
697 if (isAll) { in capitalise()
730 if (isAll) { in adjustTrackNumbers()
761 if (isAll) { in readRatings()
803 if (isAll) { in writeRatings()
829 if (isAll) { in writeRatings()
[all …]
/dports/audio/cantata/cantata-2.4.2/models/
H A Dstreamsproxymodel.cpp125 if (leftCat->isAll && !rightCat->isAll) { in lessThan()
128 if (!leftCat->isAll && rightCat->isAll) { in lessThan()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/gaedatastore/
H A Diterator.go36 isAll bool member
86 isAll: false,
115 isAll: true,
147 if it.isAll {
185 if it.isAll {
226 if !it.isAll {
294 if it.isAll {
/dports/science/jmol/jmol-14.32.7/src/org/jmol/export/
H A D_PovrayExporter.java424 boolean isAll = (bsPolygons == null); in outputSurface()
425 int i0 = (isAll ? nPolygons - 1 : bsPolygons.nextSetBit(0)); in outputSurface()
426 for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsPolygons.nextSetBit(i + 1))) { in outputSurface()
471 boolean isAll = (bsPolygons == null); in outputSurface()
472 int i0 = (isAll ? nPolygons - 1 : bsPolygons.nextSetBit(0)); in outputSurface()
473 for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsPolygons.nextSetBit(i + 1))) { in outputSurface()
H A D_TachyonExporter.java256 boolean isAll = (bsPolygons == null); in outputSurface()
257 int i0 = (isAll ? nPolygons - 1 : bsPolygons.nextSetBit(0)); in outputSurface()
258 for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsPolygons.nextSetBit(i + 1))) { in outputSurface()
285 boolean isAll = (bsPolygons == null); in outputSurface()
286 int i0 = (isAll ? nPolygons - 1 : bsPolygons.nextSetBit(0)); in outputSurface()
287 for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsPolygons.nextSetBit(i + 1))) { in outputSurface()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DDataManager.java251 boolean isAll = (bs == null); in setSelectedFloats()
252 int i0 = (isAll ? 0 : bs.nextSetBit(0)); in setSelectedFloats()
254 && i < data.length; i = (isAll ? i + 1 : bs.nextSetBit(i + 1))) in setSelectedFloats()
333 boolean isAll = (bs == null); in getDefaultVdwNameOrData()
334 int i0 = (isAll ? 1 : bs.nextSetBit(0)); in getDefaultVdwNameOrData()
335 int i1 = (isAll ? Elements.elementNumberMax : bs.length()); in getDefaultVdwNameOrData()
337 && i >= 0; i = (isAll ? i + 1 : bs.nextSetBit(i + 1))) in getDefaultVdwNameOrData()
H A DStateCreator.java121 if (isAll) { in getStateScript()
138 if (isAll || type.equalsIgnoreCase("fileState")) in getStateScript()
174 if (isAll) in getStateScript()
230 if (isAll && sfunc != null) { in getDefinedState()
242 if (isAll && sfunc != null) { in getModelState()
255 if (isAll) { in getModelState()
318 if (isAll) { in getModelState()
429 String getLightingState(boolean isAll) { in getLightingState() argument
443 if (isAll) in getLightingState()
814 if (isAll) { in getZshadeState()
[all …]
H A DJmolStateCreator.java18 abstract String getLightingState(boolean isAll); in getLightingState() argument
20 abstract String getModelState(SB sfunc, boolean isAll, in getModelState() argument
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DBondCollection.java449 boolean isAll = (bsBonds == null); in assignAromaticBondsBs()
450 int i0 = (isAll ? bondCount - 1 : bsBonds.nextSetBit(0)); in assignAromaticBondsBs()
451 for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsBonds.nextSetBit(i + 1))) { in assignAromaticBondsBs()
473 isAll = (bsBonds == null); in assignAromaticBondsBs()
474 i0 = (isAll ? bondCount - 1 : bsBonds.nextSetBit(0)); in assignAromaticBondsBs()
476 for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsBonds.nextSetBit(i + 1))) { in assignAromaticBondsBs()
495 for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsBonds.nextSetBit(i + 1))) { in assignAromaticBondsBs()
678 boolean isAll = (bsSelected == null); in assignAromaticNandO()
679 int i0 = (isAll ? bondCount - 1 : bsSelected.nextSetBit(0)); in assignAromaticNandO()
680 for (int i = i0; i >= 0; i = (isAll ? i - 1 : bsSelected.nextSetBit(i + 1))) { in assignAromaticNandO()
H A DMeasurementData.java60 public boolean isAll; field in MeasurementData
99 Boolean intramolecular, boolean isAll, in set() argument
118 this.isAll = isAll; in set()
/dports/math/qhull8/qhull-8.0.2/src/qhulltest/
H A Dqhulltest.cpp61 bool isAll= args.contains("--all"); in main() local
81 if(isAll){ in main()
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/qhulltest/
H A Dqhulltest.cpp55 bool isAll= args.contains("--all"); in main() local
72 if(isAll){ in main()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/qhulltest/
H A Dqhulltest.cpp59 bool isAll= args.contains("--all"); in main() local
79 if(isAll){ in main()
/dports/math/qhull/qhull-7.3.2/src/qhulltest/
H A Dqhulltest.cpp60 bool isAll= args.contains("--all"); in main() local
80 if(isAll){ in main()
/dports/science/jmol/jmol-14.32.7/src/javajs/util/
H A DZipTools.java107 boolean isAll = (fileName.equals(".")); in getZipFileDirectory()
108 if (isAll || fileName.lastIndexOf("/") == fileName.length() - 1) { in getZipFileDirectory()
112 if (isAll || name.startsWith(fileName)) in getZipFileDirectory()
156 boolean isAll = (fileName.equals(".")); in getTarFileDirectory()
157 if (isAll || fileName.lastIndexOf("/") == fileName.length() - 1) { in getTarFileDirectory()
219 boolean isAll = (sb != null && fileName.equals(".")); in getTarFile()
233 if (isAll || (oneFile ? name.equalsIgnoreCase(fileName) in getTarFile()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/quantum/
H A DQuantumCalculation.java163 boolean isAll = (bsSelected == null); in setupCoordinates()
164 int i0 = (isAll ? qmAtoms.length - 1 : bsSelected.nextSetBit(0)); in setupCoordinates()
165 for (int i = i0, j = 0; i >= 0; i = (isAll ? i - 1 : bsSelected in setupCoordinates()
/dports/www/matomo/piwik/plugins/CoreVue/Commands/
H A DBuild.php144 return $this->filterPluginsWithoutVueLibrary($plugins, $isAll = true);
147 private function filterPluginsWithoutVueLibrary($plugins, $isAll = false) argument
159 if (!$isAll) {
/dports/science/jmol/jmol-14.32.7/src/org/jmol/renderspecial/
H A DPolyhedraRenderer.java45 private boolean isAll; field in PolyhedraRenderer
155 isAll = (drawEdges == Polyhedra.EDGES_ALL || isSelected); in render1()
188 if (isAll || frontOnly || edgesOnly) { in render1()
210 if (isAll || edgesOnly || frontOnly && vwr.gdata.isDirectedTowardsCamera(normix)) { in drawEdges()
/dports/science/jmol/jmol-14.32.7/src/
H A DJmolSmilesApplet.java87 public int find(String pattern, String smiles, boolean isSmarts, boolean isAll) { in find() argument
95 | (isAll ? 0 : JC.SMILES_FIRST_MATCH_ONLY)); in find()

12345678