1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
autoload.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Translate
;
4
5
\Bitrix\Main\Loader::registerAutoLoadClasses
(
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
16
const
ENCODINGS
=
array
(
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
41
const
IGNORE_FS_NAMES
=
array
(
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
56
const
IGNORE_BX_NAMES
=
array
(
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
77
const
IGNORE_LANG_NAMES
=
array
(
78
'exec'
79
);
80
81
const
IGNORE_MODULE_NAMES
=
array
(
82
'dev'
,
83
'meta'
,
84
'tests'
,
85
);
86
87
const
SUPD_LANG_DATE_MARK
=
'/main/lang/#LANG_ID#/supd_lang_date.dat'
;
88
89
const
ASSIGNMENT_TYPES
=
array
(
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
);
Bitrix\Main\Loader\registerAutoLoadClasses
static registerAutoLoadClasses($moduleName, array $classes)
Определения
loader.php:273
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
Bitrix\Translate
Определения
autoload.php:3
Bitrix\Translate\SUPD_LANG_DATE_MARK
const SUPD_LANG_DATE_MARK
Определения
autoload.php:87
Bitrix\Translate\ENCODINGS
const ENCODINGS
Определения
autoload.php:16
Bitrix\Translate\IGNORE_BX_NAMES
const IGNORE_BX_NAMES
Определения
autoload.php:56
Bitrix\Translate\ASSIGNMENT_TYPES
const ASSIGNMENT_TYPES
Определения
autoload.php:89
Bitrix\Translate\IGNORE_MODULE_NAMES
const IGNORE_MODULE_NAMES
Определения
autoload.php:81
Bitrix\Translate\IGNORE_FS_NAMES
const IGNORE_FS_NAMES
Определения
autoload.php:41
Bitrix\Translate\IGNORE_LANG_NAMES
const IGNORE_LANG_NAMES
Определения
autoload.php:77
bitrix
modules
translate
autoload.php
Создано системой
1.14.0