Home
last modified time | relevance | path

Searched refs:getstore (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/amphetadesk/amphetadesk-src-v0.93.1/lib/AmphetaDesk/
H A DWWW.pm135 sub getstore { subroutine
243 getstore($url, $file) or return 0; return 1;
274 getstore($url, $file) or return 0; return 1;
286 getstore($url, $file) or return 0; return 1;
/dports/www/p5-libwww/libwww-perl-6.59/t/local/
H A Dget.t62 # Test getstore() function
63 getstore("file:$orig", $copy);
65 is($copytext, $origtext, "getstore: Original and copy equal eachother");
/dports/www/mod_perl2/mod_perl-2.0.11/docs/os/win32/
H A Dmpinstall197 getstore($ppd, $ppdfile);
201 getstore($tgz, $tgzfile);
205 getstore($so_fetch, $so_fake);
209 getstore($checksums, $cs);
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/test/system_tests/hocompiler/
H A Dabsparc.sig42 type gettemp, getstore, getlocal store -> o. % find empty store.
43 %getstore could return either a (reg t n) or a
H A Dabsparc.mod56 % getstore returns o registers and sp+68, sp+72, etc...
58 getstore X :- freestore X, isfree X, !.
118 (getstore DS, processk DS L M K S Rest))
127 getstore TS, % temp
169 getstore SS, % value for either SB or SC
242 getstore NewO,
349 (getstore DS, processk DS L2 M K S Rest))
422 getstore S.
424 assoces V S, !, getstore VS.
432 getstore VS, N3 is (0 - N2).
[all …]
/dports/www/p5-HTTP-Simple/HTTP-Simple-0.004/t/
H A Dhttp.t84 is getstore('foo', $path), 200, 'getstore';
102 is getstore('foo', $path), 400, 'getstore HTTP 400';
/dports/devel/p5-App-cpanoutdated/App-cpanoutdated-0.24/bin/
H A Dcpan-outdated57 getstore($index_url, $tmpfile->filename);
165 sub getstore {
/dports/www/mod_perl2/mod_perl-2.0.11/build/
H A Dwin32_fetch_apxs71 LWP::Simple->import(qw(is_success getstore));
78 unless (is_success(getstore($remote, $file)));
/dports/x11-wm/wmakerconf/wmakerconf-2.12/scripts/
H A Dlibwww.pl6 $rc = getstore ($url, $tmpfile);
/dports/www/p5-MojoMojo/MojoMojo-1.12/root/static/emote/
H A Dget.pl7 getstore("http://messenger.msn.com/Resource/emoticons/$file",$file);
/dports/net-mgmt/pancho/Pancho-9.3.9/modules/Parallel-ForkManager-0.7.4/ForkManager/
H A Dparallel_get.pl13 my $rc=getstore($link,$fn);
/dports/security/tls-check/TLS-Check-cd2e654/t/manual/
H A Dcheck_lwp_preload.pl58 if getstore( $link, $fn ) != RC_OK;
/dports/devel/p5-Parallel-ForkManager/Parallel-ForkManager-2.02/examples/
H A Dparallel_get.pl27 my $rc = getstore($link, $fn);
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A Dmafftash_premafft.tmpl184 … if ( is_success(getstore("$BASEURL/getmdlist/$mafftashid", $csfile)) && -e $csfile && -s $csfile )
201 …if ( is_success(getstore("$BASEURL/get/$mafftashid/$id", $checkfile)) && -e $checkfile && -s $chec…
/dports/security/tls-check/TLS-Check-cd2e654/bin/
H A Dtls-check34 getstore( "https://wurzelgnom.a-blast.org/", "/dev/null" );
H A Dtls-check-parallel.pl34 getstore( "https://wurzelgnom.a-blast.org/", "/dev/null" );
/dports/devel/p5-Test-WWW-Selenium/Test-WWW-Selenium-1.36/util/
H A Dfetch_iedoc_xml.pl30 getstore($url, $zip_file);
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/tests/napitester/bin/
H A Dprepare_assets.pl37 getstore( $url, $wdir . '/' . $assets_tgz );
/dports/astro/marble/marble-21.12.3/tools/cloudtiles/
H A Dtile_clouds.pl7 $response = getstore('http://xplanet.sourceforge.net/clouds/clouds_4096.jpg', 'clouds.jpg');
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/tests/common/lib/perl5/
H A DNetInstall.pm18 my $code = LWP::Simple::getstore($url, $dstPath);
/dports/devel/p5-RRDTool-OO/RRDTool-OO-0.36/
H A DMakefile.PL74 LWP::Simple::getstore($DIST_URL, basename($DIST_URL)) or
/dports/databases/postgresql96-server/postgresql-9.6.24/src/tools/pgindent/
H A Dpgindent458 my $rv = getstore($typedefs_list_url, "tmp_typedefs.list");
470 $rv = getstore($pg_bsd_indent_url, "pg_bsd_indent.tgz");
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/tools/pgindent/
H A Dpgindent458 my $rv = getstore($typedefs_list_url, "tmp_typedefs.list");
470 $rv = getstore($pg_bsd_indent_url, "pg_bsd_indent.tgz");
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/tools/pgindent/
H A Dpgindent458 my $rv = getstore($typedefs_list_url, "tmp_typedefs.list");
470 $rv = getstore($pg_bsd_indent_url, "pg_bsd_indent.tgz");
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/tools/pgindent/
H A Dpgindent458 my $rv = getstore($typedefs_list_url, "tmp_typedefs.list");
470 $rv = getstore($pg_bsd_indent_url, "pg_bsd_indent.tgz");

12345