Home
last modified time | relevance | path

Searched refs:load_app (Results 1 – 25 of 79) sorted by relevance

1234

/dports/www/p5-Dancer/Dancer-1.3513/t/00_base/
H A D09_load_app.t12 eval { load_app 'UnexistentApp' };
14 'load_app fails if the app is not found';
16 eval { load_app 'AppWithError' };
18 'load_app fails if the app has syntax errors';
20 eval { load_app 'WorkingApp' };
/dports/www/py-flask/Flask-2.0.2/tests/
H A Dtest_cli.py283 app = obj.load_app()
285 assert obj.load_app() is app
291 app = obj.load_app()
293 assert obj.load_app() is app
295 app = obj.load_app()
297 assert obj.load_app() is app
303 app = obj.load_app()
305 assert obj.load_app() is app
308 pytest.raises(NoAppException, obj.load_app)
313 app = obj.load_app()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/scripts/
H A Drabbitmq-rel33 ok = load_app(App),
39 load_app(App) ->
56 load_app(App),
/dports/devel/p5-SDL/SDL-2.548/examples/pixel_operations/
H A Dfast_pixel_write.pl19 load_app();
39 sub load_app { subroutine
64 load_app();
H A Dtie_matrix.pl19 load_app();
39 sub load_app { subroutine
64 load_app();
/dports/www/py-pecan/pecan-1.3.3/pecan/
H A Ddeploy.py1 from .core import load_app
9 return load_app(config)
H A Dtesting.py2 from pecan import load_app
36 return TestApp(load_app(config, **kwargs))
/dports/devel/p5-SDL/SDL-2.548/examples/cookbook/
H A Dpdl.pl26 load_app();
45 sub load_app { subroutine
70 load_app();
/dports/www/p5-Plack/Plack-1.0048/lib/Plack/Handler/
H A DApache1.pm16 $class->load_app($app);
20 sub load_app { subroutine
42 $class->call_app($r, $class->load_app($psgi));
H A DApache2.pm24 $class->load_app($app);
28 sub load_app { subroutine
126 $class->call_app($r, $class->load_app($psgi));
/dports/www/py-pecan/pecan-1.3.3/pecan/commands/
H A Dbase.py160 def load_app(self): member in BaseCommandParent
161 from pecan import load_app
162 return load_app(self.args.config_file)
/dports/www/p5-Dancer/Dancer-1.3513/t/17_apps/
H A D02_load_app.t12 load_app 'TestApp';
13 load_app 'Forum', prefix => '/forum';
/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/inc/
H A Dclass.solangfile.inc.php123 $cur_lang=$this->load_app($app,$userlang);
188 function load_app($app,$userlang='en') function in solangfile
278 $langarray = $this->load_app($app_name,$userlang);
/dports/devel/efl/efl-1.25.1/src/scripts/elua/core/
H A Dmodule.lua105 M.load_app = function(appname) function
117 M.path, M.apath = (...)(M.require, M.load_app, M.path, M.apath)
/dports/print/R-cran-knitr/knitr/demo/
H A Dgwidgets.R4 load_app(system.file('misc', 'gWidgetsWWW2-knitr.R', package = 'knitr'))
/dports/deskutils/egroupware/egroupware/api/src/
H A DTranslation.php350 $loaded =& self::load_app($app, $l);
395 static function &load_app($app,$lang) function in EGroupware\\Api\\Translation
605 …$load_app = isset($just_app_file) ? $just_app_file : (isset(self::$load_via[$app]) ? self::$load_v…
607 foreach($load_app == 'all-apps' ? scandir(EGW_SERVER_ROOT) : (array)$load_app as $app_dir)
609 …if ($load_app == 'all-apps' && $app_dir=='..') continue; // do not try to break out of egw server …
/dports/www/phpgroupware/phpgroupware-0.9.16.017/developer_tools/inc/
H A Dclass.solangfile.inc.php237 $cur_lang=$this->load_app($app,$userlang);
303 function load_app($app,$userlang='en') function in solangfile
392 $langarray = $this->load_app($app_name,$userlang);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py135 def load_app(filename): function
158 app = load_app(app_file)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py135 def load_app(filename): function
158 app = load_app(app_file)
/dports/www/p5-Dancer/Dancer-1.3513/t/15_plugins/
H A D04_apps_and_plugins.t12 load_app 'Forum';
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/lib/mix/tasks/
H A Dcompile.all.ex45 load_app(app, lib_path, validate_compile_env?)
111 case load_app(app, lib_path, validate_compile_env?) do
149 defp load_app(app, lib_path, validate_compile_env?) do function
/dports/lang/elixir/elixir-1.12.3/lib/mix/lib/mix/tasks/
H A Dcompile.all.ex45 load_app(app, lib_path, validate_compile_env?)
111 case load_app(app, lib_path, validate_compile_env?) do
149 defp load_app(app, lib_path, validate_compile_env?) do function
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/flask/
H A Dcli.py368 def load_app(self):
425 with __ctx.ensure_object(ScriptInfo).load_app().app_context():
542 rv = info.load_app().cli.get_command(ctx, name)
556 rv.update(info.load_app().cli.list_commands(ctx))
848 app = DispatchingApp(info.load_app, use_eager_loading=eager_loading)
/dports/www/py-flask/Flask-2.0.2/src/flask/
H A Dcli.py388 def load_app(self): member in ScriptInfo
443 with __ctx.ensure_object(ScriptInfo).load_app().app_context():
556 return info.load_app().cli.get_command(ctx, name)
569 rv.update(info.load_app().cli.list_commands(ctx))
849 app = DispatchingApp(info.load_app, use_eager_loading=eager_loading)
/dports/www/p5-Mojolicious/Mojolicious-9.22/lib/Mojolicious/Plugin/
H A DMount.pm10 my $embed = Mojo::Server->new->load_app($conf->{$path})->secrets($app->secrets)->log($app->log);

1234