Home
last modified time | relevance | path

Searched defs:New (Results 26 – 50 of 16651) sorted by relevance

12345678910>>...667

/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/site/news/
H A D2018-12-08-version-0.4.md37 ### Maintainers += 1
49 ### Codegen Rewrite
88 ### Typed URIs
157 ### Database Support
203 ### Revamped Queries
250 ### Stateful Handlers
275 ### Responder Derive
326 ### Live Template Reloading
335 ### And Plenty More!
H A D2017-07-14-version-0.3.md35 ### Fairings
67 ### Native TLS Support
93 ### Private Cookies
135 ### Form Field Naming
170 ### And Plenty More!
/dports/graphics/povray37/povray-3.7.0.10/source/backend/colour/
H A Dcolour.cpp99 COLOUR *New; in Create_Colour() local
136 COLOUR *New; in Copy_Colour() local
180 BLEND_MAP_ENTRY *New; in Create_BMap_Entries() local
213 BLEND_MAP_ENTRY *New; in Copy_BMap_Entries() local
288 BLEND_MAP *New; in Create_Blend_Map() local
335 BLEND_MAP *New; in Copy_Blend_Map() local
/dports/science/pagmo2/pagmo2-2.18.0/doc/sphinx/
H A Dchangelog.rst9 New subsection
45 New subsection
69 New subsection
129 New subsection
174 New subsection
206 New subsection
255 New subsection
308 New subsection
359 New subsection
456 New subsection
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/ast2/
H A Dast_node.go214 func (x BasicLit) New() Ast { func
219 func (x CallExpr) New() Ast { func
223 func (x ChanType) New() Ast { func
227 func (x CompositeLit) New() Ast { func
233 func (x EmptyStmt) New() Ast { func
245 func (x ImportSpec) New() Ast { func
250 func (x InterfaceType) New() Ast { func
256 func (x Package) New() Ast { func
260 func (x RangeStmt) New() Ast { func
270 func (x TypeAssertExpr) New() Ast { func
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/nfs/
H A Dthread.c3 typedef struct New New; typedef
4 struct New struct
15 New n; in mailthread() argument
/dports/graphics/povray37/povray-3.7.0.10/source/backend/scene/
H A Datmosph.cpp83 FOG *New; in Create_Fog() local
139 FOG *New; in Copy_Fog() local
222 RAINBOW *New; in Create_Rainbow() local
281 RAINBOW *New; in Copy_Rainbow() local
362 SKYSPHERE *New; in Create_Skysphere() local
411 SKYSPHERE *New; in Copy_Skysphere() local
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/scene/
H A Datmosphere.cpp93 FOG *New; in Create_Fog() local
149 FOG *New; in Copy_Fog() local
228 RAINBOW *New; in Create_Rainbow() local
287 RAINBOW *New; in Copy_Rainbow() local
364 SKYSPHERE *New; in Create_Skysphere() local
409 SKYSPHERE *New; in Copy_Skysphere() local
/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/storage/utils/
H A Dcreate.go246 New() runtime.Object methodSpec
386 func (f *serviceAccountFactory) New() runtime.Object { func
406 func (f *clusterRoleFactory) New() runtime.Object { func
449 func (f *roleFactory) New() runtime.Object { func
470 func (f *roleBindingFactory) New() runtime.Object { func
491 func (f *serviceFactory) New() runtime.Object { func
512 func (f *statefulSetFactory) New() runtime.Object { func
533 func (f *daemonSetFactory) New() runtime.Object { func
554 func (f *storageClassFactory) New() runtime.Object { func
575 func (f *csiDriverFactory) New() runtime.Object { func
[all …]
/dports/net/storj/storj-1.45.3/docs/blueprints/
H A Dsparse-order-storage-rollout.md25 ### New subsection
43 ### New subsection
55 ### New subsection
63 ### New subsection
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dinterior.cpp140 INTERIOR *New; in Create_Interior() local
197 INTERIOR *New; in Copy_Interior() local
337 MATERIAL *New; in Create_Material() local
351 MATERIAL *New; in Copy_Material() local
H A Dcolour.cpp97 COLOUR *New; in Create_Colour() local
134 COLOUR *New; in Copy_Colour() local
178 BLEND_MAP_ENTRY *New; in Create_BMap_Entries() local
211 BLEND_MAP_ENTRY *New; in Copy_BMap_Entries() local
286 BLEND_MAP *New; in Create_Blend_Map() local
333 BLEND_MAP *New; in Copy_Blend_Map() local
/dports/graphics/povray36/povray-3.6.1/source/
H A Dinterior.cpp135 INTERIOR *New; in Create_Interior() local
192 INTERIOR *New; in Copy_Interior() local
332 MATERIAL *New; in Create_Material() local
346 MATERIAL *New; in Copy_Material() local
H A Dcolour.cpp92 COLOUR *New; in Create_Colour() local
129 COLOUR *New; in Copy_Colour() local
173 BLEND_MAP_ENTRY *New; in Create_BMap_Entries() local
206 BLEND_MAP_ENTRY *New; in Copy_BMap_Entries() local
281 BLEND_MAP *New; in Create_Blend_Map() local
328 BLEND_MAP *New; in Copy_Blend_Map() local
/dports/devel/premake5/premake-5.0.0-alpha16-src/website/blog/
H A D2020-11-02-community-udpate-6.md34 #### Scoping is now explicit
77 #### Exporters are no longer version specific
97 #### Container hierarchy is now more flexible
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Scripting/Global/
H A DCoordinateGlobals.cs22 public CPos New(int x, int y) { return new CPos(x, y); } in New() method in OpenRA.Mods.Common.Scripting.CPosGlobal
35 public CVec New(int x, int y) { return new CVec(x, y); } in New() method in OpenRA.Mods.Common.Scripting.CVecGlobal
48 public WPos New(int x, int y, int z) { return new WPos(x, y, z); } in New() method in OpenRA.Mods.Common.Scripting.WPosGlobal
61 public WVec New(int x, int y, int z) { return new WVec(x, y, z); } in New() method in OpenRA.Mods.Common.Scripting.WVecGlobal
74 public WDist New(int r) { return new WDist(r); } in New() method in OpenRA.Mods.Common.Scripting.WDistGlobal
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DNewExpression.cs143 public static NewExpression New(ConstructorInfo constructor) { in New() method in Microsoft.Scripting.Ast.Expression
154 … public static NewExpression New(ConstructorInfo constructor, params Expression[] arguments) { in New() method in Microsoft.Scripting.Ast.Expression
165 … public static NewExpression New(ConstructorInfo constructor, IEnumerable<Expression> arguments) { in New() method in Microsoft.Scripting.Ast.Expression
183 …public static NewExpression New(ConstructorInfo constructor, IEnumerable<Expression> arguments, IE… in New() method in Microsoft.Scripting.Ast.Expression
199 …public static NewExpression New(ConstructorInfo constructor, IEnumerable<Expression> arguments, pa… in New() method in Microsoft.Scripting.Ast.Expression
209 public static NewExpression New(Type type) { in New() method in Microsoft.Scripting.Ast.Expression
/dports/misc/cryptoballot/cryptoballot-3753e1b/vendor/github.com/Sam-Izdat/govote/
H A Dgovote.go25 func (_ SchulzeCtrl) New(candidates []string) (SchulzePoll, error) { func
34 func (_ InstantRunoffCtrl) New(candidates []string) (InstantRunoffPoll, error) { func
43 func (_ PluralityCtrl) New(candidates []string) (PluralityPoll, error) { func
/dports/graphics/py-colour/colour-0.1.5/
H A DCHANGELOG.rst49 New subsection
63 New subsection
85 New subsection
97 New subsection
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DNewExpression.cs112 public static NewExpression New(ConstructorInfo constructor) in New() method in System.Linq.Expressions.Expression
123 public static NewExpression New(ConstructorInfo constructor, params Expression[] arguments) in New() method in System.Linq.Expressions.Expression
134 … public static NewExpression New(ConstructorInfo constructor, IEnumerable<Expression> arguments) in New() method in System.Linq.Expressions.Expression
153 …public static NewExpression New(ConstructorInfo constructor, IEnumerable<Expression> arguments, IE… in New() method in System.Linq.Expressions.Expression
172 …public static NewExpression New(ConstructorInfo constructor, IEnumerable<Expression> arguments, pa… in New() method in System.Linq.Expressions.Expression
182 public static NewExpression New(Type type) in New() method in System.Linq.Expressions.Expression
/dports/math/piranha/piranha-0.11/
H A DCHANGELOG.rst16 New subsection
70 New subsection
101 New subsection
133 New subsection
188 New subsection
/dports/math/py-piranha/piranha-0.11/
H A DCHANGELOG.rst16 New subsection
70 New subsection
101 New subsection
133 New subsection
188 New subsection
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk-0.15.5/demo/treelist/
H A DDirList.hs55 New.cellLayoutSetAttributes tvc name store $ \FileInfo { fName = name } -> function
65 New.cellLayoutSetAttributes tvc size store $ \FileInfo { fSize = size } -> function
75 New.cellLayoutSetAttributes tvc time store $ \FileInfo { fTime = time } -> function
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk3-0.15.5/demo/treelist/
H A DDirList.hs55 New.cellLayoutSetAttributes tvc name store $ \FileInfo { fName = name } -> function
65 New.cellLayoutSetAttributes tvc size store $ \FileInfo { fSize = size } -> function
75 New.cellLayoutSetAttributes tvc time store $ \FileInfo { fTime = time } -> function
/dports/games/palomino/palomino/scripts/
H A Dactors.lua36 function Actor:New( name, teamNum, object, showInHud ) function
143 function AircraftActor:New( name, teamNum, aircraftType, RadarClass ) function
200 function PlayerActor:New( aircraftType ) function
466 function MissileActor:New( target, launcher, launcherSpeed, particleRadiusGeo, malfunction ) function
513 function SamActor:New( name, teamNum, object ) function

12345678910>>...667