Home
last modified time | relevance | path

Searched refs:createChild (Results 201 – 225 of 1007) sorted by relevance

12345678910>>...41

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/src/org/eclipse/e4/core/internal/tests/manual/
H A DContextExample.java106 IEclipseContext context = parent.createChild(); in run()
128 IEclipseContext child = parent.createChild(); in run2()
/dports/games/ufoai-data/ufoai-data-2.5_1/base/ufos/ui/
H A Dcgame.ufo78 call *node:root.downloadable@createChild("download<1>-<2>-<3>", "downloadentry")
92 call *node:root.downloadable@createChild("nofiles", "string")
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/exporter/
H A DExporter.cpp11 createChild("file", "string", std::string("")); in Exporter()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/importer/
H A DPCD.cpp711 mat->createChild("kd", "rgb", "diffuse color", vec3f(0.8f)); in importScene()
712 mat->createChild("ks", "rgb", "specular color", vec3f(0.f)); in importScene()
713 mat->createChild("ns", "float", "shininess [2-10e4]", 10.f); in importScene()
714 mat->createChild("d", "float", "opacity [0-1]", 1.f); in importScene()
715 mat->createChild("tf", "rgb", "transparency filter color", vec3f(0.f)); in importScene()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/sg/scene/geometry/
H A DSpheres.cpp21 createChild("radius", "float", 1.f); in Spheres()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSimpleRenderedImage.java452 return tile.createChild(bounds.x, bounds.y, in getData()
486 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
556 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/wizards/
H A DProjectSetExportWizard.java149 IMemento memento = xmlMemento.createChild("provider"); //$NON-NLS-1$ in performFinish()
159 IMemento proj = memento.createChild("project"); //$NON-NLS-1$ in performFinish()
166 IMemento memento =xmlMemento.createChild("workingSets"); //$NON-NLS-1$ in performFinish()
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/simulator/
H A Dresource_pool.go81 func (p *ResourcePool) createChild(name string, spec types.ResourceConfigSpec) (*ResourcePool, *soa… func
116 child, err := p.createChild(c.Name, c.Spec)
219 pool, err := p.createChild(req.Name, req.ResSpec)
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx69 createChild( xChildNode, mrContext ); in operator ()()
73 void createChild( in createChild() function in slideshow::internal::__anon211bbc9a0111::NodeCreator
139 createChild( xChildNode, aContext ); in operator ()()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/codecimpl/
H A DSimpleRenderedImage.java455 return tile.createChild(bounds.x, bounds.y, in getData()
489 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
559 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSimpleRenderedImage.java452 return tile.createChild(bounds.x, bounds.y, in getData()
486 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
556 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/simulator/
H A Dresource_pool.go81 func (p *ResourcePool) createChild(name string, spec types.ResourceConfigSpec) (*ResourcePool, *soa… func
116 child, err := p.createChild(c.Name, c.Spec)
219 pool, err := p.createChild(req.Name, req.ResSpec)
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSimpleRenderedImage.java452 return tile.createChild(bounds.x, bounds.y, in getData()
486 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
556 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSimpleRenderedImage.java452 return tile.createChild(bounds.x, bounds.y, in getData()
486 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
556 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSimpleRenderedImage.java452 return tile.createChild(bounds.x, bounds.y, in getData()
486 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
556 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSimpleRenderedImage.java452 return tile.createChild(bounds.x, bounds.y, in getData()
486 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
556 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/simulator/
H A Dresource_pool.go81 func (p *ResourcePool) createChild(name string, spec types.ResourceConfigSpec) (*ResourcePool, *soa… func
116 child, err := p.createChild(c.Name, c.Spec)
219 pool, err := p.createChild(req.Name, req.ResSpec)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSimpleRenderedImage.java452 return tile.createChild(bounds.x, bounds.y, in getData()
486 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
556 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/common/
H A DSimpleRenderedImage.java452 return tile.createChild(bounds.x, bounds.y, in getData()
486 Raster liveRaster = tile.createChild(intersectRect.x, in getData()
556 Raster liveRaster = tile.createChild(intersectRect.x, in copyData()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/simulator/
H A Dresource_pool.go81 func (p *ResourcePool) createChild(name string, spec types.ResourceConfigSpec) (*ResourcePool, *soa… func
116 child, err := p.createChild(c.Name, c.Spec)
219 pool, err := p.createChild(req.Name, req.ResSpec)
/dports/graphics/cegui/cegui-0.8.7/tests/unit/
H A DWindow.cpp145 CEGUI::Window* child = d_insideInsideRoot->createChild("DefaultWindow"); in BOOST_AUTO_TEST_CASE()
149 child = d_insideInsideRoot->createChild("DefaultWindow"); in BOOST_AUTO_TEST_CASE()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.emf.xpath/src/org/eclipse/e4/emf/internal/xpath/
H A DEStructuralFeaturePointer.java224 public NodePointer createChild( in createChild() method in EStructuralFeaturePointer
238 public NodePointer createChild( in createChild() method in EStructuralFeaturePointer
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/
H A DResourceNode.java139 IStructureComparator child = createChild(member); in getChildren()
161 protected IStructureComparator createChild(IResource child) { in createChild() method in ResourceNode
/dports/games/flightgear-data/fgdata/Aircraft/Instruments-3d/GPSmap196/widget/
H A Dgpsmap196-widget.nas42 var background = root.createChild("image");
46 var canvasScreenWidget = root.createChild("image");
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Service/
H A DShareWrapperService.php239 return $this->createChild($share, $federatedUser);
252 private function createChild(IShare $share, FederatedUser $federatedUser): ShareWrapper { function in OCA\\Circles\\Service\\ShareWrapperService

12345678910>>...41