Home
last modified time | relevance | path

Searched defs:new (Results 201 – 225 of 56841) sorted by relevance

12345678910>>...2274

/dports/databases/postgresql12-contrib/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.y415 PLpgSQL_stmt_block *new; variable
541 PLpgSQL_var *new; variable
615 PLpgSQL_row *new; variable
923 PLpgSQL_stmt_call *new; variable
938 PLpgSQL_stmt_call *new; variable
1158 PLpgSQL_stmt_if *new; variable
1179 PLpgSQL_if_elsif *new; variable
2242 PLpgSQL_stmt_set *new; variable
2255 PLpgSQL_stmt_set *new; variable
3220 PLpgSQL_stmt_return *new; in make_return_stmt() local
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_gram.y415 PLpgSQL_stmt_block *new; variable
541 PLpgSQL_var *new; variable
615 PLpgSQL_row *new; variable
923 PLpgSQL_stmt_call *new; variable
938 PLpgSQL_stmt_call *new; variable
1158 PLpgSQL_stmt_if *new; variable
1179 PLpgSQL_if_elsif *new; variable
2242 PLpgSQL_stmt_set *new; variable
2255 PLpgSQL_stmt_set *new; variable
3220 PLpgSQL_stmt_return *new; in make_return_stmt() local
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_gram.y415 PLpgSQL_stmt_block *new; variable
541 PLpgSQL_var *new; variable
615 PLpgSQL_row *new; variable
923 PLpgSQL_stmt_call *new; variable
938 PLpgSQL_stmt_call *new; variable
1158 PLpgSQL_stmt_if *new; variable
1179 PLpgSQL_if_elsif *new; variable
2242 PLpgSQL_stmt_set *new; variable
2255 PLpgSQL_stmt_set *new; variable
3220 PLpgSQL_stmt_return *new; in make_return_stmt() local
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/pl/plpgsql/src/
H A Dpl_gram.y415 PLpgSQL_stmt_block *new; variable
541 PLpgSQL_var *new; variable
615 PLpgSQL_row *new; variable
923 PLpgSQL_stmt_call *new; variable
938 PLpgSQL_stmt_call *new; variable
1158 PLpgSQL_stmt_if *new; variable
1179 PLpgSQL_if_elsif *new; variable
2242 PLpgSQL_stmt_set *new; variable
2255 PLpgSQL_stmt_set *new; variable
3220 PLpgSQL_stmt_return *new; in make_return_stmt() local
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.y415 PLpgSQL_stmt_block *new; variable
541 PLpgSQL_var *new; variable
615 PLpgSQL_row *new; variable
923 PLpgSQL_stmt_call *new; variable
938 PLpgSQL_stmt_call *new; variable
1158 PLpgSQL_stmt_if *new; variable
1179 PLpgSQL_if_elsif *new; variable
2242 PLpgSQL_stmt_set *new; variable
2255 PLpgSQL_stmt_set *new; variable
3220 PLpgSQL_stmt_return *new; in make_return_stmt() local
[all …]
/dports/net/p5-Net-Cassandra/Net-Cassandra-0.35/lib/Net/Cassandra/Backend/
H A DCassandra.pm19 sub new { subroutine
129 sub new { subroutine
258 sub new { subroutine
384 sub new { subroutine
518 sub new { subroutine
649 sub new { subroutine
787 sub new { subroutine
934 sub new { subroutine
1093 sub new { subroutine
1203 sub new { subroutine
[all …]
/dports/games/cretan-hubris/cretan-hubris-0.2/Data/cretan-hubris/
H A Dcretan-hubris.lua60 function Vector.new(dimensions) function
126 function VectorSet.new(dimensions) function
208 function Event.new() function
233 function Player.new(world) function
344 function Ender.new() function
380 function World.new() function
564 function Manager.new(world, player, ender) function
619 function Info.new(manager) function
696 function Display.new(world, player, ender, manager) function
869 function Summary.new(world, player, ender, manager, display) function
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/lib/Math/GSL/
H A DMatrix.pm417 sub new { subroutine
456 sub new { subroutine
495 sub new { subroutine
542 sub new { subroutine
581 sub new { subroutine
620 sub new { subroutine
669 sub new { subroutine
708 sub new { subroutine
747 sub new { subroutine
796 sub new { subroutine
[all …]
/dports/graphics/p5-SWF-Builder/SWF-Builder-0.16/lib/SWF/Builder/Character/
H A DEditText.pm25 sub new { subroutine
154 sub new { subroutine
184 sub new { subroutine
201 sub new { subroutine
219 sub new { subroutine
261 sub new { subroutine
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Search/
H A DHitCollector.pm25 sub new { subroutine
62 sub new { subroutine
91 sub new { subroutine
120 sub new { subroutine
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/thriftfs/gen-perl/
H A DThriftHadoopFileSystem.pm18 sub new { subroutine
82 sub new { subroutine
130 sub new { subroutine
194 sub new { subroutine
242 sub new { subroutine
308 sub new { subroutine
390 sub new { subroutine
531 sub new { subroutine
613 sub new { subroutine
679 sub new { subroutine
[all …]
/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_dynamic_notifiers.py41 def method_listener_1(self, new): argument
45 def method_listener_2(self, name, new): argument
49 def method_listener_3(self, obj, name, new): argument
53 def method_listener_4(self, obj, name, old, new): argument
64 def failing_method_listener_1(self, new): argument
69 def failing_method_listener_2(self, name, new): argument
160 def function_listener_1(new): argument
165 def function_listener_2(name, new): argument
170 def function_listener_3(obj, name, new): argument
237 def failing_function_listener_1(new): argument
[all …]
/dports/net/p5-Net-Cassandra-Easy/Net-Cassandra-Easy-0.15/lib/Net/GenCassandra/
H A DCassandra.pm19 sub new { subroutine
84 sub new { subroutine
180 sub new { subroutine
244 sub new { subroutine
309 sub new { subroutine
404 sub new { subroutine
533 sub new { subroutine
644 sub new { subroutine
778 sub new { subroutine
910 sub new { subroutine
[all …]
/dports/math/coxeter3/coxeter-7b5a1f0/
H A Dgeneral.h32 void* operator new(size_t size) {return arena().alloc(size);} in new() function
45 void* operator new(size_t size) {return arena().alloc(size);} in new() function
55 void* operator new(size_t size) {return arena().alloc(size);} in new() function
65 void* operator new(size_t size) {return arena().alloc(size);} in new() function
75 void* operator new(size_t size) {return arena().alloc(size);} in new() function
85 void* operator new(size_t size) {return arena().alloc(size);} in new() function
95 void* operator new(size_t size) {return arena().alloc(size);} in new() function
H A Daffine.h31 void* operator new(size_t size) {return arena().alloc(size);} in new() function
44 void* operator new(size_t size) {return arena().alloc(size);} in new() function
54 void* operator new(size_t size) {return arena().alloc(size);} in new() function
64 void* operator new(size_t size) {return arena().alloc(size);} in new() function
74 void* operator new(size_t size) {return arena().alloc(size);} in new() function
84 void* operator new(size_t size) {return arena().alloc(size);} in new() function
94 void* operator new(size_t size) {return arena().alloc(size);} in new() function
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Routing/
H A DRouteGroup.php17 public static function merge($new, $old, $prependExistingPrefix = true)
41 protected static function formatNamespace($new, $old)
60 protected static function formatPrefix($new, $old, $prependExistingPrefix = true)
78 protected static function formatWhere($new, $old)
93 protected static function formatAs($new, $old)
/dports/security/nmap/nmap-7.91/nselib/
H A Dipp.lua72 new = function(self, tag, name, value) function
136 new = function(self, tag, attribs) function
191 new = function(self, opid, reqid) function
223 new = function(self) function
310 new = function(self, host, port, options) function
/dports/japanese/tiarra/tiarra-20100212/main/
H A DControlPort.pm39 sub new { subroutine
158 sub new { subroutine
327 sub new { subroutine
355 sub new { subroutine
370 sub new { subroutine
/dports/databases/xapian-bindings12/xapian-bindings-1.2.25/perl/Search/
H A DXapian.pm174 sub new { subroutine
211 sub new { subroutine
248 sub new { subroutine
285 sub new { subroutine
322 sub new { subroutine
359 sub new { subroutine
396 sub new { subroutine
433 sub new { subroutine
470 sub new { subroutine
507 sub new { subroutine
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxMask.erl40 new() -> function
47 new(#wx_ref{type=BitmapT,ref=BitmapRef}) -> function
61 new(#wx_ref{type=BitmapT,ref=BitmapRef},PaletteIndex) function
66 new(#wx_ref{type=BitmapT,ref=BitmapRef},Colour) function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxMask.erl40 new() -> function
47 new(#wx_ref{type=BitmapT,ref=BitmapRef}) -> function
61 new(#wx_ref{type=BitmapT,ref=BitmapRef},PaletteIndex) function
66 new(#wx_ref{type=BitmapT,ref=BitmapRef},Colour) function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxMask.erl40 new() -> function
47 new(#wx_ref{type=BitmapT,ref=BitmapRef}) -> function
61 new(#wx_ref{type=BitmapT,ref=BitmapRef},PaletteIndex) function
66 new(#wx_ref{type=BitmapT,ref=BitmapRef},Colour) function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxMask.erl35 new() -> function
42 new(#wx_ref{type=BitmapT}=Bitmap) -> function
56 new(#wx_ref{type=BitmapT}=Bitmap,Index) function
61 new(#wx_ref{type=BitmapT}=Bitmap,Colour) function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxMask.erl35 new() -> function
42 new(#wx_ref{type=BitmapT}=Bitmap) -> function
56 new(#wx_ref{type=BitmapT}=Bitmap,Index) function
61 new(#wx_ref{type=BitmapT}=Bitmap,Colour) function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/banzai/pipeline/
H A Dcombined_pipeline.rb6 def self.new(*pipelines) singletonMethod
10 def self.pipelines
14 def self.filters
18 def self.transform_context(context)

12345678910>>...2274