Home
last modified time | relevance | path

Searched refs:private (Results 26 – 50 of 241) sorted by last modified time

12345678910

/plugin/deeplautotranslate/
H A DLICENSE
/plugin/orphanmedia2/
H A DLICENSE95 computer or modifying a private copy. Propagation includes copying,
/plugin/odtsupport/
H A DLICENSE95 computer or modifying a private copy. Propagation includes copying,
/plugin/usecounter/
H A DLICENSE95 computer or modifying a private copy. Propagation includes copying,
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/da/
H A Dda.txt71 Ingen må være genstand for vilkårlig indblanding i private forhold, familie, hjem eller korrespondance, ej heller for angreb på ære og omdømme. Enhver har ret til lovens beskyttelse mod sådan indblanding eller angreb.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt93 Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md346 * The `\Elastica\Query::$_suggest` property has been renamed to `$hasSuggest` and is now private, it should not be used from extending classes [#1679](https://github.com/ruflin/Elastica/pull/1679)
716 - Changed visibility from protected to private Elastica\ResultSet::$_position as accessing this property in an extended class is deprecated.
717 - Changed visibility from protected to private Elastica\ResultSet::$_response as accessing this property in an extended class is deprecated.
718 - Changed visibility from protected to private Elastica\ResultSet::$_query as accessing this property in an extended class is deprecated.
719 - Changed visibility from protected to private Elastica\ResultSet::$_results as accessing this property in an extended class is deprecated.
836 - All properties in the \Elastica\ResultSet class will be moved to private in 4.0. To manipulate the creation of a ResultSet, implement the \Elastica\ResultSet\BuilderInterface and pass your new Builder to the \Elastica\Search instances. [#1065](https://github.com/ruflin/Elastica/pull/1065)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/eo/
H A Deo.txt95 Ĉiu havas la rajton je libereco de penso, konscienco kaj religio; tiu ĉi rajto inkluzivas la liberecon ŝanĝi sian religion aŭ kredon, kaj liberecon manifesti, ĉu sola ĉu kune kun aliaj, ĉu publike ĉu private, sian religion aŭ kredon per instruado, praktikado, adorado kaj observado.
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md29 private $logger;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/
H A Dia.txt60 Necuno essera le objecto de ingerentias arbitrari in su vita private, su familia, su domicilio o su correspondentia, ni de attaccos a su honor o a su reputation. Tote persona ha le derecto al protection del lege contra tal ingerentias o attaccos.
75 2. Necuno pote esser private arbitrarimente de su nationalitate, ni del derecto de cambiar de nationalitate.
87 2. Necuno essera private arbitrarimente de su proprietate.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/io/
H A Dio.txt94 Omnu havas la yuro posedar libereso di penso, koncienco e religio; ica yuro inkluzas libereso chanjar onua religio o kredo, e libereso, o sole o komune e publike o private, manifestar sua religio o kredo per docar, praktikar, adorar ed obediar.
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1408 * [#11066](https://dev.ckeditor.com/ticket/11066): Widget's private parts use CSS reset.
/plugin/ckgedit/lang/en/
H A Dscayt.txt1 …vertheless this change is being made out of consideration for users with private wikis who may fee…
/plugin/userhomepage/lang/en/
H A Duserhomepage_private.default3 …* To create a page inside this private space, simply use the standard link syntax __without any na…
/plugin/userhomepage/
H A Dplugin.info.txt6 desc Automatically create user's private namespace and/or public page and redirects users to pr…
/plugin/authgooglesheets/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php37 $private = openssl_get_privatekey($pkeyFile); variable
38 if ($private !== false) {
40 openssl_pkey_export($private, $pkey);
47 $details = openssl_pkey_get_details($private);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php451 $private = ASN1::asn1map($decoded[0], Maps\OneAsymmetricKey::MAP);
452 if (is_array($private)) {
453 …if (isset($private['privateKeyAlgorithm']['parameters']) && !$private['privateKeyAlgorithm']['para…
455 …$private['privateKeyAlgorithm']['parameters'] = new ASN1\Element(substr($key, $temp['start'], $tem…
458 if (!in_array($private['privateKeyAlgorithm']['algorithm'], static::OID_NAME)) {
459 …throw new UnsupportedAlgorithmException($private['privateKeyAlgorithm']['algorithm'] . ' is not a …
462 if ($private['privateKeyAlgorithm']['algorithm'] != static::OID_NAME) {
466 if (isset($private['publicKey'])) {
467 if ($private['publicKey'][0] != "\0") {
470 $private['publicKey'] = substr($private['publicKey'], 1);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php72 $private = $components['private'];
78 if (Strings::shift($private, 4) != "\0\0\0\x20") {
81 $components['dA'] = $components['curve']->extractSecret($private);
83 list($components['dA']) = Strings::unpackSSH2('i', $private);
114 $private = $privateKey->toBytes();
116 $private = "\0$private";
120 $private = $curve instanceof TwistedEdwardsCurve ?
122 Strings::packSSH2('s', $private);
124 return self::wrapPrivateKey($public, $private, $name, $password, $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPuTTY.php77 $result = Strings::unpackSSH2('iiii', $private);
113 $private = Strings::packSSH2('iiii', $d, $primes[1], $primes[2], $coefficients[2]);
115 return self::wrapPrivateKey($public, $private, 'ssh-rsa', $password, $options);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md385 * Added $host to HipChatHandler for users of private instances
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventExtendedProperties.php25 public $private; variable in Google\\Service\\Calendar\\EventExtendedProperties
34 public function setPrivate($private) argument
36 $this->private = $private;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php266 * @param PrivateKey|EC $private
271 public static function computeSecret($private, $public) argument
273 if ($private instanceof PrivateKey) { // DH\PrivateKey
276 … if (!$private->prime->equals($public->prime) || !$private->base->equals($public->base)) {
279 … return $public->publicKey->powMod($private->privateKey, $private->prime)->toBytes(true);
284 return $public->powMod($private->privateKey, $private->prime)->toBytes(true);
290 if ($private instanceof EC\PrivateKey) {
296 $point = $private->multiply($public);
297 switch ($private->getCurve()) {
H A DDSA.php210 $private = new PrivateKey();
211 $private->p = $params->p;
212 $private->q = $params->q;
213 $private->g = $params->g;
215 $private->x = BigInteger::randomRange(self::$one, $private->q->subtract(self::$one));
216 $private->y = $private->g->powMod($private->x, $private->p);
221 return $private
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php70 list($x) = Strings::unpackSSH2('i', $private);
95 $private = Strings::packSSH2('i', $x);
97 return self::wrapPrivateKey($public, $private, 'ssh-dsa', $password, $options);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md247 private $callback;

12345678910