Home
last modified time | relevance | path

Searched refs:insideQuotes (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DStartTagTypeDoctypeDeclaration.java32 boolean insideQuotes=false; in getEnd()
36 if (insideQuotes) { in getEnd()
37 if (c=='"') insideQuotes=false; in getEnd()
44 insideQuotes=true; in getEnd()
H A DStartTagTypeMarkupDeclaration.java47 boolean insideQuotes=false; in getEnd()
51 insideQuotes=!insideQuotes; in getEnd()
52 } else if (c=='>' && !insideQuotes) { in getEnd()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Web/
H A DUtility.cs126 bool insideQuotes = false; in QuoteAwareSubString()
131 (!insideQuotes || endIndex == 0 || str[endIndex - 1] != '\\')) in QuoteAwareSubString()
133 insideQuotes = !insideQuotes; in QuoteAwareSubString()
135 else if (str[endIndex] == ',' && !insideQuotes) in QuoteAwareSubString()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/pkg/labels/
H A Dparse.go61 insideQuotes bool
69 if !insideQuotes {
76 insideQuotes = !insideQuotes
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/pkg/labels/
H A Dparse.go61 insideQuotes bool
69 if !insideQuotes {
76 insideQuotes = !insideQuotes
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/pkg/labels/
H A Dparse.go61 insideQuotes bool
69 if !insideQuotes {
76 insideQuotes = !insideQuotes
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/pkg/labels/
H A Dparse.go61 insideQuotes bool
69 if !insideQuotes {
76 insideQuotes = !insideQuotes
/dports/mail/squirrelmail-shared_calendars-plugin/squirrelmail-shared_calendars-plugin-php74-2.0.1_3/calendar/classes/
H A Dproperty.php832 $insideQuotes = FALSE;
841 $insideQuotes = !$insideQuotes;
843 else if ($char == ';' && !$insideQuotes)
846 else if ($char == ':' && !$insideQuotes)
879 $insideQuotes = FALSE;
888 $insideQuotes = !$insideQuotes;
890 else if ($char == ',' && !$insideQuotes)
893 else if ($char == '=' && !$insideQuotes)
/dports/security/keepassxc/keepassxc-2.6.6/src/cli/
H A DUtils.cpp324 bool insideQuotes = false; in splitCommandString() local
331 } else if (!insideQuotes && (c == ' ' || c == '\t')) { in splitCommandString()
336 } else if (c == '"' && (insideQuotes || i == 0 || command[i - 1].isSpace())) { in splitCommandString()
337 insideQuotes = !insideQuotes; in splitCommandString()
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/parser/
H A Dtext.c110 int insideQuotes; in GWEN_Text_GetWord() local
126 insideQuotes=0; in GWEN_Text_GetWord()
129 insideQuotes=1; in GWEN_Text_GetWord()
153 insideQuotes=0; in GWEN_Text_GetWord()
166 if (insideQuotes || in GWEN_Text_GetWord()
194 if (insideQuotes) { in GWEN_Text_GetWord()
235 int insideQuotes; in GWEN_Text_GetWordToBuffer() local
253 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
256 insideQuotes=1; in GWEN_Text_GetWordToBuffer()
279 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
[all …]
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/parser/
H A Dtext.c110 int insideQuotes; in GWEN_Text_GetWord() local
126 insideQuotes=0; in GWEN_Text_GetWord()
129 insideQuotes=1; in GWEN_Text_GetWord()
153 insideQuotes=0; in GWEN_Text_GetWord()
166 if (insideQuotes || in GWEN_Text_GetWord()
194 if (insideQuotes) { in GWEN_Text_GetWord()
235 int insideQuotes; in GWEN_Text_GetWordToBuffer() local
253 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
256 insideQuotes=1; in GWEN_Text_GetWordToBuffer()
279 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
[all …]
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/parser/
H A Dtext.c110 int insideQuotes; in GWEN_Text_GetWord() local
126 insideQuotes=0; in GWEN_Text_GetWord()
129 insideQuotes=1; in GWEN_Text_GetWord()
153 insideQuotes=0; in GWEN_Text_GetWord()
166 if (insideQuotes || in GWEN_Text_GetWord()
194 if (insideQuotes) { in GWEN_Text_GetWord()
235 int insideQuotes; in GWEN_Text_GetWordToBuffer() local
253 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
256 insideQuotes=1; in GWEN_Text_GetWordToBuffer()
279 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
[all …]
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/parser/
H A Dtext.c110 int insideQuotes; in GWEN_Text_GetWord() local
126 insideQuotes=0; in GWEN_Text_GetWord()
129 insideQuotes=1; in GWEN_Text_GetWord()
153 insideQuotes=0; in GWEN_Text_GetWord()
166 if (insideQuotes || in GWEN_Text_GetWord()
194 if (insideQuotes) { in GWEN_Text_GetWord()
235 int insideQuotes; in GWEN_Text_GetWordToBuffer() local
253 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
256 insideQuotes=1; in GWEN_Text_GetWordToBuffer()
279 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
[all …]
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/parser/
H A Dtext.c110 int insideQuotes; in GWEN_Text_GetWord() local
126 insideQuotes=0; in GWEN_Text_GetWord()
129 insideQuotes=1; in GWEN_Text_GetWord()
153 insideQuotes=0; in GWEN_Text_GetWord()
166 if (insideQuotes || in GWEN_Text_GetWord()
194 if (insideQuotes) { in GWEN_Text_GetWord()
235 int insideQuotes; in GWEN_Text_GetWordToBuffer() local
253 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
256 insideQuotes=1; in GWEN_Text_GetWordToBuffer()
279 insideQuotes=0; in GWEN_Text_GetWordToBuffer()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/compilationdatabaseprojectmanager/
H A Dcompilationdatabaseutils.cpp224 bool insideQuotes = false; in splitCommandLine() local
229 if (insideQuotes) { in splitCommandLine()
245 insideQuotes = !insideQuotes; in splitCommandLine()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/main/java/io/envoyproxy/pgv/
H A DStringValidation.java108 boolean insideQuotes = false; in email()
112 if (!insideQuotes) break; in email()
114 insideQuotes = !insideQuotes; in email()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dfontcmn.cpp927 bool insideQuotes = false; in FromUserString() local
935 if (insideQuotes) in FromUserString()
940 insideQuotes = false; in FromUserString()
955 insideQuotes = true; in FromUserString()
959 if ( insideQuotes ) in FromUserString()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dfontcmn.cpp927 bool insideQuotes = false; in FromUserString() local
935 if (insideQuotes) in FromUserString()
940 insideQuotes = false; in FromUserString()
955 insideQuotes = true; in FromUserString()
959 if ( insideQuotes ) in FromUserString()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/
H A DASNFormat.cpp732 bool insideQuotes = false; in readNextElement() local
735 insideQuotes = insideQuotes ? false : true; in readNextElement()
738 if ((ch == '{') && (!insideQuotes)) { in readNextElement()
748 if ((ch == ',') && (!insideQuotes)) { in readNextElement()
761 if ((ch == '}') && (!insideQuotes)) { in readNextElement()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dfontcmn.cpp1101 bool insideQuotes = false; in FromUserString() local
1111 if (insideQuotes) in FromUserString()
1116 insideQuotes = false; in FromUserString()
1131 insideQuotes = true; in FromUserString()
1135 if ( insideQuotes ) in FromUserString()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Depubfmt.cpp860 char insideQuotes = 0; in parse() local
864 if (insideQuotes || _state == 13) { in parse()
865 if (ch == insideQuotes || (_state == 13 && ch == ')')) { in parse()
867 insideQuotes = 0; in parse()
872 insideQuotes = ch; in parse()
887 insideQuotes = ch; in parse()
/dports/editors/impress/impress-1.1b9/font3d/
H A Dfont3d.cc1198 int insideQuotes; // Flags whether we are inside a pair of quotes in ReadOptions() local
1235 insideQuotes=FALSE; in ReadOptions()
1254 if (currentChar==' ' && insideQuotes==FALSE) // (4.1) If we find whitespace, and in ReadOptions()
1271 && insideQuotes==FALSE) // (3.2) If we find a comment char in ReadOptions()
1279 if (insideQuotes==TRUE) // are in quotes, and this is the in ReadOptions()
1283 insideQuotes=FALSE; in ReadOptions()
1289 insideQuotes=TRUE; in ReadOptions()
1302 if (insideQuotes==TRUE) // (3.5) If we are still inside in ReadOptions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/
H A DManifestContentAssistProcessor.java437 if (!insideQuotes(currentValue) && comma > semicolon || comma == semicolon) { in handleExportPackageCompletion()
450 if (!insideQuotes(prefix)) { in handleExportPackageCompletion()
527 if (!insideQuotes(currentValue)) { in handleBundleActivationPolicyCompletion()
749 private boolean insideQuotes(String value) { in insideQuotes() method in ManifestContentAssistProcessor
/dports/math/R/R-4.1.2/src/library/utils/R/
H A Dcompletion.R275 insideQuotes <- { functionVar
281 if (insideQuotes)
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A Dcompletion.R275 insideQuotes <- { functionVar
281 if (insideQuotes)

12