Skip to content

Tags: 3F/sandbox

Tags

latest-@wildcards

Toggle latest-@wildcards's commit message
fixed: Wildcards C++ ESS ver. /out of range for {END}

WildcardsEXT

Toggle WildcardsEXT's commit message
[wildcards] Рефакторинг структуры

WildcardsESS

Toggle WildcardsESS's commit message
Implemented ESS version

* Changed behavior ANYSP & ONE in comparison with the EXT realisation

Default map:

    MS_ANY      = _T('*'), // {0, ~}
    MS_SPLIT    = _T('|'), // str1 or str2 or ...
    MS_ONE      = _T('?'), // {0, 1}, ??? - {0, 3}, ...
    MS_BEGIN    = _T('^'), // [str... or [str1... |[str2...
    MS_END      = _T('$'), // ...str] or ...str1]| ...str2]
    MS_MORE     = _T('+'), // {1, ~}
    MS_SINGLE   = _T('#'), // {1}
    MS_ANYSP    = _T('>'), // as [^/]*  //TODO: >\>/ i.e. '>' + {symbol}

WTL_CGrid

Toggle WTL_CGrid's commit message
wtl grid control with a custom items

component wrappers:
* CEditBox
* CCheckBox
* CButtonPush
* CButton
* CListBox

+ sample for use it - "options list":
  * onKeyHandler for CEditBox - sample of ICGridEventKeys implementation
  * Add/Remove options in list & basic access ...

latest@php-GDF

Toggle latest@php-GDF's commit message
828b342 Работа с бинарным форматом GDF: рендеринг в поток

* Рефакторинг вызова render методов
* Выделен GDFColor
* Типы ITypeOutput, IParts - увы, типизация complex-type в php только по экземплярам...

wildcards_&_regexp

Toggle wildcards_&_regexp's commit message