Home
last modified time | relevance | path

Searched refs:labelPos (Results 1 – 25 of 149) sorted by relevance

123456

/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/editor/
H A DLabelHandler.java135 Double[] labelPos; in dragLabel() local
168 pixTop[1] = labelPos[1]; in dragLabel()
169 pixTop[2] = labelPos[2]; in dragLabel()
177 pixTop[0] = labelPos[0]; in dragLabel()
179 pixTop[2] = labelPos[2]; in dragLabel()
227 labelPos[0] = min; in dragLabel()
229 labelPos[0] = max; in dragLabel()
237 labelPos[1] = min; in dragLabel()
239 labelPos[1] = max; in dragLabel()
247 labelPos[2] = min; in dragLabel()
[all …]
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Plugins/Litedown/Parser/Passes/
H A DLinks.php143 $labelPos = $startPos + 2 + strlen($id);
144 $endPos = $labelPos - 1;
147 if ($this->text->charAt($labelPos) === ' ')
149 ++$labelPos;
151 if (isset($labels[$labelPos], $this->text->linkReferences[$labels[$labelPos]]))
153 $id = $labels[$labelPos];
154 $endLen = $labelPos + 2 + strlen($id) - $endPos;
/dports/emulators/dosbox/dosbox-0.74-3/src/dos/
H A Ddrives.cpp83 Bitu labelPos = 0; in Set_Label() local
94 output[labelPos] = (cdrom?input[vnamePos]:toupper(input[vnamePos])); in Set_Label()
96 labelPos++; vnamePos++; in Set_Label()
100 output[labelPos]='.'; labelPos++; point=true; togo=3; in Set_Label()
103 output[labelPos]=0; in Set_Label()
106 if((labelPos > 0) && (output[labelPos-1] == '.') && !(cdrom && labelPos ==9)) in Set_Label()
107 output[labelPos-1] = 0; in Set_Label()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/labeling/
H A Dqgslabelsearchtree.cpp65 bool QgsLabelSearchTree::insertLabel( pal::LabelPosition *labelPos, QgsFeatureId featureId, const Q… in insertLabel() argument
67 if ( !labelPos ) in insertLabel()
81 QPointF res = mTransform.map( QPointF( labelPos->getX( i ), labelPos->getY( i ) ) ); in insertLabel()
91 …Position > newEntry = qgis::make_unique< QgsLabelPosition >( featureId, labelPos->getAlpha() + mMa… in insertLabel()
92labelPos->getWidth(), labelPos->getHeight(), layerName, labeltext, labelfont, labelPos->getUpsideD… in insertLabel()
96 if ( pal::LabelPosition *next = labelPos->nextPart() ) in insertLabel()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Ddrives.cpp101 Bitu labelPos = 0; in Set_Label() local
112 output[labelPos] = (cdrom?input[vnamePos]:toupper(input[vnamePos])); in Set_Label()
114 labelPos++; vnamePos++; in Set_Label()
118 output[labelPos]='.'; labelPos++; point=true; togo=3; in Set_Label()
121 output[labelPos]=0; in Set_Label()
124 if((labelPos > 0) && (output[labelPos-1] == '.') && !(cdrom && labelPos ==9)) in Set_Label()
125 output[labelPos-1] = 0; in Set_Label()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/
H A DAbstractBindingLabelsTest.java93 int labelPos= 0; in assertLinkMatch() local
114 int end= label.indexOf("<a class", labelPos); in assertLinkMatch()
116 … assertEquals("plain text ("+fragmentCount+")", escape(expected), label.substring(labelPos, end)); in assertLinkMatch()
119 labelPos= end; in assertLinkMatch()
124 …assertTrue("link found ("+fragmentCount+")", label.substring(labelPos).startsWith( "<a class='head… in assertLinkMatch()
129 int start= label.indexOf("' title='", labelPos); in assertLinkMatch()
144 labelPos= end + "</a>".length(); in assertLinkMatch()
147 int start= label.indexOf("'>", labelPos) + 2; in assertLinkMatch()
154 labelPos= end + "</a>".length(); in assertLinkMatch()
162 assertEquals("plain text ("+(fragmentCount)+")", escape(expected), label.substring(labelPos)); in assertLinkMatch()
/dports/graphics/qgis/qgis-3.22.3/src/core/labeling/
H A Dqgslabelsearchtree.cpp76 bool QgsLabelSearchTree::insertLabel( pal::LabelPosition *labelPos, QgsFeatureId featureId, const Q… in insertLabel() argument
78 if ( !labelPos ) in insertLabel()
92 const QPointF res = mTransform.map( QPointF( labelPos->getX( i ), labelPos->getY( i ) ) ); in insertLabel()
102 …lPosition > newEntry = std::make_unique< QgsLabelPosition >( featureId, labelPos->getAlpha() + mMa… in insertLabel()
103labelPos->getWidth(), labelPos->getHeight(), layerName, labeltext, labelfont, labelPos->getUpsideD… in insertLabel()
107 if ( pal::LabelPosition *next = labelPos->nextPart() ) in insertLabel()
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/dos/
H A Ddrives.cpp159 Bitu labelPos = 0; in Set_Label() local
170 output[labelPos] = (cdrom?input[vnamePos]:toupper(input[vnamePos])); in Set_Label()
172 labelPos++; vnamePos++; in Set_Label()
176 output[labelPos]='.'; labelPos++; point=true; togo=3; in Set_Label()
179 output[labelPos]=0; in Set_Label()
182 if((labelPos > 0) && (output[labelPos-1] == '.') && !(cdrom && labelPos ==9)) in Set_Label()
183 output[labelPos-1] = 0; in Set_Label()
/dports/audio/polyphone/polyphone-75a5e88/sources/dialogs/
H A Ddialog_rename.cpp66 ui->labelPos->hide();
77 ui->labelPos->hide();
88 ui->labelPos->hide();
100 ui->labelPos->show();
103 ui->labelPos->setText(tr("Position"));
112 ui->labelPos->show();
115 ui->labelPos->setText(tr("Range"));
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/
H A DColorBarAnnotation.cxx88 vtkm::Vec2f_32 labelPos; in Render() local
91 labelPos[0] = vtkm::Float32(Position.X.Min); in Render()
92 labelPos[1] = vtkm::Float32(Position.Y.Max); in Render()
96 labelPos[0] = vtkm::Float32(Position.X.Min - 0.07); in Render()
97 labelPos[1] = vtkm::Float32(Position.Y.Max + 0.03); in Render()
103 labelPos, in Render()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/
H A DColorBarAnnotation.cxx100 vtkm::Vec<vtkm::Float32, 2> labelPos; in Render() local
103 labelPos[0] = vtkm::Float32(Position.X.Min); in Render()
104 labelPos[1] = vtkm::Float32(Position.Y.Max); in Render()
108 labelPos[0] = vtkm::Float32(Position.X.Min - 0.07); in Render()
109 labelPos[1] = vtkm::Float32(Position.Y.Max + 0.03); in Render()
115 labelPos, in Render()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libshell/src/
H A Dlabelwidget.cpp127 Vector2i labelPos; in draw() local
130 labelPos.x = buf.width() - labelSize.x; in draw()
134 labelPos.x = buf.width()/2 - labelSize.x/2; in draw()
138 labelPos.y = buf.height() - labelSize.y; in draw()
142 labelPos.y = buf.height()/2 - labelSize.y/2; in draw()
145 buf.drawWrappedText(labelPos, d->label, d->wraps, d->attribs, d->align); in draw()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/draw/shapes/custom/svg/
H A DSvgTemplate.java100 Vector labelPos = new Vector(4, y + yOffs); in create() local
101 … + "\" font-size=\"" + style.getFontSize() + "\" x=\"" + labelPos.getX() + "\" y=\"" + labelPos.ge… in create()
109 Vector labelPos = new Vector(width - 4, y + yOffs); in create() local
110 … + style.getFontSize() + "\" text-anchor=\"end\" x=\"" + labelPos.getX() + "\" y=\"" + labelPos.ge… in create()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/querier/tenantfederation/
H A Dmerge_queryable.go184 labelPos := sort.SearchStrings(labelNames, m.idLabelName)
185 if labelPos < len(labelNames) && labelNames[labelPos] == m.idLabelName {
195 labelPos = sort.SearchStrings(labelNames, labelToAdd)
200 copy(labelNames[labelPos+1:], labelNames[labelPos:])
201 labelNames[labelPos] = labelToAdd
308 for labelPos := range m.ids {
309 if _, matched := matchedValues[m.ids[labelPos]]; !matched {
314 querier: m.queriers[labelPos],
315 id: m.ids[labelPos],
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/querier/tenantfederation/
H A Dmerge_queryable.go184 labelPos := sort.SearchStrings(labelNames, m.idLabelName)
185 if labelPos < len(labelNames) && labelNames[labelPos] == m.idLabelName {
195 labelPos = sort.SearchStrings(labelNames, labelToAdd)
200 copy(labelNames[labelPos+1:], labelNames[labelPos:])
201 labelNames[labelPos] = labelToAdd
308 for labelPos := range m.ids {
309 if _, matched := matchedValues[m.ids[labelPos]]; !matched {
314 querier: m.queriers[labelPos],
315 id: m.ids[labelPos],
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/
H A Dcorrelation.py88 labelPos = np.arange(0, nvars) + 0.5
93 ax.set_yticks(labelPos)
94 ax.set_yticks(labelPos[:-1]+0.5, minor=True)
101 ax.set_xticks(labelPos)
102 ax.set_xticks(labelPos[:-1]+0.5, minor=True)
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkBiDimensionalRepresentation2DTest1.cxx146 double *labelPos = node1->GetLabelPosition(); in vtkBiDimensionalRepresentation2DTest1() local
147 if (labelPos) in vtkBiDimensionalRepresentation2DTest1()
149 …std::cout << "LabelPosition: " << labelPos[0] << ", " << labelPos[1] << ", " << labelPos[2] << std… in vtkBiDimensionalRepresentation2DTest1()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DvtkBiDimensionalRepresentation2DTest1.cxx145 double* labelPos = node1->GetLabelPosition(); in vtkBiDimensionalRepresentation2DTest1() local
146 if (labelPos) in vtkBiDimensionalRepresentation2DTest1()
148 std::cout << "LabelPosition: " << labelPos[0] << ", " << labelPos[1] << ", " << labelPos[2] in vtkBiDimensionalRepresentation2DTest1()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkBiDimensionalRepresentation2DTest1.cxx146 double *labelPos = node1->GetLabelPosition(); in vtkBiDimensionalRepresentation2DTest1() local
147 if (labelPos) in vtkBiDimensionalRepresentation2DTest1()
149 …std::cout << "LabelPosition: " << labelPos[0] << ", " << labelPos[1] << ", " << labelPos[2] << std… in vtkBiDimensionalRepresentation2DTest1()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dplanetgrid.cpp77 Vec3d labelPos = bodyCenter + in longLatLabel() local
85 double z = viewNormal * labelPos; in longLatLabel()
86 labelPos *= planetZ / z; in longLatLabel()
90 … Point3f((float) labelPos.x, (float) labelPos.y, (float) labelPos.z)); in longLatLabel()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dplanetgrid.cpp77 Vec3d labelPos = bodyCenter + in longLatLabel() local
85 double z = viewNormal * labelPos; in longLatLabel()
86 labelPos *= planetZ / z; in longLatLabel()
90 … Point3f((float) labelPos.x, (float) labelPos.y, (float) labelPos.z)); in longLatLabel()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/
H A DPieChart.php196 $labelPos = 0;
209 $slice->setCaption($pie['labels'][$labelPos++])
240 $labelPos = 0;
245 $labelPos++;
257 $slice->setCaption($pie['labels'][$labelPos++])
/dports/games/scourge/scourge/src/gui/
H A Dbutton.h38 int labelPos; variable
90 labelPos = p; in setLabelPosition()
93 return labelPos; in getLabelPosition()
/dports/graphics/qgis/qgis-3.22.3/src/app/labeling/
H A Dqgsmaptoolchangelabelproperties.cpp61 QgsLabelPosition labelPos; in canvasPressEvent() local
62 if ( !labelAtPosition( e, labelPos ) || labelPos.isDiagram ) in canvasPressEvent()
68 mCurrentLabel = LabelDetails( labelPos, canvas() ); in canvasPressEvent()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/labeling/
H A Dqgsmaptoolchangelabelproperties.cpp60 QgsLabelPosition labelPos; in canvasPressEvent() local
61 if ( !labelAtPosition( e, labelPos ) || labelPos.isDiagram ) in canvasPressEvent()
67 mCurrentLabel = LabelDetails( labelPos ); in canvasPressEvent()

123456