User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 17:47, 9 August 2015 (diff | hist) . . (+1,312) . . N BezierCurve:evaluate (Русский) (Created page with "{{newin|0.9.0|090|type=function}} Вычисляет кривую Безье по параметру t. Параметр должен быть между 0 и 1 (вклю...")
- 17:20, 9 August 2015 (diff | hist) . . (-42) . . love.math.newBezierCurve (Русский)
- 10:56, 9 August 2015 (diff | hist) . . (+56) . . BezierCurve (Русский) (current)
- 10:54, 9 August 2015 (diff | hist) . . (+27) . . BezierCurve (Русский)
- 19:02, 7 August 2015 (diff | hist) . . (+16) . . BezierCurve (Русский)
- 18:58, 7 August 2015 (diff | hist) . . (-16) . . BezierCurve (Русский)
- 18:53, 7 August 2015 (diff | hist) . . (-784) . . BezierCurve (Русский)
- 18:43, 7 August 2015 (diff | hist) . . (+43) . . love.math.newBezierCurve (Русский)
- 18:42, 7 August 2015 (diff | hist) . . (+2,222) . . N love.math.newBezierCurve (Русский) (Created page with "{{newin|0.9.0|090|type=function}} Создает новый обект BezierCurve (Русский). Количество вершин в определенном м...")
- 18:39, 7 August 2015 (diff | hist) . . (-1) . . BezierCurve (Русский)
- 18:38, 7 August 2015 (diff | hist) . . (-64) . . BezierCurve (Русский)
- 18:36, 7 August 2015 (diff | hist) . . (+45) . . BezierCurve (Русский)
- 18:35, 7 August 2015 (diff | hist) . . (-1) . . BezierCurve (Русский)
- 18:34, 7 August 2015 (diff | hist) . . (+2,225) . . N BezierCurve (Русский) (Created page with "{{newin|0.9.0|090|type=function}} Создает новый обект BezierCurve (Русский). Количество вершин в определенном м...")
- 18:09, 7 August 2015 (diff | hist) . . (+61) . . User talk:Hgwells (→Приступил к переводу love.math: new section)
- 18:07, 7 August 2015 (diff | hist) . . (+42) . . User talk:Hgwells
- 18:05, 7 August 2015 (diff | hist) . . (+926) . . N love.math (Русский) (Created page with "{{newin|0.9.0|090|type=module}} Обеспечивает независимые от системы математические функции. == Виды == {{#ask: C...")
- 21:15, 6 August 2015 (diff | hist) . . (-89) . . User talk:Hgwells (Blanked the page)
- 21:14, 6 August 2015 (diff | hist) . . (-26) . . User talk:Hgwells
- 21:14, 6 August 2015 (diff | hist) . . (+26) . . User talk:Hgwells (→тест: new section)
- 21:12, 6 August 2015 (diff | hist) . . (+89) . . N User talk:Hgwells (Created page with "== Обо всех ошибках опечатках и т.п, писать здесь ==")
- 21:08, 6 August 2015 (diff | hist) . . (+222) . . File (Русский) (current)
- 20:59, 6 August 2015 (diff | hist) . . (+17) . . File (Русский)
- 20:57, 6 August 2015 (diff | hist) . . (0) . . (File):seek (Русский) (current)
- 20:53, 6 August 2015 (diff | hist) . . (+1,763) . . N (File):write (Русский) (Created page with "Записывает данные в файл. == Функция == === Вид === <source lang="lua"> success, err = File:write( data, size ) </source> === Аргумент...") (current)
- 19:26, 6 August 2015 (diff | hist) . . (+485) . . N (File):tell (Русский) (Created page with "Возвращает позицию в файле. == Функция == === Вид === <source lang="lua"> pos = File:tell( ) </source> === Аргументы === Нет. ===...") (current)
- 19:23, 6 August 2015 (diff | hist) . . (+1,582) . . N (File):setBuffer (Русский) (Created page with "{{newin|0.9.0|090|type=function}} Устанавливает режим буфера для записи или добавления файл. Файлы с буфериз...") (current)
- 19:09, 6 August 2015 (diff | hist) . . (+544) . . N (File):seek (Русский) (Created page with "Ищит что либо в файле == Функция == === Вид === <source lang="lua"> success = File:seek( pos ) </source> === Аргументы === {{param|number|p...")
- 19:00, 6 August 2015 (diff | hist) . . (+693) . . N (File):read (Русский) (Created page with "Считывает число байтов из файла. == Функция == === Вмд === <source lang="lua"> contents, size = File:read( bytes ) </source> === Аргу...") (current)
- 18:54, 6 August 2015 (diff | hist) . . (+1,271) . . N (File):open (Русский) (Created page with "Открывает файл для записи, чтения или добавления. == Функция == === Вид === <source lang="lua"> ok, err = File:open( mode )...") (current)
- 16:58, 6 August 2015 (diff | hist) . . (+609) . . N (File):lines (Русский) (Created page with "Перебрать все строки в file (Русский). == Функция == === Вид === <source lang="lua"> iterator = File:lines( ) </source> === Арг...") (current)
- 16:55, 6 August 2015 (diff | hist) . . (+625) . . N (File):isOpen (Русский) (Created page with "{{newin|0.9.0|090|type=function}} Получает был ли открыт файл. == Функция == === Вид === <source lang="lua"> open = File:isOpen( ) </sourc...") (current)
- 16:49, 6 August 2015 (diff | hist) . . (+518) . . N (File):getSize (Русский) (Created page with "Возвращает размер file (Русский). == Функция == === Вид === <source lang="lua"> size = File:getSize( ) </source> === Аргумент...") (current)
- 16:44, 6 August 2015 (diff | hist) . . (+17) . . (File):getMode (Русский) (current)
- 16:42, 6 August 2015 (diff | hist) . . (+621) . . N (File):getMode (Русский) (Created page with "{{newin|0.9.0|090|type=function}} Получает FileMode в котором был открыт файл. == Функция == === Вид === <source lang="lua"> mod...")
- 16:25, 6 August 2015 (diff | hist) . . (-22) . . (File):getBuffer (Русский) (current)
- 16:24, 6 August 2015 (diff | hist) . . (+775) . . N (File):getBuffer (Русский) (Created page with "{{newin|0.9.0|090|type=function}} Получает какой режим буфера у файла. == Функция == === Вид === <source lang="lua"> mode, size = F...")
- 14:29, 6 August 2015 (diff | hist) . . (+258) . . (File):getBuffer
- 14:20, 6 August 2015 (diff | hist) . . (+63) . . (File):flush (Русский) (current)
- 14:20, 6 August 2015 (diff | hist) . . (+932) . . N (File):flush (Русский) (Created page with "{{newin|0.9.0|090|type=function}} Записывает любые данные из буфере обена в файл на жостком диске. == Функция =...")
- 13:54, 6 August 2015 (diff | hist) . . (+509) . . N (File):eof (Русский) (Created page with "Если конец файла был достигнут == Функция == === Вид === <source lang="lua"> eof = File:eof( ) </source> === Аргументы === Нет....") (current)
- 08:55, 6 August 2015 (diff | hist) . . (+33) . . File (Русский)
- 08:53, 6 August 2015 (diff | hist) . . (+66) . . User:Hgwells
- 08:48, 6 August 2015 (diff | hist) . . (+14) . . N File:HGWells.jpeg (HGWells avatar) (current)
- 08:29, 6 August 2015 (diff | hist) . . (+37) . . N User:Hgwells (Created page with "== Russian translation contributor ==")
- 08:18, 6 August 2015 (diff | hist) . . (+27) . . (File):close (Русский) (current)
- 08:16, 6 August 2015 (diff | hist) . . (+51) . . File (Русский)
- 08:04, 6 August 2015 (diff | hist) . . (+448) . . N (File):close (Русский) (Created page with "Закрывает File. == Функция == === Вид === <source lang="lua"> success = File:close( ) </source> === Аргументы === Нет. === Возвраща...")
- 08:00, 6 August 2015 (diff | hist) . . (-86) . . (File):close (current)
- 07:57, 6 August 2015 (diff | hist) . . (+86) . . (File):close
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)