Home
last modified time | relevance | path

Searched full:add (Results 201 – 225 of 5573) sorted by last modified time

12345678910>>...223

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
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...]
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php80 <?php /* doesn't make sense like this; @todo: maybe add tpl_imginfo()?
/dokuwiki/inc/
H A DJpegMeta.php10 * @todo Add support for Maker Notes, Extend for GIF and PNG metadata
/dokuwiki/lib/plugins/usermanager/lang/th/
H A Dlang.php18 $lang['add'] = 'เพิ่ม';
/dokuwiki/lib/plugins/usermanager/lang/tr/
H A Dlang.php23 $lang['add'] = 'Ekle';
/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/lib/plugins/usermanager/lang/en/
H A Dlang.php24 $lang['add'] = 'Add';
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dthinbasic.php186 'ALIAS','ALERT','ADD','ACODE$','ABS','%DEF','#MINVERSION','#IF',
H A Dtsql.php136 'ABSOLUTE', 'ACTION', 'ADD', 'ADMIN', 'AFTER', 'AGGREGATE', 'ALIAS', 'ALLOCATE', 'ALLOWED', 'ALTER', 'ARE', 'ARRAY', 'AS',
H A Durbi.php184 // FIXME: add -> splitter.
/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/lib/plugins/usermanager/lang/vi/
H A Dlang.php19 $lang['add'] = 'Thêm';
/dokuwiki/lib/plugins/styling/
H A Dscript.js56 // add button on main page
/dokuwiki/lib/plugins/usermanager/lang/es/
H A Dlang.php45 $lang['add'] = 'Agregar';
/dokuwiki/lib/plugins/usermanager/lang/zh/
H A Dlang.php31 $lang['add'] = '添加';
/dokuwiki/lib/plugins/usermanager/lang/eu/
H A Dlang.php21 $lang['add'] = 'Gehitu';
/dokuwiki/inc/Parsing/Handler/
H A DCallWriterInterface.php8 * Add a call to our call list
H A DPreformatted.php39 // see FS#1699 & FS#1652, add 'eol' instructions to ensure proper triggering of following p_open
/dokuwiki/lib/plugins/usermanager/lang/fa/
H A Dlang.php27 $lang['add'] = 'اضافه کردن';
/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.
/dokuwiki/inc/Parsing/
H A DParser.php54 * Add a new syntax element (mode) to the parser
/dokuwiki/lib/scripts/
H A Dfileuploader.js200 add = function(nextObj, i){ function
224 add(obj[i], i);
230 add(obj[i], i);
394 var id = this._handler.add(fileContainer);
881 add: function(file){}, method in qq.UploadHandlerAbstract
965 add: function(fileInput){
1148 add: function(file){

12345678910>>...223