acme
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
z
~
Variables
Typedefs
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Concepts
Loading...
Searching...
No Matches
platform
aaa_str.h
1
// Change to static const char * by camilo on 2022-10-06 10:46 <3ThomasBorregaardSorensen!!
2
#pragma once
3
4
//
5
//namespace acme
6
//{
7
//
8
//
9
// namespace str
10
// {
11
//
12
//
13
// static const char * UifsProtocol = "uifs://";
14
// static const char * IfsProtocol = "ifs://";
15
// static const char * HttpProtocol = "http://";
16
// static const char * HttpsProtocol = "https://";
17
// static const char * FsProtocol = "fs://";
18
// static const char * Slash = "/";
19
// static const char * DoubleBackSlash = "\\\\";
20
// static const char * sSystem = "system";
21
// static const char * ingSysCommand = "syscommand::";
22
// static const char * PassthroughUri = "/passthrough/";
23
// static const char * MatterUri = "/matter/";
24
// static const char * s200Space = "200 ";
25
// static const char * WwwDot = "www.";
26
// static const char * XMLPIOpen = "<?";
27
// static const char * XMLPIClose = "?>";
28
// static const char * XMLDOCTYPEOpen = "<!DOCTYPE";
29
// static const char * XMLDOCTYPEClose = ">";
30
// static const char * XMLCommentOpen = "<!--";
31
// static const char * XMLCommentClose = "-->";
32
// static const char * XMLCDATAOpen = "<![CDATA[";
33
// static const char * XMLCDATAClose = "]]>";
34
//
35
//
36
//
37
// } // namespace str
38
//
39
//
40
//} // namespace acme
41
//
42
//
43
//
Generated by
1.13.2