Файловый менеджер - Редактировать - /home/amitahospital/public_html/amita_master/upload/news/b9.tar
Назад
b9b28b9da42c96adf5f4fd5aa40e7970e674d14b45a1fbb616dc0da871811996.php 0000644 00000030511 14721261074 0016313 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* columns_definitions/column_definitions_form.twig */ class __TwigTemplate_c50d3bb07df5365923cdf1313ea1fc70f356d4a9ab13ee6c651034ba73fef796 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<form method=\"post\" action=\""; echo twig_escape_filter($this->env, ($context["action"] ?? null), "html", null, true); echo "\" class=\""; // line 2 echo (((($context["action"] ?? null) == "tbl_create.php")) ? ("create_table") : ("append_fields")); // line 3 echo "_form ajax lock-page\"> "; // line 4 echo PhpMyAdmin\Url::getHiddenInputs(($context["form_params"] ?? null)); echo " "; // line 6 echo " "; // line 7 echo " "; // line 8 echo " <input type=\"hidden\" name=\"primary_indexes\" value=\""; // line 9 (( !twig_test_empty(($context["primary_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["primary_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> <input type=\"hidden\" name=\"unique_indexes\" value=\""; // line 11 (( !twig_test_empty(($context["unique_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["unique_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> <input type=\"hidden\" name=\"indexes\" value=\""; // line 13 (( !twig_test_empty(($context["indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> <input type=\"hidden\" name=\"fulltext_indexes\" value=\""; // line 15 (( !twig_test_empty(($context["fulltext_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["fulltext_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> <input type=\"hidden\" name=\"spatial_indexes\" value=\""; // line 17 (( !twig_test_empty(($context["spatial_indexes"] ?? null))) ? (print (twig_escape_filter($this->env, ($context["spatial_indexes"] ?? null), "html", null, true))) : (print ("[]"))); echo "\"> "; // line 19 if ((($context["action"] ?? null) == "tbl_create.php")) { // line 20 echo " <div id=\"table_name_col_no_outer\"> <table id=\"table_name_col_no\" class=\"tdblock\"> <tr class=\"vmiddle floatleft\"> <td>"; // line 23 echo _gettext("Table name"); echo ": <input type=\"text\" name=\"table\" size=\"40\" maxlength=\"64\" value=\""; // line 28 (((isset($context["table"]) || array_key_exists("table", $context))) ? (print (twig_escape_filter($this->env, ($context["table"] ?? null), "html", null, true))) : (print (""))); echo "\" class=\"textfield\" autofocus required /> </td> <td> "; // line 32 echo _gettext("Add"); // line 33 echo " <input type=\"number\" id=\"added_fields\" name=\"added_fields\" size=\"2\" value=\"1\" min=\"1\" onfocus=\"this.select()\" /> "; // line 40 echo _gettext("column(s)"); // line 41 echo " <input type=\"button\" name=\"submit_num_fields\" value=\""; // line 43 echo _gettext("Go"); echo "\" /> </td> </tr> </table> </div> "; } // line 49 echo " "; if (twig_test_iterable(($context["content_cells"] ?? null))) { // line 50 echo " "; $this->loadTemplate("columns_definitions/table_fields_definitions.twig", "columns_definitions/column_definitions_form.twig", 50)->display(twig_to_array(["is_backup" => // line 51 ($context["is_backup"] ?? null), "fields_meta" => // line 52 ($context["fields_meta"] ?? null), "mimework" => // line 53 ($context["mimework"] ?? null), "content_cells" => // line 54 ($context["content_cells"] ?? null), "change_column" => // line 55 ($context["change_column"] ?? null), "is_virtual_columns_supported" => // line 56 ($context["is_virtual_columns_supported"] ?? null), "browse_mime" => // line 57 ($context["browse_mime"] ?? null), "server_type" => // line 58 ($context["server_type"] ?? null), "max_rows" => // line 59 ($context["max_rows"] ?? null), "char_editing" => // line 60 ($context["char_editing"] ?? null), "attribute_types" => // line 61 ($context["attribute_types"] ?? null), "privs_available" => // line 62 ($context["privs_available"] ?? null), "max_length" => // line 63 ($context["max_length"] ?? null), "dbi" => // line 64 ($context["dbi"] ?? null), "disable_is" => // line 65 ($context["disable_is"] ?? null)])); // line 67 echo " "; } // line 68 echo " "; if ((($context["action"] ?? null) == "tbl_create.php")) { // line 69 echo " <div class=\"responsivetable\"> <table> <tr class=\"vtop\"> <th>"; // line 72 echo _gettext("Table comments:"); echo "</th> <td width=\"25\"> </td> <th>"; // line 74 echo _gettext("Collation:"); echo "</th> <td width=\"25\"> </td> <th> "; // line 77 echo _gettext("Storage Engine:"); // line 78 echo " "; echo PhpMyAdmin\Util::showMySQLDocu("Storage_engines"); echo " </th> <td width=\"25\"> </td> <th> "; // line 82 echo _gettext("Connection:"); // line 83 echo " "; echo PhpMyAdmin\Util::showMySQLDocu("federated-create-connection"); echo " </th> </tr> <tr> <td> <input type=\"text\" name=\"comment\" size=\"40\" maxlength=\"60\" value=\""; // line 92 (((isset($context["comment"]) || array_key_exists("comment", $context))) ? (print (twig_escape_filter($this->env, ($context["comment"] ?? null), "html", null, true))) : (print (""))); echo "\" class=\"textfield\" /> </td> <td width=\"25\"> </td> <td> "; // line 97 echo PhpMyAdmin\Charsets::getCollationDropdownBox( // line 98 ($context["dbi"] ?? null), // line 99 ($context["disable_is"] ?? null), "tbl_collation", null, // line 102 ($context["tbl_collation"] ?? null), false); // line 104 echo " </td> <td width=\"25\"> </td> <td> "; // line 108 echo PhpMyAdmin\StorageEngine::getHtmlSelect("tbl_storage_engine", null, // line 111 ($context["tbl_storage_engine"] ?? null)); // line 112 echo " </td> <td width=\"25\"> </td> <td> <input type=\"text\" name=\"connection\" size=\"40\" value=\""; // line 119 (((isset($context["connection"]) || array_key_exists("connection", $context))) ? (print (twig_escape_filter($this->env, ($context["connection"] ?? null), "html", null, true))) : (print (""))); echo "\" placeholder=\"scheme://user_name[:password]@host_name[:port_num]/db_name/tbl_name\" class=\"textfield\" required=\"required\" /> </td> </tr> "; // line 125 if (($context["have_partitioning"] ?? null)) { // line 126 echo " <tr class=\"vtop\"> <th colspan=\"5\"> "; // line 128 echo _gettext("PARTITION definition:"); // line 129 echo " "; echo PhpMyAdmin\Util::showMySQLDocu("Partitioning"); echo " </th> </tr> <tr> <td colspan=\"5\"> "; // line 134 $this->loadTemplate("columns_definitions/partitions.twig", "columns_definitions/column_definitions_form.twig", 134)->display(twig_to_array(["partition_details" => // line 135 ($context["partition_details"] ?? null)])); // line 137 echo " </td> </tr> "; } // line 140 echo " </table> </div> "; } // line 143 echo " <fieldset class=\"tblFooters\"> <input type=\"button\" class=\"preview_sql\" value=\""; // line 146 echo _gettext("Preview SQL"); echo "\" /> <input type=\"submit\" name=\"do_save_data\" value=\""; // line 149 echo _gettext("Save"); echo "\" /> </fieldset> <div id=\"properties_message\"></div> </form> "; } public function getTemplateName() { return "columns_definitions/column_definitions_form.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 267 => 149, 261 => 146, 256 => 143, 251 => 140, 246 => 137, 244 => 135, 243 => 134, 234 => 129, 232 => 128, 228 => 126, 226 => 125, 217 => 119, 208 => 112, 206 => 111, 205 => 108, 199 => 104, 197 => 102, 196 => 99, 195 => 98, 194 => 97, 186 => 92, 173 => 83, 171 => 82, 163 => 78, 161 => 77, 155 => 74, 150 => 72, 145 => 69, 142 => 68, 139 => 67, 137 => 65, 136 => 64, 135 => 63, 134 => 62, 133 => 61, 132 => 60, 131 => 59, 130 => 58, 129 => 57, 128 => 56, 127 => 55, 126 => 54, 125 => 53, 124 => 52, 123 => 51, 121 => 50, 118 => 49, 109 => 43, 105 => 41, 103 => 40, 94 => 33, 92 => 32, 85 => 28, 77 => 23, 72 => 20, 70 => 19, 65 => 17, 61 => 15, 57 => 13, 53 => 11, 49 => 9, 47 => 8, 45 => 7, 43 => 6, 39 => 4, 36 => 3, 34 => 2, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "columns_definitions/column_definitions_form.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_definitions_form.twig"); } } b94e0fc9456ae54cc451c9f685b4de4f733aa68d007ba566951743f3080e511a.php 0000644 00000022604 14721261074 0016015 0 ustar 00 <?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; /* table/structure/display_table_stats.twig */ class __TwigTemplate_5454cad5edddbf59b6da7b973ae0344d43feb0c0f4859079f41fbb7f1c22ec7f extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo "<div id=\"tablestatistics\"> <fieldset> <legend>"; // line 3 echo _gettext("Information"); echo "</legend> "; // line 4 if ($this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array")) { // line 5 echo " <p> <strong>"; // line 6 echo _gettext("Table comments:"); echo "</strong> "; // line 7 echo twig_escape_filter($this->env, $this->getAttribute(($context["showtable"] ?? null), "TABLE_COMMENT", [], "array"), "html", null, true); echo " </p> "; } // line 10 echo " <a id=\"showusage\"></a> "; // line 12 if (( !($context["tbl_is_view"] ?? null) && !($context["db_is_system_schema"] ?? null))) { // line 13 echo " <table id=\"tablespaceusage\" class=\"width100 data\"> <caption class=\"tblHeaders\">"; // line 14 echo _gettext("Space usage"); echo "</caption> <tbody> <tr> <th class=\"name\">"; // line 17 echo _gettext("Data"); echo "</th> <td class=\"value\">"; // line 18 echo twig_escape_filter($this->env, ($context["data_size"] ?? null), "html", null, true); echo "</td> <td class=\"unit\">"; // line 19 echo twig_escape_filter($this->env, ($context["data_unit"] ?? null), "html", null, true); echo "</td> </tr> "; // line 22 if ((isset($context["index_size"]) || array_key_exists("index_size", $context))) { // line 23 echo " <tr> <th class=\"name\">"; // line 24 echo _gettext("Index"); echo "</th> <td class=\"value\">"; // line 25 echo twig_escape_filter($this->env, ($context["index_size"] ?? null), "html", null, true); echo "</td> <td class=\"unit\">"; // line 26 echo twig_escape_filter($this->env, ($context["index_unit"] ?? null), "html", null, true); echo "</td> </tr> "; } // line 29 echo " "; // line 30 if ((isset($context["free_size"]) || array_key_exists("free_size", $context))) { // line 31 echo " <tr> <th class=\"name\">"; // line 32 echo _gettext("Overhead"); echo "</th> <td class=\"value\">"; // line 33 echo twig_escape_filter($this->env, ($context["free_size"] ?? null), "html", null, true); echo "</td> <td class=\"unit\">"; // line 34 echo twig_escape_filter($this->env, ($context["free_unit"] ?? null), "html", null, true); echo "</td> </tr> <tr> <th class=\"name\">"; // line 37 echo _gettext("Effective"); echo "</th> <td class=\"value\">"; // line 38 echo twig_escape_filter($this->env, ($context["effect_size"] ?? null), "html", null, true); echo "</td> <td class=\"unit\">"; // line 39 echo twig_escape_filter($this->env, ($context["effect_unit"] ?? null), "html", null, true); echo "</td> </tr> "; } // line 42 echo " "; // line 43 if (((isset($context["tot_size"]) || array_key_exists("tot_size", $context)) && (($context["mergetable"] ?? null) == false))) { // line 44 echo " <tr> <th class=\"name\">"; // line 45 echo _gettext("Total"); echo "</th> <td class=\"value\">"; // line 46 echo twig_escape_filter($this->env, ($context["tot_size"] ?? null), "html", null, true); echo "</td> <td class=\"unit\">"; // line 47 echo twig_escape_filter($this->env, ($context["tot_unit"] ?? null), "html", null, true); echo "</td> </tr> "; } // line 50 echo " "; // line 52 echo " "; if (((isset($context["free_size"]) || array_key_exists("free_size", $context)) && (((( // line 53 ($context["tbl_storage_engine"] ?? null) == "MYISAM") || ( // line 54 ($context["tbl_storage_engine"] ?? null) == "ARIA")) || ( // line 55 ($context["tbl_storage_engine"] ?? null) == "MARIA")) || ( // line 56 ($context["tbl_storage_engine"] ?? null) == "BDB")))) { // line 57 echo " <tr class=\"tblFooters print_ignore\"> <td colspan=\"3\" class=\"center\"> <a href=\"sql.php\" data-post=\""; // line 59 echo twig_escape_filter($this->env, ($context["url_query"] ?? null), "html", null, true); echo "&pos=0&sql_query="; // line 60 echo twig_escape_filter($this->env, twig_urlencode_filter(("OPTIMIZE TABLE " . PhpMyAdmin\Util::backquote(($context["table"] ?? null)))), "html", null, true); echo "\"> "; // line 61 echo PhpMyAdmin\Util::getIcon("b_tbloptimize", _gettext("Optimize table")); echo " </a> </td> </tr> "; } // line 66 echo " </tbody> </table> "; } // line 69 echo " "; // line 70 $this->loadTemplate("table/structure/row_stats_table.twig", "table/structure/display_table_stats.twig", 70)->display(twig_to_array(["showtable" => // line 71 ($context["showtable"] ?? null), "tbl_collation" => // line 72 ($context["tbl_collation"] ?? null), "is_innodb" => // line 73 ($context["is_innodb"] ?? null), "mergetable" => // line 74 ($context["mergetable"] ?? null), "avg_size" => (( // line 75 (isset($context["avg_size"]) || array_key_exists("avg_size", $context))) ? (($context["avg_size"] ?? null)) : (null)), "avg_unit" => (( // line 76 (isset($context["avg_unit"]) || array_key_exists("avg_unit", $context))) ? (($context["avg_unit"] ?? null)) : (null))])); // line 78 echo " </fieldset> </div> "; } public function getTemplateName() { return "table/structure/display_table_stats.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 204 => 78, 202 => 76, 201 => 75, 200 => 74, 199 => 73, 198 => 72, 197 => 71, 196 => 70, 193 => 69, 188 => 66, 180 => 61, 176 => 60, 173 => 59, 169 => 57, 167 => 56, 166 => 55, 165 => 54, 164 => 53, 162 => 52, 159 => 50, 153 => 47, 149 => 46, 145 => 45, 142 => 44, 140 => 43, 137 => 42, 131 => 39, 127 => 38, 123 => 37, 117 => 34, 113 => 33, 109 => 32, 106 => 31, 104 => 30, 101 => 29, 95 => 26, 91 => 25, 87 => 24, 84 => 23, 82 => 22, 76 => 19, 72 => 18, 68 => 17, 62 => 14, 59 => 13, 57 => 12, 53 => 10, 47 => 7, 43 => 6, 40 => 5, 38 => 4, 34 => 3, 30 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "table/structure/display_table_stats.twig", "/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/table/structure/display_table_stats.twig"); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка