Home
last modified time | relevance | path

Searched refs:inQuotes (Results 26 – 50 of 292) sorted by relevance

12345678910>>...12

/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/vendor/github.com/pelletier/go-toml/
H A Dkeysparsing.go15 inQuotes := false
38 if inQuotes {
43 inQuotes = !inQuotes
46 if inQuotes {
61 if inQuotes {
67 if !inQuotes && !isValidBareChar(char) {
70 if !inQuotes && expectDot {
77 if inQuotes {
/dports/misc/exercism/cli-3.0.13/vendor/github.com/pelletier/go-toml/
H A Dkeysparsing.go15 inQuotes := false
38 if inQuotes {
43 inQuotes = !inQuotes
46 if inQuotes {
61 if inQuotes {
67 if !inQuotes && !isValidBareChar(char) {
70 if !inQuotes && expectDot {
77 if inQuotes {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/vendor/github.com/pelletier/go-toml/
H A Dkeysparsing.go15 inQuotes := false
38 if inQuotes {
43 inQuotes = !inQuotes
46 if inQuotes {
61 if inQuotes {
67 if !inQuotes && !isValidBareChar(char) {
70 if !inQuotes && expectDot {
77 if inQuotes {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/pelletier/go-toml/
H A Dkeysparsing.go15 inQuotes := false
38 if inQuotes {
43 inQuotes = !inQuotes
46 if inQuotes {
61 if inQuotes {
67 if !inQuotes && !isValidBareChar(char) {
70 if !inQuotes && expectDot {
77 if inQuotes {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/pelletier/go-toml/
H A Dkeysparsing.go15 inQuotes := false
38 if inQuotes {
43 inQuotes = !inQuotes
46 if inQuotes {
61 if inQuotes {
67 if !inQuotes && !isValidBareChar(char) {
70 if !inQuotes && expectDot {
77 if inQuotes {
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/flatfile/scanner/bytes/
H A DByteRecordInput.java146 if (inQuotes) { in readString()
157 inQuotes = !inQuotes; in readString()
241 if (inQuotes) { in readStringArray()
252 inQuotes = !inQuotes; in readStringArray()
396 if (inQuotes) { in readSegment()
407 inQuotes = !inQuotes; in readSegment()
560 inQuotes = !inQuotes; in readRepeatingGroup2()
721 if (inQuotes) { in readBracketedRepeatingGroup2()
732 inQuotes = !inQuotes; in readBracketedRepeatingGroup2()
836 if (inQuotes) { in readGroup2()
[all …]
H A DLineDelimitedByteScanner.java55 private boolean inQuotes = false; field in LineDelimitedByteScanner
186 … if (inQuotes && quoteSymbolChecker.foundEscapedQuoteSymbol(recordBuffer,byteArrayBuilder)) { in read2()
188 inQuotes = !inQuotes; in read2()
189 } else if (inQuotes) { in read2()
261 if (inQuotes && quoteSymbolChecker.foundEscapedQuoteSymbol(recordBuffer,byteArrayBuilder)) { in readToEnd()
263 inQuotes = !inQuotes; in readToEnd()
264 } else if (inQuotes) { in readToEnd()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dpandoc_attr.ts179 let inQuotes = false;
181 inQuotes = ch === '"' ? !inQuotes : inQuotes;
182 if (ch !== ' ' && !inQuotes) {
213 let inQuotes = false;
217 inQuotes = !inQuotes;
218 } else if (ch === ' ' && !inQuotes) {
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/import_export/
H A Dexport.cpp125 << inQuotes(accountName, delimit) << delimit in getTransactionCSV()
126 … << inQuotes(mmGetDateForDisplay(Model_Checking::TRANSDATE(full_tran)), delimit) << delimit in getTransactionCSV()
127 << inQuotes(full_tran.PAYEENAME, delimit) << delimit in getTransactionCSV()
130 << inQuotes(split_categ, delimit) << delimit in getTransactionCSV()
131 << inQuotes(split_amount, delimit) << delimit in getTransactionCSV()
133 << inQuotes(notes, delimit) in getTransactionCSV()
141 << inQuotes(accountName, delimit) << delimit in getTransactionCSV()
142 … << inQuotes(mmGetDateForDisplay(Model_Checking::TRANSDATE(full_tran)), delimit) << delimit in getTransactionCSV()
143 << inQuotes(full_tran.PAYEENAME, delimit) << delimit in getTransactionCSV()
146 << inQuotes(categ, delimit) << delimit in getTransactionCSV()
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/deepmap/oapi-codegen/pkg/util/
H A Dinputmapping.go58 inQuotes := false
62 if inQuotes {
63 inQuotes = false
65 inQuotes = true
71 if c == sep && !inQuotes {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/deepmap/oapi-codegen/pkg/util/
H A Dinputmapping.go58 inQuotes := false
62 if inQuotes {
63 inQuotes = false
65 inQuotes = true
71 if c == sep && !inQuotes {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/deepmap/oapi-codegen/pkg/util/
H A Dinputmapping.go58 inQuotes := false
62 if inQuotes {
63 inQuotes = false
65 inQuotes = true
71 if c == sep && !inQuotes {
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/flatfile/scanner/characters/
H A DCharRecordInput.java136 if (inQuotes) { in readString()
147 inQuotes = !inQuotes; in readString()
239 if (inQuotes) { in readStringArray()
250 inQuotes = !inQuotes; in readStringArray()
409 if (inQuotes) { in readSegment()
420 inQuotes = !inQuotes; in readSegment()
596 inQuotes = !inQuotes; in readRepeatingGroup2()
756 if (inQuotes) { in readBracketedRepeatingGroup2()
767 inQuotes = !inQuotes; in readBracketedRepeatingGroup2()
872 if (inQuotes) { in readGroup2()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/imap/
H A DStructure.php101 $inQuotes = false;
113 if (!$inQuotes) {
114 $inQuotes = true;
116 $inQuotes = false;
125 if(!$inQuotes){
132 if(!$inQuotes){
140 if ($subLevel == 0 && !$inQuotes) {
/dports/devel/arduino-core/Arduino-b439a77/libraries/GSM/src/
H A DGSM3ShieldV1ScanNetworks.cpp93 bool inQuotes=false; in readNetworks() local
99 if(!inQuotes) in readNetworks()
101 inQuotes=true; in readNetworks()
108 inQuotes=false; in readNetworks()
118 if(inQuotes&&(quoteCounter==1)) in readNetworks()
/dports/net-im/tut/tut-0.0.17/vendor/github.com/icza/gox/stringsx/
H A Dstringsx.go49 start, inQuotes := 0, false
52 if r == sep && !inQuotes {
58 inQuotes = !inQuotes
/dports/x11-toolkits/qtermwidget/qtermwidget-1.0.0/lib/
H A DShellCommand.cpp37 bool inQuotes = false; in ShellCommand() local
48 inQuotes = !inQuotes; in ShellCommand()
50 if ( (!ch.isSpace() || inQuotes) && !isQuote ) { in ShellCommand()
54 if ( (ch.isSpace() && !inQuotes) || ( i == fullCommand.count()-1 ) ) { in ShellCommand()
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/qmltermwidget/lib/
H A DShellCommand.cpp37 bool inQuotes = false; in ShellCommand() local
48 inQuotes = !inQuotes; in ShellCommand()
50 if ( (!ch.isSpace() || inQuotes) && !isQuote ) { in ShellCommand()
54 if ( (ch.isSpace() && !inQuotes) || ( i == fullCommand.count()-1 ) ) { in ShellCommand()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/qtermwidget/
H A DShellCommand.cpp37 bool inQuotes = false; in ShellCommand() local
48 inQuotes = !inQuotes; in ShellCommand()
50 if ( (!ch.isSpace() || inQuotes) && !isQuote ) { in ShellCommand()
54 if ( (ch.isSpace() && !inQuotes) || ( i == fullCommand.count()-1 ) ) { in ShellCommand()
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/qtermwidget/
H A DShellCommand.cpp37 bool inQuotes = false; in ShellCommand() local
48 inQuotes = !inQuotes; in ShellCommand()
50 if ( (!ch.isSpace() || inQuotes) && !isQuote ) { in ShellCommand()
54 if ( (ch.isSpace() && !inQuotes) || ( i == fullCommand.count()-1 ) ) { in ShellCommand()
/dports/biology/lamarc/lamarc-2.1.8/src/conversion/
H A DXmlParserUtil.cpp170 bool inQuotes = false; in stripTag() local
183 if (inQuotes) in stripTag()
195 if (inQuotes) in stripTag()
197 inQuotes = false; in stripTag()
206 inQuotes = true; in stripTag()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/atari/
H A Dsyspara.inc68 inQuotes := True;
72 if inQuotes then
84 if not inQuotes then
94 if inQuotes and (argv[localindex][(ende-start) - 1] = '"') then
98 if inQuotes and (p[count] = '"') then
100 inQuotes := False;
/dports/lang/fpc-source/fpc-3.2.2/rtl/atari/
H A Dsyspara.inc68 inQuotes := True;
72 if inQuotes then
84 if not inQuotes then
94 if inQuotes and (argv[localindex][(ende-start) - 1] = '"') then
98 if inQuotes and (p[count] = '"') then
100 inQuotes := False;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/atari/
H A Dsyspara.inc68 inQuotes := True;
72 if inQuotes then
84 if not inQuotes then
94 if inQuotes and (argv[localindex][(ende-start) - 1] = '"') then
98 if inQuotes and (p[count] = '"') then
100 inQuotes := False;
/dports/lang/fpc/fpc-3.2.2/rtl/atari/
H A Dsyspara.inc68 inQuotes := True;
72 if inQuotes then
84 if not inQuotes then
94 if inQuotes and (argv[localindex][(ende-start) - 1] = '"') then
98 if inQuotes and (p[count] = '"') then
100 inQuotes := False;

12345678910>>...12