Home
last modified time | relevance | path

Searched refs:Browse (Results 1 – 25 of 3634) sorted by relevance

12345678910>>...146

/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.trademe.co.nz14 Disallow: /Browse/
17 Noindex: /Browse/
44 Allow: /Browse/SearchResults.aspx?searchString=jobs+
50 Allow: /Browse/SearchResults.aspx?searchString=massage
52 Allow: /Browse/SearchResults.aspx?searchString=bonsai
57 Allow: /Browse/SearchResults.aspx?searchString=rx7
64 Allow: /Browse/SearchResults.aspx?searchString=worm
92 Allow: /Browse/SearchResults.aspx?searchString=r34
104 Allow: /Browse/SearchResults.aspx?searchString=rx7
110 Allow: /Browse/SearchResults.aspx?searchString=rx8
[all …]
H A Dwww.ancestry.co.uk15 Disallow: /Browse/BookView.aspx
16 Disallow: /Browse/bookview.aspx
17 Disallow: /Browse/print_b.aspx
20 Disallow: /Browse/print_u.aspx
22 Disallow: /Browse/save_u.aspx
24 Disallow: /Browse/view.aspx
H A Dwww.ancestry.com14 Disallow: /Browse/BookView.aspx
15 Disallow: /Browse/bookview.aspx
16 Disallow: /Browse/print_b.aspx
19 Disallow: /Browse/print_u.aspx
21 Disallow: /Browse/save_u.aspx
23 Disallow: /Browse/view.aspx
/dports/audio/ampache/ampache-php74-5.0.0/public/
H A Dbrowse.php27 use Ampache\Module\Application\Browse\AlbumAction;
29 use Ampache\Module\Application\Browse\ArtistAction;
31 use Ampache\Module\Application\Browse\CatalogAction;
32 use Ampache\Module\Application\Browse\ChannelAction;
33 use Ampache\Module\Application\Browse\ClipAction;
34 use Ampache\Module\Application\Browse\FileAction;
35 use Ampache\Module\Application\Browse\LabelAction;
37 use Ampache\Module\Application\Browse\MovieAction;
44 use Ampache\Module\Application\Browse\SongAction;
45 use Ampache\Module\Application\Browse\TagAction;
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/
H A Dservice_definition.php184 Browse\TagAction::class => autowire(Browse\TagAction::class),
185 Browse\FileAction::class => autowire(Browse\FileAction::class),
186 Browse\AlbumAction::class => autowire(Browse\AlbumAction::class),
188 Browse\ArtistAction::class => autowire(Browse\ArtistAction::class),
189 Browse\SongAction::class => autowire(Browse\SongAction::class),
194 Browse\CatalogAction::class => autowire(Browse\CatalogAction::class),
197 Browse\TvShowAction::class => autowire(Browse\TvShowAction::class),
198 Browse\LabelAction::class => autowire(Browse\LabelAction::class),
201 Browse\VideoAction::class => autowire(Browse\VideoAction::class),
204 Browse\MovieAction::class => autowire(Browse\MovieAction::class),
[all …]
/dports/multimedia/py-soco/SoCo-0.25.2/tests/
H A Dtest_music_library.py62 moco.contentDirectory.Browse.assert_called_once_with(
77 moco.contentDirectory.Browse.side_effect = None
78 moco.contentDirectory.Browse.return_value = {
94 moco.contentDirectory.Browse.assert_called_once_with(
107 moco.contentDirectory.Browse.side_effect = None
108 moco.contentDirectory.Browse.return_value = {
165 moco.contentDirectory.Browse.side_effect = None
166 moco.contentDirectory.Browse.return_value = {
273 moco.contentDirectory.Browse.return_value = {
304 moco.contentDirectory.Browse.return_value = {
[all …]
/dports/math/gap/gap-4.11.0/pkg/Browse/
H A DREADME1 README file for the "Browse" GAP4 package by
42 If Browse is not installed inside the pkg/Browse directory of your GAP
64 before compiling the Browse kernel module.
73 gap> LoadPackage("Browse");
85 Fetching Browse Separately
90 Browse-x.y.tar.gz
91 Browse-x.y.zoo
92 Browse-x.y.tar.bz2
96 gunzip Browse-x.y.tar.gz; tar xvf Browse-x.y.tar
98 unzoo -x Browse-x.y.zoo
[all …]
H A Dinit.g3 #W init.g GAP 4 package `Browse' Thomas Breuer, Frank Lübeck
32 (Filename(DirectoriesPackagePrograms("Browse"), "ncurses.so") <> fail) then
33 LoadDynamicModule(Filename(DirectoriesPackagePrograms("Browse"),
41 Error("Browse: Something went wrong with loading the kernel module.\n");
46 ReadPackage("Browse", "lib/fakeNCurses.g");
56 GAPInfo.browseerror := Concatenation("Browse: Kernel module has version ",
63 ReadPackage("Browse", "lib/ncurses.gd");
64 ReadPackage("Browse", "lib/browse.gd");
67 ReadPackage( "Browse", "lib/brdbattr.gd" );
69 # utilities for Browse applications (must be read before `read.g')
[all …]
H A DPackageInfo.g2 PackageName := "Browse",
6 ArchiveURL := "http://www.math.rwth-aachen.de/~Browse/Browse-1.8.8",
33 README_URL := "http://www.math.rwth-aachen.de/~Browse/README",
35 "http://www.math.rwth-aachen.de/~Browse/PackageInfo.g",
36 AbstractHTML := "The <span class='pkgname'>Browse</span> package provides three levels of functiona…
37 PackageWWWHome := "http://www.math.rwth-aachen.de/~Browse",
40 BookName := "Browse",
57 Filename(DirectoriesPackagePrograms("Browse"), "ncurses.so") = fail then
68 Keywords := ["Browse", "ncurses"],
/dports/editors/neovim/neovim-0.6.1/runtime/plugin/
H A DtarPlugin.vim37 au BufReadCmd *.tar.gz call tar#Browse(expand("<amatch>"))
38 au BufReadCmd *.tar call tar#Browse(expand("<amatch>"))
39 au BufReadCmd *.lrp call tar#Browse(expand("<amatch>"))
40 au BufReadCmd *.tar.bz2 call tar#Browse(expand("<amatch>"))
41 au BufReadCmd *.tar.Z call tar#Browse(expand("<amatch>"))
42 au BufReadCmd *.tbz call tar#Browse(expand("<amatch>"))
43 au BufReadCmd *.tgz call tar#Browse(expand("<amatch>"))
44 au BufReadCmd *.tar.lzma call tar#Browse(expand("<amatch>"))
45 au BufReadCmd *.tar.xz call tar#Browse(expand("<amatch>"))
46 au BufReadCmd *.txz call tar#Browse(expand("<amatch>"))
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/plugin/
H A DtarPlugin.vim37 au BufReadCmd *.tar.gz call tar#Browse(expand("<amatch>"))
38 au BufReadCmd *.tar call tar#Browse(expand("<amatch>"))
39 au BufReadCmd *.lrp call tar#Browse(expand("<amatch>"))
40 au BufReadCmd *.tar.bz2 call tar#Browse(expand("<amatch>"))
41 au BufReadCmd *.tar.Z call tar#Browse(expand("<amatch>"))
42 au BufReadCmd *.tbz call tar#Browse(expand("<amatch>"))
43 au BufReadCmd *.tgz call tar#Browse(expand("<amatch>"))
44 au BufReadCmd *.tar.lzma call tar#Browse(expand("<amatch>"))
45 au BufReadCmd *.tar.xz call tar#Browse(expand("<amatch>"))
46 au BufReadCmd *.txz call tar#Browse(expand("<amatch>"))
[all …]
/dports/audio/vimpc/vimpc-0.09.2/src/buffer/
H A Dbrowse.cpp29 Browse::Browse(bool IncrementReferences) : in Browse() function in Browse
39 Browse::~Browse() in ~Browse()
43 std::string Browse::String(uint32_t position) const in String()
48 std::string Browse::PrintString(uint32_t position) const in PrintString()
H A Dbrowse.hpp35 class Browse : public Main::Buffer<Mpc::Song *> class
38 Browse(bool IncrementReferences = false);
39 ~Browse();
/dports/math/gap/gap-4.11.0/pkg/Browse/app/
H A Dmatdisp.g12 #M Browse( <list> )
114 ## gap> Browse( RandomMat( 10, 10, GF(3) ) );
116 ## gap> Browse( RandomMat( 10, 10, GF(4) ) );
197 #M Browse( <list> )
202 InstallMethod( Browse,
211 #M Browse( <ffe-mat> )
216 InstallMethod( Browse,
279 #M Browse( <ZmodnZ-mat> )
285 InstallMethod( Browse,
305 #M Browse( <ffe-mat> )
[all …]
H A Dtomdisp.g11 #M Browse( <tom>[, <options>] )
22 ## but with a much simpler implementation, &Browse; provides an alternative
25 ## <Ref Oper="Browse"/> can be called instead of
30 ## <Meth Name="Browse" Arg="tom[, options]" Label="for tables of marks"/>
55 ## > Browse( TableOfMarks( "A10" ) );
73 ## can be shown with <Ref Oper="Browse"/> in a &GAP; session requiring about
82 InstallMethod( Browse,
85 Browse( tom, rec() );
88 InstallMethod( Browse,
/dports/databases/p5-DBIx-Browse/DBIx-Browse-2.09/t/
H A D02-db.t7 use DBIx::Browse;
8 use DBIx::Browse::CGI;
22 ok( $dbix_single = DBIx::Browse->new({dbh => $dbh, table => 'class'}),
24 ok( $dbix = DBIx::Browse->new({
79 ok($dbix_cgi = DBIx::Browse::CGI->new({
/dports/databases/p5-DBIx-Browse/DBIx-Browse-2.09/CGI/
H A DREADME2 DBIx::Browse::CGI - Module to browse related tables with a CGI interface.
24 DBIx::Browse::CGI is a module to facilitate the the Web browsing (INSERT,
31 This module is automatically installed with DBIx::Browse.
38 module) with an active DBI connection. Then you use DBIx::Browse::CGI to
42 use DBIx::Browse::CGI;
47 $dbb = new DBIx::Browse({
61 -title => "Test DBIx::Browse"
/dports/math/gap/gap-4.11.0/pkg/Browse/doc/
H A Dmain.out4 \BOOKMARK [1][-]{section.1.3}{User preferences provided by the Browse package}{chapter.1}% 4
16 \BOOKMARK [1][-]{section.5.1}{Navigation Steps in Browse Tables}{chapter.5}% 16
17 \BOOKMARK [1][-]{section.5.2}{Modes in Browse Tables}{chapter.5}% 17
18 \BOOKMARK [1][-]{section.5.3}{Browse Applications}{chapter.5}% 18
19 \BOOKMARK [1][-]{section.5.4}{Predefined Browse Functionalities}{chapter.5}% 19
21 \BOOKMARK [1][-]{section.6.1}{The Operation Browse}{chapter.6}% 21
41 \BOOKMARK [1][-]{section.A.2}{Using Database Attributes for Browse Tables}{appendix.A}% 41
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DEventLogPermissionAccess.cs24 Browse = 0x02, enumerator
26 Instrument = 0x04 | Browse,
28 Audit = 0x08 | Browse,
/dports/databases/p5-DBIx-Browse/DBIx-Browse-2.09/examples/
H A DDemoDBIxBrowse9 use DBIx::Browse::CGI;
81 $dbb = new DBIx::Browse::CGI({
95 $dbb = new DBIx::Browse::CGI({
105 $dbb = new DBIx::Browse::CGI({
/dports/audio/ampache/ampache-php74-5.0.0/public/templates/
H A Dshow_mashup.inc.php26 use Ampache\Repository\Model\Browse; alias
41 $browse = new Browse();
52 $browse = new Browse();
64 $browse = new Browse();
/dports/lang/asis/asis-gpl-2016-src/tools/asistant/
H A Dasistant-browser.adb61 function Browse (E : Asis.Element) return Asis.Element is subprogram
196 end Browse;
198 function Browse (C : Asis.Compilation_Unit) return Asis.Element is subprogram
201 return Browse (Asis.Elements.Unit_Declaration (C));
202 end Browse;
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/iq/browse/
H A DBrowseIq.cs31 private Browse m_Browse = new Browse();
54 public new Browse Query
/dports/devel/upp/upp/bazaar/Controls4U_Demo/
H A Dmain_win.cpp17 browse.WhenPush = THISBACK(Browse); in Firefox_Demo()
40 void Firefox_Demo::Browse() { in Browse() function in Firefox_Demo
43 iexplorer.Browse(~url); in Browse()
106 browse.WhenPush = THISBACK(Browse); in IExplorer_Demo()
129 void IExplorer_Demo::Browse() { in Browse() function in IExplorer_Demo
132 iexplorer.Browse(~url); in Browse()
/dports/audio/snack/snack2.2.10/demos/tcl/
H A Dwidget.tcl92 pack [button .f1.b2 -text "See Code" -command {Browse MinWave.tcl}] -side left
94 pack [button .f1.b4 -text "See Code" -command {Browse Waveform.tcl}] -side left
98 pack [button .f2.b2 -text "See Code" -command {Browse MinSpeg.tcl}] -side left
100 pack [button .f2.b4 -text "See Code" -command {Browse Spectrogram.tcl}] -side left
104 pack [button .f3.b2 -text "See Code" -command {Browse MinSect.tcl}] -side left
106 pack [button .f3.b4 -text "See Code" -command {Browse Section.tcl}] -side left
151 proc Browse file { procedure

12345678910>>...146