Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 25 of 53) sorted by relevance

123

/plugin/credits/
H A Dsyntax.php128 $remainder = "";
134 $remainder = "<br />";
144 …$remainder = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span id = '$remainder_id' " …
160 if(!empty($remainder)) {
163 $renderer->doc .= "<span>$desc</span>$remainder";
195 $remainder = substr($str,$len);
196 if(strlen($remainder) < 30) {
199 return(array($trunc,$remainder));
H A Dscript.js58 remainder = document.getElementById(id);
59 remainder.style.display = 'block';
64 remainder = document.getElementById(id);
65 remainder.style.display = 'none';
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php76 $remainder = join(" ", $author);
77 list($firstname, $initials) = $this->grabFirstnameInitials($remainder);
88 function grabFirstnameInitials($remainder) argument
91 $array = split(" ", $remainder);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php66 $remainder = $number % $divisor;
67 $digit = $remainder / (10 ** $i);
69 $number -= $remainder;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php404 $remainder = strlen($var) % 4;
406 if ($remainder == 0) {
410 $temp = unpack('Nnum', str_pad(substr($var, 0, $remainder), 4, "\0", STR_PAD_LEFT));
411 $temp = substr(pack('N', $temp['num'] + 1), -$remainder);
412 $var = substr_replace($var, $temp, 0, $remainder);
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php223 $remainder = new self();
226 $remainder->value = bcmod($this->value, $y->value);
228 if ($remainder->value[0] == '-') {
229 …$remainder->value = bcadd($remainder->value, $y->value[0] == '-' ? substr($y->value, 1) : $y->valu…
232 return [$this->normalize($quotient), $this->normalize($remainder)];
H A DGMP.php222 $remainder = new self();
224 list($quotient->value, $remainder->value) = gmp_div_qr($this->value, $y->value);
226 if (gmp_sign($remainder->value) < 0) {
227 $remainder->value = $remainder->value + gmp_abs($y->value);
230 return [$this->normalize($quotient), $this->normalize($remainder)];
H A DPHP.php542 $remainder = new static();
544 $remainder->value = [$r];
546 return [$this->normalize($quotient), $this->normalize($remainder)];
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php757 $remainder = substr($Line['text'], $length);
759 if (trim($remainder) === '')
775 if (preg_match('/<\/'.$matches[1].'>[ ]*$/i', $remainder))
1273 $remainder = $Excerpt['text'];
1275 if (preg_match('/\[((?:[^][]++|(?R))*+)\]/', $remainder, $matches))
1281 $remainder = substr($remainder, $extent);
1288 if (preg_match('/^[(]\s*+((?:[^ ()]++|[(][^ )]+[)])++)(?:[ ]+("[^"]*"|\'[^\']*\'))?\s*[)]/', $remainder, $matches))
1301 if (preg_match('/^\s*\[(.*?)\]/', $remainder, $matches))
/plugin/fckg/syntax/
H A Ddwplugin.php378 $remainder = substr($text,$len);
379 $remainder = preg_replace('/'. $exit_pattern .'$/',"", $remainder);
380 $remainder = str_replace ( '<p>', '&lt;p&gt;', $remainder);
383 $split = preg_split($regexes,$remainder,-1,PREG_SPLIT_DELIM_CAPTURE);
/plugin/katex/_assets/contrib/
H A Dmhchem.min.js1remainder),!d.toContinue)break t}}if(i<=0)throw["MhchemBugU","mhchem bug U. Please report."]}},con…
/plugin/move/helper/
H A Dhandler.php168 $remainder = array_slice($goalpath, $common);
173 if($remainder) $newrel .= join(':', $remainder) . ':';
/plugin/letsencrypt/
H A DLescript.php542 $remainder = strlen($input) % 4;
543 if ($remainder) {
544 $padlen = 4 - $remainder;
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php389 $remainder = \strlen($input) % 4;
390 if ($remainder) {
391 $padlen = 4 - $remainder;
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMisc.js1119 var remainder = i % 10;
1121 if (remainder === 0)
1126 else if ( remainder === 5)
1149 var remainder = i % 10;
1151 if (remainder === 0)
1156 else if ( remainder === 5)
1253 var remainder = i % 10;
1255 if (remainder === 0)
1275 else if ( remainder === 5)
1298 var remainder = i % 10;
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst20 returns the entire remainder of the stream. If you want to limit the maximum
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt326 body remainder of the non-quoted list
/plugin/codemirror/dist/modes/
H A Dscheme.min.js.map1 …ote quote quotient rational? rationalize read read-char real-part real? remainder reverse round sc…
H A Dclojure.min.js.map1 …t\", \"unchecked-negate\",\n \"unchecked-negate-int\", \"unchecked-remainder-int\", \"uncheck…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE52 …plicable law, it shall not affect the validity or enforceability of the remainder of the terms of …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 …unchecked-negate',\n 'unchecked-negate-int',\n 'unchecked-remainder-int',\n '…
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst652 * ``%``: Calculates the remainder of an integer division. ``{{ 11 % 7 }}`` is

123