Home
last modified time | relevance | path

Searched refs:SlashSlash (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Xslt/
H A DXPathPatternParser.cs84 case LexKind.SlashSlash: in ParseLocationPathPattern()
103 case LexKind.SlashSlash: in ParseLocationPathPattern()
178 else if (_scanner.Kind == LexKind.SlashSlash) in ParseRelativePathPattern()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DXPathPatternParser.cs76 case LexKind.SlashSlash : in ParseLocationPathPattern()
93 case LexKind.SlashSlash : in ParseLocationPathPattern()
159 } else if (scanner.Kind == LexKind.SlashSlash) { in ParseRelativePathPattern()
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/
H A DFilePattern.hs72 data Lexeme = Str String | Slash | SlashSlash constructor
76 lexer (x1:x2:xs) | isPathSeparator x1, isPathSeparator x2 = SlashSlash : lexer xs
92 SlashSlash:Slash:xs | not str -> Skip1 : f str True xs
93 SlashSlash:xs -> Skip : f str False xs
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/Internal/
H A DFilePattern.hs72 data Lexeme = Str String | Slash | SlashSlash constructor
76 lexer (x1:x2:xs) | isPathSeparator x1, isPathSeparator x2 = SlashSlash : lexer xs
92 SlashSlash:Slash:xs | not str -> Skip1 : f str True xs
93 SlashSlash:xs -> Skip : f str False xs
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/
H A DFilePattern.hs72 data Lexeme = Str String | Slash | SlashSlash constructor
76 lexer (x1:x2:xs) | isPathSeparator x1, isPathSeparator x2 = SlashSlash : lexer xs
92 SlashSlash:Slash:xs | not str -> Skip1 : f str True xs
93 SlashSlash:xs -> Skip : f str False xs
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/
H A DXPathScanner.cs36 SlashSlash, // Operator '//' enumerator
230 kind = LexKind.SlashSlash; in NextLex()
384 case LexKind.SlashSlash: in CheckOperator()
H A DXPathParser.cs88 } else if (scanner.Kind == LexKind.SlashSlash) { in ParseLocationPath()
118 } else if (scanner.Kind == LexKind.SlashSlash) { in ParseRelativeLocationPath()
399 } else if (scanner.Kind == LexKind.SlashSlash) { in ParsePathExpr()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XPath/
H A DXPathScanner.cs35 SlashSlash, // Operator '//' enumerator
271 _kind = LexKind.SlashSlash; in NextLex()
468 case LexKind.SlashSlash: in CheckOperator()
H A DXPathParser.cs96 else if (_scanner.Kind == LexKind.SlashSlash) in ParseLocationPath()
134 else if (_scanner.Kind == LexKind.SlashSlash) in ParseRelativeLocationPath()
456 else if (_scanner.Kind == LexKind.SlashSlash) in ParsePathExpr()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/XPath/Internal/
H A DXPathParser.cs221 else if (this.scanner.Kind == XPathScanner.LexKind.SlashSlash) { in ParsePathExpr()
268 else if (this.scanner.Kind == XPathScanner.LexKind.SlashSlash) { in ParseLocationPath()
283 if (XPathScanner.LexKind.SlashSlash == this.scanner.Kind) { in ParseRelativeLocationPath()
544 case XPathScanner.LexKind.SlashSlash : in ParseLocationPathPattern()
556 case XPathScanner.LexKind.SlashSlash : in ParseLocationPathPattern()
606 if (XPathScanner.LexKind.SlashSlash == this.scanner.Kind) { in ParseRelativePathPattern()
H A DXPathScanner.cs167 kind = LexKind.SlashSlash; in NextLex()
339 SlashSlash = 'S', // // enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/XPath/Internal/
H A DXPathParser.cs254 else if (_scanner.Kind == XPathScanner.LexKind.SlashSlash) in ParsePathExpr()
309 else if (_scanner.Kind == XPathScanner.LexKind.SlashSlash) in ParseLocationPath()
328 if (XPathScanner.LexKind.SlashSlash == _scanner.Kind) in ParseRelativeLocationPath()
634 case XPathScanner.LexKind.SlashSlash: in ParseLocationPathPattern()
649 case XPathScanner.LexKind.SlashSlash: in ParseLocationPathPattern()
704 if (XPathScanner.LexKind.SlashSlash == _scanner.Kind) in ParseRelativePathPattern()
H A DXPathScanner.cs200 _kind = LexKind.SlashSlash; in NextLex()
399 SlashSlash = 'S', // // enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml.XPath/
H A DXPathNavigatorMatchesTests.cs87 public void SlashSlash () in SlashSlash() method in MonoTests.System.Xml.XPathNavigatorMatchesTests
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Ddoxtract.cpp195 SlashSlash, enumerator
277 if (c == '/') context = SlashSlash; in process_file()
281 case SlashSlash: in process_file()
/dports/www/tdom/tdom-0.9.1/generic/
H A Ddomxpath.h86 AxisDescendantLit, SlashSlash, enumerator
H A Ddomxpath.c3847 case SlashSlash: in xpathEvalStep()
3893 step->type = SlashSlash; in xpathEvalStep()