Home
last modified time | relevance | path

Searched refs:option_select (Results 1 – 15 of 15) sorted by relevance

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/xoopsform/
H A Dformselecteditor.php66 $option_select = new XoopsFormSelect('', $this->name, $this->value);
70 $option_select->setExtra($extra);
71 $option_select->addOptionArray($editor_handler->getList($this->nohtml));
72 $this->addElement($option_select);
/dports/www/horde-ansel/ansel-3.0.10/templates/view/
H A Dgallery.html.php18 <?php if (empty($this->view->api) && $this->option_select && $this->numTiles): ?>
28 <?php if (!empty($this->option_select) && $this->numTiles): ?>
86 <?php if (!empty($this->option_select) && $this->numTiles): ?>
/dports/www/horde-ansel/ansel-3.0.10/templates/tile/
H A Dimage.html.php6 <?php if ($GLOBALS['registry']->getAuth() || $this->option_select): ?>
15 <?php if ($this->option_select): ?>
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/
H A Dpts_test_run_options.php245 …public static function batch_user_options(&$test_profile, $option_select = false, $validate_option… argument
258 if($option_select != false)
261 foreach(explode(',', $option_select) as $one)
277 $option_select = $os;
284 if($option_select != false && isset($option_select[$o->get_identifier()]))
288 if(in_array(trim($o->get_option_name($i)), $option_select[$o->get_identifier()]))
H A Dpts_test_suite.php169 $option_select = isset($to_execute->OptionSelect) ? $to_execute->OptionSelect : false;
170 $option_output = pts_test_run_options::batch_user_options($obj, $option_select, false);
/dports/devel/p5-Curses-UI/Curses-UI-0.9609/lib/Curses/UI/
H A DPopupmenu.pm45 $this->set_routine('option-select', \&option_select);
50 sub option_select() subroutine
53 $this->SUPER::option_select();
H A DMenubar.pm132 $this->set_routine('option-select',\&option_select);
241 sub option_select() subroutine
292 $this->option_select();
H A DListbox.pm44 'option-select' => \&option_select,
555 sub option_select() subroutine
/dports/sysutils/webmin/webmin-1.981/postfix/
H A Dgeneral.cgi91 &option_select("mynetworks_style",
H A Dpostfix-lib.pl433 sub option_select subroutine
/dports/www/horde-ansel/ansel-3.0.10/lib/Tile/
H A DImage.php121 … $view->option_select = $view->parent->hasPermission($registry->getAuth(), Horde_Perms::DELETE);
/dports/comms/tkscanfax/tkscanfax1/
H A Dscan-lib.tcl27 if [winfo exists $w(main).option] { option_select }
31 proc option_select {} { global s w procedure
H A Dscan-win.tcl94 option_select
/dports/www/horde-ansel/ansel-3.0.10/lib/View/GalleryRenderer/
H A DBase.php256 $view->option_select = $view->option_delete = $this->view->gallery->hasPermission(
/dports/www/drupal7/drupal-7.82/modules/field/modules/options/
H A Doptions.module216 $properties['empty_option'] = 'option_select';