Home
last modified time | relevance | path

Searched full:input (Results 276 – 300 of 4846) sorted by relevance

1...<<11121314151617181920>>...194

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php27 * @param string|object $input The GeoJSON string or object
31 public function read($input) argument
33 if (is_string($input)) {
34 $input = json_decode($input);
36 if (!is_object($input)) {
39 if (!isset($input->type) || !is_string($input->type)) {
44 if ($input->type == 'FeatureCollection' && isset($input
65 getSRID($input) global() argument
[all...]
/plugin/advanced/admin/
H A Dimport.php38 global $INPUT;
48 $cmd = $INPUT->extract('cmd')->str('cmd');
60 global $INPUT;
77 echo '<input type="hidden" name="do" value="admin" />';
78 echo '<input type="hidden" name="page" value="advanced_import" />';
88 global $INPUT;
92 $archive_file = $INPUT->str('file');
94 $files = array_keys($INPUT->arr('files'));
95 $ns = $INPUT->str('ns');
163 global $INPUT;
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php49 * the input `lexerActionExecutor` followed by a specified `lexerAction`.
87 * {@see IntStream::seek()} on the input {@see CharStream} to set the input
99 * position in the input stream.
107 * @return self A {@see LexerActionExecutor} which stores input stream offsets
147 * `input` {@see CharStream} prior to calling {@see LexerAction::execute()}
148 * on a position-dependent action. Before the method returns, the input
153 * @param CharStream $input The input stream which is the source for
156 * `input` shoul
164 execute(Lexer $lexer, CharStream $input, int $startIndex) global() argument
[all...]
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css371 input, selector
392 input, selector
399 input[type=radio],
401 input[type=image],
402 input.check {
406 input[type=submit],
408 input[type=reset],
409 input.button,
420 input[disabled],
422 input[readonly],
[all …]
/template/breeze/css/
H A Dbasic.css371 input, selector
392 input, selector
399 input[type=radio],
401 input[type=image],
402 input.check {
406 input[type=submit],
408 input[type=reset],
409 input.button,
420 input[disabled],
425 input[readonly],
[all …]
/template/monochrome/css/
H A Dbasic.css363 input, selector
384 input, selector
392 input[type=radio],
394 input[type=image],
395 input.check {
401 input[type=reset],
402 input.button,
409 input[disabled],
414 input[readonly],
422 input:focus,
[all …]
/template/plaintext/css/
H A Dbasic.css371 input, selector
392 input, selector
399 input[type=radio],
401 input[type=image],
402 input.check {
406 input[type=submit],
408 input[type=reset],
409 input.button,
420 input[disabled],
425 input[readonly],
[all …]
/template/m1/css/
H A Dbasic.css371 input, selector
392 input, selector
399 input[type=radio],
401 input[type=image],
402 input.check {
406 input[type=submit],
408 input[type=reset],
409 input.button,
420 input[disabled],
422 input[readonly],
[all …]
/template/cowboy/css/
H A Dbasic.css371 input, selector
392 input, selector
399 input[type=radio],
401 input[type=image],
402 input.check {
406 input[type=submit],
408 input[type=reset],
409 input.button,
420 input[disabled],
422 input[readonly],
[all …]
/plugin/autolink3/
H A Dadmin.php89 …<input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/delete.gif' name='supr' va…
90 …<input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/edit.gif' name='mod' value…
96 $ret .="<td><input type = 'text' name='new_link' value='".$lign[0]."'/></td>
100 …<input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/add.gif' name='complete' v…
143 <input type='hidden' name='do' value='admin' />
144 <input type='hidden' name='add' value=''/>
145 <input type='hidden' name='page' value='autolink3' />
146 <input type='hidden' name='ligne' value='".$_REQUEST['mod']."' />
147 <input type='hidden' name='up' value='".$mem."' />
158 <input type = 'text' name='word'/>
[all …]
/plugin/tablelayout/action/
H A Daction.php45 global $INPUT;
51 $form->setHiddenField('tablelayout', $INPUT->str('tablelayout'));
55 $form->addHidden('tablelayout', $INPUT->str('tablelayout'));
61 global $TEXT, $INPUT;
67 $newSyntax = $helper->buildSyntaxFromJSON($INPUT->str('tablelayout'));
73 if ($INPUT->post->has('edittable__new')) {
83 if ($INPUT->post->has('edittable__new')) {
86 $INPUT->post->set('tablelayout', json_encode(array(
110 global $RANGE, $INPUT;
111 if (!$INPUT->has('tablelayout')) {
[all …]
/plugin/rtmchecklist/
H A Daction.php49 …$inputRtmEmail.= '<input type="text" name="rtmemail" class="edit" size="200" value="'.$currentRtmE…
53 $rtm_form = '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />';
55 $rtm_form.= '<input type="hidden" name="do" value="rtmemailregister" />';
57 $rtm_form.= '<input type="submit" value="Save" class="button" />';
58 $rtm_form.= '<input type="reset" value="Reset" class="button" />';
91 global $INPUT; //available since release 2012-10-13 "Adora Belle"
111 $tasksList = $INPUT->str('taskslist');
132 $pageId = $INPUT->str('id');
139 global $INPUT; //available since release 2012-10-13 "Adora Belle"
156 …fwrite($fp, "\$INFO['userinfo']['rtmemail'] = '".htmlspecialchars($INPUT->str('rtmemail'))."';\n");
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php22 * Returns an array of all k-combinations from an input array of n elements, where k equals 1..n.
36 $input = array_unique($array);
37 if (count($input) <= 1) {
38 return [$input];
41 sort($input);
43 foreach ($input as $value) {
47 $n = count($input);
49 $combinations = array_merge($combinations, self::combinations($input, $k));
56 * Returns an array of unique k-combinations from an input array.
/template/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.checkbox.js13 this.$input = this.$el.find('input[type=checkbox]');
23 if(scope.$input.is('[disabled]')) {
42 if(this.$input.prop('checked') || this.$el.hasClass('checked')) {
51 // check checkbox - check input, add checked class, append <i>
57 this.$input.prop('checked', true);
64 // uncheck checkbox - uncheck input, remove checked class, remove <i>
69 this.$input.prop('checked', false);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php11 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
12 $mimeDir = new VObject\Parser\MimeDir($input);
14 $result = $mimeDir->parse($input);
21 $input,
29 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
30 $mimeDir = new VObject\Parser\MimeDir($input);
32 $result = $mimeDir->parse($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php11 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
12 $mimeDir = new VObject\Parser\MimeDir($input);
14 $result = $mimeDir->parse($input);
21 $input,
29 $input = "BEGIN:VCARD\r\nVERSION:4.0\r\nLANG:nl\r\nEND:VCARD\r\n";
30 $mimeDir = new VObject\Parser\MimeDir($input);
32 $result = $mimeDir->parse($input);
/template/kajukkk/bs/
H A Dbootstrap.css122 input, selector
1146 input[type="date"].input-sm,
1147 input[type="time"].input-sm,
1149 input[type="month"].input-sm,
1150 .input-group-sm input[type="date"],
1151 .input-group-sm input[type="time"],
1156 input[type="date"].input-lg,
1157 input[type="time"].input-lg,
1159 input[type="month"].input-lg,
2445 .input-group-addon.input-sm {
[all …]
H A Dbootstrap.min.css14input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,… selector
/plugin/indexmenu/scripts/
H A Dtoolbarindexwizard.js85 '<div><label>' + LANG.plugins.indexmenu.namespace + '<input id="namespace" type="text"></label></div>' +
86 '<div><label class="number">' + LANG.plugins.indexmenu.nsdepth + ' #<input id="nsdepth" type="text" value=1></label></div>' +
91 '<input type="submit" value="' + LANG.plugins.indexmenu.insert + '" class="button" id="indexmenu__insert">' +
94 '<label class="number">' + LANG.plugins.indexmenu.metanum + '<input type="text" id="metanumber"></label>' +
95 '<input type="submit" value="' + LANG.plugins.indexmenu.insertmetanum + '" class="button" id="indexmenu__insertmetanum">' +
122 .html('<input id="' + elid + '" type="checkbox">' + label)
132 .html('#<input type="text" id="' + numid + '">')
157 jQuery('label.number input').on('keydown keyup', function () {
160 //checked the option if a number in input
217 * Allow only number, by direct removing other characters from input
242 AnonymousFunction2ff88f970700(i, input) global() argument
[all...]
/plugin/data-au/
H A Dscript.js5 jQuery('.dataau_type_dt input').datepicker({
22 * @param {jQuery} $input
23 * @return {String} aliastype of the input
25 function getAliastype($input) { argument
26 var classes = $input.parent().attr('class').split(' '),
82 jQuery(".dataau_type_page input").autocomplete({
98 jQuery(".dataau_type_pages input")
132 // remove the current input
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_select.html123 <td width="100%" colSpan="2"><input id="txtName" style="WIDTH: 100%" type="text"></td>
127 …<td width="100%" colSpan="2"><input id="txtSelValue" style="WIDTH: 100%; BACKGROUND-COLOR: buttonf…
131 …<td nowrap><input id="txtLines" type="text" size="2" value="">&nbsp;<span fckLang="DlgSelectLines"…
132 …<td nowrap align="right"><input id="chkMultiple" name="chkMultiple" type="checkbox"><label for="ch…
143 <input id="txtText" style="WIDTH: 100%" type="text" name="txtText">
146 <input id="txtValue" style="WIDTH: 100%" type="text" name="txtValue">
148 …<td vAlign="bottom"><input onclick="Add();" type="button" fckLang="DlgSelectBtnAdd" value="Add"></…
149 …<td vAlign="bottom"><input onclick="Modify();" type="button" fckLang="DlgSelectBtnModify" value="M…
162 …<td vAlign="bottom" colSpan="2"><input style="WIDTH: 100%" onclick="Move(-1);" type="button" fckLa…
164 <input style="WIDTH: 100%" onclick="Move(1);" type="button" fckLang="DlgSelectBtnDown"
[all …]
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_select.html126 <td width="100%" colSpan="2"><input id="txtName" style="WIDTH: 100%" type="text"></td>
130 …<td width="100%" colSpan="2"><input id="txtSelValue" style="WIDTH: 100%; BACKGROUND-COLOR: buttonf…
134 …<td nowrap><input id="txtLines" type="text" size="2" value="">&nbsp;<span fckLang="DlgSelectLines"…
135 …<td nowrap align="right"><input id="chkMultiple" type="checkbox"><label for="chkMultiple" fckLang=…
146 <input id="txtText" style="WIDTH: 100%" type="text">
149 <input id="txtValue" style="WIDTH: 100%" type="text">
151 …<td vAlign="bottom"><input onclick="Add();" type="button" fckLang="DlgSelectBtnAdd" value="Add"></…
152 …<td vAlign="bottom"><input onclick="Modify();" type="button" fckLang="DlgSelectBtnModify" value="M…
165 …<td vAlign="bottom" colSpan="2"><input style="WIDTH: 100%" onclick="Move(-1);" type="button" fckLa…
167 <input style="WIDTH: 100%" onclick="Move(1);" type="button" fckLang="DlgSelectBtnDown"
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithToString.php9 private $input; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithToString
11 public function __construct($input) argument
13 $this->input = $input;
18 return $this->input;
/template/rtd_suterdev/css/
H A D_admin.css50 #config__manager td input.edit
74 #config__manager td .input
128 #config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manag…
138 #config__manager tr input[type="checkbox"]
176 #config__manager tr .input, #config__manager tr input, #config__manager tr textarea, #config__manag…
182 #config__manager input[type="checkbox"]
229 #acl_manager #acl__user input
296 #acl_manager table td input[type="radio"]
347 #plugin__styling table td input
393 #user__manager table input
[all …]
/plugin/captcha/
H A Daction.php55 * by $act alone but needs to inspect other input variables.
62 global $INPUT;
69 return $INPUT->bool('save');
80 * Aborting depends on the mode. It might unset certain input parameters or simply switch
89 global $INPUT;
96 $INPUT->post->set('save', false);
130 global $INPUT;
132 if (!$INPUT->bool('u')) return; // this login was not triggered by a form
153 global $INPUT;
159 if (!$this->getConf('forusers') && $INPUT
[all...]

1...<<11121314151617181920>>...194