mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
* Initial syntax is the following: * $template{{ some JS code here }} - simple template based on JS code inside. It works the same as lambda functions, but calculates only once. * aw_count(regex) - keys count found for given regex * aw_keys(regex, [separator]) - keys found for given regex and joined by using given separator * aw_names(regex, [separator]) - key names found for given regex and joined by using given separator (the same as previous but w\o $) The template and function syntax may be changed before release. * replace `foreach` to `for (auto foo : bar)` and update CONTRIBUTING.md accordingly |
||
---|---|---|
.. | ||
desktops | ||
quotes | ||
scripts | ||
upgrade | ||
weather | ||
abstractextitem.cpp | ||
abstractextitem.h | ||
abstractextitemaggregator.cpp | ||
abstractextitemaggregator.h | ||
awesomewidgets-extweather-ids.json | ||
CMakeLists.txt | ||
extitemaggregator.h | ||
extquotes.cpp | ||
extquotes.h | ||
extquotes.ui | ||
extscript.cpp | ||
extscript.h | ||
extscript.ui | ||
extupgrade.cpp | ||
extupgrade.h | ||
extupgrade.ui | ||
extweather.cpp | ||
extweather.h | ||
extweather.ui | ||
graphicalitem.cpp | ||
graphicalitem.h | ||
graphicalitem.ui |