Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...34

/plugin/swiftmail/Swift/Cache/
H A DOutputStream.php45 public function read($size=null) function in Swift_Cache_OutputStream
47 return $this->cache->read($this->key, $size);
56 while (false !== $bytes = $this->read())
/plugin/swiftmail/Swift/
H A DConnection.php30 public function read(); function
H A DFile.php126 return $this->read(1);
157 while (false !== $chunk = $this->read(8192, false)) $ret .= $chunk;
167 public function read($bytes, $unquote=true) function in Swift_File
/plugin/swiftmail/Swift/Connection/
H A DMulti.php63 public function read() function in Swift_Connection_Multi
69 return $this->connections[$this->active]->read();
H A DNativeMail.php81 public function read() function in Swift_Connection_NativeMail
H A DRotator.php107 public function read() function in Swift_Connection_Rotator
113 return $this->connections[$this->active]->read();
H A DSMTP.php237 public function read() function in Swift_Connection_SMTP
H A DSendmail.php229 public function read() function in Swift_Connection_Sendmail
/plugin/swiftmail/Swift/Message/
H A DEncoder.php160 while (false !== $bytes = $file->read(8190))
303 while (false !== $bytes = $file->read(8192)) $ret .= $bytes;
331 while (false !== $bytes = $file->read(8192)) $ret .= $bytes;
H A DMime.php293 while (false !== $bytes = $part_stream->read()) $this->cache->write("append", $bytes);
316 while (false !== $bytes = $qp_os->read())
328 while (false !== $bytes = $b64_os->read())
340 while (false !== $bytes = $data->read(8192))
352 while (false !== $bytes = $os->read())
364 while (false !== $bytes = $os->read())
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1read|write( permission)?|(g|s)et eof|starting at|hidden( answer)?|open(ed| (location|untitled))?|e…
/plugin/tablelayout/
H A Dyarn.lock1583 read-pkg-up "^1.0.1"
1981 read-pkg-up@^1.0.1:
1983 …resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f00…
1986 read-pkg "^1.0.0"
1988 read-pkg@^1.0.0:
1990 …resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756…
/plugin/tcycle/
H A DLICENSE673 Public License instead of this License. But first, please read
/plugin/templateconfhelper/
H A DREADME44 …onfig values in dokuwiki init. It can be set in preload.php and allows to read templates from path…
/plugin/timetrack/
H A DLICENSE673 Public License instead of this License. But first, please read
/plugin/toggle/
H A DLICENSE673 Public License instead of this License. But first, please read
/plugin/tplinc/lang/en/
H A Dhelp.txt11 By default only pages that the current user has read access for are included. You can use the **Ski…
/plugin/tuxquote/
H A Dquotes.txt173 The man who does not read good books has no advantage over the man who cannot read them. <BR> -- Ma…
553 If all else fails, read the directions.
710 Why don't you write books people can read? <BR> -- Nora Joyce, to her husband James (1882-1941)
809 A classic is a book which people praise and don't read. <BR> -- Mark Twain
810 A classic is something that everybody wants to have read and nobody wants to read. <BR> -- Mark Twa…
3008 Well, all I know is what I read in the papers. <BR> -- Will Rogers (1879 - 1935)
3042 When I read a book I seem to read it with my eyes only, but now and then I come across a passage, p…
3496 When all else fails, read the Instructions. <BR> -- Allen's Axiom
4030 You know, I've read some of those fiction books. They just make stuff up!
4031 Law of Software Envelopment: Every program expands until it can read mail.
[all …]
/plugin/txt2tags/
H A Dtxt2tags.class.php168 ? $this->read($input, true)
/plugin/upgrade/
H A Dcomposer.lock54 "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
/plugin/upgrade/lang/en/
H A Dstep0.txt1 This plugin will automatically upgrade your wiki to the newest available DokuWiki version. Before continuing, you should read the [[doku>changes|Changelog]] to check if there are any additional steps for you to perform before or after upgrading.
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php112 throw new ArchiveIOException('Can not read from a closed archive');
115 while ($read = $this->readbytes(512)) {
116 $header = $this->parseHeader($read);
158 throw new ArchiveIOException('Can not read from a closed archive');
169 // read the file header
287 $read = 0;
294 $read += strlen($data);
306 if ($read != $fileinfo->getSize()) {
308 throw new ArchiveCorruptedException("The size of $file changed while reading, archive corrupted. read $read expecte
[all...]
/plugin/usecounter/
H A DLICENSE673 Public License instead of this License. But first, please read
/plugin/userhomepage/lang/en/
H A Duserhomepage_public.default2 This public page ''//@TARGETPUBLICPAGE@.txt//'', as stated by it's name, **can be read by anyone b…
H A Duserhomepage_publicspace.default2 This public namespace ''//@TARGETPUBLICNS@:*//'', as stated by it's name, **can be read by anyone …

1...<<21222324252627282930>>...34