Searched refs:thing (Results 1 - 25 of 104) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rp-pppoe/gui/
H A Dtkpppoe.in1261 foreach thing $passwords {
1262 set name [value $thing ConnectionName]
1263 set password [value $thing Password]
1281 foreach thing $ConnectionInfo {
1282 if {[value $thing ConnectionName] == "$name"} {
1283 return $thing
1301 foreach thing $ConnectionInfo {
1302 if {[value $thing ConnectionName] == "$name"} {
1305 lappend newInfo $thing
1342 foreach thing
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rp-pppoe/gui/
H A Dtkpppoe.in1261 foreach thing $passwords {
1262 set name [value $thing ConnectionName]
1263 set password [value $thing Password]
1281 foreach thing $ConnectionInfo {
1282 if {[value $thing ConnectionName] == "$name"} {
1283 return $thing
1301 foreach thing $ConnectionInfo {
1302 if {[value $thing ConnectionName] == "$name"} {
1305 lappend newInfo $thing
1342 foreach thing
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/gui/
H A Dtkpppoe.in1261 foreach thing $passwords {
1262 set name [value $thing ConnectionName]
1263 set password [value $thing Password]
1281 foreach thing $ConnectionInfo {
1282 if {[value $thing ConnectionName] == "$name"} {
1283 return $thing
1301 foreach thing $ConnectionInfo {
1302 if {[value $thing ConnectionName] == "$name"} {
1305 lappend newInfo $thing
1342 foreach thing
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/
H A Druntests.pl2315 my ($thing) = @_;
2316 $$thing =~ s/%HOSTIP/$HOSTIP/g;
2317 $$thing =~ s/%HTTPPORT/$HTTPPORT/g;
2318 $$thing =~ s/%HOST6IP/$HOST6IP/g;
2319 $$thing =~ s/%HTTP6PORT/$HTTP6PORT/g;
2320 $$thing =~ s/%HTTPSPORT/$HTTPSPORT/g;
2321 $$thing =~ s/%FTPPORT/$FTPPORT/g;
2322 $$thing =~ s/%FTP6PORT/$FTP6PORT/g;
2323 $$thing =~ s/%FTP2PORT/$FTP2PORT/g;
2324 $$thing
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/
H A Druntests.pl2315 my ($thing) = @_;
2316 $$thing =~ s/%HOSTIP/$HOSTIP/g;
2317 $$thing =~ s/%HTTPPORT/$HTTPPORT/g;
2318 $$thing =~ s/%HOST6IP/$HOST6IP/g;
2319 $$thing =~ s/%HTTP6PORT/$HTTP6PORT/g;
2320 $$thing =~ s/%HTTPSPORT/$HTTPSPORT/g;
2321 $$thing =~ s/%FTPPORT/$FTPPORT/g;
2322 $$thing =~ s/%FTP6PORT/$FTP6PORT/g;
2323 $$thing =~ s/%FTP2PORT/$FTP2PORT/g;
2324 $$thing
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/
H A Druntests.pl2315 my ($thing) = @_;
2316 $$thing =~ s/%HOSTIP/$HOSTIP/g;
2317 $$thing =~ s/%HTTPPORT/$HTTPPORT/g;
2318 $$thing =~ s/%HOST6IP/$HOST6IP/g;
2319 $$thing =~ s/%HTTP6PORT/$HTTP6PORT/g;
2320 $$thing =~ s/%HTTPSPORT/$HTTPSPORT/g;
2321 $$thing =~ s/%FTPPORT/$FTPPORT/g;
2322 $$thing =~ s/%FTP6PORT/$FTP6PORT/g;
2323 $$thing =~ s/%FTP2PORT/$FTP2PORT/g;
2324 $$thing
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/examples/
H A Ddepmod.pl50 -a --all : Probe all modules (default/only thing supported)
312 one under the specified based directory and use the first thing that
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/examples/
H A Ddepmod.pl50 -a --all : Probe all modules (default/only thing supported)
312 one under the specified based directory and use the first thing that
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/examples/
H A Ddepmod.pl50 -a --all : Probe all modules (default/only thing supported)
312 one under the specified based directory and use the first thing that
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/zlib/
H A DMake_vms.com24 $! Build the thing plain or with mms
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/perl/BerkeleyDB/t/Test/
H A DMore.pm518 of thing:
636 Handy for this sort of thing:
913 You then know the thing you had todo is done and can remove the
1090 my $thing = shift;
1092 return '' if !ref $thing;
1095 return $type if UNIVERSAL::isa($thing, $type);
H A DBuilder.pm465 foreach my $thing (@_) {
467 if( defined $$thing ) {
468 if( my $string_meth = overload::Method($$thing, '""') ) {
469 $$thing = $$thing->$string_meth();
1474 # totally reliable. 5.005_03 and 5.6.1 both do the wrong thing
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/perl/BerkeleyDB/t/Test/
H A DMore.pm518 of thing:
636 Handy for this sort of thing:
913 You then know the thing you had todo is done and can remove the
1090 my $thing = shift;
1092 return '' if !ref $thing;
1095 return $type if UNIVERSAL::isa($thing, $type);
H A DBuilder.pm465 foreach my $thing (@_) {
467 if( defined $$thing ) {
468 if( my $string_meth = overload::Method($$thing, '""') ) {
469 $$thing = $$thing->$string_meth();
1474 # totally reliable. 5.005_03 and 5.6.1 both do the wrong thing
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/perl/BerkeleyDB/t/Test/
H A DMore.pm518 of thing:
636 Handy for this sort of thing:
913 You then know the thing you had todo is done and can remove the
1090 my $thing = shift;
1092 return '' if !ref $thing;
1095 return $type if UNIVERSAL::isa($thing, $type);
H A DBuilder.pm465 foreach my $thing (@_) {
467 if( defined $$thing ) {
468 if( my $string_meth = overload::Method($$thing, '""') ) {
469 $$thing = $$thing->$string_meth();
1474 # totally reliable. 5.005_03 and 5.6.1 both do the wrong thing
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/doc/
H A Dtexi2pod.pl292 my $thing = $1;
294 $_ = "\n=item C<$thing>\n";
297 $_ = "\n=item $ic\&LT;$thing\&GT;\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/doc/
H A Dtexi2pod.pl292 my $thing = $1;
294 $_ = "\n=item C<$thing>\n";
297 $_ = "\n=item $ic\&LT;$thing\&GT;\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/autoconf/Autom4te/
H A DFileUtils.pm376 'foO'> answer the same thing. Hence if a package distributes its own
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/automake-1.11/Automake/
H A DFileUtils.pm376 'foO'> answer the same thing. Hence if a package distributes its own
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/doc/
H A Dtexi2pod.pl292 my $thing = $1;
294 $_ = "\n=item C<$thing>\n";
297 $_ = "\n=item $ic\&LT;$thing\&GT;\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Df75375s.c494 #define show_fan(thing) \
495 static ssize_t show_##thing(struct device *dev, struct device_attribute *attr, \
500 return sprintf(buf, "%d\n", rpm_from_reg(data->thing[nr])); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Df75375s.c494 #define show_fan(thing) \
495 static ssize_t show_##thing(struct device *dev, struct device_attribute *attr, \
500 return sprintf(buf, "%d\n", rpm_from_reg(data->thing[nr])); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/RHEL/
H A Dsamba.spec41 support this natively, and add-on packages can enable the same thing
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe.mk275 # If we're doing the VGA console thing, pull in the x86 emulator

Completed in 248 milliseconds

12345