Home
last modified time | relevance | path

Searched refs:ch (Results 76 – 100 of 366) sorted by relevance

12345678910>>...15

/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DPunctuationParser.php
/plugin/projects/
H A Dcodemirror-compressed.js1ch:0};Ln(t,{line:Ct.size-1,ch:un(Ct.size-1).text.length},lt(e),t,t),Ft=!0}function ln(e){var t=[];… property in AnonymousClass4bc29479a201.find.n
/plugin/codemirror/dist/modes/
H A Druby.min.js.map1ch","next","m","readQuoted","regexpAhead","style","embed","eat","delim","propertyIsEnumerable","sk…
H A Dmumps.min.js.map1ch","peek","skipToEnd","match","skipTo","next","test","eatWhile","startState","token","style","def…
H A Dhaml.min.js.map1ch","peek","rubyState","tokenize","length","next","html","ruby","match","skipToEnd","token","previ…
H A Dlua.min.js.map1ch","next","cur","bracketed","skipToEnd","string","test","peek","eatWhile","style","curlev","quote…
H A Dpowershell.min.js.map1ch","next","tokenSingleQuoteString","tokenVariable","tokenDoubleQuoteString","tokenComment","skipT…
H A Dsparql.min.js.map1ch","next","match","tokenize","tokenLiteral","test","skipToEnd","eatWhile","eat","word","current",…
H A Dd.min.js.map1ch","next","result","tokenize","tokenString","test","eatWhile","eat","tokenNestedComment","tokenCo…
H A Dsmarty.min.js.map1ch","next","eatWhile","tokenAttribute","str","c","i","j","quote","prevChar","currChar","eol","peek…
H A Dntriples.min.js.map1ch","next","parsedURI","eatWhile","push","match","parsedAnchor","parsedBNode","peek","parsedLang",…
H A Dyacas.min.js.map1ch","next","tokenize","tokenString","eat","tokenComment","skipToEnd","backUp","m","match","hasOwnP…
H A Dpig.min.js.map1ch","next","tokenBase","tokenString","quote","escaped","end","test","eatWhile","eat","skipToEnd","…
H A Dmodelica.min.js.map1ch","next","tokenString","escaped","sol","tokenIdent","eatWhile","eat","cur","current","level","pr…
H A Dhaskell.min.js.map1ch","next","test","eat","t","ncomment","stringLiteral","match","skipToEnd","type","nest","currNest…
H A Dtornado.min.js.map1ch","next","eat","tokenize","inTag","close","match","startState","token","config","htmlBase","getM…
/plugin/langdelete/
H A Dstyle.css48 padding: 0 0 0 0.6ch;
51 margin-left: 0.5ch;
71 margin: 0 0.3ch;
75 margin: 0 0.2ch;
77 padding: 0 0.2ch;
/plugin/move/lang/sk/
H A Dtree.txt
/plugin/pdfjs/pdfjs/web/locale/vi/
H A Dviewer.properties63 cursor_text_select_tool.title=Kích hoạt công cụ chọn vùng văn bản
65 cursor_hand_tool.title=Kích hoạt công cụ con trỏ
76 spread_none_label=Không có phân cách
78 spread_odd_label=Phân cách theo số lẻ
80 spread_even_label=Phân cách theo số chẵn
86 document_properties_file_size=Kích thước:
106 document_properties_page_size=Kích thước trang:
216 page_scale_auto=Tự động chọn kích thước
217 page_scale_actual=Kích thước thực
237 text_annotation_type.alt=[{{type}} Chú thích]
[all …]
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js1ch==0)return b.clipPos(c(d.line-1));var f=b.getLine(d.line);if(e>0&&d.ch>=f.length)return b.clipPo…
H A Dvim.min.js1ch<g){c.push(a.markText(f.anchor,e(f.anchor.line,f.anchor.ch+1),{className:"cm-fat-cursor-mark"}))…
2ch===Infinity)){o=ha(a,o)}if(p){p=ha(a,p)}p=p||n;j.anchor=p;j.head=o;Ea(a);Wa(a,b,"<",qa(p,o)?p:o)… property in Ba.f.d
3ch>h.ch||g.line>h.line){var m=g;g=h;h=m}if(d){h.ch+=1}else{g.ch+=1}return{start:g,end:h}}function …
/plugin/encryptedpasswords/script/
H A DSubtleAES.js98 salt: new Uint8Array(Array.from(ostring.slice(8, 16)).map(ch => ch.charCodeAt(0))),
99 cipher: new Uint8Array(Array.from(ostring.slice(16)).map(ch => ch.charCodeAt(0))),
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js330 var ch = String.fromCharCode(charCode);
331 return (ch === '\\' || ch === '-' || ch === ']' || ch === '^')
332 ? "\\" + ch : ch;
493 function (ch) { argument
494 var cc = ch.charCodeAt(0);
H A Dprettify.js378 var ch = String.fromCharCode(charCode);
379 return (ch === '\\' || ch === '-' || ch === ']' || ch === '^')
380 ? "\\" + ch : ch;
541 function (ch) { argument
542 var cc = ch.charCodeAt(0);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackWebhookHandler.php98 $ch = curl_init();
110 curl_setopt_array($ch, $options);
112 Curl\Util::execute($ch);

12345678910>>...15