Home
last modified time | relevance | path

Searched refs:get (Results 26 – 41 of 41) sorted by path

12

/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md38 // get your news items from somewhere, e.g. your database:
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php265 * @see self::get()
312 * @see self::get()
335 * @see self::get()
943 // way to get those with SFTP
995 // If we get an int back, then that is an "unexpected" status.
1034 // If we get an int back, then that is an "unexpected" status.
2061 * So, for example, if you set $data to 'filename.ext' and then do \phpseclib3\Net\SFTP::get(), you will get a file, twelve bytes
2361 public function get($remote_file, $local_file = false, $offset = 0, $length = -1, $progressCallback = null)
2828 * Recursively go through rawlist() output to get th
2561 function get($remote_file, $local_file = false, $offset = 0, $length = -1, $progressCallback = null) global() function in phpseclib\\Net\\SFTP
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php300 $result = $this->sftp->get($this->path, false, $this->pos, $count);
510 * sends a SSH_FXP_READDIR packet you don't generally get info on just one file but on multiple files. Quoting
596 * STREAM_MKDIR_RECURSIVE is supposed to be set. Also, when I try it out with rmdir() I get 8 as
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md266 * Re-added the deprecated `get/set_favicon()` methods for backwards compatibility.
H A DREADME.markdown76 If you'd like to contribute to SimplePie, the best way to get started is to fork
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE30 for this service if you wish); that you receive source code or can get
42 you. You must make sure that they, too, receive or can get the source
492 You should also get your employer (if you work as a programmer) or your
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php133 $data = $this->cache->get($this->name);
148 $data = $this->cache->get($this->name);
165 $data = $this->cache->get($this->name);
H A DMemcached.php129 $data = $this->cache->get($this->name);
143 $data = $this->cache->get($this->name . '_mtime');
153 $data = $this->cache->get($this->name);
H A DPsr16.php80 * Equivalent to \Psr\SimpleCache\CacheInterface::get()
82 * public function get(string $key, mixed $default = null): mixed;
95 $data = $this->cache->get($key, $default);
H A DRedis.php154 $data = $this->cache->get($this->name);
169 $data = $this->cache->get($this->name);
185 $data = $this->cache->get($this->name);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php163 $get = "$url_parts[path]?$url_parts[query]";
165 $get = $url_parts['path'];
168 $get = '/';
170 $out = "GET $get HTTP/1.1\r\n";
H A DMisc.php1727 $parser = \SimplePie\Parse\Date::get();
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php624 public static function get() function in SimplePie\\Parse\\Date
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md20 examples for working with TARs to get you started.
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md19 Simply get an Adapter from the Slika factory, run some operations on it and call `save`.

12