Home
last modified time | relevance | path

Searched refs:input (Results 26 – 50 of 1436) sorted by path

12345678910>>...58

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1input","arrayBufferTag","float32Tag","float64Tag","int8Tag","int16Tag","int32Tag","uint8Tag","uint…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js34 encode: function(input, utf8) {
37 for(var i = 0; i < input.length; ) {
38 c1 = input.charCodeAt(i++);
39 c2 = input.charCodeAt(i++);
40 c3 = input.charCodeAt(i++);
51 decode: function b64_decode(input, utf8) {
55 input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
56 for(var i = 0; i < input.length;) {
57 e1 = map.indexOf(input.charAt(i++));
58 e2 = map.indexOf(input.charAt(i++));
[all …]
H A Dxlsx.min.js2input,utf8){var o="";var c1,c2,c3,e1,e2,e3,e4;for(var i=0;i<input.length;){c1=input.charCodeAt(i++…
H A Dxlsx.min.map1 …ode","utils","decode","substr","_gc2","Base64","make_b64","map","encode","input","utf8","c1","c2",…
/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/anewssystem/
H A Dstyle.css21 /* --- news input style --- */
/plugin/asciimath/
H A Dasciimathml148r.js318 if (s1.input > s2.input) return 1
438 return {input:st, tag:tagst, output:st, ttype:CONST};
481 str = AMremoveCharsAndBlanks(str,symbol.input.length);
538 if (symbol.input == "sqrt") { // sqrt
576 if (symbol.input=="root" || symbol.input=="stackrel")
631 if (symbol.ttype == INFIX && symbol.input != "/") {
632 str = AMremoveCharsAndBlanks(str,symbol.input.length);
640 if (symbol.input == "_") {
643 if (sym2.input == "^") {
673 if (symbol.ttype == INFIX && symbol.input == "/") {
[all …]
/plugin/authdrupal8/
H A Dpassword.inc40 * @param $input
48 function _password_base64_encode($input, $count) {
53 $value = ord($input[$i++]);
56 $value |= ord($input[$i]) << 8;
63 $value |= ord($input[$i]) << 16;
/plugin/authfacebook/lib/
H A DSignedRequest.php285 * @param string $input base64 url encoded input
289 public function base64UrlDecode($input) argument
291 $urlDecodedBase64 = strtr($input, '-_', '+/');
304 * @param string $input string to encode
308 public function base64UrlEncode($input) argument
310 return strtr(base64_encode($input), '+/', '-_');
316 * @param string $input base64 value to validate
320 protected function validateBase64($input) argument
322 if (!preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $input)) {
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php493 public $input; variable in Google_Input
494 public function setInput(Google_InputInput $input) { argument
495 $this->input = $input;
498 return $this->input;
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md168 // need to be adjusted to match the input expected by libsodium.
/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/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;
H A DWriteInstruction.php30 public function setInput(InstructionInput $input) argument
32 $this->input = $input;
39 return $this->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/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/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/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/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/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 …]

12345678910>>...58