Home
last modified time | relevance | path

Searched refs:levelStart (Results 1 – 25 of 105) sorted by relevance

12345

/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_users/models/
H A Ddebuguser.php119 …$levelStart = $this->getUserStateFromRequest($this->context . '.filter.level_start', 'filter_level…
120 $this->setState('filter.level_start', $levelStart);
124 if ($value > 0 && $value < $levelStart)
126 $value = $levelStart;
216 $levelStart = (int) $this->getState('filter.level_start');
219 if ($levelEnd > 0 && $levelEnd < $levelStart)
221 $levelEnd = $levelStart;
224 if ($levelStart > 0)
226 $query->where('a.level >= ' . $levelStart);
H A Ddebuggroup.php118 …$levelStart = $this->getUserStateFromRequest($this->context . '.filter.level_start', 'filter_level…
119 $this->setState('filter.level_start', $levelStart);
123 if ($value > 0 && $value < $levelStart)
125 $value = $levelStart;
234 $levelStart = (int) $this->getState('filter.level_start');
237 if ($levelEnd > 0 && $levelEnd < $levelStart)
239 $levelEnd = $levelStart;
242 if ($levelStart > 0)
244 $query->where('a.level >= ' . $levelStart);
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestCompositePolyDataMapper2Spheres.cxx79 unsigned levelStart = 0; in TestCompositePolyDataMapper2Spheres() local
90 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2Spheres()
107 vtkMath::HSVToRGB(0.8 * block / nblocks, 0.2 + 0.8 * ((parent - levelStart) % 4) / 3.0, in TestCompositePolyDataMapper2Spheres()
112 0.7 + 0.3 * ((parent - levelStart) % 4) / 3.0, 1.0, &r, &g, &b); in TestCompositePolyDataMapper2Spheres()
126 levelStart = levelEnd; in TestCompositePolyDataMapper2Spheres()
H A DTestCompositePolyDataMapper2.cxx82 unsigned levelStart = 0; in TestCompositePolyDataMapper2() local
92 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2()
109 vtkMath::HSVToRGB(0.8 * block / nblocks, 0.2 + 0.8 * ((parent - levelStart) % 8) / 7.0, in TestCompositePolyDataMapper2()
126 levelStart = levelEnd; in TestCompositePolyDataMapper2()
H A DTestCompositePolyDataMapper2Vertices.cxx74 unsigned levelStart = 0; in TestCompositePolyDataMapper2Vertices() local
84 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2Vertices()
101 vtkMath::HSVToRGB(0.8 * block / nblocks, 0.2 + 0.8 * ((parent - levelStart) % 8) / 7.0, in TestCompositePolyDataMapper2Vertices()
116 levelStart = levelEnd; in TestCompositePolyDataMapper2Vertices()
H A DTestCompositeDataPointGaussian.cxx70 unsigned levelStart = 0; in TestCompositeDataPointGaussian() local
79 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositeDataPointGaussian()
100 levelStart = levelEnd; in TestCompositeDataPointGaussian()
H A DTestCompositePolyDataMapper2Scalars.cxx84 unsigned levelStart = 0; in TestCompositePolyDataMapper2Scalars() local
94 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2Scalars()
124 levelStart = levelEnd; in TestCompositePolyDataMapper2Scalars()
H A DTestCompositeDataPointGaussianSelection.cxx62 unsigned levelStart = 0; in TestCompositeDataPointGaussianSelection() local
71 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositeDataPointGaussianSelection()
92 levelStart = levelEnd; in TestCompositeDataPointGaussianSelection()
H A DTestCompositePolyDataMapper2CellScalars.cxx87 unsigned levelStart = 0; in TestCompositePolyDataMapper2CellScalars() local
97 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2CellScalars()
127 levelStart = levelEnd; in TestCompositePolyDataMapper2CellScalars()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/Testing/Cxx/
H A DTestCompositePolyDataMapper2Spheres.cxx81 unsigned levelStart = 0; in TestCompositePolyDataMapper2Spheres() local
92 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2Spheres()
112 0.8*block/nblocks, 0.2 + 0.8*((parent - levelStart) % 8)/7.0, 1.0, in TestCompositePolyDataMapper2Spheres()
117 0.2 + 0.8*block/nblocks, 0.7 + 0.3*((parent - levelStart) % 8)/7.0, 1.0, in TestCompositePolyDataMapper2Spheres()
132 levelStart = levelEnd; in TestCompositePolyDataMapper2Spheres()
H A DTestCompositePolyDataMapper2Vertices.cxx76 unsigned levelStart = 0; in TestCompositePolyDataMapper2Vertices() local
86 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2Vertices()
106 0.2 + 0.8*((parent - levelStart) % 8)/7.0, in TestCompositePolyDataMapper2Vertices()
122 levelStart = levelEnd; in TestCompositePolyDataMapper2Vertices()
/dports/security/xray-core/Xray-core-1.5.0/proxy/vmess/encoding/
H A Dcommands.go136 levelStart := alterIDStart + 2
137 if len(data) < levelStart+1 {
140 cmd.Level = uint32(data[levelStart])
141 timeStart := levelStart + 1
/dports/net/v2ray/v2ray-core-4.36.2/proxy/vmess/encoding/
H A Dcommands.go137 levelStart := alterIDStart + 2
138 if len(data) < levelStart+1 {
141 cmd.Level = uint32(data[levelStart])
142 timeStart := levelStart + 1
/dports/math/vtk8/VTK-8.2.0/Rendering/OSPRay/Testing/Cxx/
H A DTestOSPRayCompositePolyDataMapper2.cxx79 unsigned levelStart = 0; in TestOSPRayCompositePolyDataMapper2() local
89 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestOSPRayCompositePolyDataMapper2()
107 double hsv[3] = {0.8*block/nblocks, 0.2 + 0.8*((parent - levelStart) % 8)/7.0, 1.0}; in TestOSPRayCompositePolyDataMapper2()
124 levelStart = levelEnd; in TestOSPRayCompositePolyDataMapper2()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Cxx/
H A DTestCompositePolyDataMapper2.cxx74 unsigned levelStart = 0; in TestCompositePolyDataMapper2() local
83 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2()
102 vtkMath::HSVToRGB(0.8*block/nblocks, 0.2 + 0.8*((parent - levelStart) % 8)/7.0, 1.0)); in TestCompositePolyDataMapper2()
116 levelStart = levelEnd; in TestCompositePolyDataMapper2()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/
H A DTestCompositePolyDataMapper2.cxx84 unsigned levelStart = 0; in TestCompositePolyDataMapper2() local
94 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2()
114 0.2 + 0.8*((parent - levelStart) % 8)/7.0, in TestCompositePolyDataMapper2()
131 levelStart = levelEnd; in TestCompositePolyDataMapper2()
H A DTestCompositeDataPointGaussian.cxx70 unsigned levelStart = 0; in TestCompositeDataPointGaussian() local
79 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositeDataPointGaussian()
101 levelStart = levelEnd; in TestCompositeDataPointGaussian()
H A DTestCompositePolyDataMapper2Scalars.cxx86 unsigned levelStart = 0; in TestCompositePolyDataMapper2Scalars() local
96 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2Scalars()
127 levelStart = levelEnd; in TestCompositePolyDataMapper2Scalars()
H A DTestCompositeDataPointGaussianSelection.cxx62 unsigned levelStart = 0; in TestCompositeDataPointGaussianSelection() local
71 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositeDataPointGaussianSelection()
93 levelStart = levelEnd; in TestCompositeDataPointGaussianSelection()
H A DTestCompositePolyDataMapper2CellScalars.cxx89 unsigned levelStart = 0; in TestCompositePolyDataMapper2CellScalars() local
99 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2CellScalars()
131 levelStart = levelEnd; in TestCompositePolyDataMapper2CellScalars()
H A DTestCompositePolyDataMapper2MixedGeometryCellScalars.cxx108 unsigned levelStart = 0; in TestCompositePolyDataMapper2MixedGeometryCellScalars() local
118 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2MixedGeometryCellScalars()
151 levelStart = levelEnd; in TestCompositePolyDataMapper2MixedGeometryCellScalars()
H A DTestCompositePolyDataMapper2MixedGeometryEdges.cxx108 unsigned levelStart = 0; in TestCompositePolyDataMapper2MixedGeometryEdges() local
118 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestCompositePolyDataMapper2MixedGeometryEdges()
151 levelStart = levelEnd; in TestCompositePolyDataMapper2MixedGeometryEdges()
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/Testing/Cxx/
H A DTestOSPRayCompositePolyDataMapper2.cxx78 unsigned levelStart = 0; in TestOSPRayCompositePolyDataMapper2() local
88 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestOSPRayCompositePolyDataMapper2()
104 double hsv[3] = { 0.8 * block / nblocks, 0.2 + 0.8 * ((parent - levelStart) % 8) / 7.0, in TestOSPRayCompositePolyDataMapper2()
122 levelStart = levelEnd; in TestOSPRayCompositePolyDataMapper2()
/dports/math/vtk8/VTK-8.2.0/Rendering/OptiX/Testing/Cxx/
H A DTestOptiXCompositePolyDataMapper2.cxx85 unsigned levelStart = 0; in TestOptiXCompositePolyDataMapper2() local
95 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestOptiXCompositePolyDataMapper2()
114 vtkMath::HSVToRGB(0.8*block/nblocks, 0.2 + 0.8*((parent - levelStart) % 8)/7.0, 1.0)); in TestOptiXCompositePolyDataMapper2()
128 levelStart = levelEnd; in TestOptiXCompositePolyDataMapper2()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestCompositeDataSets.cxx37 unsigned levelStart = 0; in TestDataObjectTreeIterator() local
46 for (unsigned parent = levelStart; parent < levelEnd; ++parent) in TestDataObjectTreeIterator()
68 levelStart = levelEnd; in TestDataObjectTreeIterator()

12345