Home
last modified time | relevance | path

Searched refs:open (Results 76 – 100 of 1091) sorted by relevance

12345678910>>...44

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D32.32.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">",notIn:["string"]…
H A D45.45.js1open:'"',close:'"',notIn:["string","comment"]},{open:"'",close:"'",notIn:["string","comment"]},{op…
H A D22.22.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close…
H A D25.25.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D67.67.js.map1open: '{', close: '}', notIn: ['string', 'comment'] },\n { open: '[', close: ']', notIn: ['…
H A D30.30.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D11.11.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D38.38.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D56.56.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D48.48.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close…
H A D66.66.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]…
H A D31.31.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
H A D3.3.js1open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"',notIn:["string"]…
H A D10.10.js.map1open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n…
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php237 msg("Could not open file $filename", 2);
276 $open = 0;
286 if ((0 != $open) && ('@' == $char) && (!$inField)) {
294 if ((0 == $open) && ('@' == $char)) { //The beginning of an entry
297 $open++;
304 $open--;
311 if ($open < 0) { //More are closed than opened
314 if (0 == $open) { //End of entry
333 //If open is one it may be possible that the last ending brace is missing
335 if (1 == $open) {
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc53 * <<Elasticsearch_Namespaces_IndicesNamespaceopen_open,`open()`>>
92 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
125 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
161 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
[all...]
/plugin/odt/ODT/styles/
H A DODTTextStyle.php188 $open = XMLUtil::getElementOpenTag('style:style', $xmlCode);
189 if (!empty($open)) {
190 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
192 $open = XMLUtil::getElementOpenTag('style:default-style', $xmlCode);
193 if (!empty($open)) {
195 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
199 $open = XMLUtil::getElementOpenTag('style:text-properties', $xmlCode);
200 if (!empty($open)) {
201 $attrs += $style->importODTStyleInternal(self::$text_fields, $open);
/plugin/codebutton_ext/
H A Daction.php.bak58 'open' => '<code bash downloadname.sh>\n',
66 'open' => '<code c downloadname.c>\n',
74 'open' => '<code css downloadname.css>\n',
82 'open' => '<code html downloadname.html>\n',
90 'open' => '<code xml downloadname.xml>\n',
106 'open' => '<code java downloadname.java>\n',
114 'open' => '<code php downloadname.php>\n',
123 'open' => '<code latex downloadname.tex>\n',
139 'open' => '<code sql downloadname.sql>\n',
147 'open' => '<code vb downloadname.vb>\n',
[all …]
/plugin/tagfilter/script/select2/
H A Dselect2-bootstrap.css15 .form-control.select2-container.select2-dropdown-open {
20 .form-control .select2-container.select2-dropdown-open .select2-choices {
33 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice,
34 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices,
48 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice,
49 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices,
63 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice,
64 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices,
78 .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice,
79 .control-group.success .select2-dropdown-open
[all...]
/plugin/commonmark/
H A Dscript.js24 open: "**",
33 open: "*",
42 open: "`",
51 open: "~~",
/plugin/yuriigantt/src/Entities/
H A DTask.php40 public $open; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Task
63 $this->open = (bool)(isset($data->open) ? $data->open : true);
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php296 $open++;
298 $open--;
324 if (1 == $open) {
335 if (0 != $open) {
496 $open = 0;
501 $open++;
504 $open--;
507 if (0 != $open) {
857 $open = 0;
863 $open++;
[all …]
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php296 $open++;
298 $open--;
324 if (1 == $open) {
335 if (0 != $open) {
496 $open = 0;
501 $open++;
504 $open--;
507 if (0 != $open) {
857 $open = 0;
863 $open++;
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php296 $open++;
298 $open--;
324 if (1 == $open) {
335 if (0 != $open) {
496 $open = 0;
501 $open++;
504 $open--;
507 if (0 != $open) {
857 $open = 0;
863 $open++;
[all …]
/plugin/exttab3/
H A Dsyntax.php96 protected function open($tag, $attr, $pos, $match, $handler) function in syntax_plugin_exttab3
187 $this->open($tag, $attr, $pos, $match, $handler);
207 $this->open($tag, $attr, $pos, $match, $handler);
212 $this->open('tr', '', $pos, $match, $handler);
214 $this->open($tag, $attr, $pos, $match, $handler);
227 $this->open($tag, $attr, $pos, $match, $handler);
232 $this->open($tag, $attr, $pos, $match, $handler);
248 $this->open($tag, $attr, $pos, $match, $handler);
255 $this->open($tag, $attr, $pos, $match, $handler);
270 $this->open('tr', '', $pos, $match, $handler);
[all …]

12345678910>>...44