passenger 2.1.3 → 2.2.0
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/DEVELOPERS.TXT +2 -0
- data/INSTALL +3 -1
- data/LICENSE +19 -355
- data/NEWS +3 -0
- data/README +11 -4
- data/Rakefile +435 -236
- data/bin/passenger-config +20 -14
- data/bin/passenger-install-apache2-module +67 -201
- data/bin/passenger-install-nginx-module +477 -0
- data/bin/passenger-make-enterprisey +17 -12
- data/bin/passenger-memory-stats +33 -23
- data/bin/passenger-spawn-server +17 -12
- data/bin/passenger-status +18 -13
- data/bin/passenger-stress-test +17 -12
- data/doc/{Users guide.html → Users guide Apache.html } +79 -61
- data/doc/{Users guide.txt → Users guide Apache.txt } +43 -939
- data/doc/Users guide Nginx.html +2276 -0
- data/doc/Users guide Nginx.txt +776 -0
- data/doc/cxxapi/ApplicationPoolServer_8h-source.html +9 -4
- data/doc/cxxapi/ApplicationPool_8h-source.html +9 -4
- data/doc/cxxapi/Application_8h-source.html +26 -21
- data/doc/cxxapi/Bucket_8h-source.html +54 -44
- data/doc/cxxapi/CachedFileStat_8h-source.html +9 -4
- data/doc/cxxapi/Configuration_8h-source.html +357 -339
- data/doc/cxxapi/DirectoryMapper_8h-source.html +294 -280
- data/doc/cxxapi/DummySpawnManager_8h-source.html +9 -4
- data/doc/cxxapi/Exceptions_8h-source.html +9 -4
- data/doc/cxxapi/FileChecker_8h-source.html +9 -4
- data/doc/cxxapi/Hooks_8h-source.html +50 -40
- data/doc/cxxapi/Logging_8h-source.html +9 -4
- data/doc/cxxapi/MessageChannel_8h-source.html +20 -15
- data/doc/cxxapi/PoolOptions_8h-source.html +10 -5
- data/doc/cxxapi/SpawnManager_8h-source.html +9 -4
- data/doc/cxxapi/StandardApplicationPool_8h-source.html +10 -5
- data/doc/cxxapi/SystemTime_8h-source.html +9 -4
- data/doc/cxxapi/Utils_8h-source.html +242 -214
- data/doc/cxxapi/annotated.html +4 -28
- data/doc/cxxapi/classClient-members.html +4 -4
- data/doc/cxxapi/classClient.html +14 -11
- data/doc/cxxapi/classHooks-members.html +4 -5
- data/doc/cxxapi/classHooks.html +26 -24
- data/doc/cxxapi/classPassenger_1_1Application-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1Application.html +40 -37
- data/doc/cxxapi/classPassenger_1_1ApplicationPool-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1ApplicationPool.html +95 -92
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer.html +26 -23
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html +17 -17
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session.html +139 -136
- data/doc/cxxapi/classPassenger_1_1BufferedUpload-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1BufferedUpload.html +13 -10
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1BusyException.html +11 -8
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +11 -8
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +4 -5
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +45 -43
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager.html +13 -10
- data/doc/cxxapi/classPassenger_1_1FileChecker-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1FileChecker.html +22 -19
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +12 -9
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +14 -11
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1IOException.html +12 -9
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +228 -225
- data/doc/cxxapi/classPassenger_1_1RuntimeException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1RuntimeException.html +11 -8
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +14 -11
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +50 -47
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool.html +73 -70
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1SystemException.html +17 -14
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemTime-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1SystemTime.html +14 -11
- data/doc/cxxapi/classes.html +35 -0
- data/doc/cxxapi/definitions_8h-source.html +9 -4
- data/doc/cxxapi/doxygen.css +311 -303
- data/doc/cxxapi/files.html +9 -18
- data/doc/cxxapi/functions.html +5 -224
- data/doc/cxxapi/functions_func.html +5 -185
- data/doc/cxxapi/functions_type.html +4 -4
- data/doc/cxxapi/functions_vars.html +4 -4
- data/doc/cxxapi/graph_legend.dot +19 -19
- data/doc/cxxapi/graph_legend.html +5 -5
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Configuration.html +11 -13
- data/doc/cxxapi/group__Configuration.png +0 -0
- data/doc/cxxapi/group__Core.html +10 -12
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +5 -7
- data/doc/cxxapi/group__Hooks.html +5 -7
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +5 -624
- data/doc/cxxapi/hierarchy.html +6 -6
- data/doc/cxxapi/inherit__graph__0.map +1 -1
- data/doc/cxxapi/inherit__graph__0.md5 +1 -1
- data/doc/cxxapi/inherit__graph__0.png +0 -0
- data/doc/cxxapi/inherit__graph__1.map +1 -1
- data/doc/cxxapi/inherit__graph__1.md5 +1 -1
- data/doc/cxxapi/inherit__graph__1.png +0 -0
- data/doc/cxxapi/inherit__graph__10.map +1 -1
- data/doc/cxxapi/inherit__graph__10.md5 +1 -1
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +1 -1
- data/doc/cxxapi/inherit__graph__11.md5 +1 -1
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +1 -1
- data/doc/cxxapi/inherit__graph__12.md5 +1 -1
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +1 -2
- data/doc/cxxapi/inherit__graph__13.md5 +1 -1
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +2 -1
- data/doc/cxxapi/inherit__graph__14.md5 +1 -1
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +1 -1
- data/doc/cxxapi/inherit__graph__15.md5 +1 -1
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +1 -1
- data/doc/cxxapi/inherit__graph__16.md5 +1 -1
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.map +1 -1
- data/doc/cxxapi/inherit__graph__17.md5 +1 -1
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.map +1 -1
- data/doc/cxxapi/inherit__graph__18.md5 +1 -1
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.map +1 -1
- data/doc/cxxapi/inherit__graph__19.md5 +1 -1
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__2.map +1 -1
- data/doc/cxxapi/inherit__graph__2.md5 +1 -1
- data/doc/cxxapi/inherit__graph__2.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +2 -2
- data/doc/cxxapi/inherit__graph__20.md5 +1 -1
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +1 -1
- data/doc/cxxapi/inherit__graph__21.md5 +1 -1
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__3.map +1 -1
- data/doc/cxxapi/inherit__graph__3.md5 +1 -1
- data/doc/cxxapi/inherit__graph__3.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +1 -1
- data/doc/cxxapi/inherit__graph__4.md5 +1 -1
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +1 -2
- data/doc/cxxapi/inherit__graph__5.md5 +1 -1
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +2 -1
- data/doc/cxxapi/inherit__graph__6.md5 +1 -1
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +1 -1
- data/doc/cxxapi/inherit__graph__7.md5 +1 -1
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +1 -1
- data/doc/cxxapi/inherit__graph__8.md5 +1 -1
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +1 -1
- data/doc/cxxapi/inherit__graph__9.md5 +1 -1
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +41 -41
- data/doc/cxxapi/main.html +4 -4
- data/doc/cxxapi/modules.html +4 -5
- data/doc/cxxapi/structPassenger_1_1AnythingToString-members.html +4 -4
- data/doc/cxxapi/structPassenger_1_1AnythingToString.html +13 -10
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html +5 -5
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html +16 -13
- data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +4 -4
- data/doc/cxxapi/structPassenger_1_1PoolOptions.html +63 -60
- data/doc/cxxapi/tabs.css +5 -2
- data/doc/cxxapi/tree.html +7 -81
- data/doc/rdoc/classes/ConditionVariable.html +59 -59
- data/doc/rdoc/classes/Exception.html +11 -11
- data/doc/rdoc/classes/GC.html +4 -4
- data/doc/rdoc/classes/IO.html +14 -14
- data/doc/rdoc/classes/PhusionPassenger.html +75 -20
- data/doc/rdoc/classes/PhusionPassenger/AbstractInstaller.html +153 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +125 -130
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer.html +236 -236
- data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +213 -213
- data/doc/rdoc/classes/PhusionPassenger/AdminTools.html +28 -28
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess.html +91 -75
- data/doc/rdoc/classes/PhusionPassenger/AppInitError.html +10 -10
- data/doc/rdoc/classes/PhusionPassenger/Application.html +64 -64
- data/doc/rdoc/classes/PhusionPassenger/ConsoleTextTemplate.html +34 -34
- data/doc/rdoc/classes/PhusionPassenger/FrameworkInitError.html +13 -13
- data/doc/rdoc/classes/PhusionPassenger/HTMLTemplate.html +30 -30
- data/doc/rdoc/classes/PhusionPassenger/InitializationError.html +10 -10
- data/doc/rdoc/classes/PhusionPassenger/MessageChannel.html +136 -136
- data/doc/rdoc/classes/PhusionPassenger/NativeSupport.html +24 -24
- data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html +42 -42
- data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +55 -53
- data/doc/rdoc/classes/PhusionPassenger/Railz.html +1 -1
- data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html +25 -30
- data/doc/rdoc/classes/PhusionPassenger/Railz/CGIFixed.html +23 -23
- data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html +116 -117
- data/doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html +22 -22
- data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +118 -124
- data/doc/rdoc/classes/PhusionPassenger/UnknownError.html +10 -10
- data/doc/rdoc/classes/PhusionPassenger/Utils.html +354 -354
- data/doc/rdoc/classes/PhusionPassenger/VersionNotFound.html +9 -9
- data/doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html +37 -37
- data/doc/rdoc/classes/PlatformInfo.html +282 -261
- data/doc/rdoc/classes/RakeExtensions.html +7 -7
- data/doc/rdoc/classes/Signal.html +26 -26
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/DEVELOPERS_TXT.html +6 -1
- data/doc/rdoc/files/README.html +15 -6
- data/doc/rdoc/files/ext/phusion_passenger/native_support_c.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/abstract_installer_rb.html +129 -0
- data/doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html +20 -13
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools/control_process_rb.html +31 -1
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html +31 -1
- data/doc/rdoc/files/lib/phusion_passenger/application_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/console_text_template_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/constants_rb.html +21 -12
- data/doc/rdoc/files/lib/phusion_passenger/dependencies_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/events_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/exceptions_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/html_template_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/message_channel_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/packaging_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +22 -12
- data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +21 -12
- data/doc/rdoc/files/lib/phusion_passenger/railz/application_spawner_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/railz/cgi_fixed_rb.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/railz/framework_spawner_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/railz/request_handler_rb.html +21 -12
- data/doc/rdoc/files/lib/phusion_passenger/simple_benchmarking_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/spawn_manager_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +27 -21
- data/doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html +21 -12
- data/doc/rdoc/files/misc/rake/extensions_rb.html +21 -12
- data/doc/rdoc/fr_class_index.html +1 -0
- data/doc/rdoc/fr_file_index.html +2 -0
- data/doc/rdoc/fr_method_index.html +116 -112
- data/doc/users_guide_snippets/analysis_and_system_maintenance_tools.txt +144 -0
- data/doc/users_guide_snippets/appendix_a_about.txt +13 -0
- data/doc/users_guide_snippets/appendix_b_terminology.txt +63 -0
- data/doc/users_guide_snippets/appendix_c_spawning_methods.txt +304 -0
- data/doc/users_guide_snippets/global_queueing_explained.txt +78 -0
- data/doc/users_guide_snippets/rackup_specifications.txt +75 -0
- data/doc/users_guide_snippets/rails_spawn_method.txt +48 -0
- data/doc/users_guide_snippets/tips.txt +173 -0
- data/ext/apache2/Bucket.cpp +17 -12
- data/ext/apache2/Bucket.h +17 -12
- data/ext/apache2/Configuration.cpp +17 -12
- data/ext/apache2/Configuration.h +27 -14
- data/ext/apache2/DirectoryMapper.h +21 -12
- data/ext/apache2/Hooks.cpp +67 -21
- data/ext/apache2/Hooks.h +17 -12
- data/ext/apache2/mod_passenger.c +17 -12
- data/ext/{apache2 → common}/Application.h +19 -14
- data/ext/{apache2 → common}/ApplicationPool.h +17 -12
- data/ext/{apache2 → common}/ApplicationPoolServer.h +18 -72
- data/ext/{apache2 → common}/ApplicationPoolServerExecutable.cpp +45 -104
- data/ext/common/ApplicationPoolStatusReporter.h +212 -0
- data/ext/{apache2 → common}/CachedFileStat.cpp +17 -12
- data/ext/{apache2 → common}/CachedFileStat.h +17 -12
- data/ext/{apache2 → common}/DummySpawnManager.h +17 -12
- data/ext/{apache2 → common}/Exceptions.h +17 -12
- data/ext/{apache2 → common}/FileChecker.h +17 -12
- data/ext/common/Logging.cpp +65 -0
- data/ext/{apache2 → common}/Logging.h +17 -12
- data/ext/{apache2 → common}/MessageChannel.h +17 -12
- data/ext/{apache2 → common}/PoolOptions.h +17 -12
- data/ext/{apache2 → common}/SpawnManager.h +17 -12
- data/ext/{apache2 → common}/StandardApplicationPool.h +17 -12
- data/ext/common/StaticString.h +147 -0
- data/ext/common/SystemTime.cpp +33 -0
- data/ext/{apache2 → common}/SystemTime.h +17 -12
- data/ext/{apache2 → common}/Utils.cpp +69 -12
- data/ext/{apache2 → common}/Utils.h +41 -12
- data/ext/nginx/Configuration.c +1091 -0
- data/ext/nginx/Configuration.h +71 -0
- data/ext/nginx/ContentHandler.c +1154 -0
- data/ext/nginx/ContentHandler.h +64 -0
- data/ext/nginx/HelperServer.cpp +857 -0
- data/ext/nginx/HttpStatusExtractor.h +161 -0
- data/ext/nginx/ScgiRequestParser.h +317 -0
- data/ext/nginx/StaticContentHandler.c +222 -0
- data/ext/nginx/StaticContentHandler.h +37 -0
- data/ext/nginx/config +41 -0
- data/ext/nginx/ngx_http_passenger_module.c +572 -0
- data/ext/nginx/ngx_http_passenger_module.h +72 -0
- data/ext/oxt/backtrace.cpp +8 -1
- data/ext/oxt/system_calls.cpp +40 -0
- data/ext/oxt/system_calls.hpp +14 -7
- data/ext/phusion_passenger/extconf.rb +17 -12
- data/ext/phusion_passenger/native_support.c +19 -12
- data/lib/phusion_passenger/abstract_installer.rb +196 -0
- data/lib/phusion_passenger/abstract_request_handler.rb +19 -24
- data/lib/phusion_passenger/abstract_server.rb +17 -12
- data/lib/phusion_passenger/abstract_server_collection.rb +17 -12
- data/lib/phusion_passenger/admin_tools.rb +23 -0
- data/lib/phusion_passenger/admin_tools/control_process.rb +39 -13
- data/lib/phusion_passenger/application.rb +17 -12
- data/lib/phusion_passenger/console_text_template.rb +17 -12
- data/lib/phusion_passenger/constants.rb +22 -11
- data/lib/phusion_passenger/dependencies.rb +47 -12
- data/lib/phusion_passenger/events.rb +17 -12
- data/lib/phusion_passenger/exceptions.rb +17 -12
- data/lib/phusion_passenger/html_template.rb +17 -12
- data/lib/phusion_passenger/message_channel.rb +17 -12
- data/lib/phusion_passenger/packaging.rb +39 -0
- data/lib/phusion_passenger/platform_info.rb +48 -22
- data/lib/phusion_passenger/rack/application_spawner.rb +22 -11
- data/lib/phusion_passenger/rack/request_handler.rb +21 -12
- data/lib/phusion_passenger/railz/application_spawner.rb +23 -23
- data/lib/phusion_passenger/railz/framework_spawner.rb +18 -14
- data/lib/phusion_passenger/railz/request_handler.rb +18 -11
- data/lib/phusion_passenger/simple_benchmarking.rb +17 -12
- data/lib/phusion_passenger/spawn_manager.rb +17 -20
- data/lib/phusion_passenger/templates/{apache_must_be_compiled_with_compatible_mpm.txt.erb → apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{apache2_config_snippets.txt.erb → apache2/config_snippets.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{deployment_example.txt.erb → apache2/deployment_example.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{no_write_permission_to_passenger_root.txt.erb → apache2/no_write_permission_to_passenger_root.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{possible_solutions_for_compilation_and_installation_problems.txt.erb → apache2/possible_solutions_for_compilation_and_installation_problems.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{run_installer_as_root.txt.erb → apache2/run_installer_as_root.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{welcome.txt.erb → apache2/welcome.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/nginx/ask_for_extra_configure_flags.txt.erb +8 -0
- data/lib/phusion_passenger/templates/nginx/cannot_write_to_dir.txt.erb +11 -0
- data/lib/phusion_passenger/templates/nginx/config_snippets.txt.erb +17 -0
- data/lib/phusion_passenger/templates/nginx/config_snippets_inserted.txt.erb +20 -0
- data/lib/phusion_passenger/templates/nginx/confirm_extra_configure_flags.txt.erb +5 -0
- data/lib/phusion_passenger/templates/nginx/deployment_example.txt.erb +22 -0
- data/lib/phusion_passenger/templates/nginx/pcre_could_not_be_downloaded.txt.erb +11 -0
- data/lib/phusion_passenger/templates/nginx/pcre_could_not_be_extracted.txt.erb +11 -0
- data/lib/phusion_passenger/templates/nginx/possible_solutions_for_compilation_and_installation_problems.txt.erb +11 -0
- data/lib/phusion_passenger/templates/nginx/possible_solutions_for_download_and_extraction_problems.txt.erb +20 -0
- data/lib/phusion_passenger/templates/nginx/query_download_and_install.txt.erb +21 -0
- data/lib/phusion_passenger/templates/nginx/run_installer_as_root.txt.erb +8 -0
- data/lib/phusion_passenger/templates/nginx/welcome.txt.erb +15 -0
- data/lib/phusion_passenger/utils.rb +20 -15
- data/lib/phusion_passenger/wsgi/application_spawner.rb +18 -11
- data/lib/phusion_passenger/wsgi/request_handler.py +23 -0
- data/misc/copy_boost_headers.rb +23 -0
- data/misc/find_owner_pipe_leaks.rb +18 -11
- data/misc/rake/cplusplus.rb +18 -11
- data/misc/rake/extensions.rb +21 -14
- data/misc/render_error_pages.rb +18 -11
- data/test/ApplicationPoolServerTest.cpp +1 -3
- data/test/ApplicationPoolServer_ApplicationPoolTest.cpp +1 -1
- data/test/CxxTestMain.cpp +19 -3
- data/test/HttpStatusExtractorTest.cpp +181 -0
- data/test/ScgiRequestParserTest.cpp +337 -0
- data/test/StaticStringTest.cpp +51 -0
- data/test/UtilsTest.cpp +32 -0
- data/test/config.yml.example +5 -0
- data/test/{integration_tests.rb → integration_tests/apache2_tests.rb} +7 -299
- data/test/integration_tests/hello_world_rack_spec.rb +36 -0
- data/test/integration_tests/hello_world_wsgi_spec.rb +41 -0
- data/test/integration_tests/mycook_spec.rb +192 -0
- data/test/integration_tests/nginx_tests.rb +98 -0
- data/test/ruby/rack/application_spawner_spec.rb +40 -0
- data/test/stub/nginx/koi-utf +109 -0
- data/test/stub/nginx/koi-win +103 -0
- data/test/stub/nginx/mime.types +70 -0
- data/test/stub/nginx/nginx.conf.erb +57 -0
- data/test/stub/nginx/win-utf +126 -0
- data/test/stub/rails_apps/mycook/app/controllers/uploads_controller.rb +4 -0
- data/test/stub/rails_apps/mycook/config/routes.rb +1 -1
- data/test/stub/wsgi/passenger_wsgi.pyc +0 -0
- data/test/support/Support.h +40 -0
- data/test/support/nginx_controller.rb +98 -0
- data/test/support/test_helper.rb +79 -0
- metadata +1091 -1028
- data/benchmark/DummyRequestHandler.cpp +0 -101
- data/ext/apache2/Logging.cpp +0 -60
- data/ext/apache2/SystemTime.cpp +0 -28
@@ -1 +1 @@
|
|
1
|
-
<area shape="rect" href="$classPassenger_1_1ApplicationPool.html" title="A persistent pool of Applications." alt="" coords="
|
1
|
+
<area shape="rect" href="$classPassenger_1_1ApplicationPool.html" title="A persistent pool of Applications." alt="" coords="33,5,223,32">
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
dbf8db75b239d7390936e36d33775dc8
|
Binary file
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
3
|
<title>Passenger: Member List</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
4
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
6
6
|
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.5.
|
7
|
+
<!-- Generated by Doxygen 1.5.8 -->
|
8
8
|
<div class="navigation" id="top">
|
9
9
|
<div class="tabs">
|
10
10
|
<ul>
|
@@ -29,8 +29,8 @@
|
|
29
29
|
<tr class="memlist"><td><a class="el" href="classPassenger_1_1SystemException.html#0ef41d755fea2c9b1db2252e7c418dc8">sys</a>() const </td><td><a class="el" href="classPassenger_1_1SystemException.html">Passenger::SystemException</a></td><td><code> [inline]</code></td></tr>
|
30
30
|
<tr class="memlist"><td><a class="el" href="classPassenger_1_1SystemException.html#1f0f33c63934ee40c5cd9c338c8aa04b">SystemException</a>(const string &briefMessage, int errorCode)</td><td><a class="el" href="classPassenger_1_1SystemException.html">Passenger::SystemException</a></td><td><code> [inline]</code></td></tr>
|
31
31
|
</table></div>
|
32
|
-
<hr size="1"><address style="text-align: right;"><small>Generated on
|
32
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Apr 8 22:35:12 2009 for Passenger by
|
33
33
|
<a href="http://www.doxygen.org/index.html">
|
34
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.
|
34
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
|
35
35
|
</body>
|
36
36
|
</html>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
3
|
<title>Passenger: Passenger::SystemException Class Reference</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
4
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
6
6
|
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.5.
|
7
|
+
<!-- Generated by Doxygen 1.5.8 -->
|
8
8
|
<div class="navigation" id="top">
|
9
9
|
<div class="tabs">
|
10
10
|
<ul>
|
@@ -28,21 +28,21 @@
|
|
28
28
|
<h1>Passenger::SystemException Class Reference<br>
|
29
29
|
<small>
|
30
30
|
[<a class="el" href="group__Exceptions.html">Exceptions</a>]</small>
|
31
|
-
</h1><!-- doxytag: class="Passenger::SystemException"
|
31
|
+
</h1><!-- doxytag: class="Passenger::SystemException" -->Represents an error returned by a system call or a standard library call.
|
32
|
+
<a href="#_details">More...</a>
|
33
|
+
<p>
|
34
|
+
<code>#include <<a class="el" href="Exceptions_8h-source.html">Exceptions.h</a>></code>
|
32
35
|
<p>
|
33
36
|
<div class="dynheader">
|
34
37
|
Inheritance diagram for Passenger::SystemException:</div>
|
35
38
|
<div class="dynsection">
|
36
39
|
<p><center><img src="classPassenger_1_1SystemException__inherit__graph.png" border="0" usemap="#Passenger_1_1SystemException__inherit__map" alt="Inheritance graph"></center>
|
37
40
|
<map name="Passenger_1_1SystemException__inherit__map">
|
38
|
-
<area shape="rect" href="classPassenger_1_1FileSystemException.html" title="A filesystem error, as returned by the operating system." alt="" coords="5,
|
41
|
+
<area shape="rect" href="classPassenger_1_1FileSystemException.html" title="A filesystem error, as returned by the operating system." alt="" coords="5,80,227,107"></map>
|
39
42
|
<center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center></div>
|
40
43
|
|
41
44
|
<p>
|
42
|
-
<a href="classPassenger_1_1SystemException-members.html">List of all members.</a><
|
43
|
-
Represents an error returned by a system call or a standard library call.
|
44
|
-
<p>
|
45
|
-
Use the <a class="el" href="classPassenger_1_1SystemException.html#ee7a6672bf79b72a4c3ee70c57d6a47c" title="The value of errno at the time the error occured.">code()</a> method to find out the value of <code>errno</code> at the time the error occured. <table border="0" cellpadding="0" cellspacing="0">
|
45
|
+
<a href="classPassenger_1_1SystemException-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
|
46
46
|
<tr><td></td></tr>
|
47
47
|
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
|
48
48
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPassenger_1_1SystemException.html#1f0f33c63934ee40c5cd9c338c8aa04b">SystemException</a> (const string &briefMessage, int errorCode)</td></tr>
|
@@ -59,7 +59,10 @@ int </td><td class="memItemRight" valign="bottom"><a class="el" href="class
|
|
59
59
|
|
60
60
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Returns the system's error message. <a href="#0ef41d755fea2c9b1db2252e7c418dc8"></a><br></td></tr>
|
61
61
|
</table>
|
62
|
-
<hr><h2>
|
62
|
+
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
63
|
+
Represents an error returned by a system call or a standard library call.
|
64
|
+
<p>
|
65
|
+
Use the <a class="el" href="classPassenger_1_1SystemException.html#ee7a6672bf79b72a4c3ee70c57d6a47c" title="The value of errno at the time the error occured.">code()</a> method to find out the value of <code>errno</code> at the time the error occured. <hr><h2>Constructor & Destructor Documentation</h2>
|
63
66
|
<a class="anchor" name="1f0f33c63934ee40c5cd9c338c8aa04b"></a><!-- doxytag: member="Passenger::SystemException::SystemException" ref="1f0f33c63934ee40c5cd9c338c8aa04b" args="(const string &briefMessage, int errorCode)" -->
|
64
67
|
<div class="memitem">
|
65
68
|
<div class="memproto">
|
@@ -79,7 +82,7 @@ int </td><td class="memItemRight" valign="bottom"><a class="el" href="class
|
|
79
82
|
<tr>
|
80
83
|
<td></td>
|
81
84
|
<td>)</td>
|
82
|
-
<td></td><td></td><td
|
85
|
+
<td></td><td></td><td><code> [inline]</code></td>
|
83
86
|
</tr>
|
84
87
|
</table>
|
85
88
|
</div>
|
@@ -110,7 +113,7 @@ Create a new <a class="el" href="classPassenger_1_1SystemException.html" title="
|
|
110
113
|
<td>(</td>
|
111
114
|
<td class="paramname"> </td>
|
112
115
|
<td> ) </td>
|
113
|
-
<td
|
116
|
+
<td> const throw ()<code> [inline]</code></td>
|
114
117
|
</tr>
|
115
118
|
</table>
|
116
119
|
</div>
|
@@ -131,7 +134,7 @@ This message does not include the system error description, and is equivalent to
|
|
131
134
|
<td>(</td>
|
132
135
|
<td class="paramname"> </td>
|
133
136
|
<td> ) </td>
|
134
|
-
<td
|
137
|
+
<td> const throw ()<code> [inline]</code></td>
|
135
138
|
</tr>
|
136
139
|
</table>
|
137
140
|
</div>
|
@@ -146,8 +149,8 @@ This message contains both the content of <code>strerror(errno)</code> and the e
|
|
146
149
|
<hr>The documentation for this class was generated from the following file:<ul>
|
147
150
|
<li><a class="el" href="Exceptions_8h-source.html">Exceptions.h</a></ul>
|
148
151
|
</div>
|
149
|
-
<hr size="1"><address style="text-align: right;"><small>Generated on
|
152
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Apr 8 22:35:12 2009 for Passenger by
|
150
153
|
<a href="http://www.doxygen.org/index.html">
|
151
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.
|
154
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
|
152
155
|
</body>
|
153
156
|
</html>
|
@@ -1 +1 @@
|
|
1
|
-
<area shape="rect" href="$classPassenger_1_1FileSystemException.html" title="A filesystem error, as returned by the operating system." alt="" coords="5,
|
1
|
+
<area shape="rect" href="$classPassenger_1_1FileSystemException.html" title="A filesystem error, as returned by the operating system." alt="" coords="5,80,227,107">
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
ee4b4db36e987bde315ff4f118a65316
|
Binary file
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
3
|
<title>Passenger: Member List</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
4
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
6
6
|
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.5.
|
7
|
+
<!-- Generated by Doxygen 1.5.8 -->
|
8
8
|
<div class="navigation" id="top">
|
9
9
|
<div class="tabs">
|
10
10
|
<ul>
|
@@ -28,8 +28,8 @@
|
|
28
28
|
<tr class="memlist"><td><a class="el" href="classPassenger_1_1SystemTime.html#d643b3e5748ee929e013517e6aca046c">get</a>()</td><td><a class="el" href="classPassenger_1_1SystemTime.html">Passenger::SystemTime</a></td><td><code> [inline, static]</code></td></tr>
|
29
29
|
<tr class="memlist"><td><a class="el" href="classPassenger_1_1SystemTime.html#aa31ee319abe639741327a535c6d22fd">release</a>()</td><td><a class="el" href="classPassenger_1_1SystemTime.html">Passenger::SystemTime</a></td><td><code> [inline, static]</code></td></tr>
|
30
30
|
</table></div>
|
31
|
-
<hr size="1"><address style="text-align: right;"><small>Generated on
|
31
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Apr 8 22:35:12 2009 for Passenger by
|
32
32
|
<a href="http://www.doxygen.org/index.html">
|
33
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.
|
33
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
|
34
34
|
</body>
|
35
35
|
</html>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
3
|
<title>Passenger: Passenger::SystemTime Class Reference</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
4
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
6
6
|
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.5.
|
7
|
+
<!-- Generated by Doxygen 1.5.8 -->
|
8
8
|
<div class="navigation" id="top">
|
9
9
|
<div class="tabs">
|
10
10
|
<ul>
|
@@ -25,14 +25,14 @@
|
|
25
25
|
</div>
|
26
26
|
</div>
|
27
27
|
<div class="contents">
|
28
|
-
<h1>Passenger::SystemTime Class Reference</h1><!-- doxytag: class="Passenger::SystemTime"
|
28
|
+
<h1>Passenger::SystemTime Class Reference</h1><!-- doxytag: class="Passenger::SystemTime" -->This class allows one to obtain the system time, similar to time().
|
29
|
+
<a href="#_details">More...</a>
|
29
30
|
<p>
|
30
|
-
|
31
|
+
<code>#include <<a class="el" href="SystemTime_8h-source.html">SystemTime.h</a>></code>
|
31
32
|
<p>
|
32
|
-
|
33
|
-
This class allows one to obtain the system time, similar to time().
|
33
|
+
|
34
34
|
<p>
|
35
|
-
|
35
|
+
<a href="classPassenger_1_1SystemTime-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
|
36
36
|
<tr><td></td></tr>
|
37
37
|
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
|
38
38
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">static time_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classPassenger_1_1SystemTime.html#d643b3e5748ee929e013517e6aca046c">get</a> ()</td></tr>
|
@@ -47,7 +47,10 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
|
47
47
|
|
48
48
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Release the previously forced value, so that <a class="el" href="classPassenger_1_1SystemTime.html#d643b3e5748ee929e013517e6aca046c" title="Returns the time since the Epoch, measured in seconds.">get()</a> returns the system time once again. <br></td></tr>
|
49
49
|
</table>
|
50
|
-
<hr><h2>
|
50
|
+
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
51
|
+
This class allows one to obtain the system time, similar to time().
|
52
|
+
<p>
|
53
|
+
Unlike time(), it is possible to force a certain time to be returned, which is useful for testing code that depends on the system time. <hr><h2>Member Function Documentation</h2>
|
51
54
|
<a class="anchor" name="d643b3e5748ee929e013517e6aca046c"></a><!-- doxytag: member="Passenger::SystemTime::get" ref="d643b3e5748ee929e013517e6aca046c" args="()" -->
|
52
55
|
<div class="memitem">
|
53
56
|
<div class="memproto">
|
@@ -57,7 +60,7 @@ static void </td><td class="memItemRight" valign="bottom"><a class="el" hre
|
|
57
60
|
<td>(</td>
|
58
61
|
<td class="paramname"> </td>
|
59
62
|
<td> ) </td>
|
60
|
-
<td
|
63
|
+
<td><code> [inline, static]</code></td>
|
61
64
|
</tr>
|
62
65
|
</table>
|
63
66
|
</div>
|
@@ -79,8 +82,8 @@ Or, if a time was forced, then the forced time is returned instead.<p>
|
|
79
82
|
<hr>The documentation for this class was generated from the following file:<ul>
|
80
83
|
<li><a class="el" href="SystemTime_8h-source.html">SystemTime.h</a></ul>
|
81
84
|
</div>
|
82
|
-
<hr size="1"><address style="text-align: right;"><small>Generated on
|
85
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Apr 8 22:35:12 2009 for Passenger by
|
83
86
|
<a href="http://www.doxygen.org/index.html">
|
84
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.
|
87
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
|
85
88
|
</body>
|
86
89
|
</html>
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
+
<title>Passenger: Alphabetical List</title>
|
4
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.5.8 -->
|
8
|
+
<div class="navigation" id="top">
|
9
|
+
<div class="tabs">
|
10
|
+
<ul>
|
11
|
+
<li><a href="main.html"><span>Main Page</span></a></li>
|
12
|
+
<li><a href="modules.html"><span>Modules</span></a></li>
|
13
|
+
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
14
|
+
<li><a href="files.html"><span>Files</span></a></li>
|
15
|
+
</ul>
|
16
|
+
</div>
|
17
|
+
<div class="tabs">
|
18
|
+
<ul>
|
19
|
+
<li><a href="annotated.html"><span>Class List</span></a></li>
|
20
|
+
<li><a href="functions.html"><span>Class Members</span></a></li>
|
21
|
+
</ul>
|
22
|
+
</div>
|
23
|
+
</div>
|
24
|
+
<div class="contents">
|
25
|
+
<h1>Class Index</h1><p><div class="qindex"><a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_H">H</a></div><p>
|
26
|
+
<table align="center" width="95%" border="0" cellspacing="0" cellpadding="0">
|
27
|
+
<tr><td><a name="letter_D"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> D </div></td></tr></table>
|
28
|
+
</td><td><a class="el" href="classPassenger_1_1DirectoryMapper.html">DirectoryMapper</a> (Passenger) </td><td><a name="letter_H"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah"> H </div></td></tr></table>
|
29
|
+
</td><td><a class="el" href="classHooks.html">Hooks</a> </td></tr></table><p><div class="qindex"><a class="qindex" href="#letter_D">D</a> | <a class="qindex" href="#letter_H">H</a></div><p>
|
30
|
+
</div>
|
31
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 16 19:48:18 2009 for Passenger by
|
32
|
+
<a href="http://www.doxygen.org/index.html">
|
33
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
|
34
|
+
</body>
|
35
|
+
</html>
|
@@ -1,10 +1,10 @@
|
|
1
1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
2
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
3
|
<title>Passenger: definitions.h Source File</title>
|
4
|
-
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
4
|
<link href="tabs.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
6
6
|
</head><body>
|
7
|
-
<!-- Generated by Doxygen 1.5.
|
7
|
+
<!-- Generated by Doxygen 1.5.8 -->
|
8
8
|
<div class="navigation" id="top">
|
9
9
|
<div class="tabs">
|
10
10
|
<ul>
|
@@ -14,14 +14,19 @@
|
|
14
14
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
15
15
|
</ul>
|
16
16
|
</div>
|
17
|
+
<div class="tabs">
|
18
|
+
<ul>
|
19
|
+
<li><a href="files.html"><span>File List</span></a></li>
|
20
|
+
</ul>
|
21
|
+
</div>
|
17
22
|
<h1>definitions.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Some definitions for Doxygen.</span><span class="comment"></span>
|
18
23
|
<a name="l00002"></a>00002 <span class="comment">/**</span>
|
19
24
|
<a name="l00003"></a>00003 <span class="comment">@defgroup Core Core Apache-related classes and functions</span>
|
20
25
|
<a name="l00004"></a>00004 <span class="comment">@defgroup Support Apache-independent support classes and function</span>
|
21
26
|
<a name="l00005"></a>00005 <span class="comment">*/</span>
|
22
27
|
</pre></div></div>
|
23
|
-
<hr size="1"><address style="text-align: right;"><small>Generated on
|
28
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Apr 16 19:48:18 2009 for Passenger by
|
24
29
|
<a href="http://www.doxygen.org/index.html">
|
25
|
-
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.
|
30
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
|
26
31
|
</body>
|
27
32
|
</html>
|
data/doc/cxxapi/doxygen.css
CHANGED
@@ -1,363 +1,290 @@
|
|
1
|
-
|
2
|
-
font-family: Geneva, Arial,
|
1
|
+
body, table, div, p, dl {
|
2
|
+
font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
|
3
|
+
font-size: 12px;
|
3
4
|
}
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
5
|
+
|
6
|
+
/* @group Heading Levels */
|
7
|
+
|
8
|
+
h1 {
|
8
9
|
text-align: center;
|
9
|
-
font-size:
|
10
|
+
font-size: 150%;
|
10
11
|
}
|
11
|
-
|
12
|
+
|
13
|
+
h2 {
|
12
14
|
font-size: 120%;
|
13
15
|
}
|
14
|
-
|
16
|
+
|
17
|
+
h3 {
|
15
18
|
font-size: 100%;
|
16
19
|
}
|
17
|
-
|
18
|
-
|
20
|
+
|
21
|
+
/* @end */
|
22
|
+
|
23
|
+
caption {
|
24
|
+
font-weight: bold;
|
19
25
|
}
|
20
|
-
|
21
|
-
|
26
|
+
|
27
|
+
div.qindex, div.navtab{
|
22
28
|
background-color: #e8eef2;
|
23
29
|
border: 1px solid #84b0c7;
|
24
30
|
text-align: center;
|
25
31
|
margin: 2px;
|
26
32
|
padding: 2px;
|
27
|
-
line-height: 140%;
|
28
33
|
}
|
29
|
-
|
34
|
+
|
35
|
+
div.qindex, div.navpath {
|
30
36
|
width: 100%;
|
31
|
-
background-color: #e8eef2;
|
32
|
-
border: 1px solid #84b0c7;
|
33
|
-
text-align: center;
|
34
|
-
margin: 2px;
|
35
|
-
padding: 2px;
|
36
37
|
line-height: 140%;
|
37
38
|
}
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
text-align: center;
|
42
|
-
margin: 2px;
|
43
|
-
margin-right: 15px;
|
44
|
-
padding: 2px;
|
39
|
+
|
40
|
+
div.navtab {
|
41
|
+
margin-right: 15px;
|
45
42
|
}
|
46
|
-
|
47
|
-
|
43
|
+
|
44
|
+
/* @group Link Styling */
|
45
|
+
|
46
|
+
a {
|
47
|
+
color: #153788;
|
48
|
+
font-weight: normal;
|
49
|
+
text-decoration: none;
|
48
50
|
}
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
color: #1A419D;
|
51
|
+
|
52
|
+
.contents a:visited {
|
53
|
+
color: #1b77c5;
|
53
54
|
}
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
color: #1A419D
|
55
|
+
|
56
|
+
a:hover {
|
57
|
+
text-decoration: underline;
|
58
58
|
}
|
59
|
-
|
60
|
-
|
61
|
-
|
59
|
+
|
60
|
+
a.qindex {
|
61
|
+
font-weight: bold;
|
62
62
|
}
|
63
|
-
|
64
|
-
|
63
|
+
|
64
|
+
a.qindexHL {
|
65
65
|
font-weight: bold;
|
66
66
|
background-color: #6666cc;
|
67
67
|
color: #ffffff;
|
68
68
|
border: 1px double #9295C2;
|
69
69
|
}
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
color: #ffffff;
|
70
|
+
|
71
|
+
.contents a.qindexHL:visited {
|
72
|
+
color: #ffffff;
|
74
73
|
}
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
color: #ffffff
|
74
|
+
|
75
|
+
a.el {
|
76
|
+
font-weight: bold;
|
79
77
|
}
|
80
|
-
|
81
|
-
|
82
|
-
font-weight: bold
|
78
|
+
|
79
|
+
a.elRef {
|
83
80
|
}
|
84
|
-
|
85
|
-
|
81
|
+
|
82
|
+
a.code {
|
86
83
|
}
|
87
|
-
|
88
|
-
|
89
|
-
font-weight: normal;
|
90
|
-
color: #0000FF
|
84
|
+
|
85
|
+
a.codeRef {
|
91
86
|
}
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
87
|
+
|
88
|
+
/* @end */
|
89
|
+
|
90
|
+
dl.el {
|
91
|
+
margin-left: -1cm;
|
96
92
|
}
|
97
|
-
|
98
|
-
|
99
|
-
|
93
|
+
|
94
|
+
.fragment {
|
95
|
+
font-family: monospace, fixed;
|
96
|
+
font-size: 105%;
|
100
97
|
}
|
101
|
-
|
102
|
-
|
103
|
-
|
98
|
+
|
99
|
+
pre.fragment {
|
100
|
+
border: 1px solid #CCCCCC;
|
101
|
+
background-color: #f5f5f5;
|
102
|
+
padding: 4px 6px;
|
103
|
+
margin: 4px 8px 4px 2px;
|
104
104
|
}
|
105
|
-
|
106
|
-
|
107
|
-
background-color:
|
105
|
+
|
106
|
+
div.ah {
|
107
|
+
background-color: black;
|
108
|
+
font-weight: bold;
|
109
|
+
color: #ffffff;
|
110
|
+
margin-bottom: 3px;
|
111
|
+
margin-top: 3px
|
108
112
|
}
|
109
|
-
|
110
|
-
|
113
|
+
|
114
|
+
div.groupHeader {
|
115
|
+
margin-left: 16px;
|
116
|
+
margin-top: 12px;
|
117
|
+
margin-bottom: 6px;
|
118
|
+
font-weight: bold;
|
111
119
|
}
|
112
|
-
|
113
|
-
|
114
|
-
|
120
|
+
|
121
|
+
div.groupText {
|
122
|
+
margin-left: 16px;
|
123
|
+
font-style: italic;
|
115
124
|
}
|
116
|
-
|
117
|
-
|
118
|
-
background-color: #f5f5f5;
|
119
|
-
margin-top: 4px;
|
120
|
-
margin-bottom: 4px;
|
121
|
-
margin-left: 2px;
|
122
|
-
margin-right: 8px;
|
123
|
-
padding-left: 6px;
|
124
|
-
padding-right: 6px;
|
125
|
-
padding-top: 4px;
|
126
|
-
padding-bottom: 4px;
|
127
|
-
}
|
128
|
-
DIV.ah {
|
129
|
-
background-color: black;
|
130
|
-
font-weight: bold;
|
131
|
-
color: #ffffff;
|
132
|
-
margin-bottom: 3px;
|
133
|
-
margin-top: 3px
|
134
|
-
}
|
135
|
-
|
136
|
-
DIV.groupHeader {
|
137
|
-
margin-left: 16px;
|
138
|
-
margin-top: 12px;
|
139
|
-
margin-bottom: 6px;
|
140
|
-
font-weight: bold;
|
141
|
-
}
|
142
|
-
DIV.groupText {
|
143
|
-
margin-left: 16px;
|
144
|
-
font-style: italic;
|
145
|
-
font-size: 90%
|
146
|
-
}
|
147
|
-
BODY {
|
125
|
+
|
126
|
+
body {
|
148
127
|
background: white;
|
149
128
|
color: black;
|
150
129
|
margin-right: 20px;
|
151
130
|
margin-left: 20px;
|
152
131
|
}
|
153
|
-
|
132
|
+
|
133
|
+
td.indexkey {
|
154
134
|
background-color: #e8eef2;
|
155
135
|
font-weight: bold;
|
156
|
-
padding-right : 10px;
|
157
|
-
padding-top : 2px;
|
158
|
-
padding-left : 10px;
|
159
|
-
padding-bottom : 2px;
|
160
|
-
margin-left : 0px;
|
161
|
-
margin-right : 0px;
|
162
|
-
margin-top : 2px;
|
163
|
-
margin-bottom : 2px;
|
164
136
|
border: 1px solid #CCCCCC;
|
137
|
+
margin: 2px 0px 2px 0;
|
138
|
+
padding: 2px 10px;
|
165
139
|
}
|
166
|
-
|
140
|
+
|
141
|
+
td.indexvalue {
|
167
142
|
background-color: #e8eef2;
|
168
|
-
font-style: italic;
|
169
|
-
padding-right : 10px;
|
170
|
-
padding-top : 2px;
|
171
|
-
padding-left : 10px;
|
172
|
-
padding-bottom : 2px;
|
173
|
-
margin-left : 0px;
|
174
|
-
margin-right : 0px;
|
175
|
-
margin-top : 2px;
|
176
|
-
margin-bottom : 2px;
|
177
143
|
border: 1px solid #CCCCCC;
|
144
|
+
padding: 2px 10px;
|
145
|
+
margin: 2px 0px;
|
178
146
|
}
|
179
|
-
|
180
|
-
|
147
|
+
|
148
|
+
tr.memlist {
|
149
|
+
background-color: #f0f0f0;
|
181
150
|
}
|
182
|
-
|
183
|
-
|
151
|
+
|
152
|
+
p.formulaDsp {
|
153
|
+
text-align: center;
|
184
154
|
}
|
185
|
-
|
155
|
+
|
156
|
+
img.formulaDsp {
|
157
|
+
|
186
158
|
}
|
187
|
-
|
188
|
-
|
159
|
+
|
160
|
+
img.formulaInl {
|
161
|
+
vertical-align: middle;
|
189
162
|
}
|
190
|
-
SPAN.keyword { color: #008000 }
|
191
|
-
SPAN.keywordtype { color: #604020 }
|
192
|
-
SPAN.keywordflow { color: #e08000 }
|
193
|
-
SPAN.comment { color: #800000 }
|
194
|
-
SPAN.preprocessor { color: #806020 }
|
195
|
-
SPAN.stringliteral { color: #002080 }
|
196
|
-
SPAN.charliteral { color: #008080 }
|
197
|
-
SPAN.vhdldigit { color: #ff00ff }
|
198
|
-
SPAN.vhdlchar { color: #000000 }
|
199
|
-
SPAN.vhdlkeyword { color: #700070 }
|
200
|
-
SPAN.vhdllogic { color: #ff0000 }
|
201
163
|
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
background-color: #FAFAFA;
|
207
|
-
border-top: 1px none #E0E0E0;
|
208
|
-
border-right: 1px none #E0E0E0;
|
209
|
-
border-bottom: 1px none #E0E0E0;
|
210
|
-
border-left: 1px none #E0E0E0;
|
211
|
-
margin: 0px;
|
164
|
+
/* @group Code Colorization */
|
165
|
+
|
166
|
+
span.keyword {
|
167
|
+
color: #008000
|
212
168
|
}
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
font-style: italic;
|
217
|
-
background-color: #FAFAFA;
|
218
|
-
border-top: 1px none #E0E0E0;
|
219
|
-
border-right: 1px none #E0E0E0;
|
220
|
-
border-bottom: 1px none #E0E0E0;
|
221
|
-
border-left: 1px none #E0E0E0;
|
222
|
-
margin: 0px;
|
169
|
+
|
170
|
+
span.keywordtype {
|
171
|
+
color: #604020
|
223
172
|
}
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
border-top-width: 1px;
|
228
|
-
border-right-width: 1px;
|
229
|
-
border-bottom-width: 1px;
|
230
|
-
border-left-width: 1px;
|
231
|
-
border-top-color: #E0E0E0;
|
232
|
-
border-right-color: #E0E0E0;
|
233
|
-
border-bottom-color: #E0E0E0;
|
234
|
-
border-left-color: #E0E0E0;
|
235
|
-
border-top-style: solid;
|
236
|
-
border-right-style: none;
|
237
|
-
border-bottom-style: none;
|
238
|
-
border-left-style: none;
|
239
|
-
background-color: #FAFAFA;
|
240
|
-
font-size: 80%;
|
173
|
+
|
174
|
+
span.keywordflow {
|
175
|
+
color: #e08000
|
241
176
|
}
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
border-top-width: 1px;
|
246
|
-
border-right-width: 1px;
|
247
|
-
border-bottom-width: 1px;
|
248
|
-
border-left-width: 1px;
|
249
|
-
border-top-color: #E0E0E0;
|
250
|
-
border-right-color: #E0E0E0;
|
251
|
-
border-bottom-color: #E0E0E0;
|
252
|
-
border-left-color: #E0E0E0;
|
253
|
-
border-top-style: solid;
|
254
|
-
border-right-style: none;
|
255
|
-
border-bottom-style: none;
|
256
|
-
border-left-style: none;
|
257
|
-
background-color: #FAFAFA;
|
258
|
-
font-size: 80%;
|
177
|
+
|
178
|
+
span.comment {
|
179
|
+
color: #800000
|
259
180
|
}
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
border-top-width: 1px;
|
264
|
-
border-right-width: 1px;
|
265
|
-
border-bottom-width: 1px;
|
266
|
-
border-left-width: 1px;
|
267
|
-
border-top-color: #E0E0E0;
|
268
|
-
border-right-color: #E0E0E0;
|
269
|
-
border-bottom-color: #E0E0E0;
|
270
|
-
border-left-color: #E0E0E0;
|
271
|
-
border-top-style: none;
|
272
|
-
border-right-style: none;
|
273
|
-
border-bottom-style: none;
|
274
|
-
border-left-style: none;
|
275
|
-
background-color: #FAFAFA;
|
276
|
-
font-size: 80%;
|
181
|
+
|
182
|
+
span.preprocessor {
|
183
|
+
color: #806020
|
277
184
|
}
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
border-top-width: 1px;
|
282
|
-
border-right-width: 1px;
|
283
|
-
border-bottom-width: 1px;
|
284
|
-
border-left-width: 1px;
|
285
|
-
border-top-color: #E0E0E0;
|
286
|
-
border-right-color: #E0E0E0;
|
287
|
-
border-bottom-color: #E0E0E0;
|
288
|
-
border-left-color: #E0E0E0;
|
289
|
-
border-top-style: none;
|
290
|
-
border-right-style: none;
|
291
|
-
border-bottom-style: none;
|
292
|
-
border-left-style: none;
|
293
|
-
background-color: #FAFAFA;
|
294
|
-
font-size: 80%;
|
185
|
+
|
186
|
+
span.stringliteral {
|
187
|
+
color: #002080
|
295
188
|
}
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
border-top-style: solid;
|
308
|
-
border-right-style: none;
|
309
|
-
border-bottom-style: none;
|
310
|
-
border-left-style: none;
|
311
|
-
color: #606060;
|
312
|
-
background-color: #FAFAFA;
|
313
|
-
font-size: 80%;
|
189
|
+
|
190
|
+
span.charliteral {
|
191
|
+
color: #008080
|
192
|
+
}
|
193
|
+
|
194
|
+
span.vhdldigit {
|
195
|
+
color: #ff00ff
|
196
|
+
}
|
197
|
+
|
198
|
+
span.vhdlchar {
|
199
|
+
color: #000000
|
314
200
|
}
|
315
|
-
|
201
|
+
|
202
|
+
span.vhdlkeyword {
|
203
|
+
color: #700070
|
204
|
+
}
|
205
|
+
|
206
|
+
span.vhdllogic {
|
207
|
+
color: #ff0000
|
208
|
+
}
|
209
|
+
|
210
|
+
/* @end */
|
211
|
+
|
212
|
+
.search {
|
316
213
|
color: #003399;
|
317
214
|
font-weight: bold;
|
318
215
|
}
|
319
|
-
|
216
|
+
|
217
|
+
form.search {
|
320
218
|
margin-bottom: 0px;
|
321
219
|
margin-top: 0px;
|
322
220
|
}
|
323
|
-
|
221
|
+
|
222
|
+
input.search {
|
324
223
|
font-size: 75%;
|
325
224
|
color: #000080;
|
326
225
|
font-weight: normal;
|
327
226
|
background-color: #e8eef2;
|
328
227
|
}
|
329
|
-
|
228
|
+
|
229
|
+
td.tiny {
|
330
230
|
font-size: 75%;
|
331
231
|
}
|
332
|
-
|
333
|
-
|
334
|
-
}
|
335
|
-
a:visited {
|
336
|
-
color: #2A3798;
|
337
|
-
}
|
338
|
-
.dirtab {
|
232
|
+
|
233
|
+
.dirtab {
|
339
234
|
padding: 4px;
|
340
235
|
border-collapse: collapse;
|
341
236
|
border: 1px solid #84b0c7;
|
342
237
|
}
|
343
|
-
|
238
|
+
|
239
|
+
th.dirtab {
|
344
240
|
background: #e8eef2;
|
345
241
|
font-weight: bold;
|
346
242
|
}
|
347
|
-
|
348
|
-
|
243
|
+
|
244
|
+
hr {
|
245
|
+
height: 0;
|
246
|
+
border: none;
|
247
|
+
border-top: 1px solid #666;
|
248
|
+
}
|
249
|
+
|
250
|
+
/* @group Member Descriptions */
|
251
|
+
|
252
|
+
.mdescLeft, .mdescRight,
|
253
|
+
.memItemLeft, .memItemRight,
|
254
|
+
.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
|
255
|
+
background-color: #FAFAFA;
|
349
256
|
border: none;
|
350
|
-
|
257
|
+
margin: 4px;
|
258
|
+
padding: 1px 0 0 8px;
|
259
|
+
}
|
260
|
+
|
261
|
+
.mdescLeft, .mdescRight {
|
262
|
+
padding: 0px 8px 4px 8px;
|
263
|
+
color: #555;
|
264
|
+
}
|
265
|
+
|
266
|
+
.memItemLeft, .memItemRight, .memTemplParams {
|
267
|
+
border-top: 1px solid #ccc;
|
268
|
+
}
|
269
|
+
|
270
|
+
.memTemplParams {
|
271
|
+
color: #606060;
|
351
272
|
}
|
352
273
|
|
353
|
-
/*
|
274
|
+
/* @end */
|
275
|
+
|
276
|
+
/* @group Member Details */
|
277
|
+
|
278
|
+
/* Styles for detailed member documentation */
|
279
|
+
|
354
280
|
.memtemplate {
|
355
281
|
font-size: 80%;
|
356
282
|
color: #606060;
|
357
283
|
font-weight: normal;
|
358
284
|
margin-left: 3px;
|
359
|
-
}
|
360
|
-
|
285
|
+
}
|
286
|
+
|
287
|
+
.memnav {
|
361
288
|
background-color: #e8eef2;
|
362
289
|
border: 1px solid #84b0c7;
|
363
290
|
text-align: center;
|
@@ -365,69 +292,150 @@ HR {
|
|
365
292
|
margin-right: 15px;
|
366
293
|
padding: 2px;
|
367
294
|
}
|
295
|
+
|
368
296
|
.memitem {
|
369
|
-
padding:
|
370
|
-
background-color: #eef3f5;
|
371
|
-
border-width: 1px;
|
372
|
-
border-style: solid;
|
373
|
-
border-color: #dedeee;
|
374
|
-
-moz-border-radius: 8px 8px 8px 8px;
|
297
|
+
padding: 0;
|
375
298
|
}
|
299
|
+
|
376
300
|
.memname {
|
377
301
|
white-space: nowrap;
|
378
302
|
font-weight: bold;
|
379
303
|
}
|
380
|
-
|
381
|
-
|
304
|
+
|
305
|
+
.memproto, .memdoc {
|
306
|
+
border: 1px solid #84b0c7;
|
382
307
|
}
|
308
|
+
|
383
309
|
.memproto {
|
310
|
+
padding: 0;
|
384
311
|
background-color: #d5e1e8;
|
385
|
-
width: 100%;
|
386
|
-
border-width: 1px;
|
387
|
-
border-style: solid;
|
388
|
-
border-color: #84b0c7;
|
389
312
|
font-weight: bold;
|
390
|
-
-
|
313
|
+
-webkit-border-top-left-radius: 8px;
|
314
|
+
-webkit-border-top-right-radius: 8px;
|
315
|
+
-moz-border-radius-topleft: 8px;
|
316
|
+
-moz-border-radius-topright: 8px;
|
391
317
|
}
|
318
|
+
|
319
|
+
.memdoc {
|
320
|
+
padding: 2px 5px;
|
321
|
+
background-color: #eef3f5;
|
322
|
+
border-top-width: 0;
|
323
|
+
-webkit-border-bottom-left-radius: 8px;
|
324
|
+
-webkit-border-bottom-right-radius: 8px;
|
325
|
+
-moz-border-radius-bottomleft: 8px;
|
326
|
+
-moz-border-radius-bottomright: 8px;
|
327
|
+
}
|
328
|
+
|
392
329
|
.paramkey {
|
393
330
|
text-align: right;
|
394
331
|
}
|
332
|
+
|
395
333
|
.paramtype {
|
396
334
|
white-space: nowrap;
|
397
335
|
}
|
336
|
+
|
398
337
|
.paramname {
|
399
338
|
color: #602020;
|
400
|
-
font-style: italic;
|
401
339
|
white-space: nowrap;
|
402
340
|
}
|
403
|
-
|
341
|
+
.paramname em {
|
342
|
+
font-style: normal;
|
343
|
+
}
|
344
|
+
|
345
|
+
/* @end */
|
346
|
+
|
347
|
+
/* @group Directory (tree) */
|
404
348
|
|
405
349
|
/* for the tree view */
|
350
|
+
|
406
351
|
.ftvtree {
|
407
352
|
font-family: sans-serif;
|
408
|
-
margin:0.5em;
|
353
|
+
margin: 0.5em;
|
354
|
+
}
|
355
|
+
|
356
|
+
/* these are for tree view when used as main index */
|
357
|
+
|
358
|
+
.directory {
|
359
|
+
font-size: 9pt;
|
360
|
+
font-weight: bold;
|
361
|
+
}
|
362
|
+
|
363
|
+
.directory h3 {
|
364
|
+
margin: 0px;
|
365
|
+
margin-top: 1em;
|
366
|
+
font-size: 11pt;
|
367
|
+
}
|
368
|
+
|
369
|
+
/*
|
370
|
+
The following two styles can be used to replace the root node title
|
371
|
+
with an image of your choice. Simply uncomment the next two styles,
|
372
|
+
specify the name of your image and be sure to set 'height' to the
|
373
|
+
proper pixel height of your image.
|
374
|
+
*/
|
375
|
+
|
376
|
+
/*
|
377
|
+
.directory h3.swap {
|
378
|
+
height: 61px;
|
379
|
+
background-repeat: no-repeat;
|
380
|
+
background-image: url("yourimage.gif");
|
381
|
+
}
|
382
|
+
.directory h3.swap span {
|
383
|
+
display: none;
|
384
|
+
}
|
385
|
+
*/
|
386
|
+
|
387
|
+
.directory > h3 {
|
388
|
+
margin-top: 0;
|
409
389
|
}
|
410
|
-
|
411
|
-
|
412
|
-
|
390
|
+
|
391
|
+
.directory p {
|
392
|
+
margin: 0px;
|
393
|
+
white-space: nowrap;
|
394
|
+
}
|
395
|
+
|
396
|
+
.directory div {
|
397
|
+
display: none;
|
398
|
+
margin: 0px;
|
399
|
+
}
|
400
|
+
|
401
|
+
.directory img {
|
402
|
+
vertical-align: -30%;
|
403
|
+
}
|
404
|
+
|
405
|
+
/* these are for tree view when not used as main index */
|
406
|
+
|
407
|
+
.directory-alt {
|
408
|
+
font-size: 100%;
|
409
|
+
font-weight: bold;
|
413
410
|
}
|
414
|
-
|
415
|
-
|
416
|
-
margin
|
417
|
-
|
411
|
+
|
412
|
+
.directory-alt h3 {
|
413
|
+
margin: 0px;
|
414
|
+
margin-top: 1em;
|
415
|
+
font-size: 11pt;
|
418
416
|
}
|
419
|
-
|
420
|
-
|
417
|
+
|
418
|
+
.directory-alt > h3 {
|
419
|
+
margin-top: 0;
|
421
420
|
}
|
422
|
-
|
423
|
-
|
424
|
-
|
421
|
+
|
422
|
+
.directory-alt p {
|
423
|
+
margin: 0px;
|
424
|
+
white-space: nowrap;
|
425
425
|
}
|
426
|
-
|
427
|
-
|
428
|
-
|
426
|
+
|
427
|
+
.directory-alt div {
|
428
|
+
display: none;
|
429
|
+
margin: 0px;
|
429
430
|
}
|
430
|
-
|
431
|
-
|
431
|
+
|
432
|
+
.directory-alt img {
|
433
|
+
vertical-align: -30%;
|
432
434
|
}
|
433
435
|
|
436
|
+
/* @end */
|
437
|
+
|
438
|
+
address {
|
439
|
+
font-style: normal;
|
440
|
+
color: #333;
|
441
|
+
}
|