/plugin/credits/ |
H A D | syntax.php | 128 $remainder = ""; 134 $remainder = "<br />"; 144 …$remainder = " <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 D | script.js | 58 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 D | PARSECREATORS.php | 76 $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 D | DecToRoman.php | 66 $remainder = $number % $divisor; 67 $digit = $remainder / (10 ** $i); 69 $number -= $remainder;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
H A D | Strings.php | 404 $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 D | Cursor.php |
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | BCMath.php | 223 $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 D | GMP.php | 222 $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 D | PHP.php | 542 $remainder = new static(); 544 $remainder->value = [$r]; 546 return [$this->normalize($quotient), $this->normalize($remainder)];
|
/plugin/aichat/vendor/erusev/parsedown/ |
H A D | Parsedown.php | 757 $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 D | dwplugin.php | 378 $remainder = substr($text,$len); 379 $remainder = preg_replace('/'. $exit_pattern .'$/',"", $remainder); 380 $remainder = str_replace ( '<p>', '<p>', $remainder); 383 $split = preg_split($regexes,$remainder,-1,PREG_SPLIT_DELIM_CAPTURE);
|
/plugin/katex/_assets/contrib/ |
H A D | mhchem.min.js | 1 …remainder),!d.toContinue)break t}}if(i<=0)throw["MhchemBugU","mhchem bug U. Please report."]}},con…
|
/plugin/move/helper/ |
H A D | handler.php | 173 $remainder = array_slice($goalpath, $common); 178 if($remainder) $newrel .= join(':', $remainder) . ':';
|
/plugin/letsencrypt/ |
H A D | Lescript.php | 542 $remainder = strlen($input) % 4; 543 if ($remainder) { 544 $padlen = 4 - $remainder;
|
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/ |
H A D | JWT.php | 389 $remainder = \strlen($input) % 4; 390 if ($remainder) { 391 $padlen = 4 - $remainder;
|
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupMisc.js | 1119 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 D | CHANGELOG.rst | 20 returns the entire remainder of the stream. If you want to limit the maximum
|
/plugin/highlightjs/highlight/ |
H A D | readme.eng.txt | 326 body remainder of the non-quoted list
|
/plugin/codemirror/dist/modes/ |
H A D | scheme.min.js.map | 1 …ote quote quotient rational? rationalize read read-char real-part real? remainder reverse round sc…
|
H A D | clojure.min.js.map | 1 …t\", \"unchecked-negate\",\n \"unchecked-negate-int\", \"unchecked-remainder-int\", \"uncheck…
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
H A D | LICENSE | 52 …plicable law, it shall not affect the validity or enforceability of the remainder of the terms of …
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 12.12.js.map | 1 …unchecked-negate',\n 'unchecked-negate-int',\n 'unchecked-remainder-int',\n '…
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | templates.rst | 652 * ``%``: Calculates the remainder of an integer division. ``{{ 11 % 7 }}`` is
|