OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
knoblyExpressLandingPage
/
vendor
/
aws
/
aws-crt-php
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/21/2024 10:01:20 AM
rwxr-xr-x
📄
.clang-format
1.67 KB
08/21/2024 10:01:18 AM
rw-r--r--
📄
.clang-format-ignore
54 bytes
08/21/2024 10:01:18 AM
rw-r--r--
📁
.git
-
08/21/2024 10:04:15 AM
rwxr-xr-x
📄
.gitattributes
570 bytes
08/21/2024 10:01:18 AM
rw-r--r--
📁
.github
-
08/21/2024 10:02:50 AM
rwxr-xr-x
📄
.gitignore
4.17 KB
08/21/2024 10:01:18 AM
rw-r--r--
📄
.gitmodules
107 bytes
08/21/2024 10:01:18 AM
rw-r--r--
📄
CODE_OF_CONDUCT.md
313 bytes
08/21/2024 10:01:19 AM
rw-r--r--
📄
CONTRIBUTING.md
3.29 KB
08/21/2024 10:01:19 AM
rw-r--r--
📄
LICENSE
10.08 KB
08/21/2024 10:01:19 AM
rw-r--r--
📄
Makefile.frag
3.12 KB
08/21/2024 10:01:19 AM
rw-r--r--
📄
Makefile.frag.w32
1.39 KB
08/21/2024 10:01:19 AM
rw-r--r--
📄
NOTICE
68 bytes
08/21/2024 10:01:19 AM
rw-r--r--
📄
README.md
4.56 KB
08/21/2024 10:01:19 AM
rw-r--r--
📄
builder.json
813 bytes
08/21/2024 10:01:18 AM
rw-r--r--
📄
composer.json
988 bytes
08/21/2024 10:01:19 AM
rw-r--r--
📄
config.m4
1.16 KB
08/21/2024 10:01:19 AM
rw-r--r--
📄
config.w32
681 bytes
08/21/2024 10:01:19 AM
rw-r--r--
📁
crt
-
08/21/2024 10:02:50 AM
rwxr-xr-x
📁
dev-scripts
-
08/21/2024 10:01:27 AM
rwxr-xr-x
📁
ext
-
08/21/2024 10:01:28 AM
rwxr-xr-x
📄
format-check.sh
495 bytes
08/21/2024 10:01:19 AM
rw-r--r--
📄
gen_api.php
476 bytes
08/21/2024 10:01:19 AM
rw-r--r--
📄
gen_stub.php
65.22 KB
08/21/2024 10:01:19 AM
rw-r--r--
📄
php-win.ini
81 bytes
08/21/2024 10:01:19 AM
rw-r--r--
📄
php.ini
29 bytes
08/21/2024 10:01:19 AM
rw-r--r--
📁
src
-
08/21/2024 10:04:16 AM
rwxr-xr-x
📁
tests
-
08/21/2024 10:01:29 AM
rwxr-xr-x
Editing: .clang-format
Close
--- Language: Cpp # BasedOnStyle: Mozilla AlignAfterOpenBracket: AlwaysBreak AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignEscapedNewlines: Right AlignOperands: true AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: Inline AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false BinPackArguments: false BinPackParameters: false BreakBeforeBinaryOperators: None BreakBeforeBraces: Attach BreakBeforeTernaryOperators: true BreakStringLiterals: true ColumnLimit: 120 ContinuationIndentWidth: 4 DerivePointerAlignment: false IncludeBlocks: Preserve IndentCaseLabels: true IndentPPDirectives: AfterHash IndentWidth: 4 IndentWrappedFunctionNames: true KeepEmptyLinesAtTheStartOfBlocks: true MacroBlockBegin: '' MacroBlockEnd: '' MaxEmptyLinesToKeep: 1 PenaltyBreakAssignment: 2 PenaltyBreakBeforeFirstCallParameter: 19 PenaltyBreakComment: 300 PenaltyBreakFirstLessLess: 120 PenaltyBreakString: 1000 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 100000 PointerAlignment: Right ReflowComments: true SortIncludes: true SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements SpaceInEmptyParentheses: false SpacesInContainerLiterals: true SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false Standard: Cpp11 TabWidth: 4 UseTab: Never ...