1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
autoload.php
См. документацию.
1<?php
2
4
6 'translate',
7 array(
8 'translate' => 'install/index.php',
9 'Bitrix\Translate\Ui\Panel' => 'lib/ui/panel.php',
10
11 'CTranslateUtils' => 'translate_tools.php',
12 'CTranslateEventHandlers' => 'translate_tools.php',
13 )
14);
15
17 'utf-8',
18 'windows-1250',
19 'windows-1251',
20 'windows-1252',
21 'windows-1253',
22 'windows-1254',
23 'windows-1255',
24 'windows-1256',
25 'windows-1257',
26 'windows-1258',
27 'iso-8859-1',
28 'iso-8859-2',
29 'iso-8859-3',
30 'iso-8859-4',
31 'iso-8859-5',
32 'iso-8859-6',
33 'iso-8859-7',
34 'iso-8859-8',
35 'iso-8859-9',
36 'iso-8859-10',
37 'iso-8859-13',
38 'iso-8859-15',
39);
40
42 '.',
43 '..',
44 '.hg',
45 '.git',
46 '.svn',
47 '.vs',
48 '.vscode',
49 '.idea',
50 '.DS_Store',
51 '.htaccess',
52 '.access.php',
53 '.settings.php',
54);
55
57 '/bitrix/backup',
58 '/bitrix/updates',
59 '/bitrix/updates_enc',
60 '/bitrix/updates_enc5',
61 '/bitrix/help',
62 '/bitrix/cache',
63 '/bitrix/cache_image',
64 '/bitrix/managed_cache',
65 '/bitrix/stack_cache',
66 '/bitrix/tmp',
67 '/bitrix/html_pages',
68 '/bitrix/vendor',
69 '/bitrix/css',
70 '/bitrix/fonts',
71 '/bitrix/images',
72 '/bitrix/routes',
73 '/bitrix/sounds',
74 '/upload',
75);
76
78 'exec'
79);
80
82 'dev',
83 'meta',
84 'tests',
85);
86
87const SUPD_LANG_DATE_MARK = '/main/lang/#LANG_ID#/supd_lang_date.dat';
88
90 'modules',
91 'activities',
92 'components',
93 'public',
94 'templates',
95 'wizards',
96 'gadgets',
97 'js',
98 'blocks',
99 'mobileapp',
100 'themes',
101 'admin',
102 'public_bitrix24',
103 'delivery',
104 'paysystem',
105);
static registerAutoLoadClasses($moduleName, array $classes)
Определения loader.php:273
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
Определения autoload.php:3
const SUPD_LANG_DATE_MARK
Определения autoload.php:87
const ENCODINGS
Определения autoload.php:16
const IGNORE_BX_NAMES
Определения autoload.php:56
const ASSIGNMENT_TYPES
Определения autoload.php:89
const IGNORE_MODULE_NAMES
Определения autoload.php:81
const IGNORE_FS_NAMES
Определения autoload.php:41
const IGNORE_LANG_NAMES
Определения autoload.php:77