Home
last modified time | relevance | path

Searched refs:is (Results 101 – 125 of 137) sorted by path

123456

/dokuwiki/lib/tpl/dokuwiki/css/
H A D_diff.css135 height: 1.5em; /* height is necessary for longer options in Webkit */
H A D_edit.css106 /* change background colour if summary is missing */
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_media_fullscreen.css258 /* the right margin should visually be 10px, but because of its inline-block nature the whitespace inbetween is about 4px more */
H A D_search.less151 /* color is set in general */
H A Dmobile.less247 /* action dropdown is alternative for all hidden tools */
325 // 400px is only roughly the required value, this may be wrong under non-standard circumstances
H A Dpagetools.less45 /* 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.txt3 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/lang/hu/
H A Dstyle.txt1 A logó megváltoztatásához tölts fel egy képet "logo.png" néven a "wiki" névtérbe vagy a kiindulási névtérbe. Ugyanígy feltöltheted ide az oldalhoz tartozó ikont is, "favicon.ico" néven. Ha zárt wikit használsz, javasoljuk, hogy állítsd be a "wiki" (vagy a kiindu (…)
/dokuwiki/lib/tpl/dokuwiki/lang/nl/
H A Dstyle.txt1 Wil je het logo aanpassen, gebruik dan de Media Manager om een "logo.png" in "wiki" of root naamruimte te uploaden. Dit logo zal dan automatisch gebruikt worden. Je kunt zo ook een "favicon.ico" uploaden. Indien je een gesloten wiki gebruikt is het aan te raden om de "wiki" (of root) naamruimte leesbaar te maken voor iedereen via de ACL instellingen, want anders wordt je logo niet getoond aan niet-ingelogde gebruikers.
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini4 ; To extend this file or make changes to it, it is recommended to create
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.md4 This is a fork of [AddedBytes' EmailAddressValidator class](https://code.google.com/p/php-email-address-validation/).
16 Note that this class is still **un-namespaced** - i.e. it's still declared in the global namespace. The `composer.json`
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
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 my modified class without your direct action):
40 // Email address is technically valid
44 The **new syntax** is as follows (ensure you have already included Composer's `autoload.php` file!):
47 // Email address is technically valid
54 // "test" is technically a valid string to have before the "@" in an email address
57 // "example.org" is technically a valid email address host
/dokuwiki/vendor/composer/
H A DLICENSE4 Permission is hereby granted, free of charge, to any person obtaining a copy
8 copies of the Software, and to permit persons to whom the Software is furnished
/dokuwiki/vendor/geshi/geshi/
H A DBUGS5 - Number highlighting is quite poor [possibly better now]
10 context sensitiveness is quite poor...
18 - The result is built by string replacement instead of by building another string based
24 - Perl/Javascript /.../ regex syntax is only supported basically and there's no
25 guarantee it is working all the time.
26 - The <pre> header output is not XHTML compliant. Please use the <div> header instead.
H A DCHANGELOG147 - Fallback to "text" when extension is unknown (SF#3514714, murkymark, BenBE)
168 * Properly detect the keyword that is to be linked (BenBE)
490 - Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible. (milian)
492 The slightly increased memory consumption (~150KB for PHP language file) is more than worth it! (milian)
507 code is found in this mode, we fallback to the same setting as if GESHI_NEVER was set. That way it
517 * Make sure strict_mode is set properly when doing repeated set_language calls (milian)
521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
531 * Fixed escape char support when an escape char is followed by multi-byte chars (SF#2037598, BenBE)
725 - Fixed incorrect highlighting when the starter of a multiline comment is
[all...]
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
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
17 using it. (Some other Free Software Foundation software is covered by
44 that everyone understands that there is no warranty for this free
45 software. If the software is modified by someone else and passed on, we
46 want its recipients to know that what they have is not the original, so
50 Finally, any free program is threatened constantly by software
67 that is t
[all...]
H A DREADME.md9 GeSHi is a generic syntax highlighter, written in PHP. You simply
18 the documentation is available in the [docs](https://github.com/GeSHi/geshi-1.0/tree/master/docs)
19 directory. Documentation is also available [online](http://qbnz.com/highlighter/documentation.php).
32 GeSHi is free software, released under the GNU GPL. Please see the
H A DTHANKS8 thanks for the Wordpress plugin! (Anyone who is
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md3 **Note**: _This is a fork of the original Incutio XML-RPC library (IXR) SVN repo hosted on <https://code.google.com/p/php-ixr/>_
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.
17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a number of projects the company was working on at the time. It has become fairly dated but is still used extensively by a wide range of commercial and open-source projects.
24 This package is published to [Packagist](https://packagist.org/), but if you don't want to use it simply add
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DHISTORY.md
H A DLICENSE
H A DREADME.md
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
9 [This is the first released version of the Lesser GPL. It also counts
18 free software--to make sure the software is free for all its users.
24 this license or the ordinary General Public License is the better
53 there is no warranty for the free library. Also, if the library is
55 that what they have is not the original version, so that the original
67 Most GNU software, including some libraries, is covered by the
70 is quit
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/
H A DBACKERS.md3 phpseclib ongoing development is made possible by [Tidelift](https://tidelift.com/subscription/pkg/packagist-phpseclib-phpseclib?utm_source=packagist-phpseclib-phpseclib&utm_medium=referral&utm_campaign=readme) and by contributions by users like you. Thank you.

123456