Home
last modified time | relevance | path

Searched full:input (Results 1651 – 1675 of 4846) sorted by relevance

1...<<61626364656667686970>>...194

/template/ameoto/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
102 div.dokuwiki input.edit,
115 html>body div.dokuwiki input.edit,
124 div.dokuwiki input.missing {
138 div.dokuwiki input.edit[disabled],
139 div.dokuwiki input.edit[readonly],
177 div.dokuwiki input.button,
191 html>body div.dokuwiki input.button,
196 * html div.dokuwiki input.button,
201 div.dokuwiki div.secedit input.button {
/template/simpleclean/css/
H A Ddesign.css133 label input.edit {
154 input.edit,select.edit {
167 input#qsearch_in {
172 input.missing {
188 input.button, button.button{
203 div.secedit input.button {
234 div.pagenav-prev input.button {
244 div.pagenav-next input.button {
834 div.mediaedit div.data input, div.mediaedit div.data textarea{
840 div.mediaedit div.data input.button {
/template/dokubook2/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
102 div.dokuwiki input.edit,
115 html>body div.dokuwiki input.edit,
124 div.dokuwiki input.missing {
138 div.dokuwiki input.edit[disabled],
139 div.dokuwiki input.edit[readonly],
177 div.dokuwiki input.button,
191 html>body div.dokuwiki input.button,
196 * html div.dokuwiki input.button,
201 div.dokuwiki div.secedit input.button {
/template/a_free_worldic/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
102 div.dokuwiki input.edit,
115 html>body div.dokuwiki input.edit,
124 div.dokuwiki input.missing {
138 div.dokuwiki input.edit[disabled],
139 div.dokuwiki input.edit[readonly],
187 div.dokuwiki input.button,
201 html>body div.dokuwiki input.button,
206 * html div.dokuwiki input.button,
211 div.dokuwiki div.secedit input.button {
/template/sidebar_theme/
H A Ddesign.css75 div.dokuwiki label.block input.edit {
102 div.dokuwiki input.edit,
115 html>body div.dokuwiki input.edit,
124 div.dokuwiki input.missing {
138 div.dokuwiki input.edit[disabled],
139 div.dokuwiki input.edit[readonly],
177 div.dokuwiki input.button,
191 html>body div.dokuwiki input.button,
196 * html div.dokuwiki input.button,
201 div.dokuwiki div.secedit input.button {
/dokuwiki/inc/
H A Dchangelog.php64 /** @var Input $INPUT */
65 global $INPUT;
75 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
122 /** @var Input $INPUT */
123 global $INPUT;
133 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php46 $input = 'BEGIN:VCALENDAR
59 $vcal = Reader::read($input);
80 $input = 'BEGIN:VCALENDAR
93 $vcal = Reader::read($input);
102 $input = 'BEGIN:VCALENDAR
118 $vcal = Reader::read($input);
153 $input = 'BEGIN:VCALENDAR
169 $vcal = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php87 * @param Component|array $input
92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument
99 if (is_array($input)) {
100 $events = $input;
101 } elseif ($input instanceof VEvent) {
103 $events = array($input);
110 if (!isset($input->VEVENT)) {
113 $events = $input->getByUID($uid);
/plugin/mediacacheconfig/
H A Daction.php36 global $INPUT;
38 if ($INPUT->has('cache')) {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php15 $input = <<<BLA
26 $reader->xml($input);
/plugin/geonav/
H A Dstyle.css41 .ui-input-button {
45 .ui-input-field {
/plugin/langdelete/lang/en/
H A Dlang.php10 $lang['i_legend'] = 'Input';
28 $lang['backto_inputbox'] = 'Back to the input form';
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.radio.png.php14 <input type="radio" name="name"/>
36 <input type="radio" name="name" checked="checked"/>
/plugin/rawless/
H A Daction.php35 global $INPUT;
37 if ( $INPUT->has('rawless') ) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst9 is the input charset:
25 * ``from``: The input charset
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
/plugin/virtualgroup/
H A Dstyle.css
/dokuwiki/lib/plugins/extension/
H A Dscript.js69 sectok: $btn.parents('form').find('input[name=sectok]').val()
135 var $input = jQuery( '<input />', { type: 'checkbox', name: chkName })
141 $input.trigger('click');
/plugin/rrdgraph/
H A Daction.php120 global $INPUT;
132 $rangeNr = $INPUT->int('range', 0, true);
133 $mode = $INPUT->str('mode', helper_plugin_rrdgraph::MODE_GRAPH_EMBEDDED, true);
134 $bindingSource = $INPUT->str('bind');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/
H A DActions.php38 * result. The input `Action`'s fields MUST meet the various canonicalization
41 * enforce the requirements and return errors if a non-canonical input is
59 * requested, such as a missing input or command or no worker being available.
69 * case of a missing input or command, the server SHOULD additionally send a
/template/mnml-blog/js/iepngfix/
H A Diepngfix.htc35 src && !(/IMG|INPUT/.test(elm.nodeName) && (t != 2)) &&
111 if (isSrc && elm.src && { IMG: 1, INPUT: 1 }[elm.nodeName]) {
128 if (this.tileBG && !{ IMG: 1, INPUT: 1 }[elm.nodeName]) {
159 'input',
/template/prsnl10/js/iepngfix/
H A Diepngfix.htc35 src && !(/IMG|INPUT/.test(elm.nodeName) && (t != 2)) &&
111 if (isSrc && elm.src && { IMG: 1, INPUT: 1 }[elm.nodeName]) {
128 if (this.tileBG && !{ IMG: 1, INPUT: 1 }[elm.nodeName]) {
159 'input',
/template/mystyle/
H A Ddesign.css84 div.dokuwiki label.block input.edit {
114 div.dokuwiki input.edit {
143 div.dokuwiki input.missing {
157 div.dokuwiki input.edit[disabled],
158 div.dokuwiki input.edit[readonly],
159 div.dokuwiki input.button[disabled],
207 div.dokuwiki input.button,
221 div.dokuwiki input.button:hover,
222 div.dokuwiki input.button:active {
233 * html div.dokuwiki input.button,
[all …]
/template/default/
H A Ddesign.css78 div.dokuwiki label.block input.edit {
110 div.dokuwiki input.edit,
123 html>body div.dokuwiki input.edit,
132 div.dokuwiki input.missing {
146 div.dokuwiki input.edit[disabled],
147 div.dokuwiki input.edit[readonly],
148 div.dokuwiki input.button[disabled],
202 div.dokuwiki input.button,
217 html>body div.dokuwiki input.button,
223 * html div.dokuwiki input.button,
[all …]

1...<<61626364656667686970>>...194