Home
last modified time | relevance | path

Searched refs:put (Results 1 – 4 of 4) sorted by path

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php23 * $sftp->put('filename.ext', 'hello, world!');
59 * @see \phpseclib3\Net\SFTP::put()
65 * @see \phpseclib3\Net\SFTP::put()
73 * @see \phpseclib3\Net\SFTP::put()
79 * @see \phpseclib3\Net\SFTP::put()
85 * @see \phpseclib3\Net\SFTP::put()
313 * @see self::put()
2060 * By default, \phpseclib3\Net\SFTP::put() does not read from the local filesystem. $data is dumped directly into $remote_file.
2106 public function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = -1, $progressCallback = null)
2291 function put($remote_file, $data, $mode = self::SOURCE_STRING, $start = -1, $local_start = -1, $progressCallback = null) global() function in phpseclib\\Net\\SFTP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php332 $result = $this->sftp->put($this->path, $data, SFTP::SOURCE_STRING, $this->pos);