Home
last modified time | relevance | path

Searched refs:comments (Results 401 – 417 of 417) sorted by path

1...<<11121314151617

/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshThemeDjango.scss34 .comments { font-style: italic !important; }
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1comments, and inline comments\n /^(?:\\s+|#.*|\\(\\?#[^)]*\\))*(?:[?*+]|{\\d+(?:,\\…
H A Dtheme-default.css140 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
212 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
H A Dtheme-django.css140 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
212 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
240 .syntaxhighlighter .comments {
H A Dtheme-eclipse.css140 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
212 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
H A Dtheme-emacs.css140 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
212 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
H A Dtheme-fadetogrey.css140 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
212 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
H A Dtheme-mdultra.css140 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
212 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
H A Dtheme-midnight.css140 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
212 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
H A Dtheme-rdark.css140 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
212 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
H A Dtheme-swift.css145 .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
217 .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
/plugin/tablelayout/
H A Dyarn.lock647 strip-json-comments "~2.0.1"
1450 strip-json-comments "1.0.x"
1979 strip-json-comments "~2.0.1"
2314 strip-json-comments@1.0.x:
2316 …resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-1.0.4.tgz#1e15fbc…
2318 strip-json-comments@~2.0.1:
2320 …resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c53194…
/plugin/tline/
H A DCHANGES.txt195 * Added comments per MPS in timeline-api.js that bundle=true
198 * Added comments to original-painter.js -- LarryK rev 1593
/plugin/xcom/scripts/
H A Dsample.xcom.ini2 ; The format is the same as for php.ini with comments preceded by semi-colons
H A Dxcom.ini2 ; The format is the same as for php.ini with comments preceded by semi-colons
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js9239 comments: []
9800 comments: []
18880 model.comments = options.comments = [];
18905 if (model.comments.length > 0) {
19196 model.comments = options.comments[rel.Target].comments;
19199 if (rel.Type === RelType.VmlDrawing && model.comments && model.comments.length) {
19274 delete model.comments;
24049 comments: model.comments,
24107 var xform, comments;
24118 model.comments["../".concat(name, ".xml")] = comments;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5136 "application/vnd.ms-excel.comments": "comments",
5409 f3('comments');
18132 if(comments.length > 0) cell.c = comments;
18171 comments = [];
22250 if(comments.length > 0) { q.c = comments; comments = []; }
25106 /* scan rels for comments and threaded comments */
25113 if(!comments || !comments.length) return;
25439 var comments = ws['!comments'];
25442 if(comments && comments.length > 0) {
25577 var comments = ws['!comments'];
[all …]

1...<<11121314151617