Home
last modified time | relevance | path

Searched refs:ch (Results 126 – 150 of 366) sorted by relevance

12345678910>>...15

/plugin/upgrade/lang/cy/
H A Dstep0.txt1 Bydd yr ategyn hwn yn uwchraddio'ch wici yn awtomatig i'r fersiwn DocuWiki diweddaraf. Cyn parhau, dylech chi ddarllen y [[doku>changes|Changelog]] i wirio os oes camau ychwanegol sydd angen i chi berfformio cyn neu ar ôl uwchraddio.
7 Rydyn ni'n awgrymu eich bod chi'n creu copi wrth gefn o'ch wiki cyn parhau
/plugin/codemirror/dist/modes/
H A Dttcn.min.js.map1ch","next","tokenize","tokenString","test","skipToEnd","eatWhile","eat","tokenComment","match","cu…
H A Decl.min.js.map1ch","next","result","tokenize","tokenString","test","eatWhile","eat","tokenComment","cur","current…
H A Dcobol.min.js.map1ch","stream","eat","eatWhile","test","peek","next","startState","indentStack","indentation","mode"…
H A Dswift.min.js.map1ch","peek","match","skipToEnd","tokenize","push","tokenComment","indexOf","next","stringMatch","to…
H A Dvhdl.min.js.map1ch","next","result","tokenize","tokenString2","tokenString","test","eat","skipToEnd","cur","curren…
H A Dpuppet.min.js.map1ch","inDefinition","inInclude","hasOwnProperty","test","skipToEnd","eatWhile","peek","startState",…
H A Dtiki.min.js.map1ch","eat","eatSpace","eatWhile","inPlugin","indentUnit","pluginName","type","peek","test","inAttri…
H A Dttcn-cfg.min.js.map1ch","next","tokenize","tokenString","test","skipToEnd","eatWhile","cur","current","propertyIsEnume…
H A Dmllike.min.js.map1ch","next","tokenize","tokenString","eat","longString","tokenLongString","commentLevel","tokenComm…
H A Dscheme.min.js.map1ch","eat","numTest","hasExactness","hasRadix","test","skipToEnd","keyWord","indentTemp","column","…
H A Dmarkdown.min.js.map1ch","next","matchCh","replace","regex","previousFormatting","eatWhile","count","t","type","formatt…
/plugin/webcomics/
H A Dsyntax.php61 $ch = new DokuHTTPClient();
62 $piece = $ch->get($url);
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
H A Dga.txt
/plugin/subjectindex/plugins/
H A Dbible_abbr.txt13 1ch 1chr
14 2ch 2chr
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1ch","killRing","addToRing","str","push","length","shift","growRingTop","getFromRing","n","Math","m…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/nv/
H A Dnv.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/gd/
H A Dgd.txt
/plugin/pdfjs/pdfjs/web/locale/ga-IE/
H A Dviewer.properties50 first_page.title=Go dtí an chéad leathanach
51 first_page.label=Go dtí an chéad leathanach
52 first_page_label=Go dtí an chéad leathanach
104 toggle_sidebar_notification.title=Scoránaigh an Barra Taoibh (achoimre/iatáin sa cháipéis)
125 find_input.placeholder=Aimsigh sa cháipéis…
128 find_next.title=Aimsigh an chéad sampla eile den nath sin
166 loading_error=Tharla earráid agus an cháipéis PDF á lódáil.
182 printing_not_ready=Rabhadh: Ní féidir an PDF a phriontáil go dtí go mbeidh an cháipéis iomlán lódái…
/plugin/sqlraw/
H A Dsyntax.php670 for( $ch = 0; $ch < $field_len; $ch++ ) {
671 … if( $field[$ch] == $escape_char && $field[$ch+1] == $enclosure && $enc_is_quote ) {
673 }elseif( $field[$ch] == $escape_char ) {
675 }elseif( !$escaped && $field[$ch] == $enclosure ) {
680 $csvline .= $field[$ch];
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php798 $ch = curl_init();
799 curl_setopt($ch, CURLOPT_URL, $url);
800 curl_setopt($ch, CURLOPT_HEADER, false);
801 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
802 curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
803 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
804 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true);
805 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, (bool) $followredirects);
806 curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
807 $rawData = curl_exec($ch);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php505 $ch = 0;
507 if ($flags[$i]) { $h -= $cheights[$i]; } else { $ch += $cheights[$i]; };
510 if ($ch > 0) {
511 $scale = $h / $ch;
524 $ch = 0;
529 if ($ch > 0) {
530 $scale = $h / $ch;
543 $ch = 0;
545 if ($flags[$i]) { $h -= $cheights[$i]; } else { $ch += $cheights[$i]; };
548 if ($ch > 0) {
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php145 $ch=$fm['CapHeight'];
147 $ch=$fm['CapXHeight'];
149 $ch=$asc;
150 $fd.=",'CapHeight'=>".$ch;
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php490 $ch = substr($str, $i, 1);
491 if ($ch == "\\") {
493 } else if (ord($ch) == 0) {
496 $result .= "\\" . strval(decoct(ord($ch)));
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1715 ctx.lineTo(cx+cw-fc,cy+ch-fc);
1721 ctx.moveTo(cx+cw-fc,cy+(ch*0.8));
1722 ctx.lineTo(cx+cw-fc,cy+ch-fc);
1723 ctx.lineTo(cx+fc,cy+ch-fc);
1737 ctx.moveTo(cx+cw-fc,cy+ch-fc);
1738 ctx.lineTo(cx+(cw*0.5),cy+ch-fc);
1769 ctx.bezierCurveTo(cx+cw-fc,cy+ch-fc,cx+cw-fc,cy+ch-fc,cx+(cw*0.1)+fc,cy+ch-fc);
1772 ctx.moveTo(cx+fc,cy+(ch*0.75));
2039 ctx.fillRect(0,0,cw,ch);
2041 ctx.clearRect(0,0,cw,ch);
[all …]

12345678910>>...15