Home
last modified time | relevance | path

Searched refs:input (Results 1126 – 1150 of 1436) sorted by last modified time

1...<<41424344454647484950>>...58

/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/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js13input="string"==typeof a?i.string2buf(a):a,e.next_in=0,e.avail_in=e.input.length;do{if(0===e.avail…
14 …,{"../utils/common":27}],39:[function(a,b){"use strict";function c(){this.input=null,this.next_in=…
H A Djszip.js56 input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
208 if (typeof input === "undefined" || !input.length) {
223 b = isArray ? input[i] : input.charCodeAt(i);
576 this.file(input.fileName, input.decompressed, {
1577 input = utils.transformTo("string", input);
1700 input = utils.transformTo("uint8array", input);
1976 return input;
2159 if (!input) {
5828 input = strm.input;
6482 input = strm.input;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js5845 result.input = array.input;
21111 if (input == null) {
21112 input = new Buffer(0);
21124 strm.input = input;
24830 input = strm.input;
25041 input,
25527 input = strm.input;
26012 input = strm.input;
30138 result = input;
30139 i = input.length;
[all …]
H A Dpdfmake.min.js.map1input","arrayBufferTag","float32Tag","float64Tag","int8Tag","int16Tag","int32Tag","uint8Tag","uint…
H A Dpdfmake.min.js8 …turn e&&"string"==typeof t[0]&&qo.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function yn…
11input=n,f.next_in=i,f.avail_out=c,f.output=s,f.next_out=l,this.mode){case e.DEFLATE:case e.GZIP:ca…
12input&&0!==t.avail_in||s.status===mt&&e!==U)return r(t,0===t.avail_out?j:W);if(s.strm=t,n=s.last_f…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js14 …))f=2==e||(f=g.slice(0,b+1).match(/\S*(\s)?$/))[1]?b:f.input.length-f[0].length||1==e&&b||f.input.…
/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/icalevents/vendor/sabre/uri/tests/
H A DSplitTest.php31 foreach ($strings as $input => $expected) {
33 $output = split($input);
34 …$this->assertEquals($expected, $output, 'The expected output for \'' . $input . '\' was incorrect'…
/plugin/nsexport/
H A Dstyle.css23 form.plugin_nsexport__form li div.li input {
/plugin/authyubikey/lib/
H A DNEWS25 ** Disable API input by default in demo.php.
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dbench_freebusygenerator.php45 function formatMemory($input) { argument
47 if (strlen($input) > 6) {
49 return round($input / (1024 * 1024)) . 'M';
51 } elseif (strlen($input) > 3) {
53 return round($input / 1024) . 'K';
59 unset($input, $splitter);
H A Dbench_manipulatevcard.php18 $input = file_get_contents($inputFile); variable
20 $splitter = new Sabre\VObject\Splitter\VCard($input);
52 function formatMemory($input) { argument
54 if (strlen($input) > 6) {
56 return round($input / (1024 * 1024)) . 'M';
58 } elseif (strlen($input) > 3) {
60 return round($input / 1024) . 'K';
66 unset($input, $splitter);
H A Dmergeduplicates.php35 $input = fopen($argv[1], 'r'); variable
39 $splitter = new Splitter\VCard($input);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php53 $input = $this->getValue();
54 if (!strpos($input, ':')) {
55 return $input;
57 list($schema, $everythingElse) = explode(':', $input, 2);
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php91 * @param Component|array $input
96 function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument
103 if (is_array($input)) {
104 $events = $input;
105 } elseif ($input instanceof VEvent) {
107 $events = [$input];
114 if (!isset($input->VEVENT)) {
117 $events = $input->getByUID($uid);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DBirthdayCalendarGeneratorTest.php12 $input = <<<VCF
50 $input = [];
52 $input[] = <<<VCF
62 $input[] = <<<VCF
108 $input = [];
110 $input[] = <<<VCF
169 $input = <<<VCF
179 $input = Reader::read($input);
209 $input = [];
272 $input = <<<VCF
[all …]
H A DFreeBusyGeneratorTest.php48 * @param array $input
53 function assertFreeBusyReport($expected, $input, $timeZone = null, $vavailability = null) { argument
58 $input,
H A DReaderTest.php400 $input = <<<ICS
427 Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php153 $input = <<<BLA
171 $vobj = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php15 $input = <<<ICS
27 $vcal = Reader::read($input);
67 $input = <<<ICS
79 $vcal = Reader::read($input);
H A DIncorrectExpandTest.php17 $input = <<<ICS
35 $vcal = Reader::read($input);
H A DIssue26Test.php15 $input = <<<ICS
27 $vcal = Reader::read($input);

1...<<41424344454647484950>>...58