Home
last modified time | relevance | path

Searched refs:to (Results 126 – 150 of 174) sorted by path

1234567

/dokuwiki/lib/styles/
H A Dscreen.css82 (e.g. for screen readers or to keep access keys working) */
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_fileuploader.css58 /* list of files to upload */
H A D_footnotes.css7 /* link to footnote inside the text */
H A D_forms.css1 /* TODO: this file is not up to the best standards and will be fixed after an overhaul of the form code */
H A D_links.css5 /*____________ links to wiki pages ____________*/
24 /* any link to current page */
55 /* link to some embedded media */
H A D_media_fullscreen.css5 * What most templates would probably need to change (depending on
H A D_media_popup.css169 /* info how to insert media, if JS disabled */
H A D_recent.css54 /* cannot use non-guaranteed style.ini colour placeholders, dark templates need to overwrite */
H A Dbasic.less5 * want to integrate this file into the other project as well, or use
421 background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
450 background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #dddddd 99%, #bbbbbb 99%);
H A Dcontent.less35 /*____________ links to wiki pages (addition to _links) ____________*/
122 background: linear-gradient(to bottom, @ini_background_alt 0%, @ini_background_site 100%);
201 /* changes to underscored CSS files
216 /*____________ changes to _edit ____________*/
284 /*____________ changes to _toc ____________*/
363 /*____________ changes to _imgdetail ____________*/
H A Ddesign.less118 display: none; /* hide mobile tools dropdown to only show in mobile view */
H A Dmobile.less3 * and smaller screens (up to 480px and 768px width).
109 /* push pagetools closer to content */
224 .dokuwiki div.breadcrumbs, /* @todo: maybe move breadcrumbs to the bottom? */
H A Dpagetools.less3 * (fly out navigation beside the page to edit, etc).
10 /* give space to the right so the tools won't disappear on smaller screens */
11 /* it's 40px because the 30px wide icons will have 5px more spacing to the left and right */
13 /* give the same space to the left to balance it out */
45 /* add transparent border to prevent jumping when proper border is added on hover */
58 /* add transparent border to prevent jumping when proper border is added on focus */
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it will be automatically used. You can also upload a ''favicon.ico'' there. If you use a closed wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or your logo is not shown to not logged in users.
/dokuwiki/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt1 If you want to adjust the logo, simply use the Media Manager to upload a ''logo.png'' into the ''wiki'' or the root namespace and it
3 wiki it is recommended to make the ''wiki'' (or root) namespace world readable in the ACL settings or
4 your logo is not shown to not logged in users.
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini4 ; To extend this file or make changes to it, it is recommended to create
5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing
7 ; Please don't forget to copy the section your changes should be under
45 ; This section is used to configure some placeholder values used in
46 ; the stylesheets. Changing this file is the simplest method to
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md10 - Refactored the class to be purely static
12 to be public methods
13 - Additional code style and docblock fixing to properly follow the [PHP-FIG PSR-1](http://www.php-fig.org/psr/psr-1/)
17 file is still set up to correctly load it when required, so this shouldn't be a problem in practice - it's just perhaps
26 If you don't want to use Composer (why not?!), just download the `EmailAddressValidator.php` file, save it with your project, and `require` it where needed.
28 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **version 1.0.10** (it was the 10th commit to the Google Code svn repository). If you want to use Composer to install the **old** class, simply specify `^1` as the version constraint (which will allow for backwards-compatible changes to be installed, if any get made, while never jumping to m
[all...]
/dokuwiki/vendor/composer/
H A DLICENSE4 Permission is hereby granted, free of charge, to any person obtaining a copy
5 of this software and associated documentation files (the "Software"), to deal
7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8 copies of the Software, and to permit persons to whom the Software is furnished
9 to do so, subject to the following conditions:
/dokuwiki/vendor/geshi/geshi/
H A DBUGS8 - "Important" sections for some reason seem to have their spans added after every
16 you're using this as part of some larger software, you may want to think about
17 making some sort of "cache" effect to speed things up and reduce server load.
23 it to me.
28 Send any bug reports to BenBE@omorphia.de, or submit them via the bug tracker at
H A DCHANGELOG4 Changes to the code are listed under the version they occurred in, with who suggested
7 changes - thanks to all who suggested these ideas and gave me the code to show me how!
12 Please send any bug reports to BenBE@omorphia.de, or use the bug report tracker
25 - Improvements to language files
57 - Improvements to language files
94 - Fix short tag usage to allow for configurations where short tags are disabled (BenBE)
95 - Updated COPYING to use updated version of GPL 2.0 (BenBE)
96 - Improvements to language files (BenBE)
102 * Force comments in INI files to b
[all...]
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
11 The licenses for most software are designed to take away your
12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
14 software--to make sure the software is free for all its users. This
15 General Public License applies to most of the Free Software
16 Foundation's software and to any other program whose authors commit to
18 the GNU Lesser General Public License instead.) You can apply it to
[all...]
H A DREADME.md10 input the source code you wish to highlight with the language you
11 wish to use, and the output will be a file syntax highlighted to
16 For more information on how to use GeSHi, please consult the
22 report at <BenBE@geshi.org>, submit to the [bug tracker at GitHub](https://github.com/GeSHi/geshi-1.0/issues).
27 please tell me about it! It's worth a link to you, and I can give
H A DTHANKS21 ideas for future releases. Lookin' forward to seeing that
33 - Gizmore - Providing some patch to query supported languages
43 - Sterling Christensen - Thanks for those links to language specs
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt15 may be used to endorse or promote products derived from this software
H A DREADME.md5 All credits go to Incutio.
11 The Incutio XML-RPC library (IXR) is designed primarily for ease of use. It incorporates both client and server classes, and is designed to hide as much of the workings of XML-RPC from the user as possible. A key feature of the library is automatic type conversion from PHP types to XML-RPC types and vice versa. This should enable developers to write web services with very little knowledge of the underlying XML-RPC standard.
22 A [Composer](http://getcomposer.org/) file has been added to this repository.
24 This package is published to [Packagist](https://packagist.org/), but if you don't want to use it simply add

1234567