Home
last modified time | relevance | path

Searched refs:sel_field (Results 1 – 25 of 33) sorted by relevance

12

/dports/japanese/bugzilla50/ja-bugzilla50-5.0.2/default/admin/custom_fields/
H A Dedit-common.html.tmpl108 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
109 [% NEXT IF field && sel_field.id == field.id %]
110 <option value="[% sel_field.id FILTER html %]"
112 IF field && sel_field.id == field.visibility_field.id %]>
113 [% sel_field.description FILTER html %]
114 ([% sel_field.name FILTER html %])
179 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
180 [% NEXT IF field && sel_field.id == field.id %]
181 <option value="[% sel_field.id FILTER html %]"
183 [% sel_field.description FILTER html %]
[all …]
H A Dcf-js.js.tmpl17 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
18 select_values[[% sel_field.id FILTER js %]] = [
19 [% FOREACH legal_value = sel_field.legal_values %]
22 [% IF sel_field.name == 'component' %]
24 _ display_value(sel_field.name, legal_value.name) %]
26 [% SET value_name = display_value(sel_field.name, legal_value.name) %]
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/admin/custom_fields/
H A Dedit.html.tmpl98 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
99 [% NEXT IF sel_field.id == field.id %]
100 <option value="[% sel_field.id FILTER html %]"
102 IF sel_field.id == field.visibility_field.id %]>
103 [% sel_field.description FILTER html %]
104 ([% sel_field.name FILTER html %])
163 [% NEXT IF sel_field.id == field.id %]
164 <option value="[% sel_field.id FILTER html %]"
166 IF sel_field.id == field.value_field.id %]>
167 [% sel_field.description FILTER html %]
[all …]
H A Dcreate.html.tmpl119 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
120 <option value="[% sel_field.id FILTER html %]">
121 [% sel_field.description FILTER html %]
122 ([% sel_field.name FILTER html %])
160 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
161 <option value="[% sel_field.id FILTER html %]">
162 [% sel_field.description FILTER html %]
163 ([% sel_field.name FILTER html %])
/dports/devel/bugzilla50/bugzilla-5.0.4/template/en/default/admin/custom_fields/
H A Dedit-common.html.tmpl108 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
109 [% NEXT IF field && sel_field.id == field.id %]
110 <option value="[% sel_field.id FILTER html %]"
112 IF field && sel_field.id == field.visibility_field.id %]>
113 [% sel_field.description FILTER html %]
114 ([% sel_field.name FILTER html %])
177 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
178 [% NEXT IF field && sel_field.id == field.id %]
179 <option value="[% sel_field.id FILTER html %]"
181 [% sel_field.description FILTER html %]
[all …]
H A Dcf-js.js.tmpl17 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
18 select_values[[% sel_field.id FILTER js %]] = [
19 [% FOREACH legal_value = sel_field.legal_values %]
22 [% IF sel_field.name == 'component' %]
24 _ display_value(sel_field.name, legal_value.name) %]
26 [% SET value_name = display_value(sel_field.name, legal_value.name) %]
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/admin/custom_fields/
H A Dedit.html.tmpl97 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
98 [% NEXT IF sel_field.id == field.id %]
99 <option value="[% sel_field.id FILTER html %]"
101 IF sel_field.id == field.visibility_field.id %]>
102 [% sel_field.description FILTER html %]
103 ([% sel_field.name FILTER html %])
162 [% NEXT IF sel_field.id == field.id %]
163 <option value="[% sel_field.id FILTER html %]"
165 IF sel_field.id == field.value_field.id %]>
166 [% sel_field.description FILTER html %]
[all …]
H A Dcf-js.js.tmpl17 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
18 select_values[[% sel_field.id FILTER js %]] = [
19 [% FOREACH legal_value = sel_field.legal_values %]
22 [% IF sel_field.name == 'component' %]
24 _ display_value(sel_field.name, legal_value.name) %]
26 [% SET value_name = display_value(sel_field.name, legal_value.name) %]
H A Dcreate.html.tmpl117 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
118 <option value="[% sel_field.id FILTER html %]">
119 [% sel_field.description FILTER html %]
120 ([% sel_field.name FILTER html %])
159 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
160 <option value="[% sel_field.id FILTER html %]">
161 [% sel_field.description FILTER html %]
162 ([% sel_field.name FILTER html %])
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/admin/custom_fields/
H A Dcf-js.js.tmpl17 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
18 select_values[[% sel_field.id FILTER js %]] = [
19 [% FOREACH legal_value = sel_field.legal_values %]
22 [% IF sel_field.name == 'component' %]
24 _ display_value(sel_field.name, legal_value.name) %]
26 [% SET value_name = display_value(sel_field.name, legal_value.name) %]
H A Dedit.html.tmpl97 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
98 [% NEXT IF sel_field.id == field.id %]
99 <option value="[% sel_field.id FILTER html %]"
101 IF sel_field.id == field.visibility_field.id %]>
102 [% sel_field.description FILTER html %]
103 ([% sel_field.name FILTER html %])
162 [% NEXT IF sel_field.id == field.id %]
163 <option value="[% sel_field.id FILTER html %]"
165 IF sel_field.id == field.value_field.id %]>
166 [% sel_field.description FILTER html %]
[all …]
H A Dcreate.html.tmpl117 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
118 <option value="[% sel_field.id FILTER html %]">
119 [% sel_field.description FILTER html %]
120 ([% sel_field.name FILTER html %])
158 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
159 <option value="[% sel_field.id FILTER html %]">
160 [% sel_field.description FILTER html %]
161 ([% sel_field.name FILTER html %])
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/admin/custom_fields/
H A Dedit.html.tmpl101 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
102 [% NEXT IF sel_field.id == field.id %]
103 <option value="[% sel_field.id FILTER html %]"
105 IF sel_field.id == field.visibility_field.id %]>
106 [% field_descs.${sel_field.name} FILTER html %]
107 ([% sel_field.name FILTER html %])
168 [% NEXT IF sel_field.id == field.id %]
169 <option value="[% sel_field.id FILTER html %]"
171 IF sel_field.id == field.value_field.id %]>
172 [% field_descs.${sel_field.name} FILTER html %]
[all …]
H A Dcreate.html.tmpl124 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
125 <option value="[% sel_field.id FILTER html %]">
126 [% sel_field.description FILTER html %]
127 ([% sel_field.name FILTER html %])
166 [% FOREACH sel_field = Bugzilla.fields({ is_select => 1 }) %]
167 <option value="[% sel_field.id FILTER html %]">
168 [% field_descs.${sel_field.name} FILTER html %]
169 ([% sel_field.name FILTER html %])
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/profile/admin/
H A Dvisibility.php79 $sel_field = new XoopsFormSelect(_PROFILE_AM_FIELDVISIBLE, 'field_id'); variable
80 $sel_field->setExtra("style='width: 200px;'");
81 $sel_field->addOptionArray($fields);
82 $add_form->addElement($sel_field);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c79 app.selector = dcb->app_priority[i].sel_field + 1; in cxgb4_dcb_cleanup_apps()
82 app.selector = !!(dcb->app_priority[i].sel_field); in cxgb4_dcb_cleanup_apps()
375 app.selector = (fwap->sel_field + 1); in cxgb4_dcb_handle_fw_update()
381 app.selector = !!(fwap->sel_field); in cxgb4_dcb_handle_fw_update()
392 ap->sel_field = fwap->sel_field; in cxgb4_dcb_handle_fw_update()
812 if (pcmd.u.dcb.app_priority.sel_field == app_idtype) in __cxgb4_getapp()
885 pcmd.u.dcb.app_priority.sel_field = app_idtype; in __cxgb4_setapp()
1170 table[i].selector = (pcmd.u.dcb.app_priority.sel_field + 1); in cxgb4_getpeerapp_tbl()
H A Dcxgb4_dcb.h115 u8 sel_field; /* Protocol ID interpretation */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c79 app.selector = dcb->app_priority[i].sel_field + 1; in cxgb4_dcb_cleanup_apps()
82 app.selector = !!(dcb->app_priority[i].sel_field); in cxgb4_dcb_cleanup_apps()
375 app.selector = (fwap->sel_field + 1); in cxgb4_dcb_handle_fw_update()
381 app.selector = !!(fwap->sel_field); in cxgb4_dcb_handle_fw_update()
392 ap->sel_field = fwap->sel_field; in cxgb4_dcb_handle_fw_update()
812 if (pcmd.u.dcb.app_priority.sel_field == app_idtype) in __cxgb4_getapp()
885 pcmd.u.dcb.app_priority.sel_field = app_idtype; in __cxgb4_setapp()
1170 table[i].selector = (pcmd.u.dcb.app_priority.sel_field + 1); in cxgb4_getpeerapp_tbl()
H A Dcxgb4_dcb.h115 u8 sel_field; /* Protocol ID interpretation */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c79 app.selector = dcb->app_priority[i].sel_field + 1; in cxgb4_dcb_cleanup_apps()
82 app.selector = !!(dcb->app_priority[i].sel_field); in cxgb4_dcb_cleanup_apps()
375 app.selector = (fwap->sel_field + 1); in cxgb4_dcb_handle_fw_update()
381 app.selector = !!(fwap->sel_field); in cxgb4_dcb_handle_fw_update()
392 ap->sel_field = fwap->sel_field; in cxgb4_dcb_handle_fw_update()
812 if (pcmd.u.dcb.app_priority.sel_field == app_idtype) in __cxgb4_getapp()
885 pcmd.u.dcb.app_priority.sel_field = app_idtype; in __cxgb4_setapp()
1170 table[i].selector = (pcmd.u.dcb.app_priority.sel_field + 1); in cxgb4_getpeerapp_tbl()
H A Dcxgb4_dcb.h115 u8 sel_field; /* Protocol ID interpretation */ member
/dports/mail/elm/elm2.5.8/src/
H A Dfileio.c438 makeAttString(retbuf, retbuflen, attribution, sel_field, messageHeader) in makeAttString() argument
442 int sel_field; /* field to select in "%[...]" list */
596 if (expval != NULL && (!in_selection || curr_field == sel_field)) {
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Deditmap.h79 int sel_field; variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Deditmap.h79 int sel_field; variable
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/demos/
H A Dgetid3.css165 #sel_field {

12