/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
H A D | MontgomeryMult.php | 66 $a = [self::VALUE => self::array_repeat(0, $n + 1)]; 68 $temp = $a[self::VALUE][0] + $x[$i] * $y[0]; 73 $a = $class::addHelper($a[self::VALUE], false, $temp[self::VALUE], false); 74 $a[self::VALUE] = array_slice($a[self::VALUE], 1); 76 if (self::compareHelper($a[self::VALUE], false, $m, false) >= 0) { 77 $a = $class::subtractHelper($a[self::VALUE], false, $m, false); 79 return $a[self::VALUE];
|
H A D | Barrett.php | 113 $temp = array_slice($n[self::VALUE], $m_length - 1); 119 $temp = array_slice($temp[self::VALUE], ($m_length >> 1) + 1); 128 $result = $class::subtractHelper($n[self::VALUE], false, $temp[self::VALUE], false); 130 while (self::compareHelper($result[self::VALUE], $result[self::SIGN], $m, false) >= 0) { 134 return $result[self::VALUE]; 184 $temp = array_slice($temp[self::VALUE], $n_length + 1); 192 if (self::compareHelper($result, false, $temp[self::VALUE], $temp[self::SIGN]) < 0) { 196 $result = $result[self::VALUE]; 205 return $result[self::VALUE]; 229 self::VALUE => [], [all …]
|
H A D | Montgomery.php | 74 $result = [self::VALUE => $x]; 77 $temp = $result[self::VALUE][$i] * $cache[self::DATA][$key]; 81 $result = $class::addHelper($result[self::VALUE], false, $temp, false); 84 $result[self::VALUE] = array_slice($result[self::VALUE], $k); 87 $result = $class::subtractHelper($result[self::VALUE], false, $n, false); 90 return $result[self::VALUE];
|
/plugin/amazon/ |
H A D | syntax.php | 304 $link = $item['DETAILPAGEURL'][0]['VALUE']; 305 if(!$link) $link = $item['UNIVERSALLISTITEM'][0]['PRODUCTURL'][0]['VALUE']; 329 }elseif($attr['SOLDBY'][0]['VALUE']){ 330 $this->display($attr['SOLDBY'][0]['VALUE'],$param['maxlen']); 338 $this->display($attr['TITLE'][0]['VALUE'],$param['maxlen']); 347 $this->display($attr['ISBN'][0]['VALUE'],$param['maxlen']); 349 $this->display($attr['RUNNINGTIME'][0]['VALUE'].' ',$param['maxlen']); 352 $this->display($attr['PLATFORM'][0]['VALUE'],$param['maxlen']); 359 if(!$price) $price = $attr['SAVEDPRICE'][0]['FORMATTEDPRICE'][0]['VALUE']; 375 if(is_array($opt) && $opt['VALUE']){ [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | PHP.php | 41 const VALUE = 0; define in phpseclib3\\Math\\BigInteger\\Engines\\PHP 237 self::VALUE => $y_value, 242 self::VALUE => $x_value, 251 self::VALUE => [], 344 self::VALUE => [], 419 self::VALUE => [], 460 $z1 = self::karatsuba($z1[self::VALUE], $temp[self::VALUE]); 465 $z1[self::VALUE] = array_merge(array_fill(0, $m, 0), $z1[self::VALUE]); 470 return $xy[self::VALUE]; 1076 $z1[self::VALUE] = array_merge(array_fill(0, $m, 0), $z1[self::VALUE]); [all …]
|
/plugin/pgn4web/ |
H A D | pgn4web.patch | 4 …ace" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="backButton" TYPE="BUTTON" VALUE="<" STYLE="'; 7 - text += '<INPUT ID="autoplayButton" TYPE="BUTTON" VALUE=' + (isAutoPlayOn ? "=" : "+") + ' STY… 8 + text += '<INPUT ID="autoplayButton" TYPE="BUTTON" VALUE=' + (isAutoPlayOn ? "=" : "\u2192") + … 11 …" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="forwardButton" TYPE="BUTTON" VALUE=">" STYLE="';
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Tokenizer.php | 72 const VALUE = 'value'; define in Handlebars\\Tokenizer 252 self::VALUE => $this->buffer 273 if (preg_match('/\S/', $token[self::VALUE])) { 300 = $this->tokens[$j][self::VALUE]; 307 $this->tokens[] = [self::TYPE => self::T_TEXT, self::VALUE => "\n"];
|
H A D | Template.php | 167 $buffer .= $current[Tokenizer::VALUE];
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
H A D | Parser.php | 139 $token[Mustache_Tokenizer::INDENT] = $indent[Mustache_Tokenizer::VALUE]; 235 if (substr($next[Mustache_Tokenizer::VALUE], -1) !== "\n") { 262 return preg_match('/^\s*$/', $token[Mustache_Tokenizer::VALUE]);
|
H A D | Tokenizer.php | 66 const VALUE = 'value'; define in Mustache_Tokenizer 255 self::VALUE => $this->buffer,
|
H A D | Compiler.php | 173 $code .= $this->text($node[Mustache_Tokenizer::VALUE], $level);
|
/plugin/redirector/ |
H A D | redirectURLs.txt.orig | 3 # KEY VALUE
|
/plugin/eclipseupdateurl/ |
H A D | README.md | 14 …es to show) or the following keywords and values separated by pipes (``|``) - ``%KEYWORD%=%VALUE%``
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
H A D | class.csstidy_print.php | 180 case VALUE: 264 $this->parser->_add_token(VALUE, $valj, true);
|
H A D | class.csstidy.php | 722 $this->_add_token(VALUE, $this->value);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
H A D | Base.php | 133 return static::reduce($temp[self::VALUE], $n, $class);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/ |
H A D | XmlTest.php | 1073 'RDATE;TZID=US/Eastern;VALUE=PERIOD:20060102T150000/PT2H' . "\n" . 1104 'RDATE;TZID=US/Eastern;VALUE=PERIOD:20060102T150000/PT2H,20080102T150000/PT1' . "\n" .
|
/plugin/mytemplate/ |
H A D | README | 80 VARIABLENAME = VALUE 82 When declaring a variable for a LIST command, VALUE is a list of rows,
|
/plugin/codemirror/dist/modes/ |
H A D | cobol.min.js.map | 1 …VALUE LOW-VALUES \");\n var keywords = makeKeywords(\n \"ACCEPT ACCESS ACQUIRE ADD ADDRESS \…
|
H A D | forth.min.js.map | 1 …t = stream.match(/^(VARIABLE|2VARIABLE|CONSTANT|2CONSTANT|CREATE|POSTPONE|VALUE|WORD)\\s+(\\S+)(\\…
|
/plugin/webdav/vendor/sabre/vobject/ |
H A D | CHANGELOG.md | 109 * Better error message when parsing objects with an invalid `VALUE` parameter. 162 * #227: Always add `VALUE=URI` to `PHOTO` properties. 163 * #235: Always add `VALUE=URI` to `URL` properties. 508 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
|
/plugin/icalevents/vendor/sabre/vobject/ |
H A D | CHANGELOG.md | 48 * Better error message when parsing objects with an invalid `VALUE` parameter. 101 * #227: Always add `VALUE=URI` to `PHOTO` properties. 102 * #235: Always add `VALUE=URI` to `URL` properties. 447 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
|
/plugin/pgn4web/pgn4web/ |
H A D | pgn4web.js | 3352 …" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="forwardButton" TYPE="BUTTON" VALUE=">" STYLE="'; 3354 …e" WIDTH="' + spaceSize + '"></TD><TD><INPUT ID="endButton" TYPE="BUTTON" VALUE=">>" STYLE="… 3467 …VALUE="?"><INPUT ID="searchPgnExpression" CLASS="searchPgnExpression" TITLE="find games matching t…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 34.34.js.map | 1 …RIM',\n 'UNICHAR',\n 'UNICODE',\n 'UPPER',\n 'VALUE'\n ],\n toke…
|
/plugin/davcard/vendor/sabre/vobject/ |
H A D | ChangeLog.md | 282 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
|