/home/csiway/tmp/pma_template_compiles_csiway/twig/d6/d68a67991b38a4c3d92ce424741a6f63cc3c1ac3e52c0d18bff5a5445e355f19.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<?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_attributes.twig */
class __TwigTemplate_d263ee848f7b1474e5bc02052aa2ed6590b17c3f41b1ebe0ad05cdfcbceb86f5 extends \Twig\Template
{
    public function 
__construct(Environment $env)
    {
        
parent::__construct($env);

        
$this->parent false;

        
$this->blocks = [
        ];
    }

    protected function 
doDisplay(array $context, array $blocks = [])
    {
        
// line 2
        
$context["ci"] = 0;
        
// line 3
        
echo "
"
;
        
// line 6
        
$context["ci_offset"] =  -1;
        
// line 7
        
echo "
<td class=\"center\">
    "
;
        
// line 10
        
echo "    ";
        
$this->loadTemplate("columns_definitions/column_name.twig""columns_definitions/column_attributes.twig"10)->display(twig_to_array(["column_number" =>         // line 11
($context["column_number"] ?? null), "ci" =>         // line 12
($context["ci"] ?? null), "ci_offset" =>         // line 13
($context["ci_offset"] ?? null), "column_meta" =>         // line 14
($context["column_meta"] ?? null), "cfg_relation" =>         // line 15
($context["cfg_relation"] ?? null), "max_rows" =>         // line 16
($context["max_rows"] ?? null)]));
        
// line 18
        
echo "    ";
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 19
        
echo "</td>
<td class=\"center\">
    "
;
        
// line 22
        
echo "    ";
        
$this->loadTemplate("columns_definitions/column_type.twig""columns_definitions/column_attributes.twig"22)->display(twig_to_array(["column_number" =>         // line 23
($context["column_number"] ?? null), "ci" =>         // line 24
($context["ci"] ?? null), "ci_offset" =>         // line 25
($context["ci_offset"] ?? null), "column_meta" =>         // line 26
($context["column_meta"] ?? null), "type_upper" =>         // line 27
($context["type_upper"] ?? null)]));
        
// line 29
        
echo "    ";
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 30
        
echo "</td>
<td class=\"center\">
    "
;
        
// line 33
        
echo "    ";
        
$this->loadTemplate("columns_definitions/column_length.twig""columns_definitions/column_attributes.twig"33)->display(twig_to_array(["column_number" =>         // line 34
($context["column_number"] ?? null), "ci" =>         // line 35
($context["ci"] ?? null), "ci_offset" =>         // line 36
($context["ci_offset"] ?? null), "length_values_input_size" =>         // line 37
($context["length_values_input_size"] ?? null), "length_to_display" =>         // line 38
($context["length"] ?? null)]));
        
// line 40
        
echo "    ";
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 41
        
echo "</td>
<td class=\"center\">
    "
;
        
// line 44
        
echo "    ";
        
$this->loadTemplate("columns_definitions/column_default.twig""columns_definitions/column_attributes.twig"44)->display(twig_to_array(["column_number" =>         // line 45
($context["column_number"] ?? null), "ci" =>         // line 46
($context["ci"] ?? null), "ci_offset" =>         // line 47
($context["ci_offset"] ?? null), "column_meta" =>         // line 48
($context["column_meta"] ?? null), "type_upper" =>         // line 49
($context["type_upper"] ?? null), "char_editing" =>         // line 50
($context["char_editing"] ?? null)]));
        
// line 52
        
echo "    ";
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 53
        
echo "</td>
<td class=\"center\">
    "
;
        
// line 56
        
echo "    ";
        echo 
PhpMyAdmin\Charsets::getCollationDropdownBox(        // line 57
($context["dbi"] ?? null),         // line 58
($context["disable_is"] ?? null), (("field_collation[" .         // line 59
($context["column_number"] ?? null)) . "]"), ((("field_" .         // line 60
($context["column_number"] ?? null)) . "_") . (($context["ci"] ?? null) - ($context["ci_offset"] ?? null))), (( !twig_test_empty($this->getAttribute(        // line 61
($context["column_meta"] ?? null), "Collation", [], "array"))) ? ($this->getAttribute(($context["column_meta"] ?? null), "Collation", [], "array")) : (null)), false);
        
// line 63
        
echo "
    "
;
        
// line 64
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 65
        
echo "</td>
<td class=\"center\">
    "
;
        
// line 68
        
echo "    ";
        
$this->loadTemplate("columns_definitions/column_attribute.twig""columns_definitions/column_attributes.twig"68)->display(twig_to_array(["column_number" =>         // line 69
($context["column_number"] ?? null), "ci" =>         // line 70
($context["ci"] ?? null), "ci_offset" =>         // line 71
($context["ci_offset"] ?? null), "column_meta" =>         // line 72
($context["column_meta"] ?? null), "extracted_columnspec" =>         // line 73
($context["extracted_columnspec"] ?? null), "submit_attribute" =>         // line 74
($context["submit_attribute"] ?? null), "attribute_types" =>         // line 75
($context["attribute_types"] ?? null)]));
        
// line 77
        
echo "    ";
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 78
        
echo "</td>
<td class=\"center\">
    "
;
        
// line 81
        
echo "    ";
        
$this->loadTemplate("columns_definitions/column_null.twig""columns_definitions/column_attributes.twig"81)->display(twig_to_array(["column_number" =>         // line 82
($context["column_number"] ?? null), "ci" =>         // line 83
($context["ci"] ?? null), "ci_offset" =>         // line 84
($context["ci_offset"] ?? null), "column_meta" =>         // line 85
($context["column_meta"] ?? null)]));
        
// line 87
        
echo "    ";
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 88
        
echo "</td>
"
;
        
// line 89
        
if (((isset($context["change_column"]) || array_key_exists("change_column"$context)) &&  !twig_test_empty(($context["change_column"] ?? null)))) {
            
// line 90
            
echo "    ";
            
// line 91
            
echo "    <td class=\"center\">
        "
;
            
// line 92
            
$this->loadTemplate("columns_definitions/column_adjust_privileges.twig""columns_definitions/column_attributes.twig"92)->display(twig_to_array(["column_number" =>             // line 93
($context["column_number"] ?? null), "ci" =>             // line 94
($context["ci"] ?? null), "ci_offset" =>             // line 95
($context["ci_offset"] ?? null), "privs_available" =>             // line 96
($context["privs_available"] ?? null)]));
            
// line 98
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 99
            
echo "    </td>
"
;
        }
        
// line 101
        
if ( !($context["is_backup"] ?? null)) {
            
// line 102
            
echo "    ";
            
// line 103
            
echo "    <td class=\"center\">
        "
;
            
// line 104
            
$this->loadTemplate("columns_definitions/column_indexes.twig""columns_definitions/column_attributes.twig"104)->display(twig_to_array(["column_number" =>             // line 105
($context["column_number"] ?? null), "ci" =>             // line 106
($context["ci"] ?? null), "ci_offset" =>             // line 107
($context["ci_offset"] ?? null), "column_meta" =>             // line 108
($context["column_meta"] ?? null)]));
            
// line 110
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 111
            
echo "    </td>
"
;
        }
        
// line 113
        
echo "<td class=\"center\">
    "
;
        
// line 115
        
echo "    ";
        
$this->loadTemplate("columns_definitions/column_auto_increment.twig""columns_definitions/column_attributes.twig"115)->display(twig_to_array(["column_number" =>         // line 116
($context["column_number"] ?? null), "ci" =>         // line 117
($context["ci"] ?? null), "ci_offset" =>         // line 118
($context["ci_offset"] ?? null), "column_meta" =>         // line 119
($context["column_meta"] ?? null)]));
        
// line 121
        
echo "    ";
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 122
        
echo "</td>
<td class=\"center\">
    "
;
        
// line 125
        
echo "    ";
        
$this->loadTemplate("columns_definitions/column_comment.twig""columns_definitions/column_attributes.twig"125)->display(twig_to_array(["column_number" =>         // line 126
($context["column_number"] ?? null), "ci" =>         // line 127
($context["ci"] ?? null), "ci_offset" =>         // line 128
($context["ci_offset"] ?? null), "max_length" =>         // line 129
($context["max_length"] ?? null), "value" => (((($this->getAttribute(        // line 130
($context["column_meta"] ?? null), "Field", [], "array"truetrue) && twig_test_iterable(        // line 131
($context["comments_map"] ?? null))) && $this->getAttribute(        // line 132
($context["comments_map"] ?? null), $this->getAttribute(($context["column_meta"] ?? null), "Field", [], "array"), [], "array"truetrue))) ? (twig_escape_filter($this->env$this->getAttribute(        // line 133
($context["comments_map"] ?? null), $this->getAttribute(($context["column_meta"] ?? null), "Field", [], "array"), [], "array"))) : (""))]));
        
// line 135
        
echo "    ";
        
$context["ci"] = (($context["ci"] ?? null) + 1);
        
// line 136
        
echo "</td>
 "
;
        
// line 138
        
if (($context["is_virtual_columns_supported"] ?? null)) {
            
// line 139
            
echo "    <td class=\"center\">
        "
;
            
// line 140
            
$this->loadTemplate("columns_definitions/column_virtuality.twig""columns_definitions/column_attributes.twig"140)->display(twig_to_array(["column_number" =>             // line 141
($context["column_number"] ?? null), "ci" =>             // line 142
($context["ci"] ?? null), "ci_offset" =>             // line 143
($context["ci_offset"] ?? null), "column_meta" =>             // line 144
($context["column_meta"] ?? null), "char_editing" =>             // line 145
($context["char_editing"] ?? null), "expression" => (($this->getAttribute(            // line 146
($context["column_meta"] ?? null), "Expression", [], "array"truetrue)) ? ($this->getAttribute(($context["column_meta"] ?? null), "Expression", [], "array")) : ("")), "options" =>             // line 147
($context["options"] ?? null)]));
            
// line 149
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 150
            
echo "    </td>
"
;
        }
        
// line 153
        
if ((isset($context["fields_meta"]) || array_key_exists("fields_meta"$context))) {
            
// line 154
            
echo "    ";
            
$context["current_index"] = 0;
            
// line 155
            
echo "    ";
            
$context["cols"] = (twig_length_filter($this->env, ($context["move_columns"] ?? null)) - 1);
            
// line 156
            
echo "    ";
            
$context["break"] = false;
            
// line 157
            
echo "    ";
            
$context['_parent'] = $context;
            
$context['_seq'] = twig_ensure_traversable(range(0, ($context["cols"] ?? null)));
            foreach (
$context['_seq'] as $context["_key"] => $context["mi"]) {
                
// line 158
                
echo "      ";
                if (((
$this->getAttribute($this->getAttribute(($context["move_columns"] ?? null), $context["mi"], [], "array"), "name", []) == $this->getAttribute(($context["column_meta"] ?? null), "Field", [], "array")) &&  !($context["break"] ?? null))) {
                    
// line 159
                    
echo "        ";
                    
$context["current_index"] = $context["mi"];
                    
// line 160
                    
echo "        ";
                    
$context["break"] = true;
                    
// line 161
                    
echo "      ";
                }
                
// line 162
                
echo "    ";
            }
            
$_parent $context['_parent'];
            unset(
$context['_seq'], $context['_iterated'], $context['_key'], $context['mi'], $context['_parent'], $context['loop']);
            
$context array_intersect_key($context$_parent) + $_parent;
            
// line 163
            
echo "
    <td class=\"center\">
        "
;
            
// line 165
            
$this->loadTemplate("columns_definitions/move_column.twig""columns_definitions/column_attributes.twig"165)->display(twig_to_array(["column_number" =>             // line 166
($context["column_number"] ?? null), "ci" =>             // line 167
($context["ci"] ?? null), "ci_offset" =>             // line 168
($context["ci_offset"] ?? null), "column_meta" =>             // line 169
($context["column_meta"] ?? null), "move_columns" =>             // line 170
($context["move_columns"] ?? null), "current_index" =>             // line 171
($context["current_index"] ?? null)]));
            
// line 173
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 174
            
echo "    </td>
"
;
        }
        
// line 176
        
echo "
"
;
        
// line 177
        
if ((($this->getAttribute(($context["cfg_relation"] ?? null), "mimework", [], "array") && ($context["browse_mime"] ?? null)) && $this->getAttribute(($context["cfg_relation"] ?? null), "commwork", [], "array"))) {
            
// line 178
            
echo "    <td class=\"center\">
        "
;
            
// line 180
            
echo "        ";
            
$this->loadTemplate("columns_definitions/mime_type.twig""columns_definitions/column_attributes.twig"180)->display(twig_to_array(["column_number" =>             // line 181
($context["column_number"] ?? null), "ci" =>             // line 182
($context["ci"] ?? null), "ci_offset" =>             // line 183
($context["ci_offset"] ?? null), "column_meta" =>             // line 184
($context["column_meta"] ?? null), "available_mime" =>             // line 185
($context["available_mime"] ?? null), "mime_map" =>             // line 186
($context["mime_map"] ?? null)]));
            
// line 188
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 189
            
echo "    </td>
    <td class=\"center\">
        "
;
            
// line 192
            
echo "        ";
            
$this->loadTemplate("columns_definitions/transformation.twig""columns_definitions/column_attributes.twig"192)->display(twig_to_array(["column_number" =>             // line 193
($context["column_number"] ?? null), "ci" =>             // line 194
($context["ci"] ?? null), "ci_offset" =>             // line 195
($context["ci_offset"] ?? null), "column_meta" =>             // line 196
($context["column_meta"] ?? null), "available_mime" =>             // line 197
($context["available_mime"] ?? null), "mime_map" =>             // line 198
($context["mime_map"] ?? null), "type" => "transformation"]));
            
// line 201
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 202
            
echo "    </td>
    <td class=\"center\">
        "
;
            
// line 205
            
echo "        ";
            
$this->loadTemplate("columns_definitions/transformation_option.twig""columns_definitions/column_attributes.twig"205)->display(twig_to_array(["column_number" =>             // line 206
($context["column_number"] ?? null), "ci" =>             // line 207
($context["ci"] ?? null), "ci_offset" =>             // line 208
($context["ci_offset"] ?? null), "column_meta" =>             // line 209
($context["column_meta"] ?? null), "mime_map" =>             // line 210
($context["mime_map"] ?? null), "type_prefix" => ""]));
            
// line 213
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 214
            
echo "    </td>
    <td class=\"center\">
        "
;
            
// line 217
            
echo "        ";
            
$this->loadTemplate("columns_definitions/transformation.twig""columns_definitions/column_attributes.twig"217)->display(twig_to_array(["column_number" =>             // line 218
($context["column_number"] ?? null), "ci" =>             // line 219
($context["ci"] ?? null), "ci_offset" =>             // line 220
($context["ci_offset"] ?? null), "column_meta" =>             // line 221
($context["column_meta"] ?? null), "available_mime" =>             // line 222
($context["available_mime"] ?? null), "mime_map" =>             // line 223
($context["mime_map"] ?? null), "type" => "input_transformation"]));
            
// line 226
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 227
            
echo "    </td>
    <td class=\"center\">
        "
;
            
// line 230
            
echo "        ";
            
$this->loadTemplate("columns_definitions/transformation_option.twig""columns_definitions/column_attributes.twig"230)->display(twig_to_array(["column_number" =>             // line 231
($context["column_number"] ?? null), "ci" =>             // line 232
($context["ci"] ?? null), "ci_offset" =>             // line 233
($context["ci_offset"] ?? null), "column_meta" =>             // line 234
($context["column_meta"] ?? null), "mime_map" =>             // line 235
($context["mime_map"] ?? null), "type_prefix" => "input_"]));
            
// line 238
            
echo "        ";
            
$context["ci"] = (($context["ci"] ?? null) + 1);
            
// line 239
            
echo "    </td>
"
;
        }
    }

