Home
last modified time | relevance | path

Searched refs:style_select (Results 1 – 25 of 28) sorted by relevance

12

/dports/chinese/phpbb-tw/phpBB2/includes/
H A Dfunctions_selects.php64 function style_select($default_style, $select_name = "style", $dirname = "templates") function
76 $style_select = '<select name="' . $select_name . '">';
81 …$style_select .= '<option value="' . $row['themes_id'] . '"' . $selected . '>' . $row['style_name'…
83 $style_select .= "</select>";
85 return $style_select;
H A Dusercp_register.php1068 'STYLE_SELECT' => style_select($user_style, 'style'),
/dports/www/phpbb/phpBB2/includes/
H A Dfunctions_selects.php64 function style_select($default_style, $select_name = "style", $dirname = "templates") function
76 $style_select = '<select name="' . $select_name . '">';
81 …$style_select .= '<option value="' . $row['themes_id'] . '"' . $selected . '>' . $row['style_name'…
83 $style_select .= "</select>";
85 return $style_select;
H A Dusercp_register.php1068 'STYLE_SELECT' => style_select($user_style, 'style'),
/dports/textproc/p5-dTemplate/dTemplate-2.5/example/
H A Ddtemplate.pl19 my $style_select={ lang => 'hun' };
28 choose dTemplate $style_select, @array;
/dports/deskutils/phpicalendar/phpicalendar-2.4/
H A Dpreferences.php235 $style_select = ''; variable
240 …$style_select .= ($file == "$cookie_style") ? "<option value=\"$file\" selected=\"selected\">$file…
275 'style_select' => $style_select,
H A Dmonth.php23 if (!isset($style_select)) $style_select = ''; variable
H A Dprint.php84 'style_select' => @$style_select,
H A Dyear.php94 'style_select' => @$style_select,
/dports/chinese/phpbb-tw/phpBB2/admin/
H A Dadmin_board.php92 $style_select = style_select($new['default_style'], 'default_style', "../templates"); variable
302 "STYLE_SELECT" => $style_select,
H A Dadmin_users.php1024 'STYLE_SELECT' => style_select($user_style, 'style'),
/dports/www/phpbb/phpBB2/admin/
H A Dadmin_board.php92 $style_select = style_select($new['default_style'], 'default_style', "../templates"); variable
302 "STYLE_SELECT" => $style_select,
H A Dadmin_users.php1024 'STYLE_SELECT' => style_select($user_style, 'style'),
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_bots.php329 $style_select = style_select($bot_row['bot_style'], true);
346 'S_STYLE_OPTIONS' => $style_select,
H A Dacp_forums.php512 $styles_list = style_select($forum_data['forum_style'], true);
H A Dacp_users.php1691 'S_STYLE_OPTIONS' => style_select($data['style']),
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_bots.php332 $style_select = style_select($bot_row['bot_style'], true);
349 'S_STYLE_OPTIONS' => $style_select,
H A Dacp_forums.php557 $styles_list = style_select($forum_data['forum_style'], true);
/dports/databases/vfront/vfront-0.96c/inc/
H A Dfunc.tratta_campo_submask.php402 $style_select = ($in_tipo=='select')? "" : "display:none;";
407 <div id=\"default-select-$id_reg_sub\" style=\"$style_select\">
H A Dfunc.tratta_campo.php381 $style_select = ($in_tipo=='select')? "" : "display:none;";
386 <div id=\"default-select-$id_reg\" style=\"$style_select\">
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_style.c600 style_select (Widget w, XtPointer closure, XtPointer call_data) in style_select() function
743 "style_select", (XtActionProc) style_select,
887 XtAddCallback (style_style_list, XtNcallback, style_select, (XtPointer) NULL); in init_manage_style_panel()
/dports/chinese/phpbb3-tw/phpBB3/includes/ucp/
H A Ducp_prefs.php191 'S_STYLE_OPTIONS' => ($config['override_user_style']) ? '' : style_select($data['style']),
/dports/www/phpbb3/phpBB3/includes/ucp/
H A Ducp_prefs.php212 … 'S_STYLE_OPTIONS' => ($config['override_user_style']) ? '' : style_select($data['user_style']),
/dports/textproc/p5-dTemplate/dTemplate-2.5/
H A DREADME620 my $style_select={ lang => 'hun' };
629 choose dTemplate $style_select, @array;
H A DdTemplate.pod658 my $style_select={ lang => 'hun' };
667 choose dTemplate $style_select, @array;

12