Home
last modified time | relevance | path

Searched full:open (Results 1 – 25 of 2659) sorted by relevance

12345678910>>...107

/plugin/dirtylittlehelper/mermaid/editor/docs/
D62.62.js1open:"[",close:"]"},{open:"{",close:"}"},{open:"(",close:")"},{open:"/*",close:"*/"},{open:"'",clo… property
D62.62.js.map1open: '[', close: ']' },\n { open: '{', close: '}' },\n { open: '(', close: ')' },\n…
D67.67.js1open:"{",close:"}",notIn:["string","comment"]},{open:"[",close:"]",notIn:["string","comment"]},{op… property
D30.30.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:":",close… property
D38.38.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close… property
D11.11.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close… property
D67.67.js.map1open: '{', close: '}', notIn: ['string', 'comment'] },\n { open: '[', close: ']', notIn: ['…
D25.25.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close… property
D64.64.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close… property
D58.58.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close… property
D46.46.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]… property
D37.37.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close… property
D31.31.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close… property
D56.56.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}],surroundingPai… property
/plugin/zwidoku/files/
H A Dfonts.css1 /* open-sans-regular - greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek */
3 font-family: 'Open Sans';
6 src: local('Open Sans Regular'), local('OpenSans-Regular'),
7 …url('../fonts/open-sans-v17-greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek-regular.woff2') …
8 …url('../fonts/open-sans-v17-greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek-regular.woff') f…
11 /* open-sans-300 - greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek */
13 font-family: 'Open Sans';
16 src: local('Open Sans Light'), local('OpenSans-Light'),
17 …url('../fonts/open-sans-v17-greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek-300.woff2') form…
18 …url('../fonts/open-sans-v17-greek-ext_cyrillic-ext_latin_cyrillic_latin-ext_greek-300.woff') forma…
[all …]
/plugin/highlight/
Dscript.js15 "open":"<hi #c3c3c3>", property
21 "open":"<hi #ffaec9>", property
27 "open":"<hi #ed1c24>", property
33 "open":"<hi #ff7f27>", property
39 "open":"<hi #ffc90e>", property
45 "open":"<hi #fff200>", property
51 "open":"<hi #efe4B0>", property
57 "open":"<hi #22b14c>", property
63 "open":"<hi #b5e61d>", property
69 "open":"<hi #00a2e8>", property
[all …]
/plugin/color/
Dscript.js15 "open":"<color #c3c3c3>", property
21 "open":"<color #ffaec9>", property
27 "open":"<color #ed1c24>", property
33 "open":"<color #ff7f27>", property
39 "open":"<color #ffc90e>", property
45 "open":"<color #fff200>", property
51 "open":"<color #efe4B0>", property
57 "open":"<color #22b14c>", property
63 "open":"<color #b5e61d>", property
69 "open":"<color #00a2e8>", property
[all …]
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dhelpers.js3 function validateClose(open, close) { argument
6 if (open.path.original !== close) {
7 let errorNode = { loc: open.path.loc };
10 open.path.original + " doesn't match " + close,
36 export function stripFlags(open, close) { argument
38 open: open.charAt(2) === '~',
82 export function prepareMustache(path, params, hash, open, strip, locInfo) { argument
84 let escapeFlag = open.charAt(3) || open.charAt(2),
87 let decorator = /\*/.test(open);
135 let decorator = /\*/.test(openBlock.open);
[all …]
/plugin/shortcutkey/
Dscript.js13 window.open(JSINFO['DOKU_URL'],'_self',false);return false; break;
15 window.open(uurl +'&do=randompage','_self',false);return false; break;
17 window.open(uurl +'&do=nsrandompage','_self',false);return false; break;
19 window.open(uurl +'&do=show','_self',false); return false; break;
21 window.open(uurl +'&do=media','_self',false); return false; break;
23 window.open('#dokuwiki__top','_self',false); return false; break;
25 window.open(uurl +'&do=diff','_self',false); return false; break;
27 window.open(uurl +'&do=backlink','_self',false); return false; break;
29 window.open(uurl +'&do=recent','_self',false); return false; break;
31 window.open(uurl +'&do=edit','_self',false);return false; break;
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dhelpers.js22 function validateClose(open, close) { argument
25 if (open.path.original !== close) {
26 var errorNode = { loc: open.path.loc };
28 throw new _exception2['default'](open.path.original + " doesn't match " + close, errorNode);
52 function stripFlags(open, close) { argument
54 open: open.charAt(2) === '~',
99 function prepareMustache(path, params, hash, open, strip, locInfo) { argument
101 var escapeFlag = open.charAt(3) || open.charAt(2),
104 var decorator = /\*/.test(open);
145 var decorator = /\*/.test(openBlock.open);
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dhelpers.js21 function validateClose(open, close) { argument
24 if (open.path.original !== close) {
25 var errorNode = { loc: open.path.loc };
27 throw new _Exception['default'](open.path.original + " doesn't match " + close, errorNode);
51 function stripFlags(open, close) { argument
53 open: open.charAt(2) === '~',
98 function prepareMustache(path, params, hash, open, strip, locInfo) { argument
100 var escapeFlag = open.charAt(3) || open.charAt(2),
103 var decorator = /\*/.test(open);
144 var decorator = /\*/.test(openBlock.open);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DIndicesNamespace.asciidoc53 * <<Elasticsearch_Namespaces_IndicesNamespaceopen_open,`open()`>>
92 …pression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all…
125 …pression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all…
161 …pression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all…
220 …sions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,…
250 …sions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,…
297 …sions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,…
316 …o expand wildcard expression to concrete indices that are open, closed or both. (Options = open,cl…
366 …pression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all…
398 … expression to concrete indices that are open, closed or both. (Options = open,closed,none,all) (D…
[all …]
/plugin/adhocwrap/
H A Daction.php35 'open' => '<div box>',
43 'open' => '<div info>',
51 'open' => '<div tip>',
59 'open' => '<div important>',
67 'open' => '<div alert>',
75 'open' => '<aside outline box>\n',
83 'open' => '<aside float-right><figure outline box>\n',
91 'open' => '<aside float-left><figure outline box>\n',
99 'open' => '<div grid-2-columns>\n<div>\n',
107 'open' => '<div grid-3-columns>\n<div>\n',
[all …]
/plugin/adhoctags/
Daction.php34 'open' => '<b>',
45 'open' => '<i>',
56 'open' => '<s>',
68 'open' => '<u>',
79 'open' => '<small>',
89 'icon' => '../../plugins/adhoctags/images/format-quote-open.svg',
90 'open' => '<q>',
101 'open' => '<abbr>',
112 'open' => '<dfn>',
123 'open' => '<kbd>',
[all …]
/plugin/formatplus2/
Daction.php33 'open' => '!!',
42 'open' => '$$',
51 'open' => '??',
60 'open' => '``',
69 'open' => '@@',
78 'open' => '&&',
87 'open' => '/!',
96 'open' => '""',
107 'open' => '<quote >',
116 'open' => '/+',
[all …]

12345678910>>...107