Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 25 of 58) sorted by path

123

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php153 public function seek($offset, $whence = SEEK_SET) argument
157 } elseif ($whence !== SEEK_SET) {
H A DBufferStream.php84 public function seek($offset, $whence = SEEK_SET) argument
H A DCachingStream.php53 public function seek($offset, $whence = SEEK_SET) argument
55 if ($whence == SEEK_SET) {
57 } elseif ($whence == SEEK_CUR) {
59 } elseif ($whence == SEEK_END) {
H A DFnStream.php129 public function seek($offset, $whence = SEEK_SET) argument
131 call_user_func($this->_fn_seek, $offset, $whence);
H A DLimitStream.php73 public function seek($offset, $whence = SEEK_SET) argument
75 if ($whence !== SEEK_SET || $offset < 0) {
79 $whence
H A DNoSeekStream.php16 public function seek($offset, $whence = SEEK_SET) argument
H A DPumpStream.php101 public function seek($offset, $whence = SEEK_SET) argument
H A DStream.php196 public function seek($offset, $whence = SEEK_SET) argument
198 $whence = (int) $whence;
206 if (fseek($this->stream, $offset, $whence) === -1) {
208 . $offset . ' with whence ' . var_export($whence, true));
H A DStreamDecoratorTrait.php126 public function seek($offset, $whence = SEEK_SET) argument
128 $this->stream->seek($offset, $whence);
H A DStreamWrapper.php106 public function stream_seek($offset, $whence) argument
108 $this->stream->seek($offset, $whence);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php405 * @param int $whence
409 private function _stream_seek($offset, $whence) argument
411 switch ($whence) {
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DStreamInterface.php80 * @param int $whence Specifies how the cursor position will be calculated
87 public function seek($offset, $whence = SEEK_SET); argument
/plugin/bible/bible_douayRheims/
H A D1_Kings.txt657 …of my cattle, which I have killed for my shearers, and give to men whom I know not whence they are?
774 …30:13. And David said to him: To whom dost thou belong; or whence dost thou come? and whither art …
H A D1_Machabees.txt333 …6:12. But now I remember the evils that I did in Jerusalem, from whence also I took away all the s…
H A D2_Esdras.txt72 …s that dwelt by them came and told us ten times, out of all the places from whence they came to us,
H A D2_Kings.txt3 …1:3. And David said to him: From whence comest thou? And he said to him: I am fled out of the camp…
H A D4_Kings.txt577 …et, came to king Ezechias, and said to him: What said these men? or from whence came they to thee?…
H A DActs.txt515 …14:25. And thence they sailed to Antioch, from whence they had been delivered to the grace of God,…
H A DDeuteronomy.txt326 …11:10. For the land, which thou goest to possess, is not like the land of Egypt, from whence thou …
H A DEcclesiastes.txt7 …1:7. All the rivers run into the sea, yet the sea doth not overflow: unto the place from whence th…
215 …12:7. And the dust return into its earth, from whence it was, and the spirit return to God, who ga…
H A DEcclesiasticus.txt844 …s counsel shall be rolled back upon the author, and he shall not know from whence it cometh to him.
1018 …ordinary days. And all men are from the ground, and out of the earth, from whence Adam was created.
1129 …37:3. O wicked presumption, whence camest thou to cover the earth with thy malice, and deceitfulne…
H A DGenesis.txt389 …16:8. He said to her: Agar, handmaid of Sarai, whence comest thou? and whither goest thou? And she…
596 …e with me into this land, must I bring thy son back again to the place from whence thou camest out?
799 29:4. And he said to the shepherds: Brethren, whence are you? They answered: Of Haran.
H A DHebrews.txt224 …11:15. And truly, if they had been mindful of that from whence they came out, they had doubtless, …
H A DIsaias.txt424 …23:1. The burden of Tyre. Howl, ye ships of the sea, for the house is destroyed, from whence they …
569 …30:6. The burden of the beasts of the south. In a land of trouble and distress, from whence come t…
761 …et came to king Ezechias, and said to him: What said these men, and from whence came they to thee?…
1020 …ollow that which is just, and you that seek the Lord: look unto the rock whence you are hewn, and …
H A DJames.txt72 …4:1. From whence are wars and contentions among you? Are they not hence, from your concupiscences,…

123