Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
PK ! default_options-i.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server#default_options
is_singleton: false
name: default_options
params: ()
visibility: public
PK ! O
server-i.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server#server
is_singleton: false
name: server
params: ()
visibility: public
PK ! H- Options/parse%21-i.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server::Options#parse!
is_singleton: false
name: parse!
params: (args)
visibility: public
PK ! Uf Options/handler_opts-i.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server::Options#handler_opts
is_singleton: false
name: handler_opts
params: (options)
visibility: public
PK ! Sc. . Options/cdesc-Options.yamlnu [ --- !ruby/object:RI::ClassDescription
attributes: []
class_methods: []
comment:
constants: []
full_name: Rack::Server::Options
includes: []
instance_methods:
- !ruby/object:RI::MethodSummary
name: handler_opts
- !ruby/object:RI::MethodSummary
name: parse!
name: Options
superclass: Object
PK ! ^ʴ middleware-c.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server::middleware
is_singleton: true
name: middleware
params: ()
visibility: public
PK ! FVִ middleware-i.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server#middleware
is_singleton: false
name: middleware
params: ()
visibility: public
PK ! {WZ
Z
new-c.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: "Options may include:"
- !ruby/object:SM::Flow::LIST
contents:
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":app"
- !ruby/struct:SM::Flow::VERB
body: " a rack application to run (overrides :config)\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":config"
- !ruby/struct:SM::Flow::VERB
body: " a rackup configuration file path to load (.ru)\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":environment"
- !ruby/struct:SM::Flow::VERB
body: " this selects the middleware that will be wrapped around\n your application. Default options available are:\n - development: CommonLogger, ShowExceptions, and Lint\n - deployment: CommonLogger\n - none: no extra middleware\n note: when the server is a cgi server, CommonLogger is not included.\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":server"
- !ruby/struct:SM::Flow::VERB
body: " choose a specific Rack::Handler, e.g. cgi, fcgi, webrick\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":daemonize"
- !ruby/struct:SM::Flow::VERB
body: " if true, the server will daemonize itself (fork, detach, etc)\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":pid"
- !ruby/struct:SM::Flow::VERB
body: " path to write a pid file after daemonize\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":Host"
- !ruby/struct:SM::Flow::VERB
body: " the host address to bind to (used by supporting Rack::Handler)\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":Port"
- !ruby/struct:SM::Flow::VERB
body: " the port to bind to (used by supporting Rack::Handler)\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":AccessLog"
- !ruby/struct:SM::Flow::VERB
body: " webrick access log options (or supporting Rack::Handler)\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":debug"
- !ruby/struct:SM::Flow::VERB
body: " turn on debug output ($DEBUG = true)\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":warn"
- !ruby/struct:SM::Flow::VERB
body: " turn on warnings ($-w = true)\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":include"
- !ruby/struct:SM::Flow::VERB
body: " add given paths to $LOAD_PATH\n"
- !ruby/struct:SM::Flow::LI
label: "*"
body: ":require"
- !ruby/struct:SM::Flow::VERB
body: " require the given libraries\n"
type: :BULLET
full_name: Rack::Server::new
is_singleton: true
name: new
params: (options = nil)
visibility: public
PK ! > start-i.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server#start
is_singleton: false
name: start
params: (&blk)
visibility: public
PK ! a3
app-i.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server#app
is_singleton: false
name: app
params: ()
visibility: public
PK ! logging_middleware-c.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server::logging_middleware
is_singleton: true
name: logging_middleware
params: ()
visibility: public
PK ! 6yhz options-i.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server#options
is_singleton: false
name: options
params: ()
visibility: public
PK ! #b ( default_middleware_by_environment-c.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
full_name: Rack::Server::default_middleware_by_environment
is_singleton: true
name: default_middleware_by_environment
params: ()
visibility: public
PK ! ty start-c.yamlnu [ --- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Start a new rack server (like running rackup). This will parse ARGV and provide standard ARGV rackup options, defaulting to load 'config.ru'.
- !ruby/struct:SM::Flow::P
body: Providing an options hash will prevent ARGV parsing and will not include any default options.
- !ruby/struct:SM::Flow::P
body: "This method can be used to very easily launch a CGI application, for example:"
- !ruby/struct:SM::Flow::VERB
body: " Rack::Server.start(\n :app => lambda do |e|\n [200, {'Content-Type' => 'text/html'}, ['hello world']]\n end,\n :server => 'cgi'\n )\n"
- !ruby/struct:SM::Flow::P
body: Further options available here are documented on Rack::Server#initialize
full_name: Rack::Server::start
is_singleton: true
name: start
params: (options = nil)
visibility: public
PK ! 4|D D cdesc-Server.yamlnu [ --- !ruby/object:RI::ClassDescription
attributes:
- !ruby/object:RI::Attribute
comment:
name: options
rw: W
class_methods:
- !ruby/object:RI::MethodSummary
name: default_middleware_by_environment
- !ruby/object:RI::MethodSummary
name: logging_middleware
- !ruby/object:RI::MethodSummary
name: middleware
- !ruby/object:RI::MethodSummary
name: new
- !ruby/object:RI::MethodSummary
name: start
comment:
constants: []
full_name: Rack::Server
includes: []
instance_methods:
- !ruby/object:RI::MethodSummary
name: app
- !ruby/object:RI::MethodSummary
name: default_options
- !ruby/object:RI::MethodSummary
name: middleware
- !ruby/object:RI::MethodSummary
name: options
- !ruby/object:RI::MethodSummary
name: server
- !ruby/object:RI::MethodSummary
name: start
name: Server
superclass: Object
PK ! default_options-i.yamlnu [ PK ! O
server-i.yamlnu [ PK ! H- Options/parse%21-i.yamlnu [ PK ! Uf Options/handler_opts-i.yamlnu [ PK ! Sc. . Options/cdesc-Options.yamlnu [ PK ! ^ʴ x middleware-c.yamlnu [ PK ! FVִ m middleware-i.yamlnu [ PK ! {WZ
Z
b new-c.yamlnu [ PK ! > start-i.yamlnu [ PK ! a3
app-i.yamlnu [ PK ! logging_middleware-c.yamlnu [ PK ! 6yhz options-i.yamlnu [ PK ! #b ( default_middleware_by_environment-c.yamlnu [ PK ! ty start-c.yamlnu [ PK ! 4|D D cdesc-Server.yamlnu [ PK C