Advertisement
mariuspo

Untitled

Mar 20th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 21.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />   <title>
  5.         CakePHP: the rapid development php framework:
  6.         Errors  </title>
  7.     <link href="/favicon.ico" type="image/x-icon" rel="icon"/><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon"/><link rel="stylesheet" type="text/css" href="/css/cake.generic.css"/></head>
  8. <body>
  9.     <div id="container">
  10.         <div id="header">
  11.             <h1><a href="https://cakephp.org">CakePHP: the rapid development php framework</a></h1>
  12.         </div>
  13.         <div id="content">
  14.  
  15.            
  16.             <h2>Missing Controller</h2>
  17. <p class="error">
  18.     <strong>Error: </strong>
  19.     <em>SelfCaresearchNumbersController</em> could not be found.</p>
  20. <p class="error">
  21.     <strong>Error: </strong>
  22.     Create the class <em>SelfCaresearchNumbersController</em> below in file: RubyApiProd/Controller/SelfCaresearchNumbersController.php</p>
  23. <pre>
  24. &lt;?php
  25. class SelfCaresearchNumbersController extends AppController {
  26.  
  27. }
  28. </pre>
  29. <p class="notice">
  30.     <strong>Notice: </strong>
  31.     If you want to customize this error message, create RubyApiProd/View/Errors/missing_controller.ctp</p>
  32.  
  33. <h3>Stack Trace</h3>
  34. <ul class="cake-stack-trace">
  35.     <li><a href="#" onclick="traceToggle(event, 'file-excerpt-0')">/opt/APPS/RubyApiProd/webroot/index.php line 131</a> &rarr; <a href="#" onclick="traceToggle(event, 'trace-args-0')">Dispatcher->dispatch(CakeRequest, CakeResponse)</a> <div id="file-excerpt-0" class="cake-code-dump" style="display:none;"><pre><code><span style="color: #000000"><span style="color: #0000BB">$Dispatcher</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">dispatch</span><span style="color: #007700">(</span></span></code>
  36. <code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeRequest</span><span style="color: #007700">(),</span></span></code>
  37. <code><span style="color: #000000"><span style="color: #0000BB">&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #007700">new&nbsp;</span><span style="color: #0000BB">CakeResponse</span><span style="color: #007700">()</span></span></code>
  38. <span class="code-highlight"><code><span style="color: #000000"><span style="color: #0000BB"></span><span style="color: #007700">);</span></span></code></span>
  39. <code><span style="color: #000000"><span style="color: #0000BB"></span></span></code></pre></div> <div id="trace-args-0" class="cake-code-dump" style="display: none;"><pre>object(CakeRequest) {
  40.     params =&gt; array(
  41.         &#039;plugin&#039; =&gt; null,
  42.         &#039;controller&#039; =&gt; &#039;SelfCaresearchNumbers&#039;,
  43.         &#039;action&#039; =&gt; &#039;index&#039;,
  44.         &#039;named&#039; =&gt; array(),
  45.         &#039;pass&#039; =&gt; array(),
  46.         &#039;isAjax&#039; =&gt; false
  47.     )
  48.     data =&gt; array(
  49.         &#039;AccessToken&#039; =&gt; &#039;3#OW.O#H2F3#IP3*TL4UU*S4.FNWS_9G7IXAXGZG0YQD#QAK82&#039;,
  50.         &#039;limit&#039; =&gt; (int) 30
  51.     )
  52.     query =&gt; array()
  53.     url =&gt; &#039;SelfCaresearchNumbers&#039;
  54.     base =&gt; &#039;&#039;
  55.     webroot =&gt; &#039;/&#039;
  56.     here =&gt; &#039;/SelfCaresearchNumbers&#039;
  57.     [protected] _detectors =&gt; array(
  58.         &#039;get&#039; =&gt; array(
  59.             &#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
  60.             &#039;value&#039; =&gt; &#039;GET&#039;
  61.         ),
  62.         &#039;patch&#039; =&gt; array(
  63.             &#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
  64.             &#039;value&#039; =&gt; &#039;PATCH&#039;
  65.         ),
  66.         &#039;post&#039; =&gt; array(
  67.             &#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
  68.             &#039;value&#039; =&gt; &#039;POST&#039;
  69.         ),
  70.         &#039;put&#039; =&gt; array(
  71.             &#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
  72.             &#039;value&#039; =&gt; &#039;PUT&#039;
  73.         ),
  74.         &#039;delete&#039; =&gt; array(
  75.             &#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
  76.             &#039;value&#039; =&gt; &#039;DELETE&#039;
  77.         ),
  78.         &#039;head&#039; =&gt; array(
  79.             &#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
  80.             &#039;value&#039; =&gt; &#039;HEAD&#039;
  81.         ),
  82.         &#039;options&#039; =&gt; array(
  83.             &#039;env&#039; =&gt; &#039;REQUEST_METHOD&#039;,
  84.             &#039;value&#039; =&gt; &#039;OPTIONS&#039;
  85.         ),
  86.         &#039;ssl&#039; =&gt; array(
  87.             &#039;env&#039; =&gt; &#039;HTTPS&#039;,
  88.             &#039;value&#039; =&gt; (int) 1
  89.         ),
  90.         &#039;ajax&#039; =&gt; array(
  91.             &#039;env&#039; =&gt; &#039;HTTP_X_REQUESTED_WITH&#039;,
  92.             &#039;value&#039; =&gt; &#039;XMLHttpRequest&#039;
  93.         ),
  94.         &#039;flash&#039; =&gt; array(
  95.             &#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
  96.             &#039;pattern&#039; =&gt; &#039;/^(Shockwave|Adobe) Flash/&#039;
  97.         ),
  98.         &#039;mobile&#039; =&gt; array(
  99.             &#039;env&#039; =&gt; &#039;HTTP_USER_AGENT&#039;,
  100.             &#039;options&#039; =&gt; array(
  101.                 [maximum depth reached]
  102.             )
  103.         ),
  104.         &#039;requested&#039; =&gt; array(
  105.             &#039;param&#039; =&gt; &#039;requested&#039;,
  106.             &#039;value&#039; =&gt; (int) 1
  107.         ),
  108.         &#039;json&#039; =&gt; array(
  109.             &#039;accept&#039; =&gt; array(
  110.                 [maximum depth reached]
  111.             ),
  112.             &#039;param&#039; =&gt; &#039;ext&#039;,
  113.             &#039;value&#039; =&gt; &#039;json&#039;
  114.         ),
  115.         &#039;xml&#039; =&gt; array(
  116.             &#039;accept&#039; =&gt; array(
  117.                 [maximum depth reached]
  118.             ),
  119.             &#039;param&#039; =&gt; &#039;ext&#039;,
  120.             &#039;value&#039; =&gt; &#039;xml&#039;
  121.         )
  122.     )
  123.     [protected] _input =&gt; &#039;{&quot;AccessToken&quot;:&quot;3#OW.O#H2F3#IP3*TL4UU*S4.FNWS_9G7IXAXGZG0YQD#QAK82&quot;,&quot;limit&quot;:30}&#039;
  124. }
  125. object(CakeResponse) {
  126.     [protected] _statusCodes =&gt; array(
  127.         (int) 100 =&gt; &#039;Continue&#039;,
  128.         (int) 101 =&gt; &#039;Switching Protocols&#039;,
  129.         (int) 200 =&gt; &#039;OK&#039;,
  130.         (int) 201 =&gt; &#039;Created&#039;,
  131.         (int) 202 =&gt; &#039;Accepted&#039;,
  132.         (int) 203 =&gt; &#039;Non-Authoritative Information&#039;,
  133.         (int) 204 =&gt; &#039;No Content&#039;,
  134.         (int) 205 =&gt; &#039;Reset Content&#039;,
  135.         (int) 206 =&gt; &#039;Partial Content&#039;,
  136.         (int) 300 =&gt; &#039;Multiple Choices&#039;,
  137.         (int) 301 =&gt; &#039;Moved Permanently&#039;,
  138.         (int) 302 =&gt; &#039;Found&#039;,
  139.         (int) 303 =&gt; &#039;See Other&#039;,
  140.         (int) 304 =&gt; &#039;Not Modified&#039;,
  141.         (int) 305 =&gt; &#039;Use Proxy&#039;,
  142.         (int) 307 =&gt; &#039;Temporary Redirect&#039;,
  143.         (int) 400 =&gt; &#039;Bad Request&#039;,
  144.         (int) 401 =&gt; &#039;Unauthorized&#039;,
  145.         (int) 402 =&gt; &#039;Payment Required&#039;,
  146.         (int) 403 =&gt; &#039;Forbidden&#039;,
  147.         (int) 404 =&gt; &#039;Not Found&#039;,
  148.         (int) 405 =&gt; &#039;Method Not Allowed&#039;,
  149.         (int) 406 =&gt; &#039;Not Acceptable&#039;,
  150.         (int) 407 =&gt; &#039;Proxy Authentication Required&#039;,
  151.         (int) 408 =&gt; &#039;Request Time-out&#039;,
  152.         (int) 409 =&gt; &#039;Conflict&#039;,
  153.         (int) 410 =&gt; &#039;Gone&#039;,
  154.         (int) 411 =&gt; &#039;Length Required&#039;,
  155.         (int) 412 =&gt; &#039;Precondition Failed&#039;,
  156.         (int) 413 =&gt; &#039;Request Entity Too Large&#039;,
  157.         (int) 414 =&gt; &#039;Request-URI Too Large&#039;,
  158.         (int) 415 =&gt; &#039;Unsupported Media Type&#039;,
  159.         (int) 416 =&gt; &#039;Requested range not satisfiable&#039;,
  160.         (int) 417 =&gt; &#039;Expectation Failed&#039;,
  161.         (int) 429 =&gt; &#039;Too Many Requests&#039;,
  162.         (int) 500 =&gt; &#039;Internal Server Error&#039;,
  163.         (int) 501 =&gt; &#039;Not Implemented&#039;,
  164.         (int) 502 =&gt; &#039;Bad Gateway&#039;,
  165.         (int) 503 =&gt; &#039;Service Unavailable&#039;,
  166.         (int) 504 =&gt; &#039;Gateway Time-out&#039;,
  167.         (int) 505 =&gt; &#039;Unsupported Version&#039;
  168.     )
  169.     [protected] _mimeTypes =&gt; array(
  170.         &#039;html&#039; =&gt; array(
  171.             (int) 0 =&gt; &#039;text/html&#039;,
  172.             (int) 1 =&gt; &#039;*/*&#039;
  173.         ),
  174.         &#039;json&#039; =&gt; &#039;application/json&#039;,
  175.         &#039;xml&#039; =&gt; array(
  176.             (int) 0 =&gt; &#039;application/xml&#039;,
  177.             (int) 1 =&gt; &#039;text/xml&#039;
  178.         ),
  179.         &#039;rss&#039; =&gt; &#039;application/rss+xml&#039;,
  180.         &#039;ai&#039; =&gt; &#039;application/postscript&#039;,
  181.         &#039;bcpio&#039; =&gt; &#039;application/x-bcpio&#039;,
  182.         &#039;bin&#039; =&gt; &#039;application/octet-stream&#039;,
  183.         &#039;ccad&#039; =&gt; &#039;application/clariscad&#039;,
  184.         &#039;cdf&#039; =&gt; &#039;application/x-netcdf&#039;,
  185.         &#039;class&#039; =&gt; &#039;application/octet-stream&#039;,
  186.         &#039;cpio&#039; =&gt; &#039;application/x-cpio&#039;,
  187.         &#039;cpt&#039; =&gt; &#039;application/mac-compactpro&#039;,
  188.         &#039;csh&#039; =&gt; &#039;application/x-csh&#039;,
  189.         &#039;csv&#039; =&gt; array(
  190.             (int) 0 =&gt; &#039;text/csv&#039;,
  191.             (int) 1 =&gt; &#039;application/vnd.ms-excel&#039;
  192.         ),
  193.         &#039;dcr&#039; =&gt; &#039;application/x-director&#039;,
  194.         &#039;dir&#039; =&gt; &#039;application/x-director&#039;,
  195.         &#039;dms&#039; =&gt; &#039;application/octet-stream&#039;,
  196.         &#039;doc&#039; =&gt; &#039;application/msword&#039;,
  197.         &#039;docx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.wordprocessingml.document&#039;,
  198.         &#039;drw&#039; =&gt; &#039;application/drafting&#039;,
  199.         &#039;dvi&#039; =&gt; &#039;application/x-dvi&#039;,
  200.         &#039;dwg&#039; =&gt; &#039;application/acad&#039;,
  201.         &#039;dxf&#039; =&gt; &#039;application/dxf&#039;,
  202.         &#039;dxr&#039; =&gt; &#039;application/x-director&#039;,
  203.         &#039;eot&#039; =&gt; &#039;application/vnd.ms-fontobject&#039;,
  204.         &#039;eps&#039; =&gt; &#039;application/postscript&#039;,
  205.         &#039;exe&#039; =&gt; &#039;application/octet-stream&#039;,
  206.         &#039;ez&#039; =&gt; &#039;application/andrew-inset&#039;,
  207.         &#039;flv&#039; =&gt; &#039;video/x-flv&#039;,
  208.         &#039;gtar&#039; =&gt; &#039;application/x-gtar&#039;,
  209.         &#039;gz&#039; =&gt; &#039;application/x-gzip&#039;,
  210.         &#039;bz2&#039; =&gt; &#039;application/x-bzip&#039;,
  211.         &#039;7z&#039; =&gt; &#039;application/x-7z-compressed&#039;,
  212.         &#039;hdf&#039; =&gt; &#039;application/x-hdf&#039;,
  213.         &#039;hqx&#039; =&gt; &#039;application/mac-binhex40&#039;,
  214.         &#039;ico&#039; =&gt; &#039;image/x-icon&#039;,
  215.         &#039;ips&#039; =&gt; &#039;application/x-ipscript&#039;,
  216.         &#039;ipx&#039; =&gt; &#039;application/x-ipix&#039;,
  217.         &#039;js&#039; =&gt; &#039;application/javascript&#039;,
  218.         &#039;jsonapi&#039; =&gt; &#039;application/vnd.api+json&#039;,
  219.         &#039;latex&#039; =&gt; &#039;application/x-latex&#039;,
  220.         &#039;lha&#039; =&gt; &#039;application/octet-stream&#039;,
  221.         &#039;lsp&#039; =&gt; &#039;application/x-lisp&#039;,
  222.         &#039;lzh&#039; =&gt; &#039;application/octet-stream&#039;,
  223.         &#039;man&#039; =&gt; &#039;application/x-troff-man&#039;,
  224.         &#039;me&#039; =&gt; &#039;application/x-troff-me&#039;,
  225.         &#039;mif&#039; =&gt; &#039;application/vnd.mif&#039;,
  226.         &#039;ms&#039; =&gt; &#039;application/x-troff-ms&#039;,
  227.         &#039;nc&#039; =&gt; &#039;application/x-netcdf&#039;,
  228.         &#039;oda&#039; =&gt; &#039;application/oda&#039;,
  229.         &#039;otf&#039; =&gt; &#039;font/otf&#039;,
  230.         &#039;pdf&#039; =&gt; &#039;application/pdf&#039;,
  231.         &#039;pgn&#039; =&gt; &#039;application/x-chess-pgn&#039;,
  232.         &#039;pot&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
  233.         &#039;pps&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
  234.         &#039;ppt&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
  235.         &#039;pptx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.presentationml.presentation&#039;,
  236.         &#039;ppz&#039; =&gt; &#039;application/vnd.ms-powerpoint&#039;,
  237.         &#039;pre&#039; =&gt; &#039;application/x-freelance&#039;,
  238.         &#039;prt&#039; =&gt; &#039;application/pro_eng&#039;,
  239.         &#039;ps&#039; =&gt; &#039;application/postscript&#039;,
  240.         &#039;roff&#039; =&gt; &#039;application/x-troff&#039;,
  241.         &#039;scm&#039; =&gt; &#039;application/x-lotusscreencam&#039;,
  242.         &#039;set&#039; =&gt; &#039;application/set&#039;,
  243.         &#039;sh&#039; =&gt; &#039;application/x-sh&#039;,
  244.         &#039;shar&#039; =&gt; &#039;application/x-shar&#039;,
  245.         &#039;sit&#039; =&gt; &#039;application/x-stuffit&#039;,
  246.         &#039;skd&#039; =&gt; &#039;application/x-koan&#039;,
  247.         &#039;skm&#039; =&gt; &#039;application/x-koan&#039;,
  248.         &#039;skp&#039; =&gt; &#039;application/x-koan&#039;,
  249.         &#039;skt&#039; =&gt; &#039;application/x-koan&#039;,
  250.         &#039;smi&#039; =&gt; &#039;application/smil&#039;,
  251.         &#039;smil&#039; =&gt; &#039;application/smil&#039;,
  252.         &#039;sol&#039; =&gt; &#039;application/solids&#039;,
  253.         &#039;spl&#039; =&gt; &#039;application/x-futuresplash&#039;,
  254.         &#039;src&#039; =&gt; &#039;application/x-wais-source&#039;,
  255.         &#039;step&#039; =&gt; &#039;application/STEP&#039;,
  256.         &#039;stl&#039; =&gt; &#039;application/SLA&#039;,
  257.         &#039;stp&#039; =&gt; &#039;application/STEP&#039;,
  258.         &#039;sv4cpio&#039; =&gt; &#039;application/x-sv4cpio&#039;,
  259.         &#039;sv4crc&#039; =&gt; &#039;application/x-sv4crc&#039;,
  260.         &#039;svg&#039; =&gt; &#039;image/svg+xml&#039;,
  261.         &#039;svgz&#039; =&gt; &#039;image/svg+xml&#039;,
  262.         &#039;swf&#039; =&gt; &#039;application/x-shockwave-flash&#039;,
  263.         &#039;t&#039; =&gt; &#039;application/x-troff&#039;,
  264.         &#039;tar&#039; =&gt; &#039;application/x-tar&#039;,
  265.         &#039;tcl&#039; =&gt; &#039;application/x-tcl&#039;,
  266.         &#039;tex&#039; =&gt; &#039;application/x-tex&#039;,
  267.         &#039;texi&#039; =&gt; &#039;application/x-texinfo&#039;,
  268.         &#039;texinfo&#039; =&gt; &#039;application/x-texinfo&#039;,
  269.         &#039;tr&#039; =&gt; &#039;application/x-troff&#039;,
  270.         &#039;tsp&#039; =&gt; &#039;application/dsptype&#039;,
  271.         &#039;ttc&#039; =&gt; &#039;font/ttf&#039;,
  272.         &#039;ttf&#039; =&gt; &#039;font/ttf&#039;,
  273.         &#039;unv&#039; =&gt; &#039;application/i-deas&#039;,
  274.         &#039;ustar&#039; =&gt; &#039;application/x-ustar&#039;,
  275.         &#039;vcd&#039; =&gt; &#039;application/x-cdlink&#039;,
  276.         &#039;vda&#039; =&gt; &#039;application/vda&#039;,
  277.         &#039;xlc&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
  278.         &#039;xll&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
  279.         &#039;xlm&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
  280.         &#039;xls&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
  281.         &#039;xlsx&#039; =&gt; &#039;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&#039;,
  282.         &#039;xlw&#039; =&gt; &#039;application/vnd.ms-excel&#039;,
  283.         &#039;zip&#039; =&gt; &#039;application/zip&#039;,
  284.         &#039;aif&#039; =&gt; &#039;audio/x-aiff&#039;,
  285.         &#039;aifc&#039; =&gt; &#039;audio/x-aiff&#039;,
  286.         &#039;aiff&#039; =&gt; &#039;audio/x-aiff&#039;,
  287.         &#039;au&#039; =&gt; &#039;audio/basic&#039;,
  288.         &#039;kar&#039; =&gt; &#039;audio/midi&#039;,
  289.         &#039;mid&#039; =&gt; &#039;audio/midi&#039;,
  290.         &#039;midi&#039; =&gt; &#039;audio/midi&#039;,
  291.         &#039;mp2&#039; =&gt; &#039;audio/mpeg&#039;,
  292.         &#039;mp3&#039; =&gt; &#039;audio/mpeg&#039;,
  293.         &#039;mpga&#039; =&gt; &#039;audio/mpeg&#039;,
  294.         &#039;ogg&#039; =&gt; &#039;audio/ogg&#039;,
  295.         &#039;oga&#039; =&gt; &#039;audio/ogg&#039;,
  296.         &#039;spx&#039; =&gt; &#039;audio/ogg&#039;,
  297.         &#039;ra&#039; =&gt; &#039;audio/x-realaudio&#039;,
  298.         &#039;ram&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
  299.         &#039;rm&#039; =&gt; &#039;audio/x-pn-realaudio&#039;,
  300.         &#039;rpm&#039; =&gt; &#039;audio/x-pn-realaudio-plugin&#039;,
  301.         &#039;snd&#039; =&gt; &#039;audio/basic&#039;,
  302.         &#039;tsi&#039; =&gt; &#039;audio/TSP-audio&#039;,
  303.         &#039;wav&#039; =&gt; &#039;audio/x-wav&#039;,
  304.         &#039;aac&#039; =&gt; &#039;audio/aac&#039;,
  305.         &#039;asc&#039; =&gt; &#039;text/plain&#039;,
  306.         &#039;c&#039; =&gt; &#039;text/plain&#039;,
  307.         &#039;cc&#039; =&gt; &#039;text/plain&#039;,
  308.         &#039;css&#039; =&gt; &#039;text/css&#039;,
  309.         &#039;etx&#039; =&gt; &#039;text/x-setext&#039;,
  310.         &#039;f&#039; =&gt; &#039;text/plain&#039;,
  311.         &#039;f90&#039; =&gt; &#039;text/plain&#039;,
  312.         &#039;h&#039; =&gt; &#039;text/plain&#039;,
  313.         &#039;hh&#039; =&gt; &#039;text/plain&#039;,
  314.         &#039;htm&#039; =&gt; array(
  315.             (int) 0 =&gt; &#039;text/html&#039;,
  316.             (int) 1 =&gt; &#039;*/*&#039;
  317.         ),
  318.         &#039;ics&#039; =&gt; &#039;text/calendar&#039;,
  319.         &#039;m&#039; =&gt; &#039;text/plain&#039;,
  320.         &#039;rtf&#039; =&gt; &#039;text/rtf&#039;,
  321.         &#039;rtx&#039; =&gt; &#039;text/richtext&#039;,
  322.         &#039;sgm&#039; =&gt; &#039;text/sgml&#039;,
  323.         &#039;sgml&#039; =&gt; &#039;text/sgml&#039;,
  324.         &#039;tsv&#039; =&gt; &#039;text/tab-separated-values&#039;,
  325.         &#039;tpl&#039; =&gt; &#039;text/template&#039;,
  326.         &#039;txt&#039; =&gt; &#039;text/plain&#039;,
  327.         &#039;text&#039; =&gt; &#039;text/plain&#039;,
  328.         &#039;avi&#039; =&gt; &#039;video/x-msvideo&#039;,
  329.         &#039;fli&#039; =&gt; &#039;video/x-fli&#039;,
  330.         &#039;mov&#039; =&gt; &#039;video/quicktime&#039;,
  331.         &#039;movie&#039; =&gt; &#039;video/x-sgi-movie&#039;,
  332.         &#039;mpe&#039; =&gt; &#039;video/mpeg&#039;,
  333.         &#039;mpeg&#039; =&gt; &#039;video/mpeg&#039;,
  334.         &#039;mpg&#039; =&gt; &#039;video/mpeg&#039;,
  335.         &#039;qt&#039; =&gt; &#039;video/quicktime&#039;,
  336.         &#039;viv&#039; =&gt; &#039;video/vnd.vivo&#039;,
  337.         &#039;vivo&#039; =&gt; &#039;video/vnd.vivo&#039;,
  338.         &#039;ogv&#039; =&gt; &#039;video/ogg&#039;,
  339.         &#039;webm&#039; =&gt; &#039;video/webm&#039;,
  340.         &#039;mp4&#039; =&gt; &#039;video/mp4&#039;,
  341.         &#039;m4v&#039; =&gt; &#039;video/mp4&#039;,
  342.         &#039;f4v&#039; =&gt; &#039;video/mp4&#039;,
  343.         &#039;f4p&#039; =&gt; &#039;video/mp4&#039;,
  344.         &#039;m4a&#039; =&gt; &#039;audio/mp4&#039;,
  345.         &#039;f4a&#039; =&gt; &#039;audio/mp4&#039;,
  346.         &#039;f4b&#039; =&gt; &#039;audio/mp4&#039;,
  347.         &#039;gif&#039; =&gt; &#039;image/gif&#039;,
  348.         &#039;ief&#039; =&gt; &#039;image/ief&#039;,
  349.         &#039;jpg&#039; =&gt; &#039;image/jpeg&#039;,
  350.         &#039;jpeg&#039; =&gt; &#039;image/jpeg&#039;,
  351.         &#039;jpe&#039; =&gt; &#039;image/jpeg&#039;,
  352.         &#039;pbm&#039; =&gt; &#039;image/x-portable-bitmap&#039;,
  353.         &#039;pgm&#039; =&gt; &#039;image/x-portable-graymap&#039;,
  354.         &#039;png&#039; =&gt; &#039;image/png&#039;,
  355.         &#039;pnm&#039; =&gt; &#039;image/x-portable-anymap&#039;,
  356.         &#039;ppm&#039; =&gt; &#039;image/x-portable-pixmap&#039;,
  357.         &#039;ras&#039; =&gt; &#039;image/cmu-raster&#039;,
  358.         &#039;rgb&#039; =&gt; &#039;image/x-rgb&#039;,
  359.         &#039;tif&#039; =&gt; &#039;image/tiff&#039;,
  360.         &#039;tiff&#039; =&gt; &#039;image/tiff&#039;,
  361.         &#039;xbm&#039; =&gt; &#039;image/x-xbitmap&#039;,
  362.         &#039;xpm&#039; =&gt; &#039;image/x-xpixmap&#039;,
  363.         &#039;xwd&#039; =&gt; &#039;image/x-xwindowdump&#039;,
  364.         &#039;psd&#039; =&gt; array(
  365.             (int) 0 =&gt; &#039;application/photoshop&#039;,
  366.             (int) 1 =&gt; &#039;application/psd&#039;,
  367.             (int) 2 =&gt; &#039;image/psd&#039;,
  368.             (int) 3 =&gt; &#039;image/x-photoshop&#039;,
  369.             (int) 4 =&gt; &#039;image/photoshop&#039;,
  370.             (int) 5 =&gt; &#039;zz-application/zz-winassoc-psd&#039;
  371.         ),
  372.         &#039;ice&#039; =&gt; &#039;x-conference/x-cooltalk&#039;,
  373.         &#039;iges&#039; =&gt; &#039;model/iges&#039;,
  374.         &#039;igs&#039; =&gt; &#039;model/iges&#039;,
  375.         &#039;mesh&#039; =&gt; &#039;model/mesh&#039;,
  376.         &#039;msh&#039; =&gt; &#039;model/mesh&#039;,
  377.         &#039;silo&#039; =&gt; &#039;model/mesh&#039;,
  378.         &#039;vrml&#039; =&gt; &#039;model/vrml&#039;,
  379.         &#039;wrl&#039; =&gt; &#039;model/vrml&#039;,
  380.         &#039;mime&#039; =&gt; &#039;www/mime&#039;,
  381.         &#039;pdb&#039; =&gt; &#039;chemical/x-pdb&#039;,
  382.         &#039;xyz&#039; =&gt; &#039;chemical/x-pdb&#039;,
  383.         &#039;javascript&#039; =&gt; &#039;application/javascript&#039;,
  384.         &#039;form&#039; =&gt; &#039;application/x-www-form-urlencoded&#039;,
  385.         &#039;file&#039; =&gt; &#039;multipart/form-data&#039;,
  386.         &#039;xhtml&#039; =&gt; array(
  387.             (int) 0 =&gt; &#039;application/xhtml+xml&#039;,
  388.             (int) 1 =&gt; &#039;application/xhtml&#039;,
  389.             (int) 2 =&gt; &#039;text/xhtml&#039;
  390.         ),
  391.         &#039;xhtml-mobile&#039; =&gt; &#039;application/vnd.wap.xhtml+xml&#039;,
  392.         &#039;atom&#039; =&gt; &#039;application/atom+xml&#039;,
  393.         &#039;amf&#039; =&gt; &#039;application/x-amf&#039;,
  394.         &#039;wap&#039; =&gt; array(
  395.             (int) 0 =&gt; &#039;text/vnd.wap.wml&#039;,
  396.             (int) 1 =&gt; &#039;text/vnd.wap.wmlscript&#039;,
  397.             (int) 2 =&gt; &#039;image/vnd.wap.wbmp&#039;
  398.         ),
  399.         &#039;wml&#039; =&gt; &#039;text/vnd.wap.wml&#039;,
  400.         &#039;wmlscript&#039; =&gt; &#039;text/vnd.wap.wmlscript&#039;,
  401.         &#039;wbmp&#039; =&gt; &#039;image/vnd.wap.wbmp&#039;,
  402.         &#039;woff&#039; =&gt; &#039;application/x-font-woff&#039;,
  403.         &#039;webp&#039; =&gt; &#039;image/webp&#039;,
  404.         &#039;appcache&#039; =&gt; &#039;text/cache-manifest&#039;,
  405.         &#039;manifest&#039; =&gt; &#039;text/cache-manifest&#039;,
  406.         &#039;htc&#039; =&gt; &#039;text/x-component&#039;,
  407.         &#039;rdf&#039; =&gt; &#039;application/xml&#039;,
  408.         &#039;crx&#039; =&gt; &#039;application/x-chrome-extension&#039;,
  409.         &#039;oex&#039; =&gt; &#039;application/x-opera-extension&#039;,
  410.         &#039;xpi&#039; =&gt; &#039;application/x-xpinstall&#039;,
  411.         &#039;safariextz&#039; =&gt; &#039;application/octet-stream&#039;,
  412.         &#039;webapp&#039; =&gt; &#039;application/x-web-app-manifest+json&#039;,
  413.         &#039;vcf&#039; =&gt; &#039;text/x-vcard&#039;,
  414.         &#039;vtt&#039; =&gt; &#039;text/vtt&#039;,
  415.         &#039;mkv&#039; =&gt; &#039;video/x-matroska&#039;,
  416.         &#039;pkpass&#039; =&gt; &#039;application/vnd.apple.pkpass&#039;,
  417.         &#039;ajax&#039; =&gt; &#039;text/html&#039;
  418.     )
  419.     [protected] _protocol =&gt; &#039;HTTP/1.1&#039;
  420.     [protected] _status =&gt; (int) 200
  421.     [protected] _contentType =&gt; &#039;text/html&#039;
  422.     [protected] _headers =&gt; array()
  423.     [protected] _body =&gt; null
  424.     [protected] _file =&gt; null
  425.     [protected] _fileRange =&gt; null
  426.     [protected] _charset =&gt; &#039;UTF-8&#039;
  427.     [protected] _cacheDirectives =&gt; array()
  428.     [protected] _cookies =&gt; array()
  429. }</pre></div></li>
  430. </ul>
  431. <script type="text/javascript">
  432. function traceToggle(event, id) {
  433.     var el = document.getElementById(id);
  434.     el.style.display = (el.style.display === 'block') ? 'none' : 'block';
  435.     event.preventDefault();
  436.     return false;
  437. }
  438. </script>
  439.         </div>
  440.         <div id="footer">
  441.             <a href="https://cakephp.org/" target="_blank" id="cake-powered"><img src="/img/cake.power.gif" alt="CakePHP: the rapid development php framework" border="0"/></a>         <p>
  442.                 CakePHP 2.10.0          </p>
  443.         </div>
  444.     </div>
  445.     </body>
  446. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement