File | Date | Author | Commit |
---|---|---|---|
Classes | 2022-09-01 | vaclavmacurek | [r42] [chg,add,del]new classes, renamed classes, new ... |
DTD | 2016-03-04 | vaclavmacurek | [r16] [del] deleted HTML file for XML heading of XHTM... |
Exceptions | 2022-09-01 | vaclavmacurek | [r42] [chg,add,del]new classes, renamed classes, new ... |
Interfaces | 2022-09-01 | vaclavmacurek | [r42] [chg,add,del]new classes, renamed classes, new ... |
License | 2015-02-05 | vaclavmacurek | [r1] MarC [add] initial upload |
Traits | 2022-09-01 | vaclavmacurek | [r42] [chg,add,del]new classes, renamed classes, new ... |
MarC.php | 2022-09-01 | vaclavmacurek | [r42] [chg,add,del]new classes, renamed classes, new ... |
ReadMe.rst | 2022-09-01 | vaclavmacurek | [r42] [chg,add,del]new classes, renamed classes, new ... |
Originally developed only for my needs - and for generation of only HTML, as part of project that allowed generation of also CSS and JavaScript. Later I allowed also other sets of elements. And in February of 2015, after separation from original project, I published it for public using, if someone would like to use it. And development goes on.
You may write your ideas for further development through tickets, here, on SourceForge.net. Mostly awaited are ideas for
Execute
.PREFIX | MEANING |
---|---|
add | extend code with something, add something to code |
count | count anything |
disable | switch something off, set property to FALSE |
enable | switch something on, set property to TRUE |
get | load / prepare from source |
has | is owner of |
is | corresponds to, is equal to, has attribute |
load | load from properties |
set | set from external scope |
assemble | assemble from more parts, concat more parts into one |
convert | change form |
subtract | decrease numeric value |
export | exports scalar value - mostly without return |
Prefix:code:add differs from prefix:code:set in place of usage of current * element * . Set element is used in a independent way on place of its usage. Added element is used in chosen place (mostly, if more than one method with prefix code:add is used).
switch
cannot contain another such condition unless it is inside of if-else conditionif-else
should not be inside another if-else
condition