Home
last modified time | relevance | path

Searched refs:items (Results 1 – 25 of 468) sorted by last modified time

12345678910>>...19

/template/sprintdoc/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
H A DCOPYING323 mouse-clicks or menu items--whatever suits your program.
/template/sprintdoc/css/
H A Dbase_mixins.less266 .align-items(@elem:center) {
267 align-items: @elem;
268 -ms-align-items: @elem;
269 -webkit-align-items: @elem;
H A Dtoollist.less16 align-items: center;
H A Darea_nav-usertools.less117 .align-items();
/template/kiwiki/partial/
H A Dheader.php50 $items = (new \dokuwiki\Menu\SiteMenu())->getItems();
51 foreach($items as $item) {
45 $items = (new \dokuwiki\Menu\SiteMenu())->getItems(); global() variable
/template/kiwiki/
H A Dmain.php63 $items = (new \dokuwiki\Menu\KiwikiGo())->getItems();
64 foreach ($items as $item){
57 $items = (new \dokuwiki\Menu\KiwikiGoTop())->getItems(); global() variable
H A DCOPYING323 mouse-clicks or menu items--whatever suits your program.
/template/kiwiki/css/
H A Dstyle.css45 align-items: center;
56 align-items: start;
171 align-items: center;
187 align-items: center;
195 align-items: center;
207 align-items: center;
605 align-items: center;
671 align-items: center;
814 align-items: center;
841 align-items
[all...]
/template/wikipraktik/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
/template/wikipraktik/css/
H A Dstyle.css25 align-items: center;
/template/ad-hominem/css/
H A D_cookies.css46 justify-items: center;
H A Dpagetools.less112 // on hover or focus show all items
H A D_edit.css180 align-items: start;
H A Dlayout.less141 justify-items: stretch;
197 place-items: stretch;
316 align-items: stretch;
726 align-items: stretch;
817 justify-items: center;
H A D_admin.less86 /* style the extension manager items: */
H A Dprint.less54 align-items: center;
/template/ad-hominem/
H A DLICENSE323 mouse-clicks or menu items--whatever suits your program.
H A Dmy_template.php389 $items = (new \dokuwiki\Menu\UserMenu())->getItems();
390 foreach($items as $it) {
/template/mikio/assets/
H A Dmikio-typeahead.js217 process: function (items) {
220 items = jQuery.grep(items, function (item) {
224 items = this.sorter(items);
226 if (!items.length && !this.options.addItem) {
230 if (items.length > 0) {
231 this.$element.data('active', items[0]);
236 if (this.options.items != 'all') { argument
237 items
272 sorter(items) global() argument
330 render(items) global() argument
721 items: 8, global() property in Typeahead.defaults
[all...]
H A Dmikio.css519 align-items: center;
535 align-items: stretch;
599 align-items: center;
731 align-items: flex-end;
1575 align-items: center;
2312 align-items: center;
2580 align-items: center;
2620 align-items: center;
3055 align-items: center;
3063 align-items
[all...]
H A Dmikio.js733 items: 10,
H A Dmikio.less471 align-items: center;
486 align-items: stretch;
559 align-items: center;
684 align-items: flex-end;
1501 align-items: center;
1820 align-items: center;
2062 align-items: center;
2104 align-items: center;
2342 align-items: center;
2347 align-items
[all...]
/template/mikio/
H A DREADME.md64 - `navbarCustomMenuText` : custom menu to use in the navbar. Menu items are in the format of url|title with each item seperated by a semicolon. Requires one of the `navbarPos` to be set to `custom`
66 - `navbarDWMenuType` : how to show the DokuWiki menu items in the navbar. Can be either icons, text or both
67 - `navbarDWMenuCombine` : how to show the DokuWiki menu in the navbar. Can be either category dropdowns, single items or a combined dropdown. The combined menu title is pulled from the `tools-menu` language value
108 - `youarehereShowLast` : only show an amount of you are here from the last. Will also show the home item in the list if enabled. Set this to `0` to show all items
129 - `footerCustomMenuText` : custom menu to use in the footer. Menu items are in the format of url|title with each item seperated by a semicolon
371 - Separated Breadcrumbs and You Are Here items [#36](https://github.com/nomadjimbob/mikio/issues/36). Thanks chitland
380 - Added option to hide menu and page tool items [#32](https://github.com/nomadjimbob/mikio/issues/32). Thanks annievoss.
H A Dmikio.php519 $items = (new PageMenu())->getItems();
520 foreach ($items as $item) {
547 $items = (new SiteMenu())->getItems('action');
548 foreach ($items as $item) {
571 $items = (new UserMenu())->getItems('action');
572 foreach ($items as $item) {
726 $items = explode(';', $str);
727 if (count($items) > 0) {
729 foreach ($items as $item) {
1006 $items
[all...]

12345678910>>...19