Home
last modified time | relevance | path

Searched refs:sign (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php111 * @param array $sign byte array containing the signature bytes
115 public function verifySignature($data, $sign, $algorithm = 'sha256') { argument
121 if (empty($sign)) {
133 return X509Certificate::verifyPublicKeySignature($this->pkey, $data, $sign, $algorithm);
265 * @param array $sign array of signature bytes
269 public static function verifyPublicKeySignature($pkey, $data, $sign, $algorithm = 'sha256') { argument
275 if (empty($sign)) {
284 $sign = GTUtil::fromByteArray($sign);
286 return openssl_verify($data, $sign, $pkey, $algorithm) === 1;
/plugin/bootnote/
H A Dstyle.css1 div.sign-container {
6 span.sign {
69 .s-info-sign {
73 div.s-info-sign>div {
79 .s-question-sign {
83 div.s-question-sign>div {
160 .n-info-sign {
172 .n-question-sign {
H A DREADME.md19 * "nothing" : display a simple note with info sign : `<bootnote>...Note...</bootnote>`
20 * Web : display a note with an globe sign : `<bootnote web>...Note...</bootnote>`
21 * Question : display a note with question sign : `<bootnote question>...Note...</bootnote>`
22 * Learn : display note with an education sign : ``<bootnote learn>...Note...</bootnote>``
23 * Warning : display a note with a warning sign : ``<bootnote warning>...Note...</bootnote>``
24 * Critical : display a note with a fire sign ``<bootnote critical>...Note...</bootnote>``
/plugin/gtime/gtlib/util/
H A DGTBigInteger.php60 $sign = '';
70 $sign = '-';
81 if ($sign == '-') {
85 $value = $sign . $value;
322 $sign = '';
325 $sign = '-';
341 if ($sign == '-') {
/plugin/odt/ODT/css/
H A Dcssdocument.php164 $sign = $input [$pos];
168 if ($sign == '"' || $sign == "'") {
169 $quote = $sign;
173 if ($sign == $quote) {
176 $value .= $sign;
180 if ($in_quotes == false || $sign != $quote) {
H A Dcssimportnew.php176 * @param character $sign
178 protected function isSpecialSign ($sign) { argument
179 switch ($sign) {
215 $first_sign = $sign;
247 $first_sign = $sign;
258 $content .= $sign;
435 if ($sign == '[') {
440 $current .= $sign;
443 if ($sign == ']') {
453 $combinator = $sign;
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Dstringextensions.js182 ,sign = false
252 sign = (x[2] == ' ' || x[2] == '+');
258 sign = (x[2] == ' ' || x[2] == '+');
265 sign = (x[2] == ' ' || x[2] == '+');
288 if (sign) ins = x[2]+ins;
/plugin/codemirror/dist/modes/
H A Djinja2.min.js1sign){g.sign=false;if(f.match(d)){return"atom"}if(f.match(e)){return"number"}}if(g.instring){if(h=…
H A Dtwig.min.js1sign){g.sign=false;if(f.match(d)){return"atom"}if(f.match(e)){return"number"}}if(g.instring){if(h=…
H A Dcobol.min.js1sign:/[+-]/,exponent:/e/i,keyword_char:/[^\s\(\[\;\)\]]/,symbol:/[\w*+\-]/};function o(a,b){if(a==… property in AnonymousFunction62d85bf80200.n
H A Djinja2.min.js.map1sign","atom","number","RegExp","join","tokenBase","stream","state","ch","peek","incomment","skipTo…
H A Dtwig.min.js.map1sign","atom","number","RegExp","join","tokenBase","stream","state","ch","peek","incomment","skipTo…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php62 * @param boolean $sign
65 public function recoverX(BigInteger $y, $sign) argument
74 if ($sign) {
87 if ($x->isOdd() != $sign) {
H A DEd25519.php106 * @param boolean $sign
109 public function recoverX(BigInteger $y, $sign) argument
118 if ($sign) {
146 if ($x->isOdd() != $sign) {
/plugin/odt/ODT/
H A DXMLUtil.php14 public static function isValidXMLName ($sign) { argument
15 if (ctype_alnum($sign) || $sign == ':' || $sign == '-' || $sign == '_') {
H A DODTImport.php399 $sign = '•';
402 $sign = '∘';
405 $sign = '▪';
408 $sign = ' ';
411 $sign = '●';
414 $sign = '✔';
417 $sign = '✗';
420 $sign = '➔';
423 $sign = '➢';
426 $sign = trim($properties ['list-style-type'],'"');
[all …]
/plugin/botbouncer/
H A DREADME.md32 http://akismet.com is an anti-comment-spam service from the makers of Wordpress. When you sign up, …
37 When you sign up, you get a private and a public key string, which you can enter in the configurati…
41 …s a free service that uses the DNS system to manage blocking. You need to sign up to get an API ke…
/plugin/filterrss/
H A Dsyntax.php112 $sign = $res[2];
117 $sign = $opposite_signs[$res[2]];
129 array_push($cond_output[$name], array($sign, $value));
/plugin/swiftmail/Swift/
H A DMessage.php524 $sign = (strtolower($child->getContentType()) == "text/plain") ? -1 : 1;
525 $id = $this->getReference("parent", "alternative")->addChild($child, $id, $sign);
614 $sign = (strtolower($ref->getContentType()) == "text/plain"
618 case "related": $this->getReference("related", $tag)->addChild($ref, $id, $sign);
620 case "mixed": $this->getReference("mixed", $tag)->addChild($ref, $id, $sign);
683 $sign = (strtolower($ref->getContentType()) == "text/html"
685 $this->getReference("parent", $new_branch)->addChild($ref, $id, $sign);
/plugin/authgoogle/google/auth/
H A DGoogle_Signer.php29 abstract public function sign($data); function in Google_Signer
H A DGoogle_Auth.php28 abstract public function sign(Google_HttpRequest $request); function in Google_Auth
/plugin/swarmwebhook/webhooks/
H A DIFTTT.php167 $sign = $guessedOffset > 0 ? '+' : '';
169 return $sign . (string)$guessedOffset;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPrivateKey.php25 public function sign($message); function
/plugin/authvk/
H A DREADME.md2 This Authentication Plugin allows to sign in to DokuWiki using Vk accounts.
/plugin/sequencediagram/bower_components/snap.svg/
H A DCONTRIBUTING2 license agreeent. Developers must sign and submit the Adobe CLA in

12345678910>>...26