Home
last modified time | relevance | path

Searched refs:App (Results 1 – 25 of 8105) sorted by relevance

12345678910>>...325

/dports/net-mgmt/netdisco/App-Netdisco-2.047002/
H A DMETA.yml22 name: App-Netdisco
24 App::Netdisco:
25 file: lib/App/Netdisco.pm
29 App::Netdisco::Backend::Job:
37 App::Netdisco::Configuration:
39 App::Netdisco::DB:
44 App::Netdisco::DB::Result:
192 App::Netdisco::GenericDB:
196 App::Netdisco::JobQueue:
230 App::Netdisco::Util::DNS:
[all …]
H A DMANIFEST16 lib/App/Netdisco.pm
18 lib/App/Netdisco/Backend/Job.pm
22 lib/App/Netdisco/Configuration.pm
23 lib/App/Netdisco/DB.pm
25 lib/App/Netdisco/DB/Result.pm
99 lib/App/Netdisco/GenericDB.pm
101 lib/App/Netdisco/JobQueue.pm
120 lib/App/Netdisco/Util/DNS.pm
124 lib/App/Netdisco/Util/MCE.pm
134 lib/App/Netdisco/Util/Web.pm
[all …]
/dports/devel/p5-App-Options/App-Options-1.12/t/
H A Dmain.t28 use App::Options (
40 ok(%App::options, "put something in %App::options");
79 %App::options = (
86 App::Options->_import_test();
88 ok(%App::options, "put something in %App::options");
97 App::Options->_import_test(\%App::otherconf);
99 ok(%App::otherconf, "put something in %App::otherconf");
107 App::Options->_import_test(values => \%App::options3);
109 ok(%App::options3, "put something in %App::options3");
119 ok(length($App::options{host}) <= length($App::options{hostname}) && $App::options{host} !~ /\./,
[all …]
H A Dold.t25 App::Options->_import_test(
37 ok(%App::options, "put something in %App::options");
39 is($App::options{app}, "old", "app = old");
58 %App::options = (
65 App::Options->_import_test();
67 ok(%App::options, "put something in %App::options");
69 is($App::options{app}, "old", "app = old");
76 App::Options->_import_test(\%App::otherconf);
78 ok(%App::otherconf, "put something in %App::otherconf");
86 App::Options->_import_test(values => \%App::options3);
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/Core/
H A DAppTest.php56 App::build();
65 App::build();
74 App::build();
78 ), App::APPEND);
226 App::build();
360 App::build();
430 App::build();
450 App::build();
529 App::build();
572 App::build();
[all …]
/dports/audio/lollypop/lollypop-5b2d95f4f8509d80fa86ab7d65b118326dc82a95/lollypop/
H A Dapplication_actions.py174 if App().window:
200 App().fullscreen()
217 App().window.hide()
218 App().window.show()
307 App().player.seek(seek)
319 App().player.play()
321 App().player.stop()
323 App().player.next()
327 App().player.prev()
334 App().player.set_volume(App().player.volume + 0.1)
[all …]
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/
H A DMETA.yml18 name: Astro-App-Satpass2
26 Astro::App::Satpass2:
27 file: lib/Astro/App/Satpass2.pm
29 Astro::App::Satpass2::Copier:
32 Astro::App::Satpass2::Format:
41 Astro::App::Satpass2::FormatTime:
68 Astro::App::Satpass2::Geocode:
74 Astro::App::Satpass2::Locale:
80 Astro::App::Satpass2::Macro:
107 Astro::App::Satpass2::Utils:
[all …]
/dports/astro/p5-Astro-App-Satpass2/Astro-App-Satpass2-0.049/t/
H A Dbasic.t31 require_ok 'Astro::App::Satpass2::Utils'
92 'Astro::App::Satpass2::Macro';
98 'Astro::App::Satpass2::Macro'
104 isa_ok 'Astro::App::Satpass2::FormatTime', 'Astro::App::Satpass2::Copier'
139 'Astro::App::Satpass2::FormatTime'
204 isa_ok 'Astro::App::Satpass2::Format', 'Astro::App::Satpass2::Copier'
213 isa_ok 'Astro::App::Satpass2::Format::Dump', 'Astro::App::Satpass2::Format'
235 'Astro::App::Satpass2::Format'
247 isa_ok 'Astro::App::Satpass2::ParseTime', 'Astro::App::Satpass2::Copier'
390 require_ok 'Astro::App::Satpass2'
[all …]
/dports/devel/p5-App-Trace/App-Trace-0.50/lib/App/
H A DTrace.pm6 package App::Trace;
167 %App::scope = ();
169 $App::trace = 0;
170 $App::DEBUG = 0;
205 $App::trace_width = (defined $App::options{trace_width}) ? $App::options{trace_width} : 1024;
206 $App::trace_justify = (defined $App::options{trace_justify}) ? $App::options{trace_justify} : 0;
243 package App; package
275 if ($App::trace) {
401 if ($App::trace) {
417 return if (%App::scope && !$App::scope{$package} && !$App::scope{"$package.$sub"});
[all …]
/dports/devel/p5-App-perlbrew/App-perlbrew-0.93/t/
H A Dcommand-exec.t6 use App::perlbrew;
33 … is $perlbrew_bin_path, App::Perlbrew::Path->new ($App::perlbrew::PERLBREW_ROOT, "bin");
84 App::Perlbrew::Path->new ($App::perlbrew::PERLBREW_ROOT, "perls", "perl-5.14.1", "bin"),
85 App::Perlbrew::Path->new ($App::perlbrew::PERLBREW_ROOT, "perls", "perl-5.12.3", "bin"),
86 App::Perlbrew::Path->new ($App::perlbrew::PERLBREW_ROOT, "perls", "perl-5.14.2", "bin"),
108 App::Perlbrew::Path->new ($App::perlbrew::PERLBREW_ROOT, "perls", "perl-5.14.1", "bin"),
130 App::Perlbrew::Path->new($App::perlbrew::PERLBREW_ROOT, "perls", "perl-5.14.1", "bin"),
131 App::Perlbrew::Path->new($App::perlbrew::PERLBREW_ROOT, "perls", "perl-5.14.1", "bin"),
284 App::Perlbrew::Path->new($App::perlbrew::PERLBREW_ROOT, "perls", "perl-5.14.2", "bin"),
285 App::Perlbrew::Path->new($App::perlbrew::PERLBREW_ROOT, "perls", "perl-5.14.1", "bin"),
[all …]
H A Dcommand-env.t9 use App::perlbrew;
31 my $app = App::perlbrew->new("env", "perl-5.14.1");
39 export PERLBREW_PATH="$App::perlbrew::PERLBREW_ROOT/bin:$App::perlbrew::PERLBREW_ROOT/perls/perl-5.…
41 export PERLBREW_ROOT="$App::perlbrew::PERLBREW_ROOT"
42 export PERLBREW_VERSION="$App::perlbrew::VERSION"
62 export PERLBREW_PATH="$lib_dir/bin:$App::perlbrew::PERLBREW_ROOT/bin:$App::perlbrew::PERLBREW_ROOT/…
64 export PERLBREW_ROOT="$App::perlbrew::PERLBREW_ROOT"
65 export PERLBREW_VERSION="$App::perlbrew::VERSION"
89 export PERLBREW_PATH="$lib_dir/bin:$App::perlbrew::PERLBREW_ROOT/bin:$App::perlbrew::PERLBREW_ROOT/…
91 export PERLBREW_ROOT="$App::perlbrew::PERLBREW_ROOT"
[all …]
/dports/devel/p5-MooseX-App/MooseX-App-1.42/t/
H A D00_load.t7 use_ok( 'MooseX::App' );
8 use_ok( 'MooseX::App::ParsedArgv' );
9 use_ok( 'MooseX::App::Command' );
11 use_ok( 'MooseX::App::Utils' );
12 use_ok( 'MooseX::App::Message::Block' );
27 use_ok( 'MooseX::App::Plugin::Man' );
36 use_ok( 'MooseX::App::Utils');
37 use_ok( 'MooseX::App::Simple');
38 use_ok( 'MooseX::App::Exporter');
39 use_ok( 'MooseX::App::Role::Base');
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/
H A Dservices_adawson.yml2 App\Db:
7 App\Bus:
14 App\Handler1:
15 ['@App\Db', '@App\Schema', '@App\Processor']
17 App\Handler2:
18 ['@App\Db', '@App\Schema', '@App\Processor']
20 App\Processor:
21 ['@App\Registry', '@App\Db']
23 App\Registry:
25 processor: ['@App\Db', '@App\Bus']
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/
H A Dservices_adawson.yml2 App\Db:
7 App\Bus:
14 App\Handler1:
15 ['@App\Db', '@App\Schema', '@App\Processor']
17 App\Handler2:
18 ['@App\Db', '@App\Schema', '@App\Processor']
20 App\Processor:
21 ['@App\Registry', '@App\Db']
23 App\Registry:
25 processor: ['@App\Db', '@App\Bus']
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/
H A Dservices_adawson.yml2 App\Db:
7 App\Bus:
14 App\Handler1:
15 ['@App\Db', '@App\Schema', '@App\Processor']
17 App\Handler2:
18 ['@App\Db', '@App\Schema', '@App\Processor']
20 App\Processor:
21 ['@App\Registry', '@App\Db']
23 App\Registry:
25 processor: ['@App\Db', '@App\Bus']
[all …]
/dports/devel/p5-App-SD/App-SD-0.75/
H A DMANIFEST24 lib/App/SD.pm
25 lib/App/SD/CLI.pm
26 lib/App/SD/CLI/Command.pm
75 lib/App/SD/Config.pm
82 lib/App/SD/Record.pm
92 lib/App/SD/Replica/hm.pm
101 lib/App/SD/Replica/rt.pm
107 lib/App/SD/Server.pm
109 lib/App/SD/Server/View.pm
110 lib/App/SD/Test.pm
[all …]
/dports/devel/p5-App-Info/App-Info-0.57/
H A DMETA.yml16 name: App-Info
18 App::Info:
19 file: lib/App/Info.pm
21 App::Info::HTTPD:
27 App::Info::Handler:
39 App::Info::Lib:
42 App::Info::Lib::Expat:
45 App::Info::Lib::Iconv:
51 App::Info::RDBMS:
60 App::Info::Request:
[all …]
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Dapp.cpp55 App::Icon::Icon(): in Icon()
60 App::Icon::Icon(const App::Icon &other): in Icon()
65 App::Icon::~Icon() in ~Icon()
78 App::Icon::Category App::Icon::category() const in category()
120 App::Private::Private(): in Private()
129 App::Private::Private(const App::Private &other): in Private()
185 App::App(): in App() function in App
191 App::App(const App &other): in App() function in App
197 App::~App() in ~App()
202 bool App::operator==(const App &other) const in operator ==()
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gnome/
H A Dgnome-app.adb34 package body Gnome.App is
44 (App : out Gnome_App;
48 App := new Gnome_App_Record;
96 Internal (Get_Object (App),
129 Internal (Get_Object (App),
164 Internal (Get_Object (App),
183 (App : System.Address;
211 (App : System.Address;
245 (App : System.Address;
299 (App : System.Address;
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/app/Http/Controllers/
H A DAboutController.php27 use App; alias
30 use App\Models\Device;
31 use App\Models\DiskIo;
39 use App\Models\Mempool;
40 use App\Models\Port;
44 use App\Models\Sensor;
45 use App\Models\Service;
46 use App\Models\Storage;
47 use App\Models\Syslog;
48 use App\Models\Vlan;
[all …]
/dports/devel/p5-App-GitGot/App-GitGot-1.339/
H A DMANIFEST14 lib/App/GitGot.pm
15 lib/App/GitGot/Command.pm
16 lib/App/GitGot/Command/add.pm
17 lib/App/GitGot/Command/chdir.pm
20 lib/App/GitGot/Command/do.pm
23 lib/App/GitGot/Command/gc.pm
24 lib/App/GitGot/Command/lib.pm
38 lib/App/GitGot/Outputter.pm
41 lib/App/GitGot/Repo.pm
42 lib/App/GitGot/Repo/Git.pm
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Dapp_utils.erl44 failed_to_start_app(App, Reason) ->
47 failed_to_stop_app(App, Reason) ->
55 fun(App) -> ensure_all_started(App, RestartTypes) end,
67 fun(App) -> ensure_all_started(App, #{}) end,
74 fun ({App, _Deps}) -> [{App, App}] end,
75 fun ({App, Deps}) -> [{Dep, App} || Dep <- Deps] end,
76 [{App, app_dependencies(App)} ||
111 app_dependencies(App) ->
118 Iterate(fun (App, Acc) ->
122 {ok, [App]} -> [App | Acc];
[all …]
/dports/devel/p5-MooseX-App/MooseX-App-1.42/
H A DMANIFEST13 lib/MooseX/App.pm
14 lib/MooseX/App/Command.pm
15 lib/MooseX/App/Exporter.pm
16 lib/MooseX/App/Message/Block.pm
24 lib/MooseX/App/ParsedArgv.pm
39 lib/MooseX/App/Plugin/Env.pm
41 lib/MooseX/App/Plugin/Man.pm
55 lib/MooseX/App/Role.pm
56 lib/MooseX/App/Role/Base.pm
58 lib/MooseX/App/Simple.pm
[all …]
/dports/textproc/greple/greple-5ad6491/
H A DMANIFEST9 lib/App/Greple.pm
10 lib/App/Greple/Common.pm
11 lib/App/Greple/Filter.pm
12 lib/App/Greple/Grep.pm
18 lib/App/Greple/Util.pm
20 lib/App/Greple/bm.pm
23 lib/App/Greple/diff.pm
24 lib/App/Greple/dig.pm
29 lib/App/Greple/pgp.pm
30 lib/App/Greple/pw.pm
[all …]
/dports/www/p5-WWW-WebArchive/WWW-WebArchive-0.50/lib/WWW/WebArchive/
H A DAgent.pm16 &App::sub_entry if ($App::trace);
27 &App::sub_exit($self) if ($App::trace);
32 &App::sub_entry if ($App::trace);
35 &App::sub_exit() if ($App::trace);
39 &App::sub_entry if ($App::trace);
53 &App::sub_exit() if ($App::trace);
58 &App::sub_entry if ($App::trace);
75 &App::sub_exit($dir) if ($App::trace);
80 &App::sub_entry if ($App::trace);
91 &App::sub_entry if ($App::trace);
[all …]

12345678910>>...325