Home
last modified time | relevance | path

Searched refs:input (Results 401 – 425 of 1436) sorted by last modified time

1...<<11121314151617181920>>...58

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php21 $input = <<<HI
32 $obj = Reader::read($input);
46 $input = <<<HI
59 $obj = Reader::read($input);
H A DVTimeZoneTest.php12 $input = <<<HI
22 $obj = Reader::read($input);
36 $input = <<<HI
46 $obj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php158 function testVCardDate($input, $output) { argument
162 DateTimeParser::parseVCardDateTime($input)
H A DVCard21Test.php12 $input = <<<VCF
20 $vobj = Reader::read($input);
21 $output = $vobj->serialize($input);
23 $this->assertEquals($input, $output);
29 $input = <<<VCF
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize($input);
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php222 function parsePrefer($input) { argument
243 foreach (getHeaderValues($input) as $value) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css99 input, button { selector
104 input[type=text] {
115 .btn, button, input[type=submit] {
203 .actions input[type=text] {
207 .actions input[type=submit] {
/plugin/davcal/
H A Dscript.js18 Date.parseDate = function( input, format ){ argument
19 return moment(input,format).toDate();
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php80 * @param string|resource $input
86 function parse($input, $contextUri = null, &$rootElementName = null) { argument
88 if (is_resource($input)) {
91 $input = stream_get_contents($input);
95 $r->xml($input);
115 * @param string|resource $input
119 function expect($rootElementName, $input, $contextUri = null) { argument
121 if (is_resource($input)) {
124 $input = stream_get_contents($input);
128 $r->xml($input);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php13 $input = <<<XML
24 $this->assertDecodeProp($input, $expected);
29 $input = <<<XML
37 $this->assertDecodeProp($input, $expected);
42 $input = <<<XML
53 $this->assertDecodeProp($input, $expected);
58 $input = <<<XML
78 $input = <<<XML
105 $input = <<<XML
127 $input = <<<XML
[all …]
/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/indexmenu/
H A Dstyle.css249 #indexmenu__wiz input {
253 #indexmenu__wiz input#namespace {
258 #indexmenu__wiz .number input {
274 #indexmenu__wiz input#indexmenu__insert {
278 #indexmenu__wiz fieldset.indexmenu_metanumber input[type=text] {
/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/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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php181 * @param string $input
187 private static function generateInlineMultiply($input, array $arr, $output, $class) argument
194 $length = count($' . $input . ');
203 $subtemp = $' . $input . '[0] * ' . $arr[$i];
227 $subtemp = $' . $output . '[$k] + $' . $input . '[$i] * ' . $arr[$j];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php902 * @param int $input
906 protected static function array_repeat($input, $multiplier) argument
908 return $multiplier ? array_fill(0, $multiplier, $input) : [];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DParDoInstruction.php41 public function setInput(InstructionInput $input) argument
43 $this->input = $input;
50 return $this->input;
H A DPartialGroupByKeyInstruction.php47 public function setInput(InstructionInput $input) argument
49 $this->input = $input;
56 return $this->input;
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php269 * @param string $input
568 * @param string $input
572 private static function punycodeDecode($input) argument
580 $inputLength = \strlen($input);
589 $output[$out++] = $input[$j];
656 * @param string $input
668 $iter = self::utf8Decode($input);
787 * @param string $input
791 private static function utf8Decode($input) argument
799 $length = \strlen($input);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php36 * @param mixed $input
41 function describe_type($input) argument
43 switch (gettype($input)) {
45 return 'object(' . get_class($input) . ')';
47 return 'array(' . count($input) . ')';
50 var_dump($input);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md52 - Issue when creating stream from `php://input` and curl-ext is not installed
95 - Fixed subsequent reads from `php://input` in ServerRequest (#247)
H A DREADME.md477 Create a new stream based on the input type.
/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/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md700 …eryString::factory()` now guesses the most appropriate query aggregator to used based on the input.
1073 * Added nested input structures and nested response models
1074 * Support for JSON and XML input and output models
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md168 // need to be adjusted to match the input expected by libsodium.

1...<<11121314151617181920>>...58