Home
last modified time | relevance | path

Searched refs:comma_first (Results 1 – 25 of 29) sorted by relevance

12

/dports/databases/py-sqlparse/sqlparse-0.4.2/sqlparse/
H A Dformatter.py114 comma_first = options.get('comma_first', False)
115 if comma_first not in [True, False]:
117 options['comma_first'] = comma_first
174 comma_first=options['comma_first']))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/sqlparse/
H A Dformatter.py115 comma_first = options.get('comma_first', False)
116 if comma_first not in [True, False]:
118 options['comma_first'] = comma_first
175 comma_first=options['comma_first']))
/dports/databases/py-sqlparse/sqlparse-0.4.2/sqlparse/filters/
H A Dreindent.py14 comma_first=False, indent_after_first=False, argument
22 self.comma_first = comma_first
145 if self.comma_first:
153 if self.comma_first:
218 if self.comma_first:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/sqlparse/filters/
H A Dreindent.py16 comma_first=False, indent_after_first=False, argument
24 self.comma_first = comma_first
144 if self.comma_first:
152 if self.comma_first:
217 if self.comma_first:
/dports/textproc/py-bibtexparser/bibtexparser-1.2.0/bibtexparser/
H A Dbwriter.py71 self.comma_first = False
126 if self.comma_first:
142 if self.comma_first:
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/www/
H A D.jsbeautifyrc21 "comma_first": false,
/dports/www/limesurvey/limesurvey/third_party/dom-to-image/
H A D.jsbeautifyrc17 "comma_first": false,
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/javascript/
H A Doptions.py83 self.comma_first = self._get_boolean('comma_first')
H A Dbeautifier.py334 if self._options.comma_first and current_token.previous and \
1020 elif self._options.comma_first:
1033 elif self._options.comma_first:
/dports/databases/py-sqlparse/sqlparse-0.4.2/tests/
H A Dtest_format.py354 sqlparse.format('foo', reindent=True, comma_first='foo')
467 f = lambda sql: sqlparse.format(sql, reindent=True, comma_first=True)
595 comma_first=True)
/dports/databases/py-sqlparse/sqlparse-0.4.2/docs/source/
H A Dapi.rst69 ``comma_first``
/dports/editors/neovim/neovim-0.6.1/runtime/indent/
H A Dtypescript.vim67 let s:comma_first = '^\s*,'
322 elseif (prevline_contents =~ s:comma_first)
344 if (getline(prevline) =~ s:comma_first)
/dports/editors/vim/vim-8.2.3745/runtime/indent/
H A Dtypescript.vim67 let s:comma_first = '^\s*,'
322 elseif (prevline_contents =~ s:comma_first)
344 if (getline(prevline) =~ s:comma_first)
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/
H A D__init__.py298 js_options.comma_first = True
/dports/www/bluefish/bluefish-2.2.12/data/jsbeautifier/
H A D__init__.py83 self.comma_first = False
497 … if self.opts.comma_first and self.last_type == 'TK_COMMA' and self.output.just_added_newline():
986 if self.opts.comma_first:
1004 if self.opts.comma_first:
1854 js_options.comma_first = True
/dports/textproc/py-bibtexparser/bibtexparser-1.2.0/docs/source/
H A Dtutorial.rst202 For example we can use ``indent`` and ``comma_first`` to customize the previous entry, first the co…
226 writer.comma_first = True # place the comma at the beginning of the line
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/tests/generated/
H A Dtests.py774 self.options.comma_first = false
906 self.options.comma_first = true
/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c323 const char *comma_first = strchr(parens_start, ','); in WM_operator_pystring_abbreviate() local
326 if (comma_first) { in WM_operator_pystring_abbreviate()
331 const int new_str_len = (comma_first - parens_start) + 1; in WM_operator_pystring_abbreviate()
/dports/databases/py-sqlparse/sqlparse-0.4.2/
H A DCHANGELOG168 * Add comma_first option: When splitting list "comma first" notation
/dports/lang/gcc9/gcc-9.4.0/gcc/c/
H A Dc-parser.c4331 bool comma_first = c_parser_next_token_is (parser, CPP_COMMA);
4332 if (!comma_first
4354 if (expect_comma && !comma_first)
4428 if (expect_comma && !comma_first)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c/
H A Dc-parser.c4330 bool comma_first = c_parser_next_token_is (parser, CPP_COMMA);
4331 if (!comma_first
4353 if (expect_comma && !comma_first)
4427 if (expect_comma && !comma_first)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c/
H A Dc-parser.c4331 bool comma_first = c_parser_next_token_is (parser, CPP_COMMA);
4332 if (!comma_first
4354 if (expect_comma && !comma_first)
4428 if (expect_comma && !comma_first)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c/
H A Dc-parser.c4637 bool comma_first = c_parser_next_token_is (parser, CPP_COMMA);
4638 if (!comma_first
4660 if (expect_comma && !comma_first)
4690 if (expect_comma && !comma_first)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c/
H A Dc-parser.c4666 bool comma_first = c_parser_next_token_is (parser, CPP_COMMA);
4667 if (!comma_first
4689 if (expect_comma && !comma_first)
4719 if (expect_comma && !comma_first)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c/
H A Dc-parser.c4637 bool comma_first = c_parser_next_token_is (parser, CPP_COMMA);
4638 if (!comma_first
4660 if (expect_comma && !comma_first)
4690 if (expect_comma && !comma_first)

12