Home
last modified time | relevance | path

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

12345678910>>...31

/plugin/gtime/gtlib/asn1/x509/
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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DNumber.php42 $sign = '';
48 $sign = '-';
55 return $number ? $sign . $number : '0';
82 return $left ? $sign . $left : '0';
86 return $sign . $left . '.' . $right;
/plugin/bootnote/
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 {
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/
DGTBigInteger.php60 $sign = '';
70 $sign = '-';
81 if ($sign == '-') {
85 $value = $sign . $value;
322 $sign = '';
325 $sign = '-';
341 if ($sign == '-') {
/plugin/odt/ODT/css/
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) {
Dcssimportnew.php176 * @param character $sign
178 protected function isSpecialSign ($sign) { argument
179 switch ($sign) {
212 $sign = $simple_selector_string [$pos];
213 if ($this->isSpecialSign ($sign)) {
215 $first_sign = $sign;
247 $first_sign = $sign;
258 $content .= $sign;
433 $sign = $this->selector_string [$pos];
434 $result = strpos ($separators, $sign);
[all …]
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_math-sign.js2 module.exports = Math.sign || function sign(x) {
Des6.math.cbrt.js3 var sign = require('./_math-sign'); variable
7 return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);
D_math-fround.js2 var sign = require('./_math-sign'); variable
15 var $sign = sign(x);
/plugin/asciidocjs/node_modules/core-js/modules/
D_math-sign.js2 module.exports = Math.sign || function sign(x) {
Des6.math.cbrt.js3 var sign = require('./_math-sign'); variable
7 return sign(x = +x) * Math.pow(Math.abs(x), 1 / 3);
D_math-fround.js2 var sign = require('./_math-sign'); variable
15 var $sign = sign(x);
/plugin/virtualkeyboard/vk/extensions/
Dstringextensions.js182 ,sign = false
252 sign = (x[2] == ' ' || x[2] == '+');
258 sign = (x[2] == ' ' || x[2] == '+'); property
265 sign = (x[2] == ' ' || x[2] == '+'); property
288 if (sign) ins = x[2]+ins;
/plugin/asciidocjs/node_modules/lodash/
DtoFinite.js36 var sign = (value < 0 ? -1 : 1);
37 return sign * MAX_INTEGER;
/plugin/codemirror/dist/modes/
Djinja2.min.js1sign){g.sign=false;if(f.match(d)){return"atom"}if(f.match(e)){return"number"}}if(g.instring){if(h=…
Dtwig.min.js1sign){g.sign=false;if(f.match(d)){return"atom"}if(f.match(e)){return"number"}}if(g.instring){if(h=…
Dcobol.min.js1sign:/[+-]/,exponent:/e/i,keyword_char:/[^\s\(\[\;\)\]]/,symbol:/[\w*+\-]/};function o(a,b){if(a==… property
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
DEd448.php62 * @param boolean $sign
65 public function recoverX(BigInteger $y, $sign) argument
74 if ($sign) {
87 if ($x->isOdd() != $sign) {
DEd25519.php106 * @param boolean $sign
109 public function recoverX(BigInteger $y, $sign) argument
118 if ($sign) {
146 if ($x->isOdd() != $sign) {
/plugin/odt/ODT/
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 …]
DXMLUtil.php14 public static function isValidXMLName ($sign) { argument
15 if (ctype_alnum($sign) || $sign == ':' || $sign == '-' || $sign == '_') {
/plugin/scrape/vendor/symfony/css-selector/XPath/Extension/
DFunctionExtension.php73 $sign = '<=';
75 $sign = '>=';
89 $conditions = [sprintf('%s %s 0', $expr, $sign)];
/plugin/botbouncer/
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/asciidocjs/node_modules/supports-color/
Dindex.js84 …RCLECI', 'APPVEYOR', 'GITLAB_CI', 'GITHUB_ACTIONS', 'BUILDKITE'].some(sign => sign in env) || env.…

12345678910>>...31