Home
last modified time | relevance | path

Searched refs:self (Results 51 – 67 of 67) sorted by relevance

123

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php103 protected $adPort = self::ADLDAP_LDAP_PORT;
481 $this->setPort(self::ADLDAP_LDAPS_PORT);
484 $this->setPort(self::ADLDAP_LDAP_PORT);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php200 if (isset(self::$instances[$host][$port][$user][(string) $pass])) {
201 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];
227 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php50 protected $context = self::CTX_ALL;
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUtils.php253 return self::ADLDAP_VERSION;
/dokuwiki/inc/Form/
H A DForm.php42 $self = wl($ID, $get, false, '&'); //attributes are escaped later
43 $this->attr('action', $self);
/dokuwiki/inc/Parsing/Handler/
H A DLists.php119 $this->listCalls[$this->listStack[$key][2]][1][1] = self::NODE;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php10 * If {@link self::setBlockLength() setBlockLength()} isn't called, it'll be assumed to be 128 bits. If
11 * {@link self::setKeyLength() setKeyLength()} isn't called, it'll be calculated from
12 * {@link self::setKey() setKey()}. ie. if the key is 128-bits, the key length will be 128-bits. If it's
14 * {@link self::setKey() setKey()} is called, again, at which point, it'll be recalculated.
79 * @see self::isValidEngine()
87 * @see self::setup()
95 * @see self::setup()
108 * @see self::setBlockLength()
121 * @see self::setKeyLength()
129 * @see self
[all...]
H A DTwofish.php365 if ($this->mode == self::MODE_STREAM) {
375 if (is_float(self::$m3[0])) {
376 self::$m0 = array_map('intval', self::$m0);
377 self::$m1 = array_map('intval', self::$m1);
378 self::$m2 = array_map('intval', self::$m2);
379 self::$m3 = array_map('intval', self
[all...]
H A DBlowfish.php62 * self::$use_reg_intval is defined.
364 if ($this->mode == self::MODE_STREAM) {
398 if ($engine == self::ENGINE_OPENSSL) {
432 self::$sbox0,
433 self::$sbox1,
434 self::$sbox2,
435 self::$sbox3
451 $this->bctx['p'][] = self::$parray[$i] ^ intval($data);
476 if (is_float(self::$sbox2[0])) {
477 self
[all...]
/dokuwiki/lib/plugins/config/
H A Dadmin.php136 ? '<img src="' . self::IMGDIR . $setting->caution() . '.png" ' .
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php173 $prepared = self::prepare_simplepie_object_for_cache($data);
/dokuwiki/inc/Remote/
H A DApiCore.php88 return self::API_VERSION;
/dokuwiki/inc/
H A DDifferenceEngine.php915 if(!isset(self::$styles[$classname])) return '';
916 return 'style="'.self::$styles[$classname].'"';
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php379 ), $offset + self::LOCAL_FILE_HEADER_CRC_OFFSET);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php249 self::IMAGE_DIR . 'search.png" name="fn[search][new]" title="' .
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt465 Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1558 $this->set_language(self::get_language_name_from_extension(substr(strrchr($file_name, '.'), 1), $lookup));
2734 // note to self: This opens up possibility of config files specifying
2843 // note to self: This opens up possibility of config files specifying

123