Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dauth_encryption.test.php21 $plain = 'This is secret';
23 $this->assertEquals($plain, auth_decrypt(hex2bin($crypt), $secret));
H A Dio_readfile.test.php29 $plain = TMP_DIR.'/test.txt';
30 file_put_contents($plain, "The\015\012Test\015\012");
32 $this->assertEquals("The\012Test\012", io_readFile($plain));
33 $this->assertEquals("The\015\012Test\015\012", io_readFile($plain, false));
H A Dio_getSizeFile.test.php27 $plain = TMP_DIR.'/test.txt';
28 file_put_contents($plain, "The\015\012Test\015\012");
30 $this->assertEquals(11, io_getSizeFile($plain));
/dokuwiki/inc/
H A DSafeFN.class.php21 …private static $plain = '-./[_0123456789abcdefghijklmnopqrstuvwxyz'; // these characters aren't co… variable in SafeFN
91 …return !preg_match('#[^' . self::$plain . self::$post_indicator . self::$pre_indicator . ']#', $sa…
109 … if ($codepoint < 127 && (str_contains(self::$plain . self::$post_indicator, chr($codepoint)))) {
/dokuwiki/_test/data/pages/wiki/
H A Ddokuwiki.txt3 …he Wiki and eases the creation of structured texts. All data is stored in plain text files -- no d…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3698 $packet->plain = $this->decrypt->decrypt($raw);
3716 $packet->plain = $this->decrypt->decrypt($raw);
3723 $packet->plain .= $this->decrypt->decrypt($raw);
3727 $packet->plain = $this->decrypt->decrypt($raw);
3733 $packet->plain = $raw;
3737 pack('Na*', $packet->packet_length, $packet->plain) :
3753 $payload = $packet->plain;
3854 … $packet->plain = $this->decrypt->decrypt(substr($packet->raw, 0, $this->decrypt_block_size));
3855 …$packet_length = unpack('Npacket_length', Strings::shift($packet->plain, $packet_length_header_siz…
/dokuwiki/data/
H A Ddeleted.files697 inc/auth/plain.class.php
923 inc/auth/plain.php