Home
last modified time | relevance | path

Searched refs:index (Results 101 – 125 of 1806) sorted by path

12345678910>>...73

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php35 * @param int $index
39 public static function shift(&$string, $index = 1) argument
41 $substr = substr($string, 0, $index);
42 $string = substr($string, $index);
52 * @param int $index
56 public static function pop(&$string, $index = 1) argument
58 $substr = substr($string, -$index);
59 $string = substr($string, 0, -$index);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php564 $index = [
591 $naf[$a][$j] = $index[3 * ($ja + 1) + $jb + 1];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php466 * @param int $index a non-negative integer less than 2^64
470 private function kdf($index, $numbytes) argument
472 $this->c->setIV(pack('N4', 0, $index, 0, 1));
494 $index = $nonce[$last] & $mask;
495 $nonce[$last] = $nonce[$last] ^ $index;
516 substr($t, unpack('C', $index)[1] * $taglen, $taglen) :
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DRaw.php58 if (isset($key[$index])) {
64 foreach (['n', 'modulo', 'modulus', 1] as $index) {
65 if (isset($key[$index])) {
66 $components['modulus'] = $key[$index];
82 foreach ($indices as $index) {
83 list($i0, $i1) = $index;
97 foreach ($indices as $index) {
98 list($i0, $i1) = $index;
109 if (isset($key[$index])) {
133 foreach (['privateexponent', 'd'] as $index) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php56 foreach ($indices as $index) {
57 $val[$index] = '1';
/plugin/authradius/
H A Ddes.php80 for ($index = 1; $index <= 16; $index++) {
81 $l[$index] = $r[$index - 1];
82 $r[$index] = des_xor($l[$index - 1], des_transform($r[$index - 1], $subKeys[$index]));
118 $index = 0;
119 $c[$index] = substr($k, 0, 28);
120 $d[$index] = substr($k, 28);
123 $index++;
124 $c[$index] = des_rotate_left ($c[$index - 1], $positions);
125 $d[$index] = des_rotate_left ($d[$index - 1], $positions);
/plugin/authsmf20/
H A Dstyle.css15 z-index: 42;
25 z-index: 45;
/plugin/authucenter/lib/uc_client/model/
H A Dpm.php435 if($index['pmtype'] != 1) {
438 $users = explode('_', $index['min_max']);
442 if($index['authorid'] != $uid) {
443 …$this->db->query("UPDATE ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." SET delstatus=2…
445 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." WHERE pmid…
448 …$this->db->query("UPDATE ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." SET delstatus=1…
450 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." WHERE pmid…
454 …ECT COUNT(*) FROM ".UC_DBTABLEPRE.$this->getposttablename($index['plid'])." WHERE plid='$index[pli…
455 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."pm_lists WHERE plid='$index[plid]'");
456 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."pm_members WHERE plid='$index[plid]'");
[all …]
/plugin/authyubikey/
H A Dauth.php.org265 * @param int $start index of first user to be returned
/plugin/autoindex/
H A DREADME3 List namespace contents in a alphabetical index
H A Dplugin.info.txt6 desc List namespace contents in a alphabetical index
/plugin/autolink2/
H A Dhelper.php286 $index = $conf['indexdir'].'/autolink.idx';
290 if (@copy($cache, $index)){
295 return $this->_buildindexFromOld($index);
/plugin/autotooltip/
H A Dscreen.less9 z-index: 99999;
/plugin/bahnde/
H A Dstyle.css6 .imgs {margin-left:7px;margin-top:2px;z-index:4;position:absolute;}
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php1670 protected function insertStructuredAppendHeader($items, $size, $index, $parity) { argument
1674 if (($index <= 0) OR ($index > self::MAX_STRUCTURED_SYMBOLS)) {
1677 $buf = array($size, $index, $parity);
/plugin/batchedit/
H A Dengine.php1018 $index = $this->getPageIndex($namespace);
1019 $progress = new BatcheditProgress($this->session->getId(), BatcheditProgress::SEARCH, count($index));
1021 foreach ($index as $pageId) {
1129 $index = idx_getIndex('page', '');
1131 if (count($index) == 0) {
1167 $index = array_filter($index, function ($pageId) use ($positiveFilter, $negativeFilter) {
1181 if (count($index) == 0) {
1186 return $index;
H A Dinterface.css82 z-index: 1;
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.css11 z-index: 10001;
/plugin/bez/scripts/
H A Dprojects.js5 if ($this.find('option:selected').index() !== 0) {
H A Dstart.js9 active = $active.first().parents('li').index();
H A Dtasks.js33 if ($this.find('option:selected').index() !== 0) {
H A Dthreads.js5 if ($this.find('option:selected').index() !== 0) {
/plugin/bez/
H A Dstyle.css534 z-index: 10001;
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php268 foreach($tempArray as $index => $value)
272 if(array_key_exists($index, $independent))
274 $newArray[] = $independent[$index] . '|' . $value;
281 if(array_key_exists($index, $independent))
283 $newArray[] = $value . '|' . $independent[$index];
919 $index = 0;
931 $independent['independent_' . ($index - 1)] = $subject;
936 $independent['independent_' . $index] = $subject;
1025 $index++;
H A DPREVIEWSTYLE.php100 for($index = 1; $index <= 5; $index++)
102 $nameType = 'creator' . $index;
104 $this->bibformat->formatNames($this->$nameType, 'creator' . $index);

12345678910>>...73