Skip to content

Commit

Permalink
refs to #66
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Zenin committed Mar 22, 2019
1 parent 2563659 commit d69b8e8
Show file tree
Hide file tree
Showing 72 changed files with 410 additions and 403 deletions.
11 changes: 6 additions & 5 deletions system/design/complete/funcs/funcs/TGroup.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?

return array(
'DESC'=>'êëàññ äëÿ ãðóïïèðîâêè îáúåêòîâ',
'INLINE'=>'TGroup ( array objects )',
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'êëàññ äëÿ ãðóïïèðîâêè îáúåêòîâ',
'INLINE'=>'TGroup ( array objects )',
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/message.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Ïîêàçàòü ñîîáùåíèå',
'INLINE'=>'void message (string message)',
'SEEALSO'=>array('alert','msg','messageBox','messageDlg'),
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'Ïîêàçàòü ñîîáùåíèå',
'INLINE'=>'void message (string message)',
'SEEALSO'=>['alert','msg','messageBox','messageDlg'],
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/messageBox.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Ïîêàçàòü ñîîáùåíèå ñ ïàðàìåòðàìè è âîçâðàòèòü ðåçóëüòàò äèàëîãà',
'INLINE'=>'int messageBox (string message, string caption[, int mode = MB_OK])',
'SEEALSO'=>array('alert','msg','message','messageDlg'),
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'Ïîêàçàòü ñîîáùåíèå ñ ïàðàìåòðàìè è âîçâðàòèòü ðåçóëüòàò äèàëîãà',
'INLINE'=>'int messageBox (string message, string caption[, int mode = MB_OK])',
'SEEALSO'=>['alert','msg','message','messageDlg'],
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/msg.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Ïîêàçàòü ñîîáùåíèå',
'INLINE'=>'void msg (string message)',
'SEEALSO'=>array('alert','message','messageBox','messageDlg'),
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'Ïîêàçàòü ñîîáùåíèå',
'INLINE'=>'void msg (string message)',
'SEEALSO'=>['alert','message','messageBox','messageDlg'],
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
11 changes: 6 additions & 5 deletions system/design/complete/funcs/funcs/new.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?

return array(
'DESC'=>'Ñîçäàíèå ýêçåìïëÿðà êëàññà',
'INLINE'=>'new <class_name>',
'CATEGORY'=>'ÎÎÏ',
);
return
[
'DESC'=>'Ñîçäàíèå ýêçåìïëÿðà êëàññà',
'INLINE'=>'new <class_name>',
'CATEGORY'=>'ÎÎÏ',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/pre.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Вывод информации о значении переменной в сообщении',
'INLINE'=>'void pre (mixed var)',
'SEEALSO'=>array('msg','alert','message'),
'CATEGORY'=>'GUI и компоненты',
);
return
[
'DESC'=>'Вывод информации о значении переменной в сообщении',
'INLINE'=>'void pre (mixed var)',
'SEEALSO'=>array('msg','alert','message'),
'CATEGORY'=>'GUI и компоненты',
];
11 changes: 6 additions & 5 deletions system/design/complete/funcs/funcs/require.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?
return

return array(
'DESC'=>'Ïîäêëþ÷èòü php-ñêðèïò',
'INLINE'=>'void require ( string fileName )',
'SEEALSO'=>array('include','require_once'),
);
[
'DESC'=>'Ïîäêëþ÷èòü php-ñêðèïò',
'INLINE'=>'void require ( string fileName )',
'SEEALSO'=>['include','require_once'],
];
11 changes: 6 additions & 5 deletions system/design/complete/funcs/funcs/require_once.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?

return array(
'DESC'=>'Ïîäêëþ÷èòü åäèíîæäû php-ñêðèïò',
'INLINE'=>'void require_once ( string fileName )',
'SEEALSO'=>array('require','include'),
);
return
[
'DESC'=>'Ïîäêëþ÷èòü åäèíîæäû php-ñêðèïò',
'INLINE'=>'void require_once ( string fileName )',
'SEEALSO'=>array('require','include'),
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/return.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'',
'INLINE'=>'return <value>',
'SEEALSO'=>array('break', 'exit'),
'CATEGORY'=>'Ñèíòàêñèñ',
);
return
[
'DESC'=>'',
'INLINE'=>'return <value>',
'SEEALSO'=>array('break', 'exit'),
'CATEGORY'=>'Ñèíòàêñèñ',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/setThread.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Âûïîëíèòü ôóíêöèþ èëè êîä â ïîòîêå',
'INLINE'=>'TBackWork setThread ( string evalCode )',
'SEEALSO'=>array('TBackWork','v'),
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'Âûïîëíèòü ôóíêöèþ èëè êîä â ïîòîêå',
'INLINE'=>'TBackWork setThread ( string evalCode )',
'SEEALSO'=>['TBackWork','v'],
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/setTimeout.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Âûïîëíèòü êîä ÷åðåç N ìèëèñåêóíä',
'INLINE'=>'TTimerEx setTimeout ( int msecond, string evalCode )',
'SEEALSO'=>array('setTimer','setInterval'),
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'Âûïîëíèòü êîä ÷åðåç N ìèëèñåêóíä',
'INLINE'=>'TTimerEx setTimeout ( int msecond, string evalCode )',
'SEEALSO'=>['setTimer','setInterval'],
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/setTimer.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Âûïîëíÿòü êîä êàæäûå N ìèëèñåêóíä',
'INLINE'=>'TTimerEx setTimer ( int msecond, string evalCode )',
'SEEALSO'=>array('setTimeout','setInterval'),
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'Âûïîëíÿòü êîä êàæäûå N ìèëèñåêóíä',
'INLINE'=>'TTimerEx setTimer ( int msecond, string evalCode )',
'SEEALSO'=>['setTimeout','setInterval'],
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/switch.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Ìíîæåñòâåííîå óñëîâèå',
'INLINE'=>'switch ( < mixed value > )',
'SEEALSO'=>array('if', 'case'),
'CATEGORY'=>'Ñèíòàêñèñ',
);
return
[
'DESC'=>'Ìíîæåñòâåííîå óñëîâèå',
'INLINE'=>'switch ( < mixed value > )',
'SEEALSO'=>['if', 'case'],
'CATEGORY'=>'Ñèíòàêñèñ',
];
10 changes: 6 additions & 4 deletions system/design/complete/funcs/funcs/t.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?

return array(
'DESC'=>'Ïåðåâîä ñòðîêè íà âûáðàííûé ÿçûê',
'INLINE'=>'string t ( string fileName [,param1, param2, ...] )',
);

return
[
'DESC'=>'Ïåðåâîä ñòðîêè íà ñòàíäàðòíûé ÿçûê',
'INLINE'=>'string t ( string fileName [,param1, param2, ...] )',
];
8 changes: 4 additions & 4 deletions system/design/complete/funcs/funcs/true.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?

return array(
'INLINE'=>'true',
);
return
[
'INLINE'=>'true',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/v.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Çàäàòü èëè âîçâðàòèòü ãëîáàëüíóþ ïåðåìåííóþ, òàêæå âèäèìóþ â ïîòîêàõ',
'INLINE'=>'mixed v ( string name, mixed value )',
'SEEALSO'=>array('TBackWork','setThread'),
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'Çàäàòü èëè âîçâðàòèòü ãëîáàëüíóþ ïåðåìåííóþ, òàêæå âèäèìóþ â ïîòîêàõ',
'INLINE'=>'mixed v ( string name, mixed value )',
'SEEALSO'=>['TBackWork','setThread'],
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/funcs/funcs/while.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Öèêë "ïîêà ... âûïîëíÿòü" ',
'INLINE'=>'while ( <condition> )',
'SEEALSO'=>array('for'),
'CATEGORY'=>'Ñèíòàêñèñ',
);
return
[
'DESC'=>'Öèêë "ïîêà ... âûïîëíÿòü" ',
'INLINE'=>'while ( <condition> )',
'SEEALSO'=>['for'],
'CATEGORY'=>'Ñèíòàêñèñ',
];
11 changes: 6 additions & 5 deletions system/design/complete/hints/funcs/TGroup.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?

return array(
'DESC'=>'êëàññ äëÿ ãðóïïèðîâêè îáúåêòîâ',
'INLINE'=>'object TGroup ( array objects )',
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'êëàññ äëÿ ãðóïïèðîâêè îáúåêòîâ',
'INLINE'=>'object TGroup ( array objects )',
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/hints/funcs/alert.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Ïîêàçàòü ñîîáùåíèå',
'INLINE'=>'void alert (string message)',
'SEEALSO'=>array('msg','message','messageBox','messageDlg'),
'CATEGORY'=>'GUI è êîìïîíåíòû',
);
return
[
'DESC'=>'Ïîêàçàòü ñîîáùåíèå',
'INLINE'=>'void alert (string message)',
'SEEALSO'=>['msg','message','messageBox','messageDlg'],
'CATEGORY'=>'GUI è êîìïîíåíòû',
];
14 changes: 7 additions & 7 deletions system/design/complete/hints/funcs/check_die.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Проверка на завершение программы, используется в коде выполнения потока, чтобы корректно завершать программу',
'INLINE'=>'void check_die ( void )',
'SEEALSO'=>array('TBackWork','setThread','v'),
'CATEGORY'=>'GUI и компоненты',
);
return
[
'DESC'=>'Проверка на завершение программы, используется в коде выполнения потока, чтобы корректно завершать программу',
'INLINE'=>'void check_die ( void )',
'SEEALSO'=>['TBackWork','setThread','v'],
'CATEGORY'=>'GUI и компоненты',
];
14 changes: 7 additions & 7 deletions system/design/complete/hints/funcs/err_last.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Âîçâðàùàåò èíôîðìàöèþ î ïîñëåäíåé îøèáêå',
'INLINE'=>'array err_last ( void )',
'SEEALSO'=>array('err_no','err_msg','err_yes'),
'CATEGORY'=>'Ôóíêöèè îáðàáîòêè îøèáîê',
);
return
[
'DESC'=>'Âîçâðàùàåò èíôîðìàöèþ î ïîñëåäíåé îøèáêå',
'INLINE'=>'array err_last ( void )',
'SEEALSO'=>['err_no','err_msg','err_yes'],
'CATEGORY'=>'Ôóíêöèè îáðàáîòêè îøèáîê'
];
14 changes: 7 additions & 7 deletions system/design/complete/hints/funcs/err_msg.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Âîçâðàùàåò ñòðîêó ïîñëåäíåé îøèáêè',
'INLINE'=>'string err_msg ( void )',
'SEEALSO'=>array('err_no','err_last','err_yes'),
'CATEGORY'=>'Ôóíêöèè îáðàáîòêè îøèáîê',
);
return
[
'DESC'=>'Âîçâðàùàåò ñòðîêó ïîñëåäíåé îøèáêè',
'INLINE'=>'string err_msg ( void )',
'SEEALSO'=>['err_no','err_last','err_yes'],
'CATEGORY'=>'Ôóíêöèè îáðàáîòêè îøèáîê',
];
14 changes: 7 additions & 7 deletions system/design/complete/hints/funcs/err_no.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?

return array(
'DESC'=>'Îòêëþ÷èòü âûâîä îøèáîê',
'INLINE'=>'void err_no ( void )',
'SEEALSO'=>array('err_yes','err_msg','err_last'),
'CATEGORY'=>'Ôóíêöèè îáðàáîòêè îøèáîê',
);
return
[
'DESC'=>'Îòêëþ÷èòü âûâîä îøèáîê',
'INLINE'=>'void err_no ( void )',
'SEEALSO'=>['err_yes','err_msg','err_last'],
'CATEGORY'=>'Ôóíêöèè îáðàáîòêè îøèáîê',
];
Loading

0 comments on commit d69b8e8

Please sign in to comment.