Home
last modified time | relevance | path

Searched refs:input (Results 226 – 250 of 1436) sorted by relevance

12345678910>>...58

/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php332 * @param string $input JSON string
338 public static function jsonDecode(string $input) argument
344 } elseif ($obj === null && $input !== 'null') {
359 public static function jsonEncode(array $input): string argument
365 $json = \json_encode($input);
369 } elseif ($json === 'null' && $input !== null) {
381 * @param string $input A Base64 encoded string
389 $remainder = \strlen($input) % 4;
392 $input .= \str_repeat('=', $padlen);
394 return \base64_decode(\strtr($input, '-_', '+/'));
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php14 $input = <<<ICS
32 $vcal = Reader::read($input);
81 $input = <<<ICS
94 $vcal = Reader::read($input);
H A DExpandFloatingTimesTest.php15 $input = <<<ICS
27 $vcal = Reader::read($input);
67 $input = <<<ICS
79 $vcal = Reader::read($input);
/plugin/dw2pdf/_test/
H A DActionPagenameSortTest.php93 // the input is random
94 $input = $prepared;
95 shuffle($input);
99 usort($input, [$action, 'cbPagenameSort']);
101 $this->assertSame($prepared, $input);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js33 Diagram.prototype.getActorWithAlias = function(input) { argument
34 input = input.trim();
37 var s = /([\s\S]+) as (\S+)$/im.exec(input);
44 name = alias = input;
147 Diagram.parse = function(input) { argument
157 var diagram = parser.parse(input);
/plugin/bez/scripts/
H A Dthread.js22 $a.parent().find('input[name=type]').click();
30 $cause_type_div.find("input").attr("disabled", "disabled");
39 $cause_type_div.find("input").removeAttr("disabled");
110 jQuery("input[name=plan_date]").datepicker({
113 if (jQuery("input[name=all_day_event]").is(":checked")) {
116 jQuery("input[name=all_day_event]").on('change', function() {
208 this.input = jQuery( "<input>" )
212 .addClass( "custom-inviteUsersCombobox-input ui-widget ui-widget-content ui-state-default ui-corner-left" )
224 this._on( this.input, {
[all...]
/plugin/tagfilter/script/select2/
H A Dselect2_locale_sk.js16 formatInputTooShort: function (input, min) { argument
17 var n = min - input.length;
26 formatInputTooLong: function (input, max) { argument
27 var n = input.length - max;
H A Dselect2_locale_cs.js17 formatInputTooShort: function (input, min) { argument
18 var n = min - input.length;
27 formatInputTooLong: function (input, max) { argument
28 var n = input.length - max;
/plugin/bureaucracy-au/_test/
H A Dfield_file.test.php37 $input = "<form>\nfile \"Some label\" $arg\n</form>";
38 $this->assertPqSelector($input, $pqSelector);
43 $input = "<form>\nfile \"Some label\" upload:here $arg\n</form>";
44 $this->assertPqSelector($input, $pqSelector);
49 $input = "<form>\nfile \"Some label\" \"upload:here\" $arg\n</form>";
50 $this->assertPqSelector($input, $pqSelector);
/plugin/bureaucracyau/_test/
H A Dfield_file.test.php37 $input = "<form>\nfile \"Some label\" $arg\n</form>";
38 $this->assertPqSelector($input, $pqSelector);
43 $input = "<form>\nfile \"Some label\" upload:here $arg\n</form>";
44 $this->assertPqSelector($input, $pqSelector);
49 $input = "<form>\nfile \"Some label\" \"upload:here\" $arg\n</form>";
50 $this->assertPqSelector($input, $pqSelector);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php35 function parse($input) argument
37 $input = trim($input);
39 $authorArray = preg_split("/\s(and|&)\s/i", $input);
113 function grabSurname($input) argument
115 $surnameArray = split(" ", $input);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ConversationTurnUserInput.php68 public function setInput(GoogleCloudDialogflowCxV3QueryInput $input) argument
70 $this->input = $input;
77 return $this->input;
H A DGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput.php68 public function setInput(GoogleCloudDialogflowCxV3beta1QueryInput $input) argument
70 $this->input = $input;
77 return $this->input;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php12 $input = <<<ICS
29 $vcal = Reader::read($input);
80 $input = <<<ICS
92 $vcal = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DOverrideFirstEventTest.php12 $input = <<<ICS
29 $vcal = Reader::read($input);
80 $input = <<<ICS
92 $vcal = Reader::read($input);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Texttospeech/
H A DSynthesizeSpeechRequest.php46 public function setInput(SynthesisInput $input) argument
48 $this->input = $input;
55 return $this->input;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php13 $input = <<<ICS
25 $vcal = Reader::read($input);
67 $input = <<<ICS
79 $vcal = Reader::read($input);
H A DOverrideFirstEventTest.php12 $input = <<<ICS
29 $vcal = Reader::read($input);
80 $input = <<<ICS
92 $vcal = Reader::read($input);
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dlanguage.js68 var input = d.getElementsByTagName('input');
69 for(i=0; i<input.length; i++) {
70 if(input[i].getAttribute("fckLang")) {
71 var val = input[i].getAttribute("fckLang");
74 input[i].value = translation;
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dlanguage.js68 var input = d.getElementsByTagName('input');
69 for(i=0; i<input.length; i++) {
70 if(input[i].getAttribute("fckLang")) {
71 var val = input[i].getAttribute("fckLang");
74 input[i].value = translation;
/plugin/bureaucracy-au/
H A Dstyle.css46 .dokuwiki form.bureaucracyau__plugin label input.edit,
50 .dokuwiki form.bureaucracyau__plugin label input.datepicker,
51 .dokuwiki form.bureaucracyau__plugin label input.timefield {
59 .dokuwiki form.bureaucracyau__plugin label input[type=checkbox] {
64 .dokuwiki form.bureaucracyau__plugin input.button {
72 .dokuwiki form.bureaucracyau__plugin label input[type=radio]~span {
94 .dokuwiki form.bureaucracyau__plugin input.button {
/plugin/bureaucracyau/
H A Dstyle.css46 .dokuwiki form.bureaucracyau__plugin label input.edit,
50 .dokuwiki form.bureaucracyau__plugin label input.datepicker,
51 .dokuwiki form.bureaucracyau__plugin label input.timefield {
59 .dokuwiki form.bureaucracyau__plugin label input[type=checkbox] {
64 .dokuwiki form.bureaucracyau__plugin input.button {
72 .dokuwiki form.bureaucracyau__plugin label input[type=radio]~span {
94 .dokuwiki form.bureaucracyau__plugin input.button {
/plugin/bureaucracy/
H A Dstyle.css46 .dokuwiki form.bureaucracy__plugin label input.edit,
50 .dokuwiki form.bureaucracy__plugin label input.datepicker,
51 .dokuwiki form.bureaucracy__plugin label input.timefield {
59 .dokuwiki form.bureaucracy__plugin label input[type=checkbox] {
64 .dokuwiki form.bureaucracy__plugin input.button {
72 .dokuwiki form.bureaucracy__plugin label input[type=radio]~span {
94 .dokuwiki form.bureaucracy__plugin input.button {
/plugin/amcharts/assets/
H A Djs-yaml.min.js2input=e,this.filename=t.filename||null,this.schema=t.schema||H,this.onWarning=t.onWarning||null,th…
/plugin/editsections2/
H A Dstyle.css8 html.js body div.dokuwiki div.editbutton_section input.button {
12 body div.dokuwiki div.secedit input.button,
13 body div.dokuwiki div.editbutton_section input.button {
17 body div.dokuwiki div.editbutton_table input.button {

12345678910>>...58