Home
last modified time | relevance | path

Searched refs:option_interface (Results 1 – 25 of 80) sorted by relevance

1234

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/setup/
H A Dsetup_pluginOptions.php20 $option_interface = NULL; variable
43 if ($option_interface) {
45 …gettext('Plugin:%1$s option interface instantiated (%2$s)'), $extension, $option_interface), true);
46 $option_interface = new $option_interface; variable
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A DpluginDoc.php64 $option_interface = ''; variable
69 …ble, $plugin_author, $plugin_version, $plugin_is_filter, $plugin_URL, $option_interface, $doclink);
80 …, $plugin_author, $plugin_version, $plugin_is_filter, $plugin_URL, $option_interface, $doclink) = …
254 if ($option_interface) {
255 if (is_string($option_interface)) {
256 $option_interface = new $option_interface; variable
258 $options = $supportedOptions = $option_interface->getOptionsSupported();
H A Dadmin-plugins.php45 $option_interface = NULL;
47 if ($option_interface && is_string($option_interface)) {
48 $if = new $option_interface; // prime the default options
264 $option_interface = NULL;
266 if ($option_interface) {
H A Dadmin-options.php3136 $option_interface = NULL; variable
3183 $option_interface = NULL; variable
3231 $option_interface = new $option_interface; variable
3235 if (!empty($option_interface)) {
3298 $supportedOptions = $option_interface->getOptionsSupported();
3300 … customOptions($option_interface, '', NULL, false, $supportedOptions, NULL, NULL, $extension);
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A Dclass-textobject.php65 $option_interface = 'textObject_Options'; variable
H A DelFinder.php29 $option_interface = 'elFinder_options'; variable
H A DtrivialSpam.php16 $option_interface = 'zpTrivialSpam'; variable
H A Dsearch_statistics.php29 $option_interface = 'search_statistics'; variable
H A Dcolorbox_js.php29 $option_interface = 'colorbox'; variable
H A Dtag_suggest.php15 $option_interface = 'tagsuggest';
H A Dseo_zenphoto.php15 $option_interface = 'zenphoto_seo'; variable
H A Dzenphoto_news.php16 $option_interface = 'zenphoto_org_news'; variable
H A Dauto_backup.php29 $option_interface = 'auto_backup'; variable
H A DdefaultCodeblocks.php15 $option_interface = 'defaultCodeblocks'; variable
H A Dredirector.php37 $option_interface = 'redirectorOptions'; variable
H A DsimpleSpam.php16 $option_interface = 'zpSimpleSpam';
H A DreCaptcha.php24 $option_interface = 'reCaptcha'; variable
H A Dtinymce4.php20 $option_interface = 'tinymce4Options'; variable
H A Dclass-AnyFile.php25 $option_interface = 'AnyFile_Options'; variable
H A Ddynamic-locale.php32 $option_interface = 'dynamic_locale'; variable
H A Dmatomo.php38 $option_interface = 'matomoStats'; variable
H A DthemeSwitcher.php27 $option_interface = 'themeSwitcher';
H A Dclass-WEBdocs.php21 $option_interface = 'WEBdocs_Options'; variable
H A DmobileTheme.php84 $option_interface = 'mobileTheme'; variable
H A Duser_login-out.php16 $option_interface = 'user_logout_options';

1234