From 725105cd5c08c31378078dc1a565459f41cd83dc Mon Sep 17 00:00:00 2001 From: Andrew Collington Date: Sun, 17 Jul 2022 21:24:31 +0100 Subject: [PATCH] Added example language file --- .gitignore | 1 + build/languages/example.json | 104 +++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 build/languages/example.json diff --git a/.gitignore b/.gitignore index 976c292..a24dcee 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ !/build/template.phps !/build/build.php !/build/_frontend +!/build/languages /*.js diff --git a/build/languages/example.json b/build/languages/example.json new file mode 100644 index 0000000..90d126f --- /dev/null +++ b/build/languages/example.json @@ -0,0 +1,104 @@ +{ + "(unsafe) Collect constants": "", + "++, +=, series of jumps": "", + "Adjust used stack": "", + "Ascending": "", + "Available functions": "", + "blacklist misses": "", + "buffer size": "", + "Cached": "", + "CALL GRAPH optimization": "", + "CFG based optimization": "", + "Compile all functions on script load": "", + "Compile functions on first execution": "", + "Constant conversion and jumps": "", + "CPU-specific optimization": "", + "CSE, STRING construction": "", + "Currently unused": "", + "DCE (dead code elimination)": "", + "Descending": "", + "DFA based optimization": "", + "Directives": "", + "Disable CPU-specific optimization": "", + "Disable real-time update": "", + "Do not perform register allocation": "", + "Enable real-time update": "", + "Enable use of AVX, if the CPU supports it": "", + "false": "", + "File list pagination": "", + "force file invalidation": "", + "free memory": "", + "General info": "", + "has been invalidated": "", + "hit rate": "", + "hits": "", + "Host": "", + "Ignored": "", + "INIT_FCALL_BY_NAME -> DO_FCALL": "", + "Inline functions": "", + "Inline VM handlers": "", + "interned strings usage": "", + "Invalidate all matching files": "", + "jit buffer free": "", + "jit buffer": "", + "keys": "", + "Last modified": "", + "last modified": "", + "Last used": "", + "last used": "", + "max cached keys": "", + "Memory consumption": "", + "memory usage": "", + "memory": "", + "Merge equal constants": "", + "Minimal JIT (call standard VM handlers)": "", + "Next": "", + "No files have been cached or you have opcache.file_cache_only<\/i> turned on": "", + "No files have been ignored via opcache.blacklist_filename<\/i>": "", + "No files have been preloaded opcache.preload<\/i>": "", + "No JIT": "", + "no value": "", + "NOP removal": "", + "number of cached files": "", + "number of cached keys": "", + "Number of hits": "", + "number of hits": "", + "number of misses": "", + "number of strings": "", + "opcache statistics": "", + "Optimization level": "", + "Optimize whole script": "", + "Overview": "", + "Path": "", + "Perform block-local register allocation": "", + "Perform global register allocation": "", + "preload memory": "", + "Preloaded": "", + "Previous": "", + "Profile functions on first request and compile the hottest functions afterwards": "", + "Profile on the fly and compile hot functions": "", + "Register allocation": "", + "Remove unused variables": "", + "Reset cache": "", + "SCCP (constant propagation)": "", + "Script": "", + "Server Software": "", + "Sort order": "", + "Start typing to filter on script path": "", + "TMP VAR usage": "", + "total memory": "", + "Trigger": "", + "true": "", + "Use call graph": "", + "Use tracing JIT. Profile on the fly and compile traces for hot code segments": "", + "Use type inference": "", + "used memory": "", + "View manual page": "", + "View {0} manual entry": "", + "wasted memory": "", + "You have opcache.file_cache_only<\/i> turned on. As a result, the memory information is not available. Statistics and file list may also not be returned by opcache_get_statistics()<\/i>.": "", + "{0} files cached": "", + "{0} files cached`, {1} showing due to filter '{2}'": "", + "{0} ignore file locations": "", + "{0} preloaded files": "" +}