This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$MODULE_ID = "Идентификатор модуля". | |
// -------------- СОХРАНЕНИЕ -------------- | |
// ПО ОТДЕЛЬНОСТИ | |
foreach($arOptions as $arOption) { | |
__AdmSettingsSaveOption($MODULE_ID, $arOption); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
// тип: Строка / (множ) строка | |
$arPropertyValues = array( | |
"STRING" => "some string", | |
"STRING_MULTIPLE" => array( | |
"first row", | |
"second row", | |
"third row" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import styled from 'styled-components' | |
export * from 'styled-components' | |
const getNamespace = props => props.theme.namespace || '' | |
const isPure = args => | |
(args.length === 1 && args[0] === '') || | |
args.find(arg => arg === getNamespace) | |
const tag = method => (...args) => { | |
if (isPure(args)) return method(...args) |
- I've read and followed the Pull Request Checklist
- I added JIRA ticket ID to my PR title (e.g. [ADAPP-0000]) and linked it into the description
- My code nicely falls back if we get bad or unexpected data (preventing PANICs)
- If UI related, I've included screenshots or screencapture of the change.
- If added/changed translations, I've added [LEXI] tag in PR title and linked translation keys in the description
- If there are any related PRs to other repos, I've added links on those PRs in corresponded section
- I have added tests that prove my fix is effective or that my feature works (if needed)
- I added unique datatest-id for Pedo/Regression (if needed)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JVBERi0xLjMKJf////8KOCAwIG9iago8PAovVHlwZSAvRXh0R1N0YXRlCi9jYSAxCj4+CmVuZG9iago3IDAgb2JqCjw8Ci9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL01lZGlhQm94IFswIDAgNDUzIDI4M10KL0NvbnRlbnRzIDUgMCBSCi9SZXNvdXJjZXMgNiAwIFIKPj4KZW5kb2JqCjYgMCBvYmoKPDwKL1Byb2NTZXQgWy9QREYgL1RleHQgL0ltYWdlQiAvSW1hZ2VDIC9JbWFnZUldCi9FeHRHU3RhdGUgPDwKL0dzMSA4IDAgUgo+PgovRm9udCA8PAovRjIgOSAwIFIKPj4KPj4KZW5kb2JqCjExIDAgb2JqCihyZWFjdC1wZGYpCmVuZG9iagoxMiAwIG9iagoocmVhY3QtcGRmKQplbmRvYmoKMTMgMCBvYmoKKEQ6MjAyMjAyMDQxODI2MzJaKQplbmRvYmoKMTAgMCBvYmoKPDwKL1Byb2R1Y2VyIDExIDAgUgovQ3JlYXRvciAxMiAwIFIKL0NyZWF0aW9uRGF0ZSAxMyAwIFIKPj4KZW5kb2JqCjE1IDAgb2JqCjw8Ci9UeXBlIC9Gb250RGVzY3JpcHRvcgovRm9udE5hbWUgL0hJVlhJQitBcmlhbEN5ck1UCi9GbGFncyA0Ci9Gb250QkJveCBbLTQzLjk0NTMxMiAtMjEwLjQ0OTIxOSAxMDMxLjI1IDkxNC4wNjI1XQovSXRhbGljQW5nbGUgMAovQXNjZW50IDkwNS4yNzM0MzgKL0Rlc2NlbnQgLTIxMS45MTQwNjIKL0NhcEhlaWdodCA5MDUuMjczNDM4Ci9YSGVpZ2h0IDAKL1N0ZW1WIDAKL0ZvbnRGaWxlMiAxNCAwIFIKPj4KZW5kb2JqCjE2IDAgb2JqCjw8Ci9UeXBlIC9Gb250Ci9TdWJ0eXBlIC9DSURGb250VHlwZTIKL0Jhc2VGb250IC9ISVZYSUIrQXJpYWxD |