Home
last modified time | relevance | path

Searched refs:sign (Results 426 – 450 of 629) sorted by last modified time

1...<<11121314151617181920>>...26

/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/gtime/gtlib/tsp/
H A DGTVerifier.php389 $sign = $timeSignature->getPkSignature()->getSignatureValue();
392 … if (!X509Certificate::verifyPublicKeySignature($publicKey, $data, $sign, $signatureAlgorithm)) {
/plugin/randominc/
H A DCOPYING327 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/datedifference/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/loadskin/
H A DCOPYING327 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/simplewikipagetree/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authfacebook/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/unsplashdoku/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authdjango/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md895 + plus sign
896 - minus sign (hyphen)
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md442 '+', // plus sign
443 '-', // minus sign (hyphen)
/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/codebash/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/autolink3/
H A DCOPYING327 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/fckg/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/fckg/fckeditor/editor/plugins/insertHtmlCode/
H A Dfck_insertHtmlCode.css47 .sign
/plugin/tocselect/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/condition/
H A DCOPYING327 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authlemonldap/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md173 * #121: iCal demands parameters containing the + sign to be quoted.
/plugin/nssearch/
H A DLICENSE665 if any, to sign a "copyright disclaimer" for the program, if necessary.
/plugin/rssbycreated/
H A DLICENSE326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/authvk/
H A DREADME.md2 This Authentication Plugin allows to sign in to DokuWiki using Vk accounts.
/plugin/authplaincas/
H A Dlicense326 school, if any, to sign a "copyright disclaimer" for the program, if
/plugin/filterrss/
H A Dsyntax.php112 $sign = $res[2];
117 $sign = $opposite_signs[$res[2]];
129 array_push($cond_output[$name], array($sign, $value));

1...<<11121314151617181920>>...26