Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 8 of 8) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php96 public $flags; variable in SimplePie\\Gzdecode
215 $this->flags = ord($this->compressed_data[3]);
218 if ($this->flags > 0x1F) {
241 if ($this->flags & 4) {
267 if ($this->flags & 8) {
283 if ($this->flags & 16) {
299 if ($this->flags & 2) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php74 * Signature flags
80 private $flags = 0;
164 $new->flags = 0;
169 $new->flags = self::SSH_AGENT_RSA2_256;
172 $new->flags = self::SSH_AGENT_RSA2_512;
268 // the last parameter (currently 0) is for flags and ssh-agent only defines one flag (for ssh-dss): SSH_AGENT_OLD_SIGNATURE
274 $this->flags
81 var $flags = 0; global() variable in phpseclib\\System\\SSH\\Agent\\Identity
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Ui/
H A DRecent.php122 $flags = 0;
124 $flags = RECENTS_MEDIA_CHANGES;
126 $flags = 0;
128 $flags = RECENTS_MEDIA_PAGES_MIXED;
135 $recents = getRecents($first, $conf['recent'] + 1, getNS($ID), $flags);
138 $recents = getRecents($first, $conf['recent'] + 1, getNS($ID), $flags);
/dokuwiki/inc/
H A Dchangelog.php42 * @param array $flags Additional flags in a key value array.
43 * Available flags:
58 $flags = null,
67 // check for special flags as keys
68 if (!is_array($flags)) $flags = [];
69 $flagExternalEdit = isset($flags['ExternalEdit']);
108 * @param array $flags Additional flags i
51 addLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
112 addMediaLogEntry($date, $id, $type = DOKU_CHANGE_TYPE_EDIT, $summary = '', $extra = '', $flags = null, $sizechange = null) global() argument
164 getRecents($first, $num, $ns = '', $flags = 0) global() argument
262 getRecentsSince($from, $to = null, $ns = '', $flags = 0) global() argument
314 _handleRecent($line, $ns, $flags, & $seen) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php663 * @param int $flags
666 private function _url_stat($path, $flags)
673 $results = $flags & STREAM_URL_STAT_LINK ? $this->sftp->lstat($path) : $this->sftp->stat($path);
702 _url_stat($path, $flags) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php467 // SFTPv5+ changed the flags up:
476 // the rest of the flags are not supported
1506 // SFTPv4+ adds an additional 32-bit integer field - flags - to the following:
1695 // incidentally, SFTPv4+ adds an additional 32-bit integer field - flags - to the following:
2120 $flags = NET_SFTP_OPEN_OPEN_OR_CREATE;
2122 $flags = NET_SFTP_OPEN_WRITE | NET_SFTP_OPEN_CREATE;
2125 //$flags|= ($mode & self::RESUME) ? NET_SFTP_OPEN_APPEND : NET_SFTP_OPEN_TRUNCATE;
2137 $flags = NET_SFTP_OPEN_CREATE_TRUNCATE;
2139 $flags |= NET_SFTP_OPEN_TRUNCATE;
2147 pack('N3', 0, $flags,
3250 _parseTime($key, $flags, & $response) global() argument
[all...]
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md74 Rotates the image. The parameter passed is one of the EXIF orientation flags:
76 ![orientation flags](https://i.stack.imgur.com/BFqgu.gif)