Home
last modified time | relevance | path

Searched refs:WhiteSpace (Results 126 – 150 of 669) sorted by relevance

12345678910>>...27

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/PEAR/Tests/WhiteSpace/
H A DScopeIndentUnitTest.php10 namespace PHP_CodeSniffer\Standards\PEAR\Tests\WhiteSpace;
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Tests/WhiteSpace/
H A DScopeClosingBraceUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DLanguageConstructSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DPropertyLabelSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DCastSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DMemberVarSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DScopeKeywordSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DLogicalOperatorSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DOperatorSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DSuperfluousWhitespaceUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DControlStructureSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DFunctionSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DFunctionClosingBraceSpaceUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DFunctionOpeningBraceSpaceUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
H A DSemicolonSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Squiz\Tests\WhiteSpace;
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Tests/WhiteSpace/
H A DArbitraryParenthesesSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Generic\Tests\WhiteSpace;
H A DLanguageConstructSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Generic\Tests\WhiteSpace;
H A DSpreadOperatorSpacingAfterUnitTest.php10 namespace PHP_CodeSniffer\Standards\Generic\Tests\WhiteSpace;
H A DIncrementDecrementSpacingUnitTest.php10 namespace PHP_CodeSniffer\Standards\Generic\Tests\WhiteSpace;
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dregex.cpp73 WhiteSpace = 0x1001, // \s range [ \t\r\n] enumerator
101 case Kind::WhiteSpace: return "WhiteSpace"; in kindStr()
228 case 's': result = PToken(PToken::Kind::WhiteSpace); break; in compile()
465 (tok.kind()==PToken::Kind::WhiteSpace && isspace(c)) || in matchAt()
513 else if (tok.kind()==PToken::Kind::WhiteSpace) // '\s*' -> eat spaces in matchAt()
583 case PToken::Kind::WhiteSpace: in matchAt()
/dports/devel/p5-SOAP-WSDL/SOAP-WSDL-3.004/lib/SOAP/WSDL/XSD/
H A DWhiteSpace.pm1 package SOAP::WSDL::XSD::WhiteSpace;
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Parser/
H A DCSharpCodeParser.Directives.cs36 bool foundSomeWhitespace = At(CSharpSymbolType.WhiteSpace); in LayoutDirective()
37 AcceptWhile(CSharpSymbolType.WhiteSpace); in LayoutDirective()
128 if (!At(CSharpSymbolType.WhiteSpace)) in HelperDirective()
480 if (EndOfFile || At(CSharpSymbolType.WhiteSpace) || At(CSharpSymbolType.NewLine)) in BaseTypeDirective()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Tokenizer/Symbols/
H A DKnownSymbolType.cs7 WhiteSpace, enumerator
/dports/comms/thebridge/thebridge-1.09/src/
H A Dhostfile.c262 char *WhiteSpace = "\t\n "; in LoadHostFile() local
278 IPAdrString = strtok(Line,WhiteSpace); in LoadHostFile()
283 HostName = strtok(NULL,WhiteSpace); in LoadHostFile()
/dports/lang/nim/nim-1.6.2/tests/iter/
H A Dtiter8.nim50 for word, isSep in tokenize2("ta da", WhiteSpace):
59 for word, isSep in tokenize2("ta da", WhiteSpace):

12345678910>>...27