Home
last modified time | relevance | path

Searched refs:htmlid (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/moodle39/moodle/blocks/private_files/
H A Drenderer.php42 $htmlid = 'private_files_tree_'.uniqid();
43 … $this->page->requires->js_init_call('M.block_private_files.init_tree', array(false, $htmlid));
44 $html = '<div id="'.$htmlid.'">';
/dports/www/moodle310/moodle/blocks/private_files/
H A Drenderer.php41 $htmlid = 'private_files_tree_'.uniqid();
42 $this->page->requires->js_call_amd('block_private_files/files_tree', 'init', [$htmlid]);
43 $html = '<div id="'.$htmlid.'">';
/dports/www/moodle311/moodle/blocks/private_files/
H A Drenderer.php41 $htmlid = 'private_files_tree_'.uniqid();
42 $this->page->requires->js_call_amd('block_private_files/files_tree', 'init', [$htmlid]);
43 $html = '<div id="'.$htmlid.'">';
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.formprojet.class.php71 * @param int $htmlid Html id to use instead of htmlname
74 …abled = 0, $mode = 0, $filterkey = '', $nooutput = 0, $forceaddid = 0, $morecss = '', $htmlid = '') argument
101 …y, abs($discard_closed), $forcefocus, $disabled, 0, $filterkey, 1, $forceaddid, $htmlid, $morecss);
136 * @param int $htmlid Html id to use instead of htmlname
140 …sabled = 0, $mode = 0, $filterkey = '', $nooutput = 0, $forceaddid = 0, $htmlid = '', $morecss = '… argument
147 if (empty($htmlid)) $htmlid = $htmlname;
186 $comboenhancement = ajax_combobox($htmlid, array(), 0, $forcefocus);
192 … '.$morecss : '').'"'.($disabled ? ' disabled="disabled"' : '').' id="'.$htmlid.'" name="'.$htmlna…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.formprojet.class.php71 * @param int $htmlid Html id to use instead of htmlname
74 …abled = 0, $mode = 0, $filterkey = '', $nooutput = 0, $forceaddid = 0, $morecss = '', $htmlid = '') argument
99 …y, abs($discard_closed), $forcefocus, $disabled, 0, $filterkey, 1, $forceaddid, $htmlid, $morecss);
135 * @param int $htmlid Html id to use instead of htmlname
139 …sabled = 0, $mode = 0, $filterkey = '', $nooutput = 0, $forceaddid = 0, $htmlid = '', $morecss = '… argument
146 if (empty($htmlid)) {
147 $htmlid = $htmlname;
191 $comboenhancement = ajax_combobox($htmlid, array(), 0, $forcefocus);
197 … '.$morecss : '').'"'.($disabled ? ' disabled="disabled"' : '').' id="'.$htmlid.'" name="'.$htmlna…
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/3rdParty/pla/htdocs/
H A Dexpand.php25 $app['server']->getIndex(),random_junk(),htmlid($app['server']->getIndex(),$dn)));
H A Dcollapse.php25 $app['server']->getIndex(),random_junk(),htmlid($app['server']->getIndex(),$dn)));
/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/htdocs/
H A Dcollapse.php25 …$app['server']->getIndex(),random_junk(),htmlid($app['server']->getIndex(),$dn),app_session_param(…
H A Dexpand.php25 …$app['server']->getIndex(),random_junk(),htmlid($app['server']->getIndex(),$dn),app_session_param(…
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-edit_submission.php579 $htmlid = str_replace('.', '_', $att['itemId']); variable
580 $t[$htmlid] = 'y';
581 $js_string .= "'$htmlid', 'y', ";
H A Dtiki-edit_article.php768 $htmlid = str_replace('.', '_', $att['itemId']); variable
769 $t[$htmlid] = 'y';
770 $js_string .= "'$htmlid', 'y', ";
/dports/www/moodle310/moodle/mod/wiki/
H A Drenderer.php483 $htmlid = 'wiki_files_tree_'.uniqid();
485 …$this->page->requires->js_init_call('M.mod_wiki.init_tree', array(false, $htmlid), false, $module);
486 $html = '<div id="'.$htmlid.'">';
H A Dpagelib.php1370 $htmlid = 'auto-rb' . sprintf('%04d', ++$idcounter);
1372 … $output .= '<input name="' . $name . '" id="' . $htmlid . '" type="radio" value="' . $value . '"';
1380 … $output .= ' /> <label for="' . $htmlid . '">' . $value . '</label></span>' . "\n";
1382 … $output .= ' /> <label for="' . $htmlid . '">' . $label . '</label></span>' . "\n";
2711 $htmlid = 'auto-rb' . sprintf('%04d', ++$idcounter);
2713 … $output .= '<input name="' . $name . '" id="' . $htmlid . '" type="radio" value="' . $value . '"';
2721 … $output .= ' /> <label for="' . $htmlid . '">' . $value . '</label></span>' . "\n";
2723 … $output .= ' /> <label for="' . $htmlid . '">' . $label . '</label></span>' . "\n";
/dports/www/moodle311/moodle/mod/wiki/
H A Drenderer.php494 $htmlid = 'wiki_files_tree_'.uniqid();
496 …$this->page->requires->js_init_call('M.mod_wiki.init_tree', array(false, $htmlid), false, $module);
497 $html = '<div id="'.$htmlid.'">';
H A Dpagelib.php1370 $htmlid = 'auto-rb' . sprintf('%04d', ++$idcounter);
1372 … $output .= '<input name="' . $name . '" id="' . $htmlid . '" type="radio" value="' . $value . '"';
1380 … $output .= ' /> <label for="' . $htmlid . '">' . $value . '</label></span>' . "\n";
1382 … $output .= ' /> <label for="' . $htmlid . '">' . $label . '</label></span>' . "\n";
2711 $htmlid = 'auto-rb' . sprintf('%04d', ++$idcounter);
2713 … $output .= '<input name="' . $name . '" id="' . $htmlid . '" type="radio" value="' . $value . '"';
2721 … $output .= ' /> <label for="' . $htmlid . '">' . $value . '</label></span>' . "\n";
2723 … $output .= ' /> <label for="' . $htmlid . '">' . $label . '</label></span>' . "\n";
/dports/www/moodle39/moodle/mod/wiki/
H A Drenderer.php483 $htmlid = 'wiki_files_tree_'.uniqid();
485 …$this->page->requires->js_init_call('M.mod_wiki.init_tree', array(false, $htmlid), false, $module);
486 $html = '<div id="'.$htmlid.'">';
H A Dpagelib.php1370 $htmlid = 'auto-rb' . sprintf('%04d', ++$idcounter);
1372 … $output .= '<input name="' . $name . '" id="' . $htmlid . '" type="radio" value="' . $value . '"';
1380 … $output .= ' /> <label for="' . $htmlid . '">' . $value . '</label></span>' . "\n";
1382 … $output .= ' /> <label for="' . $htmlid . '">' . $label . '</label></span>' . "\n";
2711 $htmlid = 'auto-rb' . sprintf('%04d', ++$idcounter);
2713 … $output .= '<input name="' . $name . '" id="' . $htmlid . '" type="radio" value="' . $value . '"';
2721 … $output .= ' /> <label for="' . $htmlid . '">' . $value . '</label></span>' . "\n";
2723 … $output .= ' /> <label for="' . $htmlid . '">' . $label . '</label></span>' . "\n";
/dports/biology/emboss/EMBOSS-6.6.0/ajax/ensembl/
H A Densqcsequence.h222 AjBool htmlid,
H A Densqcsequence.c1491 AjBool htmlid, in ensQcsequenceFetchAnchorExternal() argument
1514 if (htmlid) in ensQcsequenceFetchAnchorExternal()
1547 if (htmlid) in ensQcsequenceFetchAnchorExternal()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dfunctions_html.php1655 $htmlid = 'radiobtn'.sprintf ('%04d', ++$idcounter);
1656 $output .= ' id="'.$htmlid.'"';
1671 $output .= '<label for="'.$htmlid.'">'. $label .'</label>' . "\n";
/dports/www/moodle311/moodle/mod/assign/
H A Drenderer.php60 $this->htmlid = html_writer::random_id('assign_files_tree');
61 $this->page->requires->js_init_call('M.mod_assign.init_tree', array(true, $this->htmlid));
62 $html = '<div id="'.$this->htmlid.'">';
/dports/www/moodle310/moodle/mod/assign/
H A Drenderer.php60 $this->htmlid = html_writer::random_id('assign_files_tree');
61 $this->page->requires->js_init_call('M.mod_assign.init_tree', array(true, $this->htmlid));
62 $html = '<div id="'.$this->htmlid.'">';
/dports/www/moodle39/moodle/mod/assign/
H A Drenderer.php60 $this->htmlid = html_writer::random_id('assign_files_tree');
61 $this->page->requires->js_init_call('M.mod_assign.init_tree', array(true, $this->htmlid));
62 $html = '<div id="'.$this->htmlid.'">';
/dports/www/moodle310/moodle/lib/
H A Doutputcomponents.php4891 * @param string $htmlid The container ID.
4895 public function __construct($htmlid = '', $width = 500, $autostart = false) { argument
4900 if (!empty($htmlid)) {
4901 $this->html_id = $htmlid;
/dports/www/moodle311/moodle/lib/
H A Doutputcomponents.php4878 * @param string $htmlid The container ID.
4882 public function __construct($htmlid = '', $width = 500, $autostart = false) { argument
4887 if (!empty($htmlid)) {
4888 $this->html_id = $htmlid;

12