Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15425809
D8412.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D8412.diff
View Options
Index: .divinerconfig
===================================================================
--- .divinerconfig
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name" : "libphutil",
- "src_link" :
- "https://secure.phabricator.com/diffusion/PHU/browse/master/%f$%l",
- "groups" : {
- "overview" : "Overview",
- "contrib" : "Contributing to libphutil",
- "working" : "Working with libphutil",
- "util" : "Core Utilities",
- "library" : "Phutil Library System",
- "utf8" : "UTF-8",
- "internationalization" : "Internationalization",
- "filesystem" : "Filesystem",
- "exec" : "Command Execution",
- "futures" : "Futures",
- "channel" : "Channels (I/O Wrappers)",
- "aws" : "Amazon Web Services",
- "error" : "Error Handling",
- "markup" : "Markup",
- "console" : "Console Utilities",
- "aast" : "Abstract Abstract Syntax Tree",
- "xhpast" : "XHPAST (PHP/XHP Parser)",
- "conduit" : "Conduit (Service API)",
- "event" : "Events",
- "daemon" : "Daemons",
- "parser" : "Other Parsers",
- "testcase" : "Test Cases"
- },
- "engines" : [
- ["DivinerArticleEngine", {}],
- ["DivinerXHPEngine", {}]
- ]
-}
Index: src/__phutil_library_map__.php
===================================================================
--- src/__phutil_library_map__.php
+++ src/__phutil_library_map__.php
@@ -379,6 +379,7 @@
'phutil_is_utf8' => 'utils/utf8.php',
'phutil_is_utf8_with_only_bmp_characters' => 'utils/utf8.php',
'phutil_is_windows' => 'utils/utils.php',
+ 'phutil_json_decode' => 'utils/utils.php',
'phutil_loggable_string' => 'utils/utils.php',
'phutil_passthru' => 'future/exec/execx.php',
'phutil_safe_html' => 'markup/render.php',
Index: src/docs/book/libphutil.book
===================================================================
--- /dev/null
+++ src/docs/book/libphutil.book
@@ -0,0 +1,24 @@
+{
+ "name" : "libphutil",
+ "title" : "libphutil Technical Documentation",
+ "short" : "libphutil Tech Docs",
+ "preface" : "Technical documentation for developers using libphutil.",
+ "root" : "../../../",
+ "uri.source" :
+ "https://secure.phabricator.com/diffusion/PHU/browse/master/%f$%l",
+ "rules" : {
+ "(\\.php$)" : "DivinerPHPAtomizer",
+ "(\\.diviner$)" : "DivinerArticleAtomizer"
+ },
+ "exclude" : [
+ "(^externals/)",
+ "(^scripts/)",
+ "(^support/)",
+ "(^resources/)"
+ ],
+ "groups" : {
+ "overview" : {
+ "name" : "libphutil Overview"
+ }
+ }
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 6:13 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7377975
Default Alt Text
D8412.diff (2 KB)
Attached To
Mode
D8412: Generate a reasonable Diviner book from libphutil
Attached
Detach File
Event Timeline
Log In to Comment