Home
last modified time | relevance | path

Searched refs:nb (Results 1 – 25 of 118) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
Dunary_macro_arguments.test10 {% macro negative_number1(nb=-1) %}{{ nb }}{% endmacro %}
11 {% macro negative_number2(nb = --1) %}{{ nb }}{% endmacro %}
12 {% macro negative_number3(nb = - 1) %}{{ nb }}{% endmacro %}
13 {% macro positive_number1(nb = +1) %}{{ nb }}{% endmacro %}
14 {% macro positive_number2(nb = ++1) %}{{ nb }}{% endmacro %}
/plugin/jmol2/jmol/
DJmolApplet0_i18n_nb.jar ... java package org.jmol.translation.JmolApplet.nb org.jmol.translation.JmolApplet.nb. ...
DJmolAppletSigned0_i18n_nb.jar ... java package org.jmol.translation.JmolApplet.nb org.jmol.translation.JmolApplet.nb. ...
/plugin/freechat/phpfreechat/src/
Dpfcinfo.class.php82 function getLastMsg($channel, $nb) argument
87 if ( !( $nb >= 0 ) ) $nb = 10;
95 $lastmsg_raw = $ct->read($channel, $lastmsg_id-$nb);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DBookmarkWriter.php31 $nb = count($this->mpdf->BMoutlines);
32 if ($nb === 0) {
52 $nb = count($this->mpdf->BMoutlines);
67 $this->mpdf->BMoutlines[$i]['parent'] = $nb;
DPageWriter.php44 $nb = $this->mpdf->page;
55 $annotid = (3 + 2 * $nb);
59 for ($n = 1; $n <= $nb; $n++) {
102 for ($n = 1; $n <= $nb; $n++) {
274 for ($i = 0; $i < $nb; $i++) {
279 $this->writer->write('/Count ' . $nb);
/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php408 for ($nb = 1; $nb <= \count($matches); $nb++) {
409 $search[] = '$' . $nb;
410 $replace[] = $matches[$nb] ?? '';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php58 $nb = strlen($s);
60 $nb = mb_strlen($s, $this->mpdf->mb_enc);
62 if (($nb === 1) && $s === ' ') {
76 while ($i < $nb) {
173 while ($i < $nb) {
306 $nb = strlen($text);
307 for ($i = 0; $i < $nb; $i++) {
313 $nb = mb_strlen($text, $this->mpdf->mb_enc);
316 for ($i = 0; $i < $nb; $i++) {
362 for ($i = 0; $i < $nb; $i++) {
/plugin/freechat/phpfreechat/src/commands/
Dunban.class.php47 $nb = count($banlist);
61 $msg = "<p>"._pfc("%s users have been unbanished", $nb)."</p>";
/plugin/fixredirectlinks/
Daction.php33 $nb = $aTags->length;
34 for($pos=0; $pos<$nb; $pos++) {
/plugin/abc2/abc-libraries/abc2svg/
Dstrtab-1.js31 if(not.nb>=10)
36 abc.out_svg('">'+not.nb+'</text>\n')}}}
54 nt.nb=n
85 if(nt.nb!=undefined)
/plugin/chessdiagram/toolbar/
Dgerman.diff6 …2P1q3/PQ4RK/3r4\n</schachdiagramm>\n\n<schachdiagramm>\nt---k--t\n-d---bbb\nb---b---\n--l-B---\nB-…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
DCoverage.php642 $nb = 0;
649 ++$nb;
653 --$nb;
660 return 0 < $nb;
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/lang/
D_translationstatus.txt15 nb.js Found: 118 Missing: 0
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/lang/
D_translationstatus.txt15 nb.js Found: 118 Missing: 0
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/
D_translationstatus.txt17 nb.js Found: 30 Missing: 0
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/lang/
D_translationstatus.txt17 nb.js Found: 30 Missing: 0
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dmp3.js4548 var nb = stream.read(4); variable
4549 if (nb === 15)
4552 allocation[ch][sb] = nb ? nb + 1 : 0;
4557 var nb = stream.read(4);
4558 if (nb === 15)
4562 allocation[1][sb] = nb ? nb + 1 : 0;
4585 var nb = allocation[ch][sb]; variable
4586 …frame.sbsample[ch][s][sb] = nb ? this.sample(stream, nb) * tables.SF_TABLE[scalefactor[ch][sb]] : …
4591 var nb = allocation[0][sb];
4592 if (nb) {
[all …]
/plugin/quickstats/
Dsyntax.php564 $nb = $uasort_ip[$b];
566 if ($na == $nb) {
569 return ($na > $nb) ? -1 : 1;
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php1977 $nb=count($this->diffs);
1978 for ($i=1; $i<=$nb; $i++) {
1986 $d=$nb+1;
2225 $nb=strlen($s);
2226 if($nb>0 && $s[$nb-1]=="\n")
2227 $nb--;
2253 while($i<$nb)
2336 $nb=strlen($s);
2342 while ($i<$nb) {
2599 $nb=$this->page;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfcklanguagemanager.js64 nb : 'Norwegian Bokmal',
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfcklanguagemanager.js64 nb : 'Norwegian Bokmal',
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DDatamatrix.php372 protected function getErrorCorrection($wd, $nb, $nd, $nc, $gf=256, $pp=301) { argument
396 $num_wd = ($nb * $nd);
398 $num_we = ($nb * $nc);
400 for ($b = 0; $b < $nb; ++$b) {
403 for ($n = $b; $n < $num_wd; $n += $nb) {
417 for ($i = $b; $i < $num_we; $i += $nb) {
/plugin/ckgdoku/ckeditor/plugins/about/
Dplugin.js.unc9 …fa,fi,fo,fr,fr-ca,gl,gu,he,hi,hr,hu,id,is,it,ja,ka,km,ko,ku,lt,lv,mk,mn,ms,nb,nl,no,pl,pt,pt-br,ro…
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
Dmakefont.php259 $nb=ReadShort($f);
263 for($i=0;$i<$nb;$i++)

12345