Home
last modified time | relevance | path

Searched full:add (Results 251 – 275 of 5573) sorted by path

1...<<11121314151617181920>>...223

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DBlowfish.php47 * begin to add up after one million function calls.
H A DHash.php565 // and add bit-length. Use results to build Y.
576 // NH hash and add bit-length. Concatenate the result to Y.
624 $temp = $m[$i]->add($k[$i]);
626 $temp = $temp->multiply($m[$i + 4]->add($k[$i + 4]));
627 $y = $y->add($temp);
629 $temp = $m[$i + 1]->add($k[$i + 1]);
631 $temp = $temp->multiply($m[$i + 5]->add($k[$i + 5]));
632 $y = $y->add($temp);
634 $temp = $m[$i + 2]->add($k[$i + 2]);
636 $temp = $temp->multiply($m[$i + 6]->add(
[all...]
H A DRSA.php365 $min = $min->add(self::$one);
H A DTwofish.php574 // Add the modular polynomial on underflow.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php407 * Add a new line
H A DASN1.php749 "When a "NamedBitList" is used in defining a bitstring type ASN.1 encoding rules are free to add (or remove)
1222 $first = $first->add(new BigInteger($part2));
H A DX509.php138 const ATTR_APPEND = -2; // Add a value.
139 const ATTR_REPLACE = -3; // Clear first, then add a value.
2897 $crlNumber = $crlNumber !== false ? $crlNumber->add(new BigInteger(1)) : null;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php17 * $c = $a->add($b);
252 public function add(BigInteger $y)
254 return new static($this->value->add($y->value));
875 function add($y) global() function in phpseclib\\Math\\BigInteger
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php697 * When PuTTY resizes the window it doesn't add an additional 0x7FFFFFFF bytes - it adds 0x40000000 bytes.
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md95 - Add audio, video @src elements/attribute for URL resolution by @rdalverny in [#716](https://github.com/simplepie/simplepie/pull/716)
97 - Add .editorconfig by @Alkarex in [#724](https://github.com/simplepie/simplepie/pull/724)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE407 original copyright holder who places the Library under this License may add
490 Also add information on how to contact you by electronic and paper mail.
H A Didna_convert.class.php468 // If we have basic code points in output, add an hyphen to the end
694 // if neither case was true, just add the character
801 if ('add' == $mode) {
809 $mode = 'add';
830 if ('add' == $mode) {
836 if ('add' == $mode) {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php416 // Add unreserved and % to $extra_chars (the latter is safe because all
464 // Check that the byte is valid, then add it to the character:
593 // Check that the byte is valid, then add it to the character:
894 // as that can add unescaped characters.
H A DItem.php904 * @todo Add ability to prefer one type of content over another (in a media group).
928 * @todo Add support for end-user defined sorting of enclosures by type/handler (so we can prefer the faster-loading FLV over MP4).
H A DMisc.php1237 return 'ISO_6937-2-add';
1300 return 'JIS_C6229-1984-b-add';
1312 return 'JIS_C6229-1984-hand-add';
1423 return 'NATS-DANO-ADD';
1433 return 'NATS-SEFI-ADD';
1956 * @todo Add support for EBCDIC
H A DParser.php513 // If a photo is also in content, don't need to add it again here.
H A DSanitize.php339 substr_replace($url, 's', 4, 0) : //Add the 's' to HTTPS
H A DSimplePie.php651 * @var array Stores the default attributes to add to different tags by add_attributes().
850 * @param array $curl_options Curl options to add to default settings
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php659 * Add a callback method to parse a date
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md52 // To create a TAR archive directly in memory, create() it, add*()
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php81 * Add a file to the current archive using an existing file in the filesystem
90 * Add a file to the current archive using the given $data as content
93 * @param string $data binary content of the file to add
H A DTar.php262 * Add a file to the current TAR archive using an existing file in the filesystem
318 * Add a file to the current TAR archive using the given $data as content
321 * @param string $data binary content of the file to add
348 * Add the closing footer to the archive if in write mode, close all file handles
H A DZip.php290 * Add a file to the current ZIP archive using an existing file in the filesystem
298 * Add a file to the current archive using an existing file in the filesystem
383 // add info to central file directory
400 * Add a file to the current Zip archive using the given $data as content
403 * @param string $data binary content of the file to add
445 // add info to central file directory
462 * Add the closing footer to the archive if in write mode, close all file handles
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php151 * Add the default help, color and log options
302 // when colors are wanted, we also add the icon

1...<<11121314151617181920>>...223