Home
last modified time | relevance | path

Searched refs:read (Results 826 – 842 of 842) sorted by path

1...<<31323334

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php43 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
144 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
170 $messages = VObject\Reader::read($return)->validate();
281 $this->assertEquals(array(), VObject\Reader::read($return)->validate());
321 $messages = VObject\Reader::read($return)->validate();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php29 $input = Reader::read($input);
H A DTimeZoneUtilTest.php81 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
107 $tz = TimeZoneUtil::getTimeZone('(GMT+01.00) Sarajevo/Warsaw/Zagreb', Reader::read($vobj));
149 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
266 $tz = TimeZoneUtil::getTimeZone('foo', Reader::read($vobj));
314 …Util::getTimeZone('/freeassociation.sourceforge.net/Tzfile/Europe/Ljubljana', Reader::read($vobj));
363 …:getTimeZone('/freeassociation.sourceforge.net/Tzfile/SystemV/EST5EDT', Reader::read($vobj), true);
H A DVCard21Test.php20 $vobj = Reader::read($input);
37 $vobj = Reader::read($input);
H A DVCardConverterTest.php40 $vcard = Reader::read($input);
78 $vcard = Reader::read($input);
117 $vcard = Reader::read($input);
157 $vcard = Reader::read($input);
198 $vcard = Reader::read($input);
227 $vcard = Reader::read($input);
244 $vcard = Reader::read($input);
273 $vcard = Reader::read($input);
290 $vcard = Reader::read($input);
322 $vcard = Reader::read($input);
[all …]
/plugin/wrap/
H A Dexample.txt353 Just select the text in the spoiler box to be able to read its content.
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm51 <!--- read output file for further processing --->
52 <cffile action="read" file="#tempfile_out#" variable="food" charset="utf-8">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm245 char = fileReader.read();
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py165 chunk = newFile.file.read(100000)
H A Dzope.py147 file=file.read()
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js6704 read: function read(size) {
24487 return read;
39541 if (read(arr, i + j) !== read(val, j)) {
71802 if (typeof options.read === 'function') this._read = options.read;
72214 stream.read(0);
72503 self.read(0);
72535 stream.read(0);
79463 stream.read(0);
79701 stream.read(0);
79945 self.read(0);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2606 /* read literal and dist codes at once */
2682 /* ingest code and move read head */
3211 exports.read = read;
3293 /* read binary data from file */
3301 var data = infile.read(); infile.close();
3592 case "base64": return CFB.read(d, { type: "base64" });
11727 /* 2.5.164 TODO: read 7 bits*/
25043 ['sheetRows', 0, 'n'], /* read n rows (0 = read all rows) */
26539 XLSX.read = readSync;
26557 readSync as read,
[all …]
/plugin/xlsx2dw/
H A Dscript.js204 let xlsxWorkbook = XLSX.read(file);
/plugin/yuriigantt/
H A DLICENSE673 Public License instead of this License. But first, please read
/plugin/zip/pear/File/
H A DArchive.php473 function read($URL, $symbolic = null, function in File_Archive
572 return File_Archive::cache(File_Archive::read($source));
574 return File_Archive::read($source);
1380 $source = File_Archive::read($URL);
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php137 $read = fopen($filename, 'r');
149 ($data = fread($read, min($length, 8192))) != '') {
154 fseek($read, $length, SEEK_CUR);
160 fwrite($this->handle, fread($read, 8196));
164 fclose($read);
/plugin/zotero/
H A Dconfig.ini.dist8 ; if this is set to 1, the plugin will try to read unknown cite keys from Zotero's Atom feed
12 ; this wiki page is used to cache the sources read from the Zotero website

1...<<31323334