/dports/audio/boops-lv2/BOops-1.8.2/src/ |
H A D | OptionTremolo.hpp | 35 depthLabel (80, 90, 80, 20, "ctlabel", BOOPS_LABEL_DEPTH), in OptionTremolo() 57 add (depthLabel); in OptionTremolo() 67 OptionWidget (that), rateLabel (that.rateLabel), depthLabel (that.depthLabel), in OptionTremolo() 71 add (depthLabel); in OptionTremolo() 78 release (&depthLabel); in operator =() 82 depthLabel = that.depthLabel; in operator =() 83 depthLabel = that.shapeLabel; in operator =() 85 add (depthLabel); in operator =() 99 depthLabel.applyTheme (theme); in applyTheme() 147 BWidgets::Label depthLabel; member in OptionTremolo
|
H A D | OptionWah.hpp | 36 depthLabel (410, 90, 60, 20, "ctlabel", BOOPS_LABEL_DEPTH), in OptionWah() 106 add (depthLabel); 122 cFreqLabel (that.cFreqLabel), depthLabel (that.depthLabel), in OptionWah() 129 add (depthLabel); in OptionWah() 145 release (&depthLabel); in operator =() 159 depthLabel = that.depthLabel; in operator =() 172 add (depthLabel); in operator =() 208 depthLabel.applyTheme (theme); in applyTheme() 421 BWidgets::Label depthLabel; member in OptionWah
|
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/ |
H A D | stats_bar.hpp | 16 QLabel *depthLabel; member in cpprofiler::NodeStatsBar 38 depthLabel = new QLabel("0"); in NodeStatsBar() 39 hbl->addWidget(depthLabel); in NodeStatsBar() 66 depthLabel->setNum(stats.maxDepth()); in update()
|
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/ |
H A D | fractal.py | 20 depthLabel = pg.QtGui.QLabel('fractal depth:') variable 21 layout.addWidget(depthLabel, 0, 0)
|
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/tests/ |
H A D | ex4.c | 11 DMLabel depthLabel; in CheckSymmetry() local 52 ierr = DMPlexGetDepthLabel(dm,&depthLabel);CHKERRQ(ierr); in CheckSymmetry() 59 ierr = DMLabelGetValue(depthLabel,point,&depth);CHKERRQ(ierr); in CheckSymmetry()
|
/dports/math/gecode/gecode-0916a1a/gecode/gist/ |
H A D | mainwindow.cpp | 195 depthLabel = new QLabel("0"); in GistMainWindow() 196 hbl->addWidget(depthLabel); in GistMainWindow() 268 depthLabel->setNum(stats.maxDepth); in statusChanged()
|
H A D | mainwindow.hh | 64 QLabel* depthLabel; member in Gecode::Gist::GistMainWindow
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ |
H A D | plexsection.c | 6 DMLabel depthLabel; in DMPlexCreateSectionFields() local 13 ierr = DMPlexGetDepthLabel(dm,&depthLabel);CHKERRQ(ierr); in DMPlexCreateSectionFields() 50 …ierr = PetscSectionSymCreateLabel(PetscObjectComm((PetscObject)*section),depthLabel,&sym);CHKERRQ(… in DMPlexCreateSectionFields() 84 DMLabel depthLabel; in DMPlexCreateSectionDof() local 94 ierr = DMPlexGetDepthLabel(dm,&depthLabel);CHKERRQ(ierr); in DMPlexCreateSectionDof() 123 ierr = DMLabelGetValue(depthLabel, point, &d);CHKERRQ(ierr); in DMPlexCreateSectionDof()
|
H A D | plexproject.c | 467 DMLabel depthLabel; in DMGetFirstLabelEntry_Private() local 477 ierr = DMPlexGetDepthLabel(plex, &depthLabel);CHKERRQ(ierr); in DMGetFirstLabelEntry_Private() 488 ierr = DMLabelGetValue(depthLabel, point, &pdepth);CHKERRQ(ierr); in DMGetFirstLabelEntry_Private() 550 DMLabel depthLabel; in DMProjectLocal_Generic_Plex() local 586 ierr = DMPlexGetDepthLabel(plex, &depthLabel);CHKERRQ(ierr); in DMProjectLocal_Generic_Plex() 681 ierr = DMLabelGetStratumIS(depthLabel, depth - h, &heightIS);CHKERRQ(ierr); in DMProjectLocal_Generic_Plex()
|
H A D | plexfem.c | 1451 DMLabel depthLabel; in DMComputeL2FieldDiff_Plex() local 1468 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMComputeL2FieldDiff_Plex() 2326 DMLabel depthLabel; in DMPlexComputeBdIntegral() local 2338 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexComputeBdIntegral() 4356 DMLabel depthLabel; in DMPlexComputeBdResidualSingle() local 4363 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexComputeBdResidualSingle() 4377 DMLabel depthLabel; in DMPlexComputeBdResidual_Internal() local 4383 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexComputeBdResidual_Internal() 4401 DMLabel depthLabel; in DMPlexComputeBdResidual_Internal() local 5081 DMLabel depthLabel; in DMPlexComputeBdJacobianSingle() local [all …]
|
H A D | plexdistribute.c | 1062 DMLabel depthLabel; in DMPlexDistributeLabels() local 1079 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexDistributeLabels() 1080 if (depthLabel) {ierr = PetscObjectStateGet((PetscObject) depthLabel, &depthState);CHKERRQ(ierr);} in DMPlexDistributeLabels() 1084 ierr = DMPlexGetDepthLabel(dmParallel, &dmParallel->depthLabel);CHKERRQ(ierr); in DMPlexDistributeLabels() 1085 ierr = DMRemoveLabelBySelf(dmParallel, &dmParallel->depthLabel, PETSC_FALSE);CHKERRQ(ierr); in DMPlexDistributeLabels()
|
H A D | plexreorder.c | 195 ierr = DMGetLabel(*pdm, "depth", &(*pdm)->depthLabel);CHKERRQ(ierr); in DMPlexPermute()
|
H A D | plexhdf5.c | 487 DMLabel depthLabel, ctLabel; in DMPlexWriteTopology_Vertices_HDF5_Static() local 503 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexWriteTopology_Vertices_HDF5_Static() 512 ierr = DMLabelGetValue(depthLabel, pStart, &dep);CHKERRQ(ierr); in DMPlexWriteTopology_Vertices_HDF5_Static()
|
H A D | plexsubmesh.c | 444 DMLabel depthLabel; in DMPlexShiftSizes_Internal() local 455 ierr = DMPlexGetDepthLabel(dmNew,&depthLabel);CHKERRQ(ierr); in DMPlexShiftSizes_Internal() 466 ierr = DMLabelSetStratumIS(depthLabel, d, pIS);CHKERRQ(ierr); in DMPlexShiftSizes_Internal() 1721 DMLabel depthLabel; in DMPlexLabelCohesiveComplete() local 1731 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexLabelCohesiveComplete() 1944 ierr = DMLabelGetValue(depthLabel, point, &dep);CHKERRQ(ierr); in DMPlexLabelCohesiveComplete() 1999 ierr = DMLabelGetValue(depthLabel, closure[cl], &dep);CHKERRQ(ierr); in DMPlexLabelCohesiveComplete() 2002 ierr = DMLabelGetValue(depthLabel, closure[cl], &dep);CHKERRQ(ierr); in DMPlexLabelCohesiveComplete()
|
H A D | plex.c | 538 DMLabel depthLabel, celltypeLabel; in DMPlexView_Ascii_Geometry() local 548 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMPlexView_Ascii_Geometry() 571 ierr = DMLabelGetValue(depthLabel, point, &depth);CHKERRQ(ierr); in DMPlexView_Ascii_Geometry() 3687 PetscErrorCode DMPlexGetDepthLabel(DM dm, DMLabel *depthLabel) in DMPlexGetDepthLabel() argument 3691 PetscValidPointer(depthLabel, 2); in DMPlexGetDepthLabel() 3692 *depthLabel = dm->depthLabel; in DMPlexGetDepthLabel() 3845 ierr = DMLabelGetValue(dm->depthLabel, point, depth);CHKERRQ(ierr); in DMPlexGetPointDepth() 3873 ierr = DMLabelGetNumValues(dm->depthLabel, &n);CHKERRQ(ierr); in DMPlexGetPointHeight() 4430 label = dm->depthLabel; in DMPlexGetPointDualSpaceFEM() 4852 DMLabel depthLabel; in DMPlexVecGetClosureAtDepth_Internal() local [all …]
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/ |
H A D | HomeFurniturePanel.java | 97 private JLabel depthLabel; field in HomeFurniturePanel 571 …this.depthLabel = new JLabel(SwingTools.getLocalizedLabelText(preferences, HomeFurniturePanel.clas… in createComponents() 1005 this.depthLabel.setEnabled(editableSize); in updateSizeComponents() 1085 if (this.depthLabel != null) { in setMnemonics() 1086 this.depthLabel.setDisplayedMnemonic(KeyStroke.getKeyStroke( in setMnemonics() 1088 this.depthLabel.setLabelFor(this.depthSpinner); in setMnemonics() 1335 if (this.depthLabel != null) { in layoutComponents() 1336 sizePanel.add(this.depthLabel, new GridBagConstraints( in layoutComponents()
|
H A D | ImportedFurnitureWizardStepsPanel.java | 145 private JLabel depthLabel; field in ImportedFurnitureWizardStepsPanel 587 this.depthLabel = new JLabel(SwingTools.getLocalizedLabelText(preferences, in createComponents() 878 this.depthLabel.setDisplayedMnemonic(KeyStroke.getKeyStroke(preferences.getLocalizedString( in setMnemonics() 880 this.depthLabel.setLabelFor(this.depthSpinner); in setMnemonics() 1017 attributesPanel.add(this.depthLabel, new GridBagConstraints( in layoutComponents()
|
H A D | package_it.properties | 258 HomeFurniturePanel.depthLabel.text=Profondit� (%s): 259 HomeFurniturePanel.depthLabel.mnemonic=P 1203 ImportedFurnitureWizardStepsPanel.depthLabel.text=Profondit� (%s): 1204 ImportedFurnitureWizardStepsPanel.depthLabel.mnemonic=P
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tutorials/ |
H A D | ex6.c | 204 DMLabel depthLabel; in SetSymmetries() local 208 ierr = DMGetLabel(dm,"depth",&depthLabel);CHKERRQ(ierr); in SetSymmetries() 213 … ierr = PetscSectionSymCreateLabel(PetscObjectComm((PetscObject)s),depthLabel,&sym);CHKERRQ(ierr); in SetSymmetries()
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/forest/tests/ |
H A D | ex2.c | 88 DMLabel depthLabel; in IdentifyBadPoints() local 98 ierr = DMPlexGetDepthLabel(dmplex, &depthLabel);CHKERRQ(ierr); in IdentifyBadPoints() 115 ierr = DMLabelGetValue(depthLabel, p, &s);CHKERRQ(ierr); in IdentifyBadPoints()
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ftn-auto/ |
H A D | plexf.c | 410 PETSC_EXTERN void dmplexgetdepthlabel_(DM dm,DMLabel *depthLabel, int *__ierr) in dmplexgetdepthlabel_() argument 413 (DM)PetscToPointer((dm) ),depthLabel); in dmplexgetdepthlabel_()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/imageanalyzer/ |
H A D | ImageAnalyzer.java | 77 Label typeLabel, sizeLabel, depthLabel, transparentPixelLabel, field in ImageAnalyzer 484 depthLabel = new Label(shell, SWT.NONE); in createWidgets() 485 depthLabel.setText(bundle.getString("Depth_initial")); in createWidgets() 486 depthLabel.setLayoutData(new GridData(GridData.HORIZONTAL_ALIGN_FILL)); in createWidgets() 1683 depthLabel.setText(string); in displayImage()
|
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/ |
H A D | WidgetsDemo.h | 684 depthLabel.attachToComponent (&depthSlider, false); in ToolbarDemoComp() 717 Label depthLabel { {}, "Toolbar depth:" },
|
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/ |
H A D | dmimpl.h | 183 DMLabel depthLabel; /* Optimized access to depth label */ member
|
/dports/science/PETSc/petsc-3.14.1/src/dm/field/impls/ds/ |
H A D | dmfieldds.c | 726 DMLabel depthLabel; in DMFieldComputeFaceData_DS() local 734 ierr = DMPlexGetDepthLabel(dm, &depthLabel);CHKERRQ(ierr); in DMFieldComputeFaceData_DS() 735 ierr = DMLabelGetStratumIS(depthLabel, dim + 1, &cellIS);CHKERRQ(ierr); in DMFieldComputeFaceData_DS()
|