passenger 3.0.7 → 3.0.8
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of passenger might be problematic. Click here for more details.
- data/NEWS +27 -0
- data/README +1 -1
- data/bin/passenger-install-nginx-module +3 -1
- data/build/config.rb +2 -1
- data/build/cxx_tests.rb +7 -3
- data/build/documentation.rb +5 -40
- data/build/nginx.rb +0 -1
- data/build/packaging.rb +0 -6
- data/build/rake_extensions.rb +5 -0
- data/doc/Architectural overview.html +344 -77
- data/doc/Security of user switching support.html +338 -71
- data/doc/Users guide Apache with comments.html +4830 -0
- data/doc/Users guide Apache.html +695 -428
- data/doc/Users guide Apache.idmap.txt +80 -0
- data/doc/Users guide Apache.txt +5 -5
- data/doc/Users guide Nginx.html +591 -313
- data/doc/Users guide Nginx.txt +9 -3
- data/doc/Users guide Standalone.html +344 -77
- data/ext/boost/src/pthread/thread.cpp +1 -1
- data/ext/common/AccountsDatabase.h +1 -1
- data/ext/common/Constants.h +2 -2
- data/ext/common/Logging.h +2 -1
- data/ext/common/LoggingAgent/FilterSupport.h +107 -3
- data/ext/common/Session.h +1 -1
- data/ext/common/Utils.cpp +2 -0
- data/ext/common/Utils/Dechunker.h +232 -0
- data/ext/common/Utils/HttpHeaderBufferer.h +165 -0
- data/ext/common/Utils/StrIntUtils.cpp +51 -15
- data/ext/common/Utils/StrIntUtils.h +3 -0
- data/ext/common/Utils/StreamBoyerMooreHorspool.h +506 -0
- data/ext/nginx/Configuration.c +36 -282
- data/ext/nginx/ContentHandler.c +17 -0
- data/ext/nginx/HelperAgent.cpp +397 -39
- data/ext/oxt/tracable_exception.cpp +3 -1
- data/ext/ruby/extconf.rb +1 -0
- data/ext/ruby/passenger_native_support.c +3 -0
- data/helper-scripts/prespawn +113 -31
- data/lib/phusion_passenger.rb +2 -2
- data/lib/phusion_passenger/standalone/runtime_installer.rb +3 -2
- data/lib/phusion_passenger/standalone/start_command.rb +12 -12
- data/test/cxx/DechunkerTest.cpp +216 -0
- data/test/cxx/FilterSupportTest.cpp +31 -4
- data/test/cxx/HttpHeaderBuffererTest.cpp +203 -0
- data/test/cxx/UtilsTest.cpp +46 -3
- data/test/integration_tests/hello_world_rack_spec.rb +7 -0
- data/test/stub/rack/config.ru +6 -1
- data/test/stub/rails_apps/1.2/empty/public/dispatch.cgi +1 -1
- data/test/stub/rails_apps/1.2/empty/public/dispatch.fcgi +1 -1
- data/test/stub/rails_apps/1.2/empty/public/dispatch.rb +1 -1
- data/test/stub/rails_apps/2.0/empty/public/dispatch.cgi +1 -1
- data/test/stub/rails_apps/2.0/empty/public/dispatch.fcgi +1 -1
- data/test/stub/rails_apps/2.0/empty/public/dispatch.rb +1 -1
- data/test/stub/rails_apps/2.2/empty/public/dispatch.cgi +1 -1
- data/test/stub/rails_apps/2.2/empty/public/dispatch.fcgi +1 -1
- data/test/stub/rails_apps/2.2/empty/public/dispatch.rb +1 -1
- metadata +20 -403
- data/doc/Doxyfile +0 -241
- data/doc/cxxapi/AbstractSpawnManager_8h_source.html +0 -141
- data/doc/cxxapi/Account_8h_source.html +0 -206
- data/doc/cxxapi/AccountsDatabase_8h_source.html +0 -161
- data/doc/cxxapi/AgentBase_8h_source.html +0 -70
- data/doc/cxxapi/AgentsStarter_8h_source.html +0 -112
- data/doc/cxxapi/BCrypt_8h_source.html +0 -104
- data/doc/cxxapi/Blowfish_8h_source.html +0 -134
- data/doc/cxxapi/Bucket_8h_source.html +0 -118
- data/doc/cxxapi/Constants_8h_source.html +0 -79
- data/doc/cxxapi/ContentHandler_8h_source.html +0 -95
- data/doc/cxxapi/DirectoryMapper_8h_source.html +0 -311
- data/doc/cxxapi/EventedClient_8h_source.html +0 -733
- data/doc/cxxapi/EventedMessageServer_8h_source.html +0 -358
- data/doc/cxxapi/EventedServer_8h_source.html +0 -326
- data/doc/cxxapi/Exceptions_8h_source.html +0 -393
- data/doc/cxxapi/FileDescriptor_8h_source.html +0 -324
- data/doc/cxxapi/Hooks_8h_source.html +0 -76
- data/doc/cxxapi/HttpStatusExtractor_8h_source.html +0 -382
- data/doc/cxxapi/IniFile_8h_source.html +0 -527
- data/doc/cxxapi/Logging_8h_source.html +0 -796
- data/doc/cxxapi/MessageChannel_8h_source.html +0 -776
- data/doc/cxxapi/MessageClient_8h_source.html +0 -328
- data/doc/cxxapi/MessageReadersWriters_8h_source.html +0 -539
- data/doc/cxxapi/MessageServer_8h_source.html +0 -612
- data/doc/cxxapi/PoolOptions_8h_source.html +0 -549
- data/doc/cxxapi/Process_8h_source.html +0 -286
- data/doc/cxxapi/RandomGenerator_8h_source.html +0 -191
- data/doc/cxxapi/ResourceLocator_8h_source.html +0 -166
- data/doc/cxxapi/SafeLibev_8h_source.html +0 -180
- data/doc/cxxapi/ScgiRequestParser_8h_source.html +0 -406
- data/doc/cxxapi/ServerInstanceDir_8h_source.html +0 -378
- data/doc/cxxapi/Session_8h_source.html +0 -501
- data/doc/cxxapi/SpawnManager_8h_source.html +0 -647
- data/doc/cxxapi/StaticContentHandler_8h_source.html +0 -69
- data/doc/cxxapi/StaticString_8h_source.html +0 -329
- data/doc/cxxapi/StringListCreator_8h_source.html +0 -114
- data/doc/cxxapi/Utils_8h_source.html +0 -469
- data/doc/cxxapi/annotated.html +0 -87
- data/doc/cxxapi/apache2_2Configuration_8h_source.html +0 -82
- data/doc/cxxapi/classAgentWatcher-members.html +0 -54
- data/doc/cxxapi/classAgentWatcher.html +0 -419
- data/doc/cxxapi/classClient-members.html +0 -38
- data/doc/cxxapi/classClient.html +0 -123
- data/doc/cxxapi/classHooks-members.html +0 -40
- data/doc/cxxapi/classHooks.html +0 -153
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager-members.html +0 -40
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager.html +0 -187
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1ArgumentException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1ArgumentException.html +0 -56
- data/doc/cxxapi/classPassenger_1_1ArrayMessage-members.html +0 -37
- data/doc/cxxapi/classPassenger_1_1ArrayMessage.html +0 -113
- data/doc/cxxapi/classPassenger_1_1BufferedUpload-members.html +0 -38
- data/doc/cxxapi/classPassenger_1_1BufferedUpload.html +0 -112
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1BusyException.html +0 -54
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +0 -51
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +0 -41
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +0 -223
- data/doc/cxxapi/classPassenger_1_1EOFException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1EOFException.html +0 -61
- data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1EventFd-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1EventFd.html +0 -52
- data/doc/cxxapi/classPassenger_1_1EventedClient-members.html +0 -59
- data/doc/cxxapi/classPassenger_1_1EventedClient.html +0 -531
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer-members.html +0 -37
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer.html +0 -59
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1EventedServer-members.html +0 -37
- data/doc/cxxapi/classPassenger_1_1EventedServer.html +0 -93
- data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileDescriptor-members.html +0 -41
- data/doc/cxxapi/classPassenger_1_1FileDescriptor.html +0 -178
- data/doc/cxxapi/classPassenger_1_1FileDescriptorPair-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1FileDescriptorPair.html +0 -52
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +0 -58
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +0 -41
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +0 -66
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1HttpStatusExtractor-members.html +0 -39
- data/doc/cxxapi/classPassenger_1_1HttpStatusExtractor.html +0 -128
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1IOException.html +0 -61
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.map +0 -4
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +0 -57
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +0 -839
- data/doc/cxxapi/classPassenger_1_1MessageServer-members.html +0 -49
- data/doc/cxxapi/classPassenger_1_1MessageServer.html +0 -407
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext.html +0 -58
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext-members.html +0 -41
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext.html +0 -165
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler-members.html +0 -39
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler.html +0 -173
- data/doc/cxxapi/classPassenger_1_1Process-members.html +0 -44
- data/doc/cxxapi/classPassenger_1_1Process.html +0 -290
- data/doc/cxxapi/classPassenger_1_1RandomGenerator-members.html +0 -37
- data/doc/cxxapi/classPassenger_1_1RandomGenerator.html +0 -79
- data/doc/cxxapi/classPassenger_1_1ResourceLocator-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1ResourceLocator.html +0 -51
- data/doc/cxxapi/classPassenger_1_1RuntimeException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1RuntimeException.html +0 -54
- data/doc/cxxapi/classPassenger_1_1SafeLibev-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1SafeLibev.html +0 -51
- data/doc/cxxapi/classPassenger_1_1ScalarMessage-members.html +0 -37
- data/doc/cxxapi/classPassenger_1_1ScalarMessage.html +0 -76
- data/doc/cxxapi/classPassenger_1_1ScgiRequestParser-members.html +0 -50
- data/doc/cxxapi/classPassenger_1_1ScgiRequestParser.html +0 -285
- data/doc/cxxapi/classPassenger_1_1SecurityException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1SecurityException.html +0 -56
- data/doc/cxxapi/classPassenger_1_1Session-members.html +0 -53
- data/doc/cxxapi/classPassenger_1_1Session.html +0 -556
- data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +0 -39
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +0 -101
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +0 -42
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +0 -292
- data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1StandardSession-members.html +0 -54
- data/doc/cxxapi/classPassenger_1_1StandardSession.html +0 -394
- data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1StaticString-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1StaticString.html +0 -56
- data/doc/cxxapi/classPassenger_1_1SyntaxError-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1SyntaxError.html +0 -54
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +0 -40
- data/doc/cxxapi/classPassenger_1_1SystemException.html +0 -155
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map +0 -4
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException-members.html +0 -40
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException.html +0 -61
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.map +0 -3
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.md5 +0 -1
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1TimeoutException-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1TimeoutException.html +0 -54
- data/doc/cxxapi/classPassenger_1_1Uint16Message-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1Uint16Message.html +0 -51
- data/doc/cxxapi/classPassenger_1_1Uint32Message-members.html +0 -36
- data/doc/cxxapi/classPassenger_1_1Uint32Message.html +0 -51
- data/doc/cxxapi/classServer-members.html +0 -36
- data/doc/cxxapi/classServer.html +0 -49
- data/doc/cxxapi/classServerInstanceDirToucher-members.html +0 -36
- data/doc/cxxapi/classServerInstanceDirToucher.html +0 -47
- data/doc/cxxapi/classes.html +0 -52
- data/doc/cxxapi/definitions_8h_source.html +0 -36
- data/doc/cxxapi/doxygen.css +0 -532
- data/doc/cxxapi/doxygen.png +0 -0
- data/doc/cxxapi/files.html +0 -76
- data/doc/cxxapi/ftv2blank.png +0 -0
- data/doc/cxxapi/ftv2doc.png +0 -0
- data/doc/cxxapi/ftv2folderclosed.png +0 -0
- data/doc/cxxapi/ftv2folderopen.png +0 -0
- data/doc/cxxapi/ftv2lastnode.png +0 -0
- data/doc/cxxapi/ftv2link.png +0 -0
- data/doc/cxxapi/ftv2mlastnode.png +0 -0
- data/doc/cxxapi/ftv2mnode.png +0 -0
- data/doc/cxxapi/ftv2node.png +0 -0
- data/doc/cxxapi/ftv2plastnode.png +0 -0
- data/doc/cxxapi/ftv2pnode.png +0 -0
- data/doc/cxxapi/ftv2vertline.png +0 -0
- data/doc/cxxapi/functions.html +0 -103
- data/doc/cxxapi/functions_0x62.html +0 -82
- data/doc/cxxapi/functions_0x63.html +0 -102
- data/doc/cxxapi/functions_0x64.html +0 -102
- data/doc/cxxapi/functions_0x65.html +0 -88
- data/doc/cxxapi/functions_0x66.html +0 -100
- data/doc/cxxapi/functions_0x67.html +0 -167
- data/doc/cxxapi/functions_0x68.html +0 -88
- data/doc/cxxapi/functions_0x69.html +0 -96
- data/doc/cxxapi/functions_0x6b.html +0 -80
- data/doc/cxxapi/functions_0x6c.html +0 -88
- data/doc/cxxapi/functions_0x6d.html +0 -88
- data/doc/cxxapi/functions_0x6e.html +0 -86
- data/doc/cxxapi/functions_0x6f.html +0 -94
- data/doc/cxxapi/functions_0x70.html +0 -94
- data/doc/cxxapi/functions_0x72.html +0 -110
- data/doc/cxxapi/functions_0x73.html +0 -171
- data/doc/cxxapi/functions_0x74.html +0 -85
- data/doc/cxxapi/functions_0x75.html +0 -85
- data/doc/cxxapi/functions_0x77.html +0 -92
- data/doc/cxxapi/functions_0x7e.html +0 -79
- data/doc/cxxapi/functions_enum.html +0 -49
- data/doc/cxxapi/functions_eval.html +0 -67
- data/doc/cxxapi/functions_func.html +0 -531
- data/doc/cxxapi/functions_vars.html +0 -278
- data/doc/cxxapi/graph_legend.dot +0 -22
- data/doc/cxxapi/graph_legend.html +0 -92
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Core.html +0 -46
- data/doc/cxxapi/group__Core.map +0 -3
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +0 -53
- data/doc/cxxapi/group__Hooks.html +0 -42
- data/doc/cxxapi/group__Hooks.map +0 -3
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +0 -538
- data/doc/cxxapi/hierarchy.html +0 -101
- data/doc/cxxapi/index.html +0 -16
- data/doc/cxxapi/inherit__graph__0.map +0 -3
- data/doc/cxxapi/inherit__graph__0.md5 +0 -1
- data/doc/cxxapi/inherit__graph__0.png +0 -0
- data/doc/cxxapi/inherit__graph__1.map +0 -3
- data/doc/cxxapi/inherit__graph__1.md5 +0 -1
- data/doc/cxxapi/inherit__graph__1.png +0 -0
- data/doc/cxxapi/inherit__graph__10.map +0 -3
- data/doc/cxxapi/inherit__graph__10.md5 +0 -1
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +0 -4
- data/doc/cxxapi/inherit__graph__11.md5 +0 -1
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +0 -3
- data/doc/cxxapi/inherit__graph__12.md5 +0 -1
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +0 -3
- data/doc/cxxapi/inherit__graph__13.md5 +0 -1
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +0 -3
- data/doc/cxxapi/inherit__graph__14.md5 +0 -1
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +0 -3
- data/doc/cxxapi/inherit__graph__15.md5 +0 -1
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +0 -5
- data/doc/cxxapi/inherit__graph__16.md5 +0 -1
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.map +0 -3
- data/doc/cxxapi/inherit__graph__17.md5 +0 -1
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.map +0 -3
- data/doc/cxxapi/inherit__graph__18.md5 +0 -1
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.map +0 -4
- data/doc/cxxapi/inherit__graph__19.md5 +0 -1
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__2.map +0 -3
- data/doc/cxxapi/inherit__graph__2.md5 +0 -1
- data/doc/cxxapi/inherit__graph__2.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +0 -3
- data/doc/cxxapi/inherit__graph__20.md5 +0 -1
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +0 -3
- data/doc/cxxapi/inherit__graph__21.md5 +0 -1
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__22.map +0 -3
- data/doc/cxxapi/inherit__graph__22.md5 +0 -1
- data/doc/cxxapi/inherit__graph__22.png +0 -0
- data/doc/cxxapi/inherit__graph__23.map +0 -3
- data/doc/cxxapi/inherit__graph__23.md5 +0 -1
- data/doc/cxxapi/inherit__graph__23.png +0 -0
- data/doc/cxxapi/inherit__graph__24.map +0 -3
- data/doc/cxxapi/inherit__graph__24.md5 +0 -1
- data/doc/cxxapi/inherit__graph__24.png +0 -0
- data/doc/cxxapi/inherit__graph__25.map +0 -3
- data/doc/cxxapi/inherit__graph__25.md5 +0 -1
- data/doc/cxxapi/inherit__graph__25.png +0 -0
- data/doc/cxxapi/inherit__graph__26.map +0 -3
- data/doc/cxxapi/inherit__graph__26.md5 +0 -1
- data/doc/cxxapi/inherit__graph__26.png +0 -0
- data/doc/cxxapi/inherit__graph__27.map +0 -3
- data/doc/cxxapi/inherit__graph__27.md5 +0 -1
- data/doc/cxxapi/inherit__graph__27.png +0 -0
- data/doc/cxxapi/inherit__graph__28.map +0 -3
- data/doc/cxxapi/inherit__graph__28.md5 +0 -1
- data/doc/cxxapi/inherit__graph__28.png +0 -0
- data/doc/cxxapi/inherit__graph__29.map +0 -3
- data/doc/cxxapi/inherit__graph__29.md5 +0 -1
- data/doc/cxxapi/inherit__graph__29.png +0 -0
- data/doc/cxxapi/inherit__graph__3.map +0 -4
- data/doc/cxxapi/inherit__graph__3.md5 +0 -1
- data/doc/cxxapi/inherit__graph__3.png +0 -0
- data/doc/cxxapi/inherit__graph__30.map +0 -3
- data/doc/cxxapi/inherit__graph__30.md5 +0 -1
- data/doc/cxxapi/inherit__graph__30.png +0 -0
- data/doc/cxxapi/inherit__graph__31.map +0 -4
- data/doc/cxxapi/inherit__graph__31.md5 +0 -1
- data/doc/cxxapi/inherit__graph__31.png +0 -0
- data/doc/cxxapi/inherit__graph__32.map +0 -3
- data/doc/cxxapi/inherit__graph__32.md5 +0 -1
- data/doc/cxxapi/inherit__graph__32.png +0 -0
- data/doc/cxxapi/inherit__graph__33.map +0 -3
- data/doc/cxxapi/inherit__graph__33.md5 +0 -1
- data/doc/cxxapi/inherit__graph__33.png +0 -0
- data/doc/cxxapi/inherit__graph__34.map +0 -3
- data/doc/cxxapi/inherit__graph__34.md5 +0 -1
- data/doc/cxxapi/inherit__graph__34.png +0 -0
- data/doc/cxxapi/inherit__graph__35.map +0 -3
- data/doc/cxxapi/inherit__graph__35.md5 +0 -1
- data/doc/cxxapi/inherit__graph__35.png +0 -0
- data/doc/cxxapi/inherit__graph__36.map +0 -5
- data/doc/cxxapi/inherit__graph__36.md5 +0 -1
- data/doc/cxxapi/inherit__graph__36.png +0 -0
- data/doc/cxxapi/inherit__graph__37.map +0 -3
- data/doc/cxxapi/inherit__graph__37.md5 +0 -1
- data/doc/cxxapi/inherit__graph__37.png +0 -0
- data/doc/cxxapi/inherit__graph__38.map +0 -3
- data/doc/cxxapi/inherit__graph__38.md5 +0 -1
- data/doc/cxxapi/inherit__graph__38.png +0 -0
- data/doc/cxxapi/inherit__graph__39.map +0 -3
- data/doc/cxxapi/inherit__graph__39.md5 +0 -1
- data/doc/cxxapi/inherit__graph__39.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +0 -3
- data/doc/cxxapi/inherit__graph__4.md5 +0 -1
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__40.map +0 -3
- data/doc/cxxapi/inherit__graph__40.md5 +0 -1
- data/doc/cxxapi/inherit__graph__40.png +0 -0
- data/doc/cxxapi/inherit__graph__41.map +0 -3
- data/doc/cxxapi/inherit__graph__41.md5 +0 -1
- data/doc/cxxapi/inherit__graph__41.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +0 -3
- data/doc/cxxapi/inherit__graph__5.md5 +0 -1
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +0 -3
- data/doc/cxxapi/inherit__graph__6.md5 +0 -1
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +0 -3
- data/doc/cxxapi/inherit__graph__7.md5 +0 -1
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +0 -3
- data/doc/cxxapi/inherit__graph__8.md5 +0 -1
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +0 -3
- data/doc/cxxapi/inherit__graph__9.md5 +0 -1
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +0 -165
- data/doc/cxxapi/main.html +0 -28
- data/doc/cxxapi/modules.html +0 -36
- data/doc/cxxapi/namespacePassenger.html +0 -585
- data/doc/cxxapi/namespacemembers.html +0 -190
- data/doc/cxxapi/namespacemembers_enum.html +0 -48
- data/doc/cxxapi/namespacemembers_eval.html +0 -57
- data/doc/cxxapi/namespacemembers_func.html +0 -114
- data/doc/cxxapi/namespacemembers_type.html +0 -54
- data/doc/cxxapi/namespaces.html +0 -37
- data/doc/cxxapi/nginx_2Configuration_8h_source.html +0 -126
- data/doc/cxxapi/ngx__http__passenger__module_8h_source.html +0 -95
- data/doc/cxxapi/structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard-members.html +0 -36
- data/doc/cxxapi/structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html +0 -51
- data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +0 -67
- data/doc/cxxapi/structPassenger_1_1PoolOptions.html +0 -647
- data/doc/cxxapi/structPassenger_1_1StaticString_1_1Hash-members.html +0 -36
- data/doc/cxxapi/structPassenger_1_1StaticString_1_1Hash.html +0 -51
- data/doc/cxxapi/tab_b.gif +0 -0
- data/doc/cxxapi/tab_l.gif +0 -0
- data/doc/cxxapi/tab_r.gif +0 -0
- data/doc/cxxapi/tabs.css +0 -105
- data/doc/cxxapi/tree.html +0 -249
- data/doc/template/horo.rb +0 -613
- data/ext/libev/config.h +0 -122
- data/ext/nginx/HttpStatusExtractor.h +0 -351
data/doc/template/horo.rb
DELETED
@@ -1,613 +0,0 @@
|
|
1
|
-
# Horo RDoc template
|
2
|
-
# Author: Hongli Lai - http://izumi.plan99.net/blog/
|
3
|
-
#
|
4
|
-
# Based on the Jamis template:
|
5
|
-
# http://weblog.jamisbuck.org/2005/4/8/rdoc-template
|
6
|
-
|
7
|
-
if defined?(RDoc::Diagram)
|
8
|
-
RDoc::Diagram.class_eval do
|
9
|
-
remove_const(:FONT)
|
10
|
-
const_set(:FONT, "\"Bitstream Vera Sans\"")
|
11
|
-
end
|
12
|
-
end
|
13
|
-
|
14
|
-
module RDoc
|
15
|
-
module Page
|
16
|
-
|
17
|
-
FONTS = "\"Bitstream Vera Sans\", Verdana, Arial, Helvetica, sans-serif"
|
18
|
-
|
19
|
-
STYLE = <<CSS
|
20
|
-
a {
|
21
|
-
color: #00F;
|
22
|
-
text-decoration: none;
|
23
|
-
}
|
24
|
-
|
25
|
-
a:hover {
|
26
|
-
color: #77F;
|
27
|
-
text-decoration: underline;
|
28
|
-
}
|
29
|
-
|
30
|
-
body, td, p {
|
31
|
-
font-family: %fonts%;
|
32
|
-
background: #FFF;
|
33
|
-
color: #000;
|
34
|
-
margin: 0px;
|
35
|
-
font-size: small;
|
36
|
-
}
|
37
|
-
|
38
|
-
p {
|
39
|
-
margin-top: 0.5em;
|
40
|
-
margin-bottom: 0.5em;
|
41
|
-
}
|
42
|
-
|
43
|
-
#content {
|
44
|
-
margin: 2em;
|
45
|
-
margin-left: 3.5em;
|
46
|
-
margin-right: 3.5em;
|
47
|
-
}
|
48
|
-
|
49
|
-
#description p {
|
50
|
-
margin-bottom: 0.5em;
|
51
|
-
}
|
52
|
-
|
53
|
-
.sectiontitle {
|
54
|
-
margin-top: 1em;
|
55
|
-
margin-bottom: 1em;
|
56
|
-
padding: 0.5em;
|
57
|
-
padding-left: 2em;
|
58
|
-
background: #005;
|
59
|
-
color: #FFF;
|
60
|
-
font-weight: bold;
|
61
|
-
}
|
62
|
-
|
63
|
-
.attr-rw {
|
64
|
-
padding-left: 1em;
|
65
|
-
padding-right: 1em;
|
66
|
-
text-align: center;
|
67
|
-
color: #055;
|
68
|
-
}
|
69
|
-
|
70
|
-
.attr-name {
|
71
|
-
font-weight: bold;
|
72
|
-
}
|
73
|
-
|
74
|
-
.attr-desc {
|
75
|
-
}
|
76
|
-
|
77
|
-
.attr-value {
|
78
|
-
font-family: monospace;
|
79
|
-
}
|
80
|
-
|
81
|
-
.file-title-prefix {
|
82
|
-
font-size: large;
|
83
|
-
}
|
84
|
-
|
85
|
-
.file-title {
|
86
|
-
font-size: large;
|
87
|
-
font-weight: bold;
|
88
|
-
background: #005;
|
89
|
-
color: #FFF;
|
90
|
-
}
|
91
|
-
|
92
|
-
.banner {
|
93
|
-
background: #005;
|
94
|
-
color: #FFF;
|
95
|
-
border: 1px solid black;
|
96
|
-
padding: 1em;
|
97
|
-
}
|
98
|
-
|
99
|
-
.banner td {
|
100
|
-
background: transparent;
|
101
|
-
color: #FFF;
|
102
|
-
}
|
103
|
-
|
104
|
-
h1 a, h2 a, .sectiontitle a, .banner a {
|
105
|
-
color: #FF0;
|
106
|
-
}
|
107
|
-
|
108
|
-
h1 a:hover, h2 a:hover, .sectiontitle a:hover, .banner a:hover {
|
109
|
-
color: #FF7;
|
110
|
-
}
|
111
|
-
|
112
|
-
.dyn-source {
|
113
|
-
display: none;
|
114
|
-
background: #fffde8;
|
115
|
-
color: #000;
|
116
|
-
border: #ffe0bb dotted 1px;
|
117
|
-
margin: 0.5em 2em 0.5em 2em;
|
118
|
-
padding: 0.5em;
|
119
|
-
}
|
120
|
-
|
121
|
-
.dyn-source .cmt {
|
122
|
-
color: #00F;
|
123
|
-
font-style: italic;
|
124
|
-
}
|
125
|
-
|
126
|
-
.dyn-source .kw {
|
127
|
-
color: #070;
|
128
|
-
font-weight: bold;
|
129
|
-
}
|
130
|
-
|
131
|
-
.method {
|
132
|
-
margin-left: 1em;
|
133
|
-
margin-right: 1em;
|
134
|
-
margin-bottom: 1em;
|
135
|
-
}
|
136
|
-
|
137
|
-
.description pre {
|
138
|
-
padding: 0.5em;
|
139
|
-
border: #ffe0bb dotted 1px;
|
140
|
-
background: #fffde8;
|
141
|
-
}
|
142
|
-
|
143
|
-
.method .title {
|
144
|
-
font-family: monospace;
|
145
|
-
font-size: large;
|
146
|
-
border-bottom: 1px dashed black;
|
147
|
-
margin-bottom: 0.3em;
|
148
|
-
padding-bottom: 0.1em;
|
149
|
-
}
|
150
|
-
|
151
|
-
.method .description, .method .sourcecode {
|
152
|
-
margin-left: 1em;
|
153
|
-
}
|
154
|
-
|
155
|
-
.description p, .sourcecode p {
|
156
|
-
margin-bottom: 0.5em;
|
157
|
-
}
|
158
|
-
|
159
|
-
.method .sourcecode p.source-link {
|
160
|
-
text-indent: 0em;
|
161
|
-
margin-top: 0.5em;
|
162
|
-
}
|
163
|
-
|
164
|
-
.method .aka {
|
165
|
-
margin-top: 0.3em;
|
166
|
-
margin-left: 1em;
|
167
|
-
font-style: italic;
|
168
|
-
text-indent: 2em;
|
169
|
-
}
|
170
|
-
|
171
|
-
h1 {
|
172
|
-
padding: 1em;
|
173
|
-
margin-left: -1.5em;
|
174
|
-
font-size: x-large;
|
175
|
-
font-weight: bold;
|
176
|
-
color: #FFF;
|
177
|
-
background: #007;
|
178
|
-
}
|
179
|
-
|
180
|
-
h2 {
|
181
|
-
padding: 0.5em 1em 0.5em 1em;
|
182
|
-
margin-left: -1.5em;
|
183
|
-
font-size: large;
|
184
|
-
font-weight: bold;
|
185
|
-
color: #FFF;
|
186
|
-
background: #009;
|
187
|
-
}
|
188
|
-
|
189
|
-
h3, h4, h5, h6 {
|
190
|
-
color: #220088;
|
191
|
-
border-bottom: #5522bb solid 1px;
|
192
|
-
}
|
193
|
-
|
194
|
-
.sourcecode > pre {
|
195
|
-
padding: 0.5em;
|
196
|
-
border: 1px dotted black;
|
197
|
-
background: #FFE;
|
198
|
-
}
|
199
|
-
|
200
|
-
dt {
|
201
|
-
font-weight: bold
|
202
|
-
}
|
203
|
-
|
204
|
-
dd {
|
205
|
-
margin-bottom: 0.7em;
|
206
|
-
}
|
207
|
-
CSS
|
208
|
-
|
209
|
-
XHTML_PREAMBLE = %{<?xml version="1.0" encoding="%charset%"?>
|
210
|
-
<!DOCTYPE html
|
211
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
212
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
213
|
-
}
|
214
|
-
|
215
|
-
XHTML_FRAMESET_PREAMBLE = %{
|
216
|
-
<!DOCTYPE html
|
217
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
218
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
219
|
-
}
|
220
|
-
|
221
|
-
HEADER = XHTML_PREAMBLE + <<ENDHEADER
|
222
|
-
<html>
|
223
|
-
<head>
|
224
|
-
<title>%title%</title>
|
225
|
-
<meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
|
226
|
-
<link rel="stylesheet" href="%style_url%" type="text/css" media="screen" />
|
227
|
-
|
228
|
-
<script language="JavaScript" type="text/javascript">
|
229
|
-
// <![CDATA[
|
230
|
-
|
231
|
-
function toggleSource( id )
|
232
|
-
{
|
233
|
-
var elem
|
234
|
-
var link
|
235
|
-
|
236
|
-
if( document.getElementById )
|
237
|
-
{
|
238
|
-
elem = document.getElementById( id )
|
239
|
-
link = document.getElementById( "l_" + id )
|
240
|
-
}
|
241
|
-
else if ( document.all )
|
242
|
-
{
|
243
|
-
elem = eval( "document.all." + id )
|
244
|
-
link = eval( "document.all.l_" + id )
|
245
|
-
}
|
246
|
-
else
|
247
|
-
return false;
|
248
|
-
|
249
|
-
if( elem.style.display == "block" )
|
250
|
-
{
|
251
|
-
elem.style.display = "none"
|
252
|
-
link.innerHTML = "show source"
|
253
|
-
}
|
254
|
-
else
|
255
|
-
{
|
256
|
-
elem.style.display = "block"
|
257
|
-
link.innerHTML = "hide source"
|
258
|
-
}
|
259
|
-
}
|
260
|
-
|
261
|
-
function openCode( url )
|
262
|
-
{
|
263
|
-
window.open( url, "SOURCE_CODE", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=480,width=750" ).focus();
|
264
|
-
}
|
265
|
-
// ]]>
|
266
|
-
</script>
|
267
|
-
</head>
|
268
|
-
|
269
|
-
<body>
|
270
|
-
ENDHEADER
|
271
|
-
|
272
|
-
FILE_PAGE = <<HTML
|
273
|
-
<table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
|
274
|
-
<tr><td>
|
275
|
-
<table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
|
276
|
-
<td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br />%short_name%</td>
|
277
|
-
<td align="right">
|
278
|
-
<table border='0' cellspacing="0" cellpadding="2">
|
279
|
-
<tr>
|
280
|
-
<td>Path:</td>
|
281
|
-
<td>%full_path%
|
282
|
-
IF:cvsurl
|
283
|
-
(<a href="%cvsurl%">CVS</a>)
|
284
|
-
ENDIF:cvsurl
|
285
|
-
</td>
|
286
|
-
</tr>
|
287
|
-
<tr>
|
288
|
-
<td>Modified:</td>
|
289
|
-
<td>%dtm_modified%</td>
|
290
|
-
</tr>
|
291
|
-
</table>
|
292
|
-
</td></tr>
|
293
|
-
</table>
|
294
|
-
</td></tr>
|
295
|
-
</table><br />
|
296
|
-
HTML
|
297
|
-
|
298
|
-
###################################################################
|
299
|
-
|
300
|
-
CLASS_PAGE = <<HTML
|
301
|
-
<table width="100%" border='0' cellpadding='0' cellspacing='0' class='banner'><tr>
|
302
|
-
<td class="file-title"><span class="file-title-prefix">%classmod%</span><br />%full_name%</td>
|
303
|
-
<td align="right">
|
304
|
-
<table cellspacing="0" cellpadding="2">
|
305
|
-
<tr valign="top">
|
306
|
-
<td>In:</td>
|
307
|
-
<td>
|
308
|
-
START:infiles
|
309
|
-
HREF:full_path_url:full_path:
|
310
|
-
IF:cvsurl
|
311
|
-
(<a href="%cvsurl%">CVS</a>)
|
312
|
-
ENDIF:cvsurl
|
313
|
-
END:infiles
|
314
|
-
</td>
|
315
|
-
</tr>
|
316
|
-
IF:parent
|
317
|
-
<tr>
|
318
|
-
<td>Parent:</td>
|
319
|
-
<td>
|
320
|
-
IF:par_url
|
321
|
-
<a href="%par_url%">
|
322
|
-
ENDIF:par_url
|
323
|
-
%parent%
|
324
|
-
IF:par_url
|
325
|
-
</a>
|
326
|
-
ENDIF:par_url
|
327
|
-
</td>
|
328
|
-
</tr>
|
329
|
-
ENDIF:parent
|
330
|
-
</table>
|
331
|
-
</td>
|
332
|
-
</tr>
|
333
|
-
</table>
|
334
|
-
HTML
|
335
|
-
|
336
|
-
###################################################################
|
337
|
-
|
338
|
-
METHOD_LIST = <<HTML
|
339
|
-
<div id="content">
|
340
|
-
IF:diagram
|
341
|
-
<table cellpadding='0' cellspacing='0' border='0' width="100%"><tr><td align="center">
|
342
|
-
%diagram%
|
343
|
-
</td></tr></table>
|
344
|
-
ENDIF:diagram
|
345
|
-
|
346
|
-
IF:description
|
347
|
-
<div class="description">%description%</div>
|
348
|
-
ENDIF:description
|
349
|
-
|
350
|
-
IF:requires
|
351
|
-
<div class="sectiontitle">Required Files</div>
|
352
|
-
<ul>
|
353
|
-
START:requires
|
354
|
-
<li>HREF:aref:name:</li>
|
355
|
-
END:requires
|
356
|
-
</ul>
|
357
|
-
ENDIF:requires
|
358
|
-
|
359
|
-
IF:toc
|
360
|
-
<div class="sectiontitle">Contents</div>
|
361
|
-
<ul>
|
362
|
-
START:toc
|
363
|
-
<li><a href="#%href%">%secname%</a></li>
|
364
|
-
END:toc
|
365
|
-
</ul>
|
366
|
-
ENDIF:toc
|
367
|
-
|
368
|
-
IF:methods
|
369
|
-
<div class="sectiontitle">Methods</div>
|
370
|
-
<ul>
|
371
|
-
START:methods
|
372
|
-
<li>HREF:aref:name:</li>
|
373
|
-
END:methods
|
374
|
-
</ul>
|
375
|
-
ENDIF:methods
|
376
|
-
|
377
|
-
IF:includes
|
378
|
-
<div class="sectiontitle">Included Modules</div>
|
379
|
-
<ul>
|
380
|
-
START:includes
|
381
|
-
<li>HREF:aref:name:</li>
|
382
|
-
END:includes
|
383
|
-
</ul>
|
384
|
-
ENDIF:includes
|
385
|
-
|
386
|
-
START:sections
|
387
|
-
IF:sectitle
|
388
|
-
<div class="sectiontitle"><a name="%secsequence%">%sectitle%</a></div>
|
389
|
-
IF:seccomment
|
390
|
-
<div class="description">
|
391
|
-
%seccomment%
|
392
|
-
</div>
|
393
|
-
ENDIF:seccomment
|
394
|
-
ENDIF:sectitle
|
395
|
-
|
396
|
-
IF:classlist
|
397
|
-
<div class="sectiontitle">Classes and Modules</div>
|
398
|
-
%classlist%
|
399
|
-
ENDIF:classlist
|
400
|
-
|
401
|
-
IF:constants
|
402
|
-
<div class="sectiontitle">Constants</div>
|
403
|
-
<table border='0' cellpadding='5'>
|
404
|
-
START:constants
|
405
|
-
<tr valign='top'>
|
406
|
-
<td class="attr-name">%name%</td>
|
407
|
-
<td>=</td>
|
408
|
-
<td class="attr-value">%value%</td>
|
409
|
-
</tr>
|
410
|
-
IF:desc
|
411
|
-
<tr valign='top'>
|
412
|
-
<td> </td>
|
413
|
-
<td colspan="2" class="attr-desc">%desc%</td>
|
414
|
-
</tr>
|
415
|
-
ENDIF:desc
|
416
|
-
END:constants
|
417
|
-
</table>
|
418
|
-
ENDIF:constants
|
419
|
-
|
420
|
-
IF:attributes
|
421
|
-
<div class="sectiontitle">Attributes</div>
|
422
|
-
<table border='0' cellpadding='5'>
|
423
|
-
START:attributes
|
424
|
-
<tr valign='top'>
|
425
|
-
<td class='attr-rw'>
|
426
|
-
IF:rw
|
427
|
-
[%rw%]
|
428
|
-
ENDIF:rw
|
429
|
-
</td>
|
430
|
-
<td class='attr-name'>%name%</td>
|
431
|
-
<td class='attr-desc'>%a_desc%</td>
|
432
|
-
</tr>
|
433
|
-
END:attributes
|
434
|
-
</table>
|
435
|
-
ENDIF:attributes
|
436
|
-
|
437
|
-
IF:method_list
|
438
|
-
START:method_list
|
439
|
-
IF:methods
|
440
|
-
<div class="sectiontitle">%type% %category% methods</div>
|
441
|
-
START:methods
|
442
|
-
<div class="method">
|
443
|
-
<div class="title">
|
444
|
-
IF:callseq
|
445
|
-
<a name="%aref%"></a><b>%callseq%</b>
|
446
|
-
ENDIF:callseq
|
447
|
-
IFNOT:callseq
|
448
|
-
<a name="%aref%"></a><b>%name%</b>%params%
|
449
|
-
ENDIF:callseq
|
450
|
-
IF:codeurl
|
451
|
-
[ <a href="%codeurl%" target="SOURCE_CODE" onclick="javascript:openCode('%codeurl%'); return false;">source</a> ]
|
452
|
-
ENDIF:codeurl
|
453
|
-
</div>
|
454
|
-
IF:m_desc
|
455
|
-
<div class="description">
|
456
|
-
%m_desc%
|
457
|
-
</div>
|
458
|
-
ENDIF:m_desc
|
459
|
-
IF:aka
|
460
|
-
<div class="aka">
|
461
|
-
This method is also aliased as
|
462
|
-
START:aka
|
463
|
-
<a href="%aref%">%name%</a>
|
464
|
-
END:aka
|
465
|
-
</div>
|
466
|
-
ENDIF:aka
|
467
|
-
IF:sourcecode
|
468
|
-
<div class="sourcecode">
|
469
|
-
<p class="source-link">[ <a href="javascript:toggleSource('%aref%_source')" id="l_%aref%_source">show source</a> ]</p>
|
470
|
-
<div id="%aref%_source" class="dyn-source">
|
471
|
-
<pre>
|
472
|
-
%sourcecode%
|
473
|
-
</pre>
|
474
|
-
</div>
|
475
|
-
</div>
|
476
|
-
ENDIF:sourcecode
|
477
|
-
</div>
|
478
|
-
END:methods
|
479
|
-
ENDIF:methods
|
480
|
-
END:method_list
|
481
|
-
ENDIF:method_list
|
482
|
-
END:sections
|
483
|
-
</div>
|
484
|
-
HTML
|
485
|
-
|
486
|
-
FOOTER = <<ENDFOOTER
|
487
|
-
</body>
|
488
|
-
</html>
|
489
|
-
ENDFOOTER
|
490
|
-
|
491
|
-
BODY = HEADER + <<ENDBODY
|
492
|
-
!INCLUDE! <!-- banner header -->
|
493
|
-
|
494
|
-
<div id="bodyContent">
|
495
|
-
#{METHOD_LIST}
|
496
|
-
</div>
|
497
|
-
|
498
|
-
#{FOOTER}
|
499
|
-
ENDBODY
|
500
|
-
|
501
|
-
########################## Source code ##########################
|
502
|
-
|
503
|
-
SRC_PAGE = XHTML_PREAMBLE + <<HTML
|
504
|
-
<html>
|
505
|
-
<head><title>%title%</title>
|
506
|
-
<meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
|
507
|
-
<style type="text/css">
|
508
|
-
.ruby-comment { color: green; font-style: italic }
|
509
|
-
.ruby-constant { color: #4433aa; font-weight: bold; }
|
510
|
-
.ruby-identifier { color: #222222; }
|
511
|
-
.ruby-ivar { color: #2233dd; }
|
512
|
-
.ruby-keyword { color: #3333FF; font-weight: bold }
|
513
|
-
.ruby-node { color: #777777; }
|
514
|
-
.ruby-operator { color: #111111; }
|
515
|
-
.ruby-regexp { color: #662222; }
|
516
|
-
.ruby-value { color: #662222; font-style: italic }
|
517
|
-
.kw { color: #3333FF; font-weight: bold }
|
518
|
-
.cmt { color: green; font-style: italic }
|
519
|
-
.str { color: #662222; font-style: italic }
|
520
|
-
.re { color: #662222; }
|
521
|
-
</style>
|
522
|
-
</head>
|
523
|
-
<body bgcolor="white">
|
524
|
-
<pre>%code%</pre>
|
525
|
-
</body>
|
526
|
-
</html>
|
527
|
-
HTML
|
528
|
-
|
529
|
-
########################## Index ################################
|
530
|
-
|
531
|
-
FR_INDEX_BODY = <<HTML
|
532
|
-
!INCLUDE!
|
533
|
-
HTML
|
534
|
-
|
535
|
-
FILE_INDEX = XHTML_PREAMBLE + <<HTML
|
536
|
-
<html>
|
537
|
-
<head>
|
538
|
-
<meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
|
539
|
-
<title>Index</title>
|
540
|
-
<style type="text/css">
|
541
|
-
<!--
|
542
|
-
body {
|
543
|
-
background-color: #EEE;
|
544
|
-
font-family: #{FONTS};
|
545
|
-
color: #000;
|
546
|
-
margin: 0px;
|
547
|
-
}
|
548
|
-
.banner {
|
549
|
-
background: #005;
|
550
|
-
color: #FFF;
|
551
|
-
padding: 0.2em;
|
552
|
-
font-size: small;
|
553
|
-
font-weight: bold;
|
554
|
-
text-align: center;
|
555
|
-
}
|
556
|
-
.entries {
|
557
|
-
margin: 0.25em 1em 0 1em;
|
558
|
-
font-size: x-small;
|
559
|
-
}
|
560
|
-
a {
|
561
|
-
color: #00F;
|
562
|
-
text-decoration: none;
|
563
|
-
white-space: nowrap;
|
564
|
-
}
|
565
|
-
a:hover {
|
566
|
-
color: #77F;
|
567
|
-
text-decoration: underline;
|
568
|
-
}
|
569
|
-
-->
|
570
|
-
</style>
|
571
|
-
<base target="docwin" />
|
572
|
-
</head>
|
573
|
-
<body>
|
574
|
-
<div class="banner">%list_title%</div>
|
575
|
-
<div class="entries">
|
576
|
-
START:entries
|
577
|
-
<a href="%href%">%name%</a><br />
|
578
|
-
END:entries
|
579
|
-
</div>
|
580
|
-
</body></html>
|
581
|
-
HTML
|
582
|
-
|
583
|
-
CLASS_INDEX = FILE_INDEX
|
584
|
-
METHOD_INDEX = FILE_INDEX
|
585
|
-
|
586
|
-
INDEX = XHTML_FRAMESET_PREAMBLE + <<HTML
|
587
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
588
|
-
<head>
|
589
|
-
<title>%title%</title>
|
590
|
-
<meta http-equiv="Content-Type" content="text/html; charset=%charset%" />
|
591
|
-
</head>
|
592
|
-
|
593
|
-
<frameset cols="20%,*">
|
594
|
-
<frameset rows="15%,55%,30%">
|
595
|
-
<frame src="fr_file_index.html" title="Files" name="Files" />
|
596
|
-
<frame src="fr_class_index.html" name="Classes" />
|
597
|
-
<frame src="fr_method_index.html" name="Methods" />
|
598
|
-
</frameset>
|
599
|
-
<frame src="%initial_page%" name="docwin" />
|
600
|
-
<noframes>
|
601
|
-
<body bgcolor="white">
|
602
|
-
Click <a href="html/index.html">here</a> for a non-frames
|
603
|
-
version of this page.
|
604
|
-
</body>
|
605
|
-
</noframes>
|
606
|
-
</frameset>
|
607
|
-
|
608
|
-
</html>
|
609
|
-
HTML
|
610
|
-
|
611
|
-
end
|
612
|
-
end
|
613
|
-
|