Home
last modified time | relevance | path

Searched refs:app (Results 151 – 175 of 39559) sorted by relevance

12345678910>>...1583

/dports/x11-toolkits/libwnck/libwnck-2.30.7/libwnck/
H A Dapplication.c377 g_assert ((app->priv->icon && app->priv->mini_icon) || in get_icons()
378 !(app->priv->icon || app->priv->mini_icon)); in get_icons()
420 get_icons (app); in wnck_application_get_icon()
453 get_icons (app); in wnck_application_get_mini_icon()
589 app->priv->windows = g_list_prepend (app->priv->windows, window); in _wnck_application_add_window()
596 reset_name (app); in _wnck_application_add_window()
613 app->priv->windows = g_list_remove (app->priv->windows, window); in _wnck_application_remove_window()
620 reset_name (app); in _wnck_application_remove_window()
701 g_assert (app->priv->name_from_leader || app->priv->name == NULL); in update_name()
715 app->priv->name_window = app->priv->windows->data; in update_name()
[all …]
/dports/devel/efl/efl-1.25.1/src/examples/edje/
H A Dedje-perspective.c78 app->x += dx; in _part_move()
79 app->y += dy; in _part_move()
81 app->x = 1; in _part_move()
83 app->x = 0; in _part_move()
85 app->y = 1; in _part_move()
87 app->y = 0; in _part_move()
135 edje_perspective_set(app->ps, 240, 160, 0, app->focal); in _on_bg_key_down()
144 edje_perspective_set(app->ps, 240, 160, 0, app->focal); in _on_bg_key_down()
184 app.x = 0; in main()
185 app.y = 0; in main()
[all …]
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/autoapi/
H A Dextension.py99 normalised_dirs = _normalise_autoapi_dirs(app.config.autoapi_dirs, app.srcdir)
108 os.path.join(app.srcdir, app.config.autoapi_root)
136 template_dir = os.path.join(app.srcdir, app.config.autoapi_template_dir)
174 if not app.config.autoapi_keep_files and app.config.autoapi_generate_api_docs:
176 os.path.join(app.srcdir, app.config.autoapi_root)
178 if app.verbosity > 1:
190 app.env.temp_data["annotations"] = getattr(app.env, "autoapi_annotations", {})
193 def doctree_read(app, doctree): argument
198 add_domain_to_toctree(app, doctree, app.env.docname)
231 def viewcode_find(app, modname): argument
[all …]
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/
H A Dtest_application.py21 def test_events(app, status, warning): argument
25 app.connect("invalid", empty)
28 app.add_event("my_event")
30 app.add_event("my_event")
34 assert a_app is app
41 app.disconnect(listener_id)
48 app.emit('my_event', node)
52 app.setup_extension('shutil')
117 def test_build_specific(app): argument
118 app.builder.build = Mock()
[all …]
H A Dtest_build_latex.py57 with cd(app.outdir):
101 app.config.latex_documents = [app.config.latex_documents[0][:4] + (docclass,)]
102 app.builder.init()
105 app.builder.build_all()
115 app.builder.build_all()
145 app.builder.build_all()
158 app.builder.build_all()
173 app.builder.build_all()
185 app.builder.build_all()
198 app.builder.build_all()
[all …]
/dports/www/py-flask/Flask-2.0.2/tests/
H A Dtest_basic.py98 app.add_url_rule(
128 @app.route("/")
259 @app.route("/")
272 @app.route("/")
285 @app.route("/")
299 self.app = app
306 app.wsgi_app = PrefixPathMiddleware(app.wsgi_app, "/bar")
1331 value = flask.json.dumps(Data("Flask"), app=app)
1332 value = flask.json.loads(value, app=app)
1944 app.run()
[all …]
H A Dtest_config.py16 def common_object_test(app): argument
23 app = flask.Flask(__name__)
25 common_object_test(app)
31 common_object_test(app)
38 common_object_test(app)
44 common_object_test(app)
48 common_object_test(app)
52 common_object_test(app)
68 common_object_test(app)
83 common_object_test(app)
[all …]
/dports/audio/gbemol/gbemol-0.3.2/src/
H A Dgbemol-main.c40 GbemolApp* app; in main() local
60 app = gbemol_app_new (); in main()
65 g_signal_connect (G_OBJECT (app->mpd), "refresh", G_CALLBACK (on_mpd_refresh_cb), app); in main()
67 g_signal_connect (G_OBJECT (app->mpd), "error", G_CALLBACK (on_mpd_error_cb), app); in main()
69 gbemol_app_connect_mpd (app); in main()
72 gbemol_app_show (app); in main()
81 gbemol_app_hide (app); in main()
85 gbemol_app_full_mode (app); in main()
124 gbemol_app_set_state (app); in on_mpd_state_changed_cb()
199 if (app->mpd->status != NULL && app->mpd->status->songid != -1) in on_mpd_playlist_changed_cb()
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/silex/silex/src/Silex/Provider/
H A DRememberMeServiceProvider.php30 $app['security.remember_me.response_listener'] = $app->share(function () {
34 …$app['security.authentication_listener.factory.remember_me'] = $app->protect(function ($name, $opt…
59 …$app['security.remember_me.service._proto'] = $app->protect(function ($providerKey, $options) use …
60 return $app->share(function () use ($providerKey, $options, $app) {
76 …$app['security.authentication_listener.remember_me._proto'] = $app->protect(function ($providerKey…
77 return $app->share(function () use ($app, $providerKey) {
79 $app['security'],
82 $app['logger'],
90 …$app['security.authentication_provider.remember_me._proto'] = $app->protect(function ($name, $opti…
91 return $app->share(function () use ($app, $name, $options) {
[all …]
/dports/devel/gitlist/gitlist/vendor/silex/silex/src/Silex/Provider/
H A DRememberMeServiceProvider.php30 $app['security.remember_me.response_listener'] = $app->share(function () {
34 …$app['security.authentication_listener.factory.remember_me'] = $app->protect(function ($name, $opt…
59 …$app['security.remember_me.service._proto'] = $app->protect(function ($providerKey, $options) use …
60 return $app->share(function () use ($providerKey, $options, $app) {
76 …$app['security.authentication_listener.remember_me._proto'] = $app->protect(function ($providerKey…
77 return $app->share(function () use ($app, $providerKey) {
82 $app['logger'],
83 $app['dispatcher']
90 …$app['security.authentication_provider.remember_me._proto'] = $app->protect(function ($name, $opti…
91 return $app->share(function () use ($app, $name, $options) {
[all …]
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DDisplay.c122 if (app->count >= app->max) { in AddToAppContext()
129 app->list[app->count++] = d; in AddToAppContext()
151 if (i <= app->last && app->last > 0) in XtDeleteFromAppContext()
154 app->list[i - 1] = app->list[i]; in XtDeleteFromAppContext()
424 app->next = app->process->appContextList; in XtCreateApplicationContext()
425 app->process->appContextList = app; in XtCreateApplicationContext()
430 app->count = app->max = app->last = 0; in XtCreateApplicationContext()
443 app->sync = app->being_destroyed = app->error_inited = FALSE; in XtCreateApplicationContext()
451 app->input_count = app->input_max = 0; in XtCreateApplicationContext()
457 app->destroy_list_size = app->destroy_count = app->dispatch_level = 0; in XtCreateApplicationContext()
[all …]
/dports/x11/gnome-terminal/gnome-terminal-3.42.2/src/
H A Dterminal-app.cc398 TerminalApp *app; member
612 return app->menubar; in terminal_app_create_menubar()
814 app->system_proxy_settings = terminal_g_settings_new(app->schema_source, in terminal_app_init()
838 app->desktop_interface_settings = terminal_g_settings_new(app->schema_source, in terminal_app_init()
842 app->global_settings = terminal_g_settings_new(app->schema_source, in terminal_app_init()
846 app->gtk_debug_settings = terminal_g_settings_new(app->schema_source, in terminal_app_init()
853 app->use_headerbar = terminal_app_should_use_headerbar (app); in terminal_app_init()
866 clipboard_owner_change_cb (app->clipboard, nullptr, app); in terminal_app_init()
877 app->profiles_list = terminal_profiles_list_new(app->schema_source); in terminal_app_init()
885 terminal_accels_init (G_APPLICATION (app), settings, app->use_headerbar); in terminal_app_init()
[all …]
/dports/net/uget/uget-2.2.1/ui-gtk/
H A DUgtkApp.c58 app->rpc = rpc; in ugtk_app_init()
79 ugtk_app_set_plugin_setting (app, &app->setting); in ugtk_app_init()
80 ugtk_app_set_window_setting (app, &app->setting); in ugtk_app_init()
81 ugtk_app_set_column_setting (app, &app->setting); in ugtk_app_init()
82 ugtk_app_set_other_setting (app, &app->setting); in ugtk_app_init()
83 ugtk_app_set_ui_setting (app, &app->setting); in ugtk_app_init()
87 ugtk_menubar_sync_category (&app->menubar, app, TRUE); in ugtk_app_init()
185 ugtk_app_get_window_setting (app, &app->setting); in ugtk_app_quit()
186 ugtk_app_get_column_setting (app, &app->setting); in ugtk_app_quit()
565 app->clipboard.website = app->setting.clipboard.website; in ugtk_app_set_other_setting()
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/examples/rpt/
H A DSmartUPS.rpt9 Field 0, app UPS, phys ---
13 Field 0, app UPS, phys ---
17 Field 0, app UPS, phys ---
21 Field 0, app UPS, phys ---
23 Field 1, app UPS, phys ---
25 Field 2, app UPS, phys ---
27 Field 3, app UPS, phys ---
29 Field 4, app UPS, phys ---
31 Field 5, app UPS, phys ---
33 Field 6, app UPS, phys ---
[all …]
/dports/sysutils/apcupsd/apcupsd-3.14.14/examples/rpt/
H A DSmartUPS.rpt9 Field 0, app UPS, phys ---
13 Field 0, app UPS, phys ---
17 Field 0, app UPS, phys ---
21 Field 0, app UPS, phys ---
23 Field 1, app UPS, phys ---
25 Field 2, app UPS, phys ---
27 Field 3, app UPS, phys ---
29 Field 4, app UPS, phys ---
31 Field 5, app UPS, phys ---
33 Field 6, app UPS, phys ---
[all …]
/dports/x11-themes/lxappearance/lxappearance-0.6.3/src/
H A Dlxappearance.c50 LXAppearance app = {0}; variable
155 if (app.cursor_theme == NULL || strcmp(app.cursor_theme, "default") == 0) in save_cursor_theme_name()
274 if(app.widget_theme) in lxappearance_save_gtkrc()
277 if(app.icon_theme) in lxappearance_save_gtkrc()
318 if(app.font_rgba) in lxappearance_save_gtkrc()
322 if(app.modules && app.modules[0]) in lxappearance_save_gtkrc()
362 if(app.icon_theme) in lxappearance_save_gtkrc()
398 if(app.font_rgba) in lxappearance_save_gtkrc()
402 if(app.modules && app.modules[0]) in lxappearance_save_gtkrc()
557 if(!app.cursor_theme || g_strcmp0(app.cursor_theme, "default") == 0) in settings_init()
[all …]
/dports/x11-toolkits/ztoolkit/ztoolkit/pugl/test/
H A Dpugl_test.c161 app->quit = 1; in onKeyPress()
239 app->quit = 1; in onParentEvent()
263 app->quit = 1; in onEvent()
269 app->xAngle = fmodf(app->xAngle - (float)(event->motion.x - app->lastMouseX), 360.0f); in onEvent()
270 app->yAngle = fmodf(app->yAngle + (float)(event->motion.y - app->lastMouseY), 360.0f); in onEvent()
297 app.dist = 10; in main()
309 app.parent = puglNewView(app.world); in main()
310 app.child = puglNewView(app.world); in main()
326 puglSetHandle(app.parent, &app); in main()
346 puglSetHandle(app.child, &app); in main()
[all …]
/dports/editors/lazarus/lazarus/tools/install/win/
H A DRemovedFiles32.iss11 Name: {app}debugger\gdbmidebugger.pp; Type: files
15 Name: {app}debugger\gdbtypeinfo.pp; Type: files
17 Name: {app}ide\ideminilibc.pas; Type: files
19 Name: {app}debugger\debugutils.pp; Type: files
21 Name: {app}lcl\utf8process.pp; Type: files
798 Name: {app}\ide\condef.lrs; Type: files
847 Name: {app}\ide\gotofrm.lrs; Type: files
996 Name: {app}\ide\lazdoc.lrs; Type: files
1019 Name: {app}\ide\splash.lrs; Type: files
1038 Name: {app}\lcl\chart.pp; Type: files
[all …]
H A DRemovedFiles64.iss11 Name: {app}debugger\gdbmidebugger.pp; Type: files
15 Name: {app}debugger\gdbtypeinfo.pp; Type: files
17 Name: {app}ide\ideminilibc.pas; Type: files
19 Name: {app}debugger\debugutils.pp; Type: files
21 Name: {app}lcl\utf8process.pp; Type: files
798 Name: {app}\ide\condef.lrs; Type: files
847 Name: {app}\ide\gotofrm.lrs; Type: files
996 Name: {app}\ide\lazdoc.lrs; Type: files
1019 Name: {app}\ide\splash.lrs; Type: files
1038 Name: {app}\lcl\chart.pp; Type: files
[all …]
/dports/editors/lazarus-qt5/lazarus/tools/install/win/
H A DRemovedFiles32.iss11 Name: {app}debugger\gdbmidebugger.pp; Type: files
15 Name: {app}debugger\gdbtypeinfo.pp; Type: files
17 Name: {app}ide\ideminilibc.pas; Type: files
19 Name: {app}debugger\debugutils.pp; Type: files
21 Name: {app}lcl\utf8process.pp; Type: files
798 Name: {app}\ide\condef.lrs; Type: files
847 Name: {app}\ide\gotofrm.lrs; Type: files
996 Name: {app}\ide\lazdoc.lrs; Type: files
1019 Name: {app}\ide\splash.lrs; Type: files
1038 Name: {app}\lcl\chart.pp; Type: files
[all …]
H A DRemovedFiles64.iss11 Name: {app}debugger\gdbmidebugger.pp; Type: files
15 Name: {app}debugger\gdbtypeinfo.pp; Type: files
17 Name: {app}ide\ideminilibc.pas; Type: files
19 Name: {app}debugger\debugutils.pp; Type: files
21 Name: {app}lcl\utf8process.pp; Type: files
798 Name: {app}\ide\condef.lrs; Type: files
847 Name: {app}\ide\gotofrm.lrs; Type: files
996 Name: {app}\ide\lazdoc.lrs; Type: files
1019 Name: {app}\ide\splash.lrs; Type: files
1038 Name: {app}\lcl\chart.pp; Type: files
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/install/win/
H A DRemovedFiles32.iss11 Name: {app}debugger\gdbmidebugger.pp; Type: files
15 Name: {app}debugger\gdbtypeinfo.pp; Type: files
17 Name: {app}ide\ideminilibc.pas; Type: files
19 Name: {app}debugger\debugutils.pp; Type: files
21 Name: {app}lcl\utf8process.pp; Type: files
798 Name: {app}\ide\condef.lrs; Type: files
847 Name: {app}\ide\gotofrm.lrs; Type: files
996 Name: {app}\ide\lazdoc.lrs; Type: files
1019 Name: {app}\ide\splash.lrs; Type: files
1038 Name: {app}\lcl\chart.pp; Type: files
[all …]
H A DRemovedFiles64.iss11 Name: {app}debugger\gdbmidebugger.pp; Type: files
15 Name: {app}debugger\gdbtypeinfo.pp; Type: files
17 Name: {app}ide\ideminilibc.pas; Type: files
19 Name: {app}debugger\debugutils.pp; Type: files
21 Name: {app}lcl\utf8process.pp; Type: files
798 Name: {app}\ide\condef.lrs; Type: files
847 Name: {app}\ide\gotofrm.lrs; Type: files
996 Name: {app}\ide\lazdoc.lrs; Type: files
1019 Name: {app}\ide\splash.lrs; Type: files
1038 Name: {app}\lcl\chart.pp; Type: files
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/install/win/
H A DRemovedFiles32.iss11 Name: {app}debugger\gdbmidebugger.pp; Type: files
15 Name: {app}debugger\gdbtypeinfo.pp; Type: files
17 Name: {app}ide\ideminilibc.pas; Type: files
19 Name: {app}debugger\debugutils.pp; Type: files
21 Name: {app}lcl\utf8process.pp; Type: files
798 Name: {app}\ide\condef.lrs; Type: files
847 Name: {app}\ide\gotofrm.lrs; Type: files
996 Name: {app}\ide\lazdoc.lrs; Type: files
1019 Name: {app}\ide\splash.lrs; Type: files
1038 Name: {app}\lcl\chart.pp; Type: files
[all …]
/dports/www/itop/web/lib/silex/vendor/silex/silex/src/Silex/Provider/
H A DFormServiceProvider.php36 $app['form.types'] = function ($app) {
40 $app['form.type.extensions'] = function ($app) {
44 $app['form.type.guessers'] = function ($app) {
48 $app['form.extension.csrf'] = function ($app) {
50 return new CsrfExtension($app['csrf.token_manager'], $app['translator']);
56 $app['form.extension.silex'] = function ($app) {
57 …return new Form\SilexFormExtension($app, $app['form.types'], $app['form.type.extensions'], $app['f…
60 $app['form.extensions'] = function ($app) {
77 $app['form.factory'] = function ($app) {
81 $app['form.registry'] = function ($app) {
[all …]

12345678910>>...1583