Home
last modified time | relevance | path

Searched full:input (Results 1476 – 1500 of 4846) sorted by relevance

1...<<51525354555657585960>>...194

/plugin/newpagetemplate/
H A Daction.php64 global $INPUT;
65 $template = trim($INPUT->str('newpagetemplate'));
82 explode(';', $INPUT->str('newpagevars'))
176 global $INPUT;
177 if (!$INPUT->has('newpagetemplate')) {
181 $pq = trim($INPUT->str('newpagetemplate'), ':');
189 global $ID,$INPUT;
192 echo "You do not have access to the template " . htmlentities($INPUT->str('newpagetemplate')) . '</br>';
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php84 global $INPUT;
91 $key = $INPUT->str('key');
92 $value = $INPUT->str('value');
174 global $INPUT;
176 $key = $INPUT->str('key');
/plugin/struct/action/
H A Dentry.php55 * Clean up and validate the input data
64 global $ID, $INPUT;
70 $valid = AccessDataValidator::validateDataForPage($INPUT->arr(self::$VAR), $ID, $errors);
81 // FIXME we used to set the cleaned data as new input data. this caused #140
126 * When this is called, INPUT data has been validated already.
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php10 function testGetNormalizedValue($expected, $input) { argument
13 $property = $vobj->add('ATTENDEE', $input);
/dokuwiki/inc/Action/
H A DAbstractUserAction.php20 global $INPUT;
21 if ($INPUT->server->str('REMOTE_USER') === '') {
/plugin/ckgdoku/scripts/
H A Ddraft_delete.php5 global $INPUT;
7 $cname = $INPUT->str('draft_id');
/plugin/pdb/
H A Dpdb_search_box.htm4 <input type="text" name="inputQuickSearch" size="10"><input type="submit" name="submit" value="Go">…
/plugin/indexmenu/
H A Dadmin.php
/template/roundbox/
H A Ddesign.css80 div.dokuwiki label.block input.edit {
112 div.dokuwiki input.edit,
125 html>body div.dokuwiki input.edit,
134 div.dokuwiki input.missing {
148 div.dokuwiki input.edit[disabled],
149 div.dokuwiki input.edit[readonly],
150 div.dokuwiki input.button[disabled],
198 div.dokuwiki input.button,
212 html>body div.dokuwiki input.button,
218 * html div.dokuwiki input.button,
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dscheme.php55 'call-with-input-file', 'call-with-output-file', 'call/cc', 'car',
61 'char>=?', 'char>?', 'char?', 'close-input-port', 'close-output-port',
63 'current-input-port', 'current-output-port',
75 'inexact?', 'input-port?', 'integer->char', 'integer?', 'integrate-system',
88 'odd?', 'open-input-file', 'open-output-file', 'or', 'output-port',
112 'with-input-from-file', 'with-output-to-file', 'write', 'write-char',
/dokuwiki/lib/scripts/
H A Dbehaviour.js62 jQuery(document).on('click','#page__revisions input[type=checkbox]',
118 * When a <select> or <input> tag has the class "quickselect", this script will
161 $list = $form.find("input[name='sub_style'][value='list']");
162 $digest = $form.find("input[name='sub_style'][value='digest']");
164 $form.find("input[name='sub_target']")
191 var $all = jQuery('input[type="checkbox"][name="rev2[]"]', $revisions);
/plugin/dokubookmark/
H A Dhelper.php180 $form->addElement(form_makeTag('input', array(
215 $form->addElement(form_makeTag('input', array(
288 i0 = document.createElement('input');
293 i1 = document.createElement('input');
298 i3 = document.createElement('input');
303 i4 = document.createElement('input');
/template/sandy/
H A Dsandy_design.css287 div.dokuwiki div.page input {
290 div.dokuwiki div.page input:hover {
320 div.dokuwiki #footer input {
342 div.dokuwiki #footer input {
346 div.dokuwiki #footer input:hover {
362 div.dokuwiki #dw__search input.button {
/plugin/codemirror/dist/modes/
H A Dscheme.min.js1input-file call-with-output-file case cond define define-syntax delay do dynamic-wind else for-eac…
/plugin/blog/syntax/
H A Dblog.php49 global $INPUT;
53 $first = $INPUT->int('first');
205 DOKU_TAB.DOKU_TAB.'<input type="hidden" name="id" value="'.$ID.'" />'.DOKU_LF.
206 DOKU_TAB.DOKU_TAB.'<input type="hidden" name="do" value="newentry" />'.DOKU_LF.
207 DOKU_TAB.DOKU_TAB.'<input type="hidden" name="ns" value="'.$ns.'" />'.DOKU_LF.
208 DOKU_TAB.DOKU_TAB.'<input class="edit" type="text" name="title" id="blog__newentry_title" size="40" tabindex="1" />'.DOKU_LF.
209 DOKU_TAB.DOKU_TAB.'<input class="button" type="submit" value="'.$lang['btn_create'].'" tabindex="2" />'.DOKU_LF.
/plugin/edittable/action/
H A Deditor.php59 global $INPUT;
93 foreach ($INPUT->post->arr('edittable__new', []) as $k => $v) {
108 foreach ($INPUT->post->arr('edittable__new', []) as $k => $v) {
128 global $INPUT;
129 if (!$INPUT->post->has('edittable_data')) return;
131 $data = json_decode($INPUT->post->str('edittable_data'), true);
132 $meta = json_decode($INPUT->post->str('edittable_meta'), true);
/template/mywiki/css/
H A Dmywiki-responsive.css21 #config__manager td .input,
23 #config__manager td input.edit {
35 .input-group .form-control, #qsearch__in {
291 #s::-webkit-input-placeholder {
294 .input-group-btn > .btn {
424 .input-group .form-control {
454 .input-group .form-control {
/dokuwiki/inc/Menu/Item/
H A DResendpwd.php15 global $INPUT;
18 if ($INPUT->server->str('REMOTE_USER')) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DIssue26Test.php16 $input = <<<ICS
28 $vcal = Reader::read($input);
/plugin/bureaucracyau/helper/
H A Dfieldemail.php5 * Creates a single line input field where the input is validated to be a valid email address
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
/plugin/bureaucracy-au/helper/
H A Dfieldemail.php5 * Creates a single line input field where the input is validated to be a valid email address
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DUriTest.php14 $input = <<<ICS
22 $output = Reader::read($input)->serialize();
/template/bootstrap3/compat/inc/Menu/Item/
H A DResendpwd.php14 global $INPUT;
17 if($INPUT->server->str('REMOTE_USER')) {

1...<<51525354555657585960>>...194