Home
last modified time | relevance | path

Searched refs:thingy (Results 1 – 25 of 1268) sorted by relevance

12345678910>>...51

/dports/japanese/p5-Jcode/Jcode-2.07/Unicode/
H A DUnicode.pm26 my ($thingy) = @_;
27 my $r_str = ref $thingy ? $thingy : \$thingy;
33 my ($thingy) = @_;
34 my $r_str = ref $thingy ? $thingy : \$thingy;
40 my ($thingy) = @_;
41 my $r_str = ref $thingy ? $thingy : \$thingy;
47 my ($thingy) = @_;
48 my $r_str = ref $thingy ? $thingy : \$thingy;
54 my ($thingy) = @_;
55 my $r_str = ref $thingy ? $thingy : \$thingy;
[all …]
/dports/x11/xtacy/Xtacy/
H A Dgravity.c78 thingy->x=x; in set_part()
79 thingy->y=y; in set_part()
80 thingy->mass=rndm(20); in set_part()
81 thingy->vx=thingy->vy=0.0; in set_part()
141 thingy->vx+=ax; in draw_gravity()
142 thingy->vy+=ay; in draw_gravity()
143 thingy->x+=thingy->vx; in draw_gravity()
144 thingy->y+=thingy->vy; in draw_gravity()
147 thingy->color= (thingy->color+1)%numcolors; in draw_gravity()
152 if((thingy->x>CX[winno])||(thingy->y>CY[winno])|| in draw_gravity()
[all …]
/dports/www/fswiki/wiki3_6_2/lib/Jcode/Unicode/
H A DNoXS.pm57 my $thingy = shift;
58 my $r_str = ref $thingy ? $thingy : \$thingy;
72 my $thingy = shift;
73 my $r_str = ref $thingy ? $thingy : \$thingy;
88 my $thingy = shift;
89 my $r_str = ref $thingy ? $thingy : \$thingy;
95 my $thingy = shift;
96 my $r_str = ref $thingy ? $thingy : \$thingy;
102 my $thingy = shift;
103 my $r_str = ref $thingy ? $thingy : \$thingy;
[all …]
/dports/japanese/p5-Jcode/Jcode-2.07/Jcode/Unicode/
H A DNoXS.pm57 my $thingy = shift;
58 my $r_str = ref $thingy ? $thingy : \$thingy;
72 my $thingy = shift;
73 my $r_str = ref $thingy ? $thingy : \$thingy;
88 my $thingy = shift;
89 my $r_str = ref $thingy ? $thingy : \$thingy;
95 my $thingy = shift;
96 my $r_str = ref $thingy ? $thingy : \$thingy;
102 my $thingy = shift;
103 my $r_str = ref $thingy ? $thingy : \$thingy;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-roccat-common.h66 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \
67 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE)
70 ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE); \
72 .attr = { .name = #thingy, .mode = 0660 }, \
74 .read = roccat_common2_sysfs_read_ ## thingy, \
75 .write = roccat_common2_sysfs_write_ ## thingy \
79 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE); \
81 .attr = { .name = #thingy, .mode = 0440 }, \
83 .read = roccat_common2_sysfs_read_ ## thingy, \
87 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE); \
[all …]
H A Dhid-roccat-isku.c159 #define ISKU_SYSFS_W(thingy, THINGY) \ argument
168 #define ISKU_SYSFS_R(thingy, THINGY) \ argument
177 #define ISKU_SYSFS_RW(thingy, THINGY) \ argument
178 ISKU_SYSFS_R(thingy, THINGY) \
179 ISKU_SYSFS_W(thingy, THINGY)
182 ISKU_SYSFS_RW(thingy, THINGY); \
186 .read = isku_sysfs_read_ ## thingy, \
187 .write = isku_sysfs_write_ ## thingy \
191 ISKU_SYSFS_R(thingy, THINGY); \
195 .read = isku_sysfs_read_ ## thingy, \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-roccat-common.h66 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \
67 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE)
70 ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE); \
72 .attr = { .name = #thingy, .mode = 0660 }, \
74 .read = roccat_common2_sysfs_read_ ## thingy, \
75 .write = roccat_common2_sysfs_write_ ## thingy \
79 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE); \
81 .attr = { .name = #thingy, .mode = 0440 }, \
83 .read = roccat_common2_sysfs_read_ ## thingy, \
87 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE); \
[all …]
H A Dhid-roccat-isku.c159 #define ISKU_SYSFS_W(thingy, THINGY) \ argument
168 #define ISKU_SYSFS_R(thingy, THINGY) \ argument
177 #define ISKU_SYSFS_RW(thingy, THINGY) \ argument
178 ISKU_SYSFS_R(thingy, THINGY) \
179 ISKU_SYSFS_W(thingy, THINGY)
182 ISKU_SYSFS_RW(thingy, THINGY); \
186 .read = isku_sysfs_read_ ## thingy, \
187 .write = isku_sysfs_write_ ## thingy \
191 ISKU_SYSFS_R(thingy, THINGY); \
195 .read = isku_sysfs_read_ ## thingy, \
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-roccat-common.h66 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE) \
67 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE)
70 ROCCAT_COMMON2_SYSFS_RW(thingy, COMMAND, SIZE); \
72 .attr = { .name = #thingy, .mode = 0660 }, \
74 .read = roccat_common2_sysfs_read_ ## thingy, \
75 .write = roccat_common2_sysfs_write_ ## thingy \
79 ROCCAT_COMMON2_SYSFS_R(thingy, COMMAND, SIZE); \
81 .attr = { .name = #thingy, .mode = 0440 }, \
83 .read = roccat_common2_sysfs_read_ ## thingy, \
87 ROCCAT_COMMON2_SYSFS_W(thingy, COMMAND, SIZE); \
[all …]
H A Dhid-roccat-isku.c159 #define ISKU_SYSFS_W(thingy, THINGY) \ argument
168 #define ISKU_SYSFS_R(thingy, THINGY) \ argument
177 #define ISKU_SYSFS_RW(thingy, THINGY) \ argument
178 ISKU_SYSFS_R(thingy, THINGY) \
179 ISKU_SYSFS_W(thingy, THINGY)
182 ISKU_SYSFS_RW(thingy, THINGY); \
186 .read = isku_sysfs_read_ ## thingy, \
187 .write = isku_sysfs_write_ ## thingy \
191 ISKU_SYSFS_R(thingy, THINGY); \
195 .read = isku_sysfs_read_ ## thingy, \
[all …]
/dports/japanese/p5-Jcode/Jcode-2.07/Jcode/
H A D_Classic.pm27 my $r_str = ref $thingy ? $thingy : \$thingy;
47 my $r_str = ref $thingy ? $thingy : \$thingy;
61 my $r_str = ref $thingy ? $thingy : \$thingy;
259 my $thingy = shift;
260 my $r_str = ref $thingy ? $thingy : \$thingy;
303 my $thingy = shift;
304 my $r_str = ref $thingy ? $thingy : \$thingy;
362 my $r_str = ref $thingy ? $thingy : \$thingy;
392 my $r_str = ref $thingy ? $thingy : \$thingy;
417 my $r_str = ref $thingy ? $thingy : \$thingy;
[all …]
/dports/science/p5-Chemistry-Elements/Chemistry-Elements-1.075/lib/Chemistry/
H A DElements.pm45 my $thingy = shift;
291 my $thingy = shift;
295 return _get_symbol_by_Z($thingy) if _is_Z $thingy;
296 return _get_symbol_by_name($thingy) if _is_name $thingy;
299 return _format_symbol $thingy if _is_symbol $thingy;
327 return _get_name_by_symbol( $thingy, $language ) if _is_symbol $thingy;
328 return _get_name_by_Z( $thingy, $language ) if _is_Z $thingy;
366 my $thingy = shift;
372 return _get_Z_by_symbol( $thingy ) if _is_symbol( $thingy );
373 return _get_Z_by_name( $thingy ) if _is_name( $thingy );
[all …]
/dports/www/fswiki/wiki3_6_2/lib/
H A DJcode.pm122 my $r_str = ref $thingy ? $thingy : \$thingy;
142 my $r_str = ref $thingy ? $thingy : \$thingy;
155 my $r_str = ref $thingy ? $thingy : \$thingy;
577 my $thingy = shift;
578 my $r_str = ref $thingy ? $thingy : \$thingy;
620 my $thingy = shift;
621 my $r_str = ref $thingy ? $thingy : \$thingy;
664 my $r_str = ref $thingy ? $thingy : \$thingy;
694 my $r_str = ref $thingy ? $thingy : \$thingy;
719 my $r_str = ref $thingy ? $thingy : \$thingy;
[all …]
/dports/devel/p5-Params-Validate/Params-Validate-1.30/t/
H A D21-can.t14 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
16 like( $@, qr/does not have the method: 'thingy'/ );
34 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
36 like( $@, qr/does not have the method: 'thingy'/ );
46 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
48 like( $@, qr/does not have the method: 'thingy'/ );
59 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
61 like( $@, qr/does not have the method: 'thingy'/ );
66 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
70 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
[all …]
/dports/devel/p5-Params-Validate/Params-Validate-1.30/xt/author/
H A Dpp-21-can.t18 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
20 like( $@, qr/does not have the method: 'thingy'/ );
38 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
40 like( $@, qr/does not have the method: 'thingy'/ );
50 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
52 like( $@, qr/does not have the method: 'thingy'/ );
63 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
65 like( $@, qr/does not have the method: 'thingy'/ );
70 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
74 eval { validate( @p, { foo => { can => 'thingy' } }, ); };
[all …]
/dports/databases/p5-DBI/DBI-1.643/lib/DBI/
H A DProfile.pm887 my ($self, $thingy, $depth, $pad, $path, $leaves) = @_;
889 unless UNIVERSAL::isa($thingy,'ARRAY');
891 push @$leaves, $thingy if $leaves;
902 my ($self, $thingy, $depth, $pad, $path, $leaves) = @_;
904 unless UNIVERSAL::isa($thingy,'HASH');
906 my @keys = sort keys %$thingy;
909 my $v = $thingy->{$k};
922 return "undef" if not defined $thingy;
924 if UNIVERSAL::isa($thingy,'ARRAY');
926 if UNIVERSAL::isa($thingy,'HASH');
[all …]
/dports/archivers/p5-Mac-Macbinary/Mac-Macbinary-0.06/
H A DMacbinary.pm10 my($class, $thingy, $attr) = @_;
15 my $fh = _make_handle($thingy);
38 my $thingy = shift;
40 if (! ref($thingy) && -f $thingy) {
42 my $fh = FileHandle->new($thingy) or Carp::croak "$thingy: $!";
47 read $thingy, my($tmp), 0;
50 Carp::croak "Can't read $thingy!";
52 return $thingy;
/dports/mail/p5-Mail-Box/Mail-Box-3.009/lib/Mail/Box/
H A DMbox.pm36 { my ($thingy, $name, %args) = @_;
37 my $class = ref $thingy || $thingy;
112 { my ($thingy, %args) = @_;
113 my $class = ref $thingy || $thingy;
126 if(ref $thingy) # Mail::Box::Mbox
127 { $extension ||= $thingy->{MBM_sub_ext};
128 $dir = $thingy->filename;
187 { my ($thingy, $name, $folderdir, $extension) = @_;
190 ref $thingy ? $thingy->{MBM_sub_ext} : $default_sub_extension;
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/BuiltinFunctions/
H A Dprohibit_stringy_eval.t74 eval "use $thingy;";
75 eval "require $thingy;";
76 eval "use $thingy; 1;";
102 eval qq{use $thingy;};
104 eval qq{use $thingy; 1;};
130 eval "use $thingy;";
131 eval "require $thingy;";
132 eval "use $thingy; 1;";
158 eval qq{use $thingy;};
170 eval 'use $thingy;';
[all …]
/dports/www/p5-WWW-Mixi-Scraper/WWW-Mixi-Scraper-0.34/lib/WWW/Mixi/Scraper/
H A DUtils.pm12 my $thingy = shift;
14 return [] if !defined $thingy || $thingy eq '';
15 return [$thingy] if ref $thingy ne 'ARRAY';
16 return $thingy;
/dports/www/twiki/twiki/lib/CGI/
H A DCarp.pm595 my $thingy = shift;
596 return undef unless $thingy;
597 return $thingy if UNIVERSAL::isa($thingy,'GLOB');
598 return $thingy if UNIVERSAL::isa($thingy,'FileHandle');
599 if (!ref($thingy)) {
602 my($tmp) = $thingy=~/[\':]/ ? $thingy : "$package\:\:$thingy";
/dports/www/p5-CGI/CGI-4.53/lib/CGI/
H A DCarp.pm605 my $thingy = shift;
606 return undef unless $thingy;
607 return $thingy if UNIVERSAL::isa($thingy,'GLOB');
608 return $thingy if UNIVERSAL::isa($thingy,'FileHandle');
609 if (!ref($thingy)) {
612 my($tmp) = $thingy=~/[\':]/ ? $thingy : "$package\:\:$thingy";
/dports/textproc/p5-HTML-Fraction/HTML-Fraction-0.50/lib/HTML/
H A DFraction.pm66 my $thingy = join '|', keys %name2char;
67 $in =~ s{\b($thingy)\b}{
79 my $thingy = join '|', keys %dec;
80 $in =~ s{([0-9]*)\.($thingy)0*\b}{
85 $thingy = join '|', keys %tdp;
86 $in =~ s{([0-9]*)\.($thingy)\b}{
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/examples/
H A Doverridable_function_members.cpp9 struct thingy { in main() struct
12thingy(sol::this_state L) : paint(sol::make_reference<sol::function>(L.lua_state(), &thingy::defau… in main() argument
24 lua.new_usertype<thingy>("thingy", in main()
25 sol::constructors<thingy(sol::this_state)>(), in main()
26 "paint", &thingy::paint); in main()
/dports/devel/sol2/sol2-4.0.0-alpha/examples/source/
H A Doverridable_function_members.cpp9 struct thingy { in main() struct
12thingy(sol::this_state L) : paint(sol::make_reference<sol::function>(L.lua_state(), &thingy::defau… in main() function
23 …lua.new_usertype<thingy>("thingy", sol::constructors<thingy(sol::this_state)>(), "paint", &thingy:… in main()

12345678910>>...51