Home
last modified time | relevance | path

Searched refs:nc (Results 1 – 25 of 75) sorted by relevance

123

/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DDigestTest.php44 $nc = '00002';
50 $nc . ':' .
57 …response="' . $digestHash . '", opaque="' . $opaque . '", qop=auth,nc=' . $nc . ',cnonce="' . $cno…
74 $nc = '00002';
80 $nc . ':' .
87 …response="' . $digestHash . '", opaque="' . $opaque . '", qop=auth,nc=' . $nc . ',cnonce="' . $cno…
113 $nc = '00003';
119 $nc . ':' .
126 …onse="' . $digestHash . '", opaque="' . $opaque . '", qop=auth-int,nc=' . $nc . ',cnonce="' . $cno…
142 $nc = '00003';
[all …]
/plugin/abc2/abc-libraries/abc2svg/
Dgrid-1.js8 function build_grid(chords,bars,font,wmx){var i,k,l,nr,bar,w,hr,x0,x,y,yl,lc='',cells=[],nc=grid.n
54 if(nc<0)
55 nc=-nc
56 if(nc<3)
57 nc=cells.length%6==0?6:8
58 if(nc>cells.length)
59 nc=cells.length;hr=font.size*2
63 w=wmx*nc
64 if(w>x0){nc/=2;w/=2}
69 …i<cells.length;i++){if(i==0||(grid.repbrk&&(bars[i].slice(-1)==':'||bars[i][0]==':'))||k>=nc){y-=hr
[all …]
Dgrid3-1.js7 …img=abc.get_img(),txt=s.text,font,font_cl,cls,w,ln,i,lines=[],cl=[],bars=[],cells=[],nr=0,nc=0,wc=0
33 w=wc*nc
53 for(i=0;i<=nc;i++){line+='M'+x.toFixed(1)+' 3v'+(hr*nr).toFixed(1)+'\n'
105 if(i>nc)
106 nc=i
Dmdnn-1.js8 …1.5" y="16">7</text>',nq:'<text id="nq" class="bn" x="8" y="16">\'</text>',nc:'<text id="nc" class… property
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php2591 $nc = $this->assocLigs[$GlyphPos[$i]];
2593 $nc = 1;
2608 $currComp += $nc;
5006 for ($nc = 0; $nc < $numchunks; $nc++) {
5007 $chunkOTLdata = & $para[$nc][18];
5085 $nc2 = $nc;
5192 $this->removeChar($para[$nc][0], $para[$nc][18], "\xe2\x80\xaa");
5193 $this->removeChar($para[$nc][0], $para[$nc][18], "\xe2\x80\xab");
5194 $this->removeChar($para[$nc][0], $para[$nc][18], "\xe2\x80\xac");
5195 $this->removeChar($para[$nc][0], $para[$nc][18], "\xe2\x80\xad");
[all …]
/plugin/findologicxmlexport/vendor/hoa/regex/
DGrammar.pp64 %token named_reference_ \(\?\(< -> nc
76 %token named_capturing_ \(\?< -> nc
77 %token nc:_named_capturing > -> default
78 %token nc:capturing_name .+?(?=(?<!\\)>)
/plugin/freechat/phpfreechat/themes/phoenity/smileys/
Dauthor.txt3 They have been released under http://creativecommons.org/licenses/by-nc/2.5/ .
/plugin/snap/
Dserver.sh25 nc -l -r -p$port -e $base/snap.sh
/plugin/code3/src/
Dtz.js569 for (var ci = 0, nc = chunks.length; ci < nc; ++ci) {
748 for (var ci = 0, nc = chunks.length; ci < nc; ++ci) {
1125 for (var ci = 0, nc = tokens.length; /* break below */; ++ci) {
1128 if (ci < nc) {
1197 } else if (ci >= nc) {
1303 for (var ci = 0, nc = tokens.length; ci < nc; ++ci) {
/plugin/structat/meta/
DSearchConfigAt.php170 list($col, $asc, $nc) = $sort;
173 if($nc) $colname .= ' COLLATE NOCASE';
/plugin/svgpureinsert/_test/
Dsvglogo.svg23 <cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.5/" />
27 <cc:License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.5/">
/plugin/struct/meta/
H A DSearchSQLBuilder.php168 [$col, $asc, $nc] = $sort;
171 if ($nc) $colname .= ' COLLATE NOCASE';
H A DSearch.php130 * @param bool $nc set true for caseinsensitivity
132 public function addSort($colname, $asc = true, $nc = true) argument
137 $this->sortby[$col->getFullQualifiedLabel()] = [$col, $asc, $nc];
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DDatamatrix.php372 protected function getErrorCorrection($wd, $nb, $nd, $nc, $gf=256, $pp=301) { argument
385 $c = array_fill(0, ($nc + 1), 0);
387 for ($i = 1; $i <= $nc; ++$i) {
398 $num_we = ($nb * $nc);
407 $we = array_fill(0, ($nc + 1), 0);
411 for ($j = 0; $j < $nc; ++$j) {
412 $we[$j] = ($we[($j + 1)] ^ $this->getGFProduct($k, $c[($nc - $j - 1)], $log, $alog, $gf));
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
Dindex.rst74 …tion-NonCommercial-NoDerivs 3.0 Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/
/plugin/tuxquote/
DREADME15 …ted under the Creative Commons BY-NC-SA license (http://creativecommons.org/licenses/by-nc-sa/3.0/)
Dimages-license.txt1 …ted under the Creative Commons BY-NC-SA license (http://creativecommons.org/licenses/by-nc-sa/3.0/)
/plugin/freechat/phpfreechat/data/public/js/
Dpfcclient.js1636 var nc = '';
1642 nc = this.nickcolor[j][1];
1651 nc = this.colorlist[cid];
1653 this.nickcolor.push(new Array(nick, nc));
1656 return nc;
/plugin/farm/install/animaltemplate/data/pages/wiki/
Ddokuwiki.txt63 …g/dokuwiki/ is licensed under the [[http://creativecommons.org/licenses/by-nc-sa/2.0/|Creative Com…
/plugin/flashplayer/
Dreadme-en.txt13 http://creativecommons.org/licenses/by-nc-sa/3.0/deed
/plugin/pdfjs/pdfjs/web/locale/ro/
Dviewer.properties224 loading_error=A intervenit o eroare la încărcarea PDF-ului.
244 printing_not_ready=Avertisment: PDF-ul nu este încărcat complet pentru tipărire.
/plugin/pdfjs/pdfjs/web/locale/az/
Dviewer.properties44 bookmark.title=Hazırkı görünüş (köçür və ya yeni pəncərədə aç)
162 find_previous.title=Bir öncəki uyğun gələn sözü tapır
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js606 next_token.context = function(nc) { argument
607 if (nc) S = nc;
/plugin/siteexport/
Djquery.filedownload.js150 …vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|x…
/plugin/translation/
Ddeleted.files306 flags/more/nc.gif
397 flags/nc.gif

123