Home
last modified time | relevance | path

Searched defs:new (Results 101 – 125 of 37769) sorted by relevance

12345678910>>...1511

/dports/databases/postgresql96-docs/postgresql-9.6.24/src/tools/msvc/
H A DSolution.pm811 sub new subroutine
834 sub new subroutine
858 sub new subroutine
882 sub new subroutine
906 sub new subroutine
932 sub new subroutine
958 sub new subroutine
986 sub new subroutine
/dports/databases/postgresql96-client/postgresql-9.6.24/src/tools/msvc/
H A DSolution.pm811 sub new subroutine
834 sub new subroutine
858 sub new subroutine
882 sub new subroutine
906 sub new subroutine
932 sub new subroutine
958 sub new subroutine
986 sub new subroutine
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/tools/msvc/
H A DSolution.pm811 sub new subroutine
834 sub new subroutine
858 sub new subroutine
882 sub new subroutine
906 sub new subroutine
932 sub new subroutine
958 sub new subroutine
986 sub new subroutine
/dports/security/nmap/nmap-7.91/nselib/
H A Disns.lua39 new = function(self, func_id, pdu_len, flags, trans_id, seq_id) function
171 new = function(self, tag, val) function
205 new = function(self) function
261 new = function(self, func_id, flags, data, auth, trans_id, seq_id) function
314 new = function(self) function
354 new = function(self, host, port) function
430 new = function(self, host, port) function
H A Dndmp.lua38 new = function(self) function
78 new = function(self) function
116 new = function(self) function
155 new = function(self) function
194 new = function(self) function
244 new = function(self) function
294 new = function(self, host, port) function
393 new = function(self, host, port) function
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_tags.pm367 sub new subroutine
749 sub new subroutine
946 sub new subroutine
966 sub new subroutine
1016 sub new subroutine
1084 sub new subroutine
1106 sub new subroutine
1148 sub new subroutine
1204 sub new subroutine
1299 sub new subroutine
[all …]
/dports/math/p5-Math-GSL/Math-GSL-0.43/lib/Math/GSL/
H A DEigen.pm134 sub new { subroutine
181 sub new { subroutine
226 sub new { subroutine
275 sub new { subroutine
326 sub new { subroutine
377 sub new { subroutine
426 sub new { subroutine
467 sub new { subroutine
508 sub new { subroutine
549 sub new { subroutine
[all …]
H A DMultifit.pm182 sub new { subroutine
227 sub new { subroutine
268 sub new { subroutine
309 sub new { subroutine
370 sub new { subroutine
415 sub new { subroutine
476 sub new { subroutine
547 sub new { subroutine
592 sub new { subroutine
641 sub new { subroutine
[all …]
H A DIntegration.pm133 sub new { subroutine
186 sub new { subroutine
235 sub new { subroutine
280 sub new { subroutine
335 sub new { subroutine
378 sub new { subroutine
421 sub new { subroutine
476 sub new { subroutine
517 sub new { subroutine
566 sub new { subroutine
[all …]
/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/plugins/
H A Dcheck_update.py402 def chk_status(old, new, ctx): argument
428 def chk_config(old, new, ctx): argument
435 def chk_must(old, new, ctx): argument
454 def chk_when(old, new, ctx): argument
474 def chk_units(old, new, ctx): argument
541 def chk_key(old, new, ctx): argument
584 def chk_leaf(old, new, ctx): argument
599 def chk_list(old, new, ctx): argument
609 def chk_case(old, new, ctx): argument
615 def chk_type(old, new, ctx): argument
[all …]
/dports/textproc/p5-XML-Stream/XML-Stream-1.24/lib/XML/Stream/XPath/
H A DOp.pm38 sub new subroutine
104 sub new subroutine
145 sub new subroutine
205 sub new subroutine
276 sub new subroutine
359 sub new subroutine
434 sub new subroutine
509 sub new subroutine
593 sub new subroutine
648 sub new subroutine
[all …]
/dports/converters/p5-WAP-wbxml/WAP-wbxml-1.14/lib/WAP/wbxml/
H A DWbRules.pm7 sub new { subroutine
21 sub new { subroutine
36 sub new { subroutine
55 sub new { subroutine
67 sub new { subroutine
80 sub new { subroutine
230 sub new { subroutine
251 sub new { subroutine
461 sub new { subroutine
/dports/security/libprelude/libprelude-1.2.6/bindings/perl/
H A DPrelude.pm61 sub new { subroutine
127 sub new { subroutine
181 sub new { subroutine
249 sub new { subroutine
304 sub new { subroutine
352 sub new { subroutine
380 sub new { subroutine
437 sub new { subroutine
485 sub new { subroutine
555 sub new { subroutine
[all …]
/dports/devel/p5-Curses/Curses-1.38/
H A DCurses.pm18 sub new { newterm(@_) } subroutine
24 sub new { new_panel(@_) } subroutine
30 sub new { new_menu(@_) } subroutine
36 sub new { new_item(@_) } subroutine
42 sub new { new_form(@_) } subroutine
48 sub new { new_field(@_) } subroutine
63 sub new { subroutine
/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_extended_notifiers.py69 def method_listener_1(self, new): argument
72 def method_listener_2(self, name, new): argument
75 def method_listener_3(self, obj, name, new): argument
87 def failing_method_listener_1(self, new): argument
115 def function_listener_1(new): argument
122 def function_listener_2(name, new): argument
129 def function_listener_3(obj, name, new): argument
136 def function_listener_4(obj, name, old, new): argument
150 def failing_function_listener_1(new): argument
155 def failing_function_listener_2(name, new): argument
[all …]
/dports/graphics/darktable/darktable-3.6.1/tools/introspection/
H A Dast.pm75 sub new subroutine
163 sub new subroutine
230 sub new subroutine
364 sub new subroutine
407 sub new subroutine
466 sub new subroutine
513 sub new subroutine
560 sub new subroutine
600 sub new subroutine
647 sub new subroutine
[all …]
/dports/graphics/darktable38/darktable-3.8.0/tools/introspection/
H A Dast.pm75 sub new subroutine
163 sub new subroutine
230 sub new subroutine
364 sub new subroutine
407 sub new subroutine
466 sub new subroutine
513 sub new subroutine
560 sub new subroutine
600 sub new subroutine
647 sub new subroutine
[all …]
/dports/net/p5-Net-Cassandra-Easy/Net-Cassandra-Easy-0.15/lib/Net/GenCassandra/
H A DTypes.pm28 sub new { subroutine
137 sub new { subroutine
238 sub new { subroutine
319 sub new { subroutine
367 sub new { subroutine
431 sub new { subroutine
478 sub new { subroutine
526 sub new { subroutine
591 sub new { subroutine
655 sub new { subroutine
[all …]
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DXferServer.pm97 sub new { subroutine
109 sub new { subroutine
121 sub new { subroutine
143 sub new { subroutine
155 sub new { subroutine
167 sub new { subroutine
179 sub new { subroutine
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DXferServer.pm97 sub new { subroutine
109 sub new { subroutine
121 sub new { subroutine
143 sub new { subroutine
155 sub new { subroutine
167 sub new { subroutine
179 sub new { subroutine
/dports/devel/p5-Data-Domain/Data-Domain-1.07/lib/Data/
H A DDomain.pm550 sub new { subroutine
583 sub new { subroutine
608 sub new { subroutine
691 sub new { subroutine
811 sub new { subroutine
924 sub new { subroutine
979 sub new { subroutine
1006 sub new { subroutine
1041 sub new { subroutine
1166 sub new { subroutine
[all …]
/dports/textproc/groff/groff-1.22.4/contrib/glilypond/
H A Doop_fh.pl52 sub new { subroutine
83 sub new { subroutine
98 sub new { subroutine
116 sub new { subroutine
167 sub new { subroutine
208 sub new { subroutine
231 sub new { subroutine
/dports/lang/yap/yap-6.2.2/C/
H A Dgmp_support.c55 MP_INT new; in Yap_gmp_add_ints() local
74 MP_INT new; in Yap_gmp_sub_ints() local
97 MP_INT new; in Yap_gmp_mul_ints() local
107 MP_INT new; in Yap_gmp_sll_ints() local
120 MP_INT new; in Yap_gmp_add_int_big() local
126 MP_RAT new; in Yap_gmp_add_int_big() local
302 MP_INT new; in Yap_gmp_and_int_big() local
319 MP_INT new; in Yap_gmp_ior_int_big() local
357 MP_INT new; in Yap_gmp_xor_int_big() local
722 MP_INT new; in Yap_gmp_mod_int_big() local
[all …]
/dports/databases/py-xapian/xapian-bindings-1.4.18/perl/
H A DXapian.pm176 sub new { subroutine
213 sub new { subroutine
250 sub new { subroutine
287 sub new { subroutine
324 sub new { subroutine
361 sub new { subroutine
398 sub new { subroutine
435 sub new { subroutine
472 sub new { subroutine
509 sub new { subroutine
[all …]
/dports/databases/p5-Xapian/xapian-bindings-1.4.18/perl/
H A DXapian.pm176 sub new { subroutine
213 sub new { subroutine
250 sub new { subroutine
287 sub new { subroutine
324 sub new { subroutine
361 sub new { subroutine
398 sub new { subroutine
435 sub new { subroutine
472 sub new { subroutine
509 sub new { subroutine
[all …]

12345678910>>...1511