    public function 
getTemplateName()
    {
        return 
"columns_definitions/column_attributes.twig";
    }

    public function 
isTraitable()
    {
        return 
false;
    }

    public function 
getDebugInfo()
    {
        return array (  
380 => 239,  377 => 238,  375 => 235,  374 => 234,  373 => 233,  372 => 232,  371 => 231,  369 => 230,  365 => 227,  362 => 226,  360 => 223,  359 => 222,  358 => 221,  357 => 220,  356 => 219,  355 => 218,  353 => 217,  349 => 214,  346 => 213,  344 => 210,  343 => 209,  342 => 208,  341 => 207,  340 => 206,  338 => 205,  334 => 202,  331 => 201,  329 => 198,  328 => 197,  327 => 196,  326 => 195,  325 => 194,  324 => 193,  322 => 192,  318 => 189,  315 => 188,  313 => 186,  312 => 185,  311 => 184,  310 => 183,  309 => 182,  308 => 181,  306 => 180,  303 => 178,  301 => 177,  298 => 176,  294 => 174,  291 => 173,  289 => 171,  288 => 170,  287 => 169,  286 => 168,  285 => 167,  284 => 166,  283 => 165,  279 => 163,  273 => 162,  270 => 161,  267 => 160,  264 => 159,  261 => 158,  256 => 157,  253 => 156,  250 => 155,  247 => 154,  245 => 153,  241 => 150,  238 => 149,  236 => 147,  235 => 146,  234 => 145,  233 => 144,  232 => 143,  231 => 142,  230 => 141,  229 => 140,  226 => 139,  224 => 138,  221 => 136,  218 => 135,  216 => 133,  215 => 132,  214 => 131,  213 => 130,  212 => 129,  211 => 128,  210 => 127,  209 => 126,  207 => 125,  203 => 122,  200 => 121,  198 => 119,  197 => 118,  196 => 117,  195 => 116,  193 => 115,  190 => 113,  186 => 111,  183 => 110,  181 => 108,  180 => 107,  179 => 106,  178 => 105,  177 => 104,  174 => 103,  172 => 102,  170 => 101,  166 => 99,  163 => 98,  161 => 96,  160 => 95,  159 => 94,  158 => 93,  157 => 92,  154 => 91,  152 => 90,  150 => 89,  147 => 88,  144 => 87,  142 => 85,  141 => 84,  140 => 83,  139 => 82,  137 => 81,  133 => 78,  130 => 77,  128 => 75,  127 => 74,  126 => 73,  125 => 72,  124 => 71,  123 => 70,  122 => 69,  120 => 68,  116 => 65,  114 => 64,  111 => 63,  109 => 61,  108 => 60,  107 => 59,  106 => 58,  105 => 57,  103 => 56,  99 => 53,  96 => 52,  94 => 50,  93 => 49,  92 => 48,  91 => 47,  90 => 46,  89 => 45,  87 => 44,  83 => 41,  80 => 40,  78 => 38,  77 => 37,  76 => 36,  75 => 35,  74 => 34,  72 => 33,  68 => 30,  65 => 29,  63 => 27,  62 => 26,  61 => 25,  60 => 24,  59 => 23,  57 => 22,  53 => 19,  50 => 18,  48 => 16,  47 => 15,  46 => 14,  45 => 13,  44 => 12,  43 => 11,  41 => 10,  37 => 7,  35 => 6,  32 => 3,  30 => 2,);
    }

    
/** @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_attributes.twig""/usr/local/cpanel/base/3rdparty/phpMyAdmin/templates/columns_definitions/column_attributes.twig");
    }
}