Lines Matching refs:js

82         /* @deprecated 2021-07-01 -- allow (temporary) switching between versions of the js treemenu */
183 //check defaults for js,js#theme, #theme
184 if (!$js = in_array('js', $defaults)) {
185 if (preg_match('/(?:^|\s)(js)?#(\S*)/u', $defaultsStr, $matched_js_theme) > 0) {
187 $js = true;
194 //check opts for nojs,#theme or js,js#theme
195 if ($js) {
197 $js = false;
198 } elseif (preg_match('/(?:^|\s)(?:js)?#(\S*)/u', $optsStr, $matched_theme) > 0) {
203 } elseif ($js = in_array('js', $opts)) {
205 } elseif (preg_match('/(?:^|\s)js#(\S*)/u', $optsStr, $matched_theme) > 0) {
206 $js = true;
212 if ($js) {
236 //max js option
240 /* @deprecated 2021-07-01 -- allow (temporary) switching between versions of the js treemenu */
242 /* @deprecated 2021-07-01 -- allow (temporary) switching between versions of the js treemenu */
244 /* @deprecated 2021-07-01 -- allow (temporary) switching between versions of the js treemenu */
300 //js options
330 'js' => $js,
413 //opts for search(): level, nons, nopg, subnss, max, maxajax, js, skipns, skipfile, skipnscombined,
432 if ($opts['js'] & $conf['defer_js']) {
434 'Indexmenu Plugin: If you use the \'js\'-option of the indexmenu plugin, you have to '
441 if ($js_dTreeOpts['navbar'] && !$opts['js']) {
472 if (!($js_dTreeOpts['navbar'] && !$opts['js']) && !$js_dTreeOpts['context']) {
492 * @param array $opts entries of opts for search(): level, nons, nopg, nss, max, maxajax, js, skipns, skipfile,
495 * @return bool|string return html for a nojs index and when enabled the js rendered index, otherwise false
511 if ($opts['js']) {
535 // toggle sidebar the toggle interacts with hide needed for js option.
550 unset($opts['js']); //always true
666 * @param boolean $noajax return as inline js (=true) or array for ajax response (=false)