Home
last modified time | relevance | path

Searched refs:plugin_file (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-plugins-list-table.php159 $plugins['upgrade'][ $plugin_file ] = $plugins['all'][ $plugin_file ];
219 'id' => $plugin_file,
221 'plugin' => $plugin_file,
313 …$this->items[ $plugin_file ] = _get_plugin_data_markup_translate( $plugin_file, $plugin_data, fals…
746 $plugin_name = $plugin_file;
837 if ( current_user_can( 'resume_plugin', $plugin_file ) && is_plugin_paused( $plugin_file ) ) {
944 …$actions = apply_filters( "plugin_action_links_{$plugin_file}", $actions, $plugin_file, $plugin_da…
962 esc_attr( $plugin_file )
989 esc_attr( $plugin_file )
1124 'plugin' => $plugin_file,
[all …]
H A Dclass-plugin-installer-skin.php94 $plugin_file = $this->upgrader->plugin_info();
103 …activate&from=import&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_fi…
109 …vate&from=press-this&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_fi…
115 …gins.php?action=activate&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_fi…
123 …tivate&networkwide=1&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_fi…
157 …} elseif ( ! current_user_can( 'activate_plugin', $plugin_file ) || is_plugin_active( $plugin_file
170 * @param string $plugin_file Path to the plugin file relative to the plugins directory.
172 …s = apply_filters( 'install_plugin_complete_actions', $install_actions, $this->api, $plugin_file );
H A Dplugin.php149 $plugin_file = plugin_basename( $plugin_file );
236 $dir = dirname( $plugin_file );
404 $plugin_data['Name'] = $plugin_file;
474 $plugin_data['Name'] = $plugin_file;
477 $dropins[ $plugin_file ] = $plugin_data;
962 foreach ( $plugins as $plugin_file ) {
965 uninstall_plugin( $plugin_file );
998 $errors[] = $plugin_file;
1002 $plugin_slug = dirname( $plugin_file );
1004 if ( 'hello.php' === $plugin_file ) {
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-plugins-list-table.php159 $plugins['upgrade'][ $plugin_file ] = $plugins['all'][ $plugin_file ];
219 'id' => $plugin_file,
221 'plugin' => $plugin_file,
313 …$this->items[ $plugin_file ] = _get_plugin_data_markup_translate( $plugin_file, $plugin_data, fals…
746 $plugin_name = $plugin_file;
837 if ( current_user_can( 'resume_plugin', $plugin_file ) && is_plugin_paused( $plugin_file ) ) {
944 …$actions = apply_filters( "plugin_action_links_{$plugin_file}", $actions, $plugin_file, $plugin_da…
962 esc_attr( $plugin_file )
989 esc_attr( $plugin_file )
1124 'plugin' => $plugin_file,
[all …]
H A Dclass-plugin-installer-skin.php94 $plugin_file = $this->upgrader->plugin_info();
103 …activate&from=import&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_fi…
109 …vate&from=press-this&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_fi…
115 …gins.php?action=activate&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_fi…
123 …tivate&networkwide=1&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_fi…
157 …} elseif ( ! current_user_can( 'activate_plugin', $plugin_file ) || is_plugin_active( $plugin_file
170 * @param string $plugin_file Path to the plugin file relative to the plugins directory.
172 …s = apply_filters( 'install_plugin_complete_actions', $install_actions, $this->api, $plugin_file );
H A Dplugin.php149 $plugin_file = plugin_basename( $plugin_file );
236 $dir = dirname( $plugin_file );
404 $plugin_data['Name'] = $plugin_file;
474 $plugin_data['Name'] = $plugin_file;
477 $dropins[ $plugin_file ] = $plugin_data;
962 foreach ( $plugins as $plugin_file ) {
965 uninstall_plugin( $plugin_file );
998 $errors[] = $plugin_file;
1002 $plugin_slug = dirname( $plugin_file );
1004 if ( 'hello.php' === $plugin_file ) {
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Taskodrome/pages/
H A Dmain.php7 …print "<link rel=\"stylesheet\" type=\"text/css\" href=\"".plugin_file('taskodrome.css')."\" />\n";
8 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/fabric.min.js') . "\"></scr…
9 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/utils.js') . "\"></script>\…
10 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/data_source.js') . "\"></sc…
11 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/page.js') . "\"></script>\n…
12 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/drawable.js') . "\"></scrip…
14 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/card.js') . "\"></script>\n…
19 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/scrollbar.js') . "\"></scri…
20 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/grid.js') . "\"></script>\n…
24 …print "<script type=\"text/javascript\" src=\"" . plugin_file('scripts/dev_page.js') . "\"></scrip…
[all …]
/dports/chinese/librime/librime-1.7.3/plugins/
H A Dplugins_module.cc24 static string plugin_name_of(fs::path plugin_file);
42 fs::path plugin_file = iter->path(); in LoadPlugins() local
43 if (plugin_file.extension() == boost::dll::shared_library::suffix()) { in LoadPlugins()
44 fs::file_status plugin_file_status = fs::status(plugin_file); in LoadPlugins()
46 fs::status(plugin_file).permissions() & exe_perms) { in LoadPlugins()
47 DLOG(INFO) << "found plugin: " << plugin_file; in LoadPlugins()
48 string plugin_name = plugin_name_of(plugin_file); in LoadPlugins()
51 << "' from " << plugin_file; in LoadPlugins()
53 auto plugin_lib = boost::dll::shared_library(plugin_file); in LoadPlugins()
73 string PluginManager::plugin_name_of(fs::path plugin_file) { in plugin_name_of() argument
[all …]
/dports/print/hplip/hplip-3.20.6/installer/
H A Dpluginhandler.py271 if os.path.exists(plugin_file):
272 os.remove(plugin_file)
273 if os.path.exists(plugin_file+'.asc'):
274 os.remove(plugin_file+'.asc')
310 os.remove(plugin_file)
315 digsig_file = plugin_file + '.asc'
340 return sts, plugin_file, error_str
468 def deleteInstallationFiles(self, plugin_file): argument
469 digsig_file = plugin_file + ".asc"
471 if os.path.exists(plugin_file):
[all …]
/dports/audio/ario/ario-1.6/src/plugins/
H A Dario-plugin-info.c112 GKeyFile *plugin_file = NULL; in _ario_plugin_info_new() local
130 plugin_file = g_key_file_new (); in _ario_plugin_info_new()
136 if (!g_key_file_has_key (plugin_file, in _ario_plugin_info_new()
145 if (g_key_file_get_integer (plugin_file, in _ario_plugin_info_new()
154 str = g_key_file_get_string (plugin_file, in _ario_plugin_info_new()
178 str = g_key_file_get_string (plugin_file, in _ario_plugin_info_new()
195 str = g_key_file_get_locale_string (plugin_file, in _ario_plugin_info_new()
239 str = g_key_file_get_string (plugin_file, in _ario_plugin_info_new()
250 str = g_key_file_get_string (plugin_file, in _ario_plugin_info_new()
260 g_key_file_free (plugin_file); in _ario_plugin_info_new()
[all …]
/dports/devel/libpeas/libpeas-1.26.0/libpeas/
H A Dpeas-plugin-info.c129 GKeyFile *plugin_file; in _peas_plugin_info_new() local
140 plugin_file = g_key_file_new (); in _peas_plugin_info_new()
158 !g_key_file_load_from_data (plugin_file, in _peas_plugin_info_new()
208 info->embedded = g_key_file_get_string (plugin_file, "Plugin", in _peas_plugin_info_new()
234 info->dependencies = g_key_file_get_string_list (plugin_file, in _peas_plugin_info_new()
255 strv = g_key_file_get_string_list (plugin_file, "Plugin", in _peas_plugin_info_new()
265 info->website = g_key_file_get_string (plugin_file, "Plugin", in _peas_plugin_info_new()
269 info->version = g_key_file_get_string (plugin_file, "Plugin", in _peas_plugin_info_new()
284 info->hidden = g_key_file_get_boolean (plugin_file, "Plugin", in _peas_plugin_info_new()
309 g_key_file_free (plugin_file); in _peas_plugin_info_new()
[all …]
/dports/devel/py-libpeas/libpeas-1.26.0/libpeas/
H A Dpeas-plugin-info.c129 GKeyFile *plugin_file; in _peas_plugin_info_new() local
140 plugin_file = g_key_file_new (); in _peas_plugin_info_new()
158 !g_key_file_load_from_data (plugin_file, in _peas_plugin_info_new()
208 info->embedded = g_key_file_get_string (plugin_file, "Plugin", in _peas_plugin_info_new()
234 info->dependencies = g_key_file_get_string_list (plugin_file, in _peas_plugin_info_new()
255 strv = g_key_file_get_string_list (plugin_file, "Plugin", in _peas_plugin_info_new()
265 info->website = g_key_file_get_string (plugin_file, "Plugin", in _peas_plugin_info_new()
269 info->version = g_key_file_get_string (plugin_file, "Plugin", in _peas_plugin_info_new()
284 info->hidden = g_key_file_get_boolean (plugin_file, "Plugin", in _peas_plugin_info_new()
309 g_key_file_free (plugin_file); in _peas_plugin_info_new()
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dpress-this.php16 $plugin_file = 'press-this/press-this-plugin.php';
24 } elseif ( is_plugin_active( $plugin_file ) ) {
29 if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin_file ) ) {
34 'plugin' => $plugin_file,
39 'activate-plugin_' . $plugin_file
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dpress-this.php16 $plugin_file = 'press-this/press-this-plugin.php';
24 } elseif ( is_plugin_active( $plugin_file ) ) {
29 if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin_file ) ) {
34 'plugin' => $plugin_file,
39 'activate-plugin_' . $plugin_file
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/plugins/main_sections/ms_computer/
H A Dms_computer.php99 …$plugin_file = PLUGINS_DIR . "computer_detail/" . $plugin->getId() . "/" . $plugin->getId() . ".ph… variable
101 if (file_exists($plugin_file)) {
103 require $plugin_file;
106 require $plugin_file;
128 …$plugin_file = PLUGINS_DIR . "computer_detail/" . $plugin->getId() . "/" . $plugin->getId() . ".ph… variable
133 if (file_exists($plugin_file) || file_exists($file_extension)) {
144 require $plugin_file;
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/gnome-settings-daemon/
H A Dgnome-settings-plugin-info.c161 GKeyFile *plugin_file = NULL; in gnome_settings_plugin_info_fill_from_file() local
172 plugin_file = g_key_file_new (); in gnome_settings_plugin_info_fill_from_file()
173 if (! g_key_file_load_from_file (plugin_file, filename, G_KEY_FILE_NONE, NULL)) { in gnome_settings_plugin_info_fill_from_file()
178 if (! g_key_file_has_key (plugin_file, PLUGIN_GROUP, "IAge", NULL)) { in gnome_settings_plugin_info_fill_from_file()
184 if (g_key_file_get_integer (plugin_file, PLUGIN_GROUP, "IAge", NULL) != 0) { in gnome_settings_plugin_info_fill_from_file()
190 str = g_key_file_get_string (plugin_file, PLUGIN_GROUP, "Module", NULL); in gnome_settings_plugin_info_fill_from_file()
201 str = g_key_file_get_locale_string (plugin_file, PLUGIN_GROUP, "Name", NULL, NULL); in gnome_settings_plugin_info_fill_from_file()
224 str = g_key_file_get_string (plugin_file, PLUGIN_GROUP, "Copyright", NULL); in gnome_settings_plugin_info_fill_from_file()
232 str = g_key_file_get_string (plugin_file, PLUGIN_GROUP, "Website", NULL); in gnome_settings_plugin_info_fill_from_file()
240 priority = g_key_file_get_integer (plugin_file, PLUGIN_GROUP, "Priority", NULL); in gnome_settings_plugin_info_fill_from_file()
[all …]
/dports/games/openomf/openomf-c36c421/src/plugins/
H A Dplugins.c42 char *plugin_file; in plugins_init() local
45 while((plugin_file = iter_next(&it)) != NULL) { in plugins_init()
47 if(strlen(plugin_file) <= 2) { in plugins_init()
52 int psize = strlen(pm_get_local_path(PLUGIN_PATH)) + strlen(plugin_file) + 1; in plugins_init()
54 sprintf(plugin_path, "%s%s", pm_get_local_path(PLUGIN_PATH), plugin_file); in plugins_init()
60 PERROR("Plugin file %s could not be opened: %s", plugin_file, SDL_GetError()); in plugins_init()
95 DEBUG(" * File: %s", plugin_file); in plugins_init()
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/mate-settings-daemon/
H A Dmate-settings-plugin-info.c168 GKeyFile *plugin_file = NULL; in mate_settings_plugin_info_fill_from_file() local
179 plugin_file = g_key_file_new (); in mate_settings_plugin_info_fill_from_file()
180 if (! g_key_file_load_from_file (plugin_file, filename, G_KEY_FILE_NONE, NULL)) { in mate_settings_plugin_info_fill_from_file()
185 if (! g_key_file_has_key (plugin_file, PLUGIN_GROUP, "IAge", NULL)) { in mate_settings_plugin_info_fill_from_file()
191 if (g_key_file_get_integer (plugin_file, PLUGIN_GROUP, "IAge", NULL) != 0) { in mate_settings_plugin_info_fill_from_file()
197 str = g_key_file_get_string (plugin_file, PLUGIN_GROUP, "Module", NULL); in mate_settings_plugin_info_fill_from_file()
208 str = g_key_file_get_locale_string (plugin_file, PLUGIN_GROUP, "Name", NULL, NULL); in mate_settings_plugin_info_fill_from_file()
231 str = g_key_file_get_string (plugin_file, PLUGIN_GROUP, "Copyright", NULL); in mate_settings_plugin_info_fill_from_file()
239 str = g_key_file_get_string (plugin_file, PLUGIN_GROUP, "Website", NULL); in mate_settings_plugin_info_fill_from_file()
247 priority = g_key_file_get_integer (plugin_file, PLUGIN_GROUP, "Priority", NULL); in mate_settings_plugin_info_fill_from_file()
[all …]
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/component/loader/
H A Dplugin_importLoader.py46 for plugin_file in sorted(plugin_files):
52 plugin_name = os.path.basename(plugin_file[:-3])
56 module = imp.load_source(plugin_name, plugin_file)
59 (plugin_name, plugin_file))
64 plugin_file,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py33 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
34 if not os.path.isfile(plugin_file):
37 seq = ("plugin", "load", plugin_file)
123 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
124 if not os.path.isfile(plugin_file):
127 seq = ("plugin", "load", plugin_file)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py33 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
34 if not os.path.isfile(plugin_file):
37 seq = ("plugin", "load", plugin_file)
123 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
124 if not os.path.isfile(plugin_file):
127 seq = ("plugin", "load", plugin_file)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py33 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
34 if not os.path.isfile(plugin_file):
37 seq = ("plugin", "load", plugin_file)
123 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
124 if not os.path.isfile(plugin_file):
127 seq = ("plugin", "load", plugin_file)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py33 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
34 if not os.path.isfile(plugin_file):
37 seq = ("plugin", "load", plugin_file)
123 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
124 if not os.path.isfile(plugin_file):
127 seq = ("plugin", "load", plugin_file)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py33 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
34 if not os.path.isfile(plugin_file):
37 seq = ("plugin", "load", plugin_file)
123 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
124 if not os.path.isfile(plugin_file):
127 seq = ("plugin", "load", plugin_file)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py33 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
34 if not os.path.isfile(plugin_file):
37 seq = ("plugin", "load", plugin_file)
123 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
124 if not os.path.isfile(plugin_file):
127 seq = ("plugin", "load", plugin_file)

1234567891011