Home
last modified time | relevance | path

Searched refs:date_select (Results 1 – 24 of 24) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/adherents/subscription/
H A Dlist.php52 $date_select = GETPOST("date_select", 'alpha'); variable
155 if (isset($date_select) && $date_select != '') {
156 $sql .= " AND c.dateadh >= '".((int) $date_select)."-01-01 00:00:00'";
157 $sql .= " AND c.dateadh < '".((int) $date_select + 1)."-01-01 00:00:00'";
217 if (!empty($date_select)) $title .= ' ('.$langs->trans("Year").' '.$date_select.')';
224 if ($date_select) $param .= "&date_select=".urlencode($date_select);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/adherents/subscription/
H A Dlist.php52 $date_select = GETPOST("date_select", 'alpha'); variable
167 if (isset($date_select) && $date_select != '') {
168 $sql .= " AND c.dateadh >= '".((int) $date_select)."-01-01 00:00:00'";
169 $sql .= " AND c.dateadh < '".((int) $date_select + 1)."-01-01 00:00:00'";
250 if (!empty($date_select)) {
251 $title .= ' ('.$langs->trans("Year").' '.$date_select.')';
267 if ($date_select) {
268 $param .= "&date_select=".urlencode($date_select);
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/eonasdan-bootstrap-datetimepicker/docs/
H A DExtras.md9 You can easily override the default rails form helpers (`date_select` and `datetime_select`) with b…
16 def date_select(method, options = {}, html_options = {})
40 That's all there is to it! Now all of your forms that use `datetime_select` or `date_select` will b…
/dports/www/limesurvey/limesurvey/assets/packages/bootstrap/plugins/datetimepicker/docs/
H A DExtras.md9 You can easily override the default rails form helpers (`date_select` and `datetime_select`) with b…
16 def date_select(method, options = {}, html_options = {})
40 That's all there is to it! Now all of your forms that use `datetime_select` or `date_select` will b…
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/eonasdan-bootstrap-datetimepicker/docs/
H A DExtras.md9 You can easily override the default rails form helpers (`date_select` and `datetime_select`) with b…
16 def date_select(method, options = {}, html_options = {})
40 That's all there is to it! Now all of your forms that use `datetime_select` or `date_select` will b…
/dports/devel/p5-Curses-UI/Curses-UI-0.9609/lib/Curses/UI/
H A DCalendar.pm39 'date-select' => \&date_select,
472 sub date_select() subroutine
504 $this->date_select(1);
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/
H A Dlist.php65 function date_select($params = '') { function
H A Dchannel.php89 function date_select($params = '') { function
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/default/
H A Dlist_data.php29 …<?php date_select('id="date_select" onchange="list_update($(\'date_select\')[$(\'date_select\').se…
H A Dchannel.php38 <?php date_select('onchange="$(\'program_listing\').submit()"') ?>
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/lite/
H A Dchannel.php35 <td><?php date_select() ?></td>
H A Dlist.php40 <tdnowrap><?php date_select() ?></td>
/dports/www/drupal8/drupal-8.9.20/core/modules/field/migrations/
H A Dd6_field_instance_widget_settings.yml51 date_select: datetime_default
H A Dd7_field_instance_widget_settings.yml55 date_select: datetime_default
/dports/www/drupal9/drupal-9.2.10/core/modules/field/migrations/
H A Dd6_field_instance_widget_settings.yml52 date_select: datetime_default
H A Dd7_field_instance_widget_settings.yml61 date_select: datetime_default
/dports/devel/p5-Curses-UI/Curses-UI-0.9609/lib/Curses/UI/Dialog/
H A DCalendar.pm86 $cal->date_select;
/dports/www/elixir-phoenix_html/phoenix_html-2.11.2/test/phoenix_html/
H A Dform_test.exs841 # date_select/4
843 test "date_select/4" do
844 content = safe_to_string(date_select(:search, :datetime))
849 content = safe_to_string(date_select(:search, :datetime, value: {2020, 04, 17}))
855 safe_to_string(date_select(:search, :datetime, value: %{year: 2020, month: 04, day: 07}))
870 date_select(
892 test "date_select/4 with form" do
893 content = safe_form(&date_select(&1, :datetime, default: {2020, 10, 13}))
902 content = safe_form(&date_select(&1, :unknown, default: {2020, 9, 9}))
907 content = safe_form(&date_select(&1, :unknown, default: {2020, 10, 13}))
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/mix/tasks/
H A Dphoenix.gen.html.ex127 {label(key), ~s(<%= date_select f, #{inspect(key)}, class: "form-control" %>), error(key)}
H A Dphx.gen.html.ex197 {label(key), ~s(<%= date_select f, #{inspect(key)}, class: "form-control" %>), error(key)}
/dports/www/elixir-phoenix_ecto/phoenix_ecto-3.3.0/test/phoenix_ecto/
H A Dhtml_test.exs189 assert input_type(f, :date) == :date_select
/dports/www/elixir-phoenix_ecto/phoenix_ecto-3.3.0/lib/phoenix_ecto/
H A Dhtml.ex122 :date -> :date_select
/dports/www/elixir-phoenix/phoenix-1.3.3/test/mix/tasks/
H A Dphx.gen.html_test.exs115 assert file =~ ~s(<%= date_select f, :announcement_date, class: "form-control" %>)
/dports/www/elixir-phoenix_html/phoenix_html-2.11.2/lib/phoenix_html/
H A Dform.ex1283 def date_select(form, field, opts \\ []) do function