Home
last modified time | relevance | path

Searched +full:by -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/dokuwiki/conf/
H A Dlicense.php18 $license['cc-by'] = array(
20 'url' => 'https://creativecommons.org/licenses/by/4.0/deed.'.$LC,
22 $license['cc-by-sa'] = array(
24 'url' => 'https://creativecommons.org/licenses/by-sa/4.0/deed.'.$LC,
30 $license['cc-by-nc'] = array(
32 'url' => 'https://creativecommons.org/licenses/by-nc/4.0/deed.'.$LC,
34 $license['cc-by-nc-sa'] = array(
36 'url' => 'https://creativecommons.org/licenses/by-nc-sa/4.0/deed.'.$LC,
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md14 - New method `SimplePie\SimplePie::set_cache()` for providing a PSR-16 cache implementation by @Art4 in [#742](https://github.com/simplepie/simplepie/pull/742)
17 - New interface `SimplePie\RegistryAware` to inject the `Registry` instance into classes created by `Registry` by @Art4 in [#760](https://github.com/simplepie/simplepie/pull/760)
18 - update PHP versions in GH Actions workflows by @jrfnl in [#767](https://github.com/simplepie/simplepie/pull/767)
19 - Registry: Allow using class-strings instead of magic strings by @jtojnar and @Art4 in [#766](https://github.com/simplepie/simplepie/pull/766)
23 - Clarify branching strategy by @Art4 in [#751](https://github.com/simplepie/simplepie/pull/751)
24 - Use native array_replace_recursive() by @Alkarex in [#749](https://github.com/simplepie/simplepie/pull/749)
25 - PHP 7.2 or newer is now required by @Art4 in [#743](https://github.com/simplepie/simplepie/pull/743)
26 - Parse\Date: Clean up regex structure by @jtojnar in [#765](https://github.com/simplepie/simplepie/pull/765)
27 - Declare strict_types=1 in every file by
[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.
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public
54 modified by someone else and passed on, the recipients should know
56 author's reputation will not be affected by problems that might be
57 introduced by others.
62 effectively restrict the users of a free program by obtaining a
67 Most GNU software, including some libraries, is covered by the
95 case, there is little to gain by limiting the free library to free
121 program which contains a notice placed by the copyright holder or
145 covered by this License; they are outside its scope. The act of
179 table of data to be supplied by a
[all...]
H A DREADME.md4 RSS and Atom feed generator by Kai Blankenhorn, slightly cleaned up and packaged for Composer.
30 $image->description = "Feed provided by dailyphp.net. Click to visit.";
40 $res = mysql_query("SELECT * FROM news ORDER BY newsdate DESC");
157 v1.3 work by Scott Reynen (scott@randomchaos.com) and Kai Blankenhorn
158 v1.5 OPML support by Dirk Clemens
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE16 freedom to share and change it. By contrast, the GNU General Public
54 modified by someone else and passed on, the recipients should know
56 author's reputation will not be affected by problems that might be
57 introduced by others.
61 effectively restrict the users of a free program by obtaining a
66 Most GNU software, including some libraries, is covered by the
94 case, there is little to gain by limiting the free library to free
119 program which contains a notice placed by the copyright holder or
143 covered by this License; they are outside its scope. The act of
176 table of data to be supplied by a
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
45 software. If the software is modified by someone else and passed on, we
47 that any problems introduced by others will not reflect on the original
50 Finally, any free program is threatened constantly by software
63 a notice placed by the copyright holder saying it may be distributed
73 covered by this License; they are outside its scope. The act of
76 Program (independent of having been made by running the Program).
125 your rights to work written entirely by you; rather, the intent is to
166 If distribution of executable or object code is made by offerin
[all...]
/dokuwiki/
H A DCOPYING12 freedom to share and change it. By contrast, the GNU General Public
17 using it. (Some other Free Software Foundation software is covered by
45 software. If the software is modified by someone else and passed on, we
47 that any problems introduced by others will not reflect on the original
50 Finally, any free program is threatened constantly by software
63 a notice placed by the copyright holder saying it may be distributed
73 covered by this License; they are outside its scope. The act of
76 Program (independent of having been made by running the Program).
125 your rights to work written entirely by you; rather, the intent is to
166 If distribution of executable or object code is made by offerin
[all...]
/dokuwiki/lib/images/smileys/
H A DREADME4 Licensed under CC-BY 4.0: https://creativecommons.org/licenses/by/4.0/
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt3 [[doku>DokuWiki]] supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing "Edit this page". If you want to try something, just use the [[playground:playground|playground]] page. The simpler markup is easily accessible via [[doku>toolbar|quickbuttons]], too.
20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
24 or followed by\\ a whitespace \\this happens without it.
28 or followed by\\ a whitespace \\this happens without it.
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
49 Internal links are created by using square brackets. You can either just give
54 You can use [[some:namespaces]] by using a colon in the pagename.
56 You can use [[some:namespaces]] by using a colon in the pagename.
67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
97 You can also use an image to link to another internal or external page by combinin
[all...]
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exceptions yourself by
90 then uses terminal colors. You can always suppress colored output by passing ``--no-colors`` to your scripts.
93 Simple colored log messages can be printed by you using the convinence methods ``success()`` (green), ``info()`` (cyan),
106 terminal width on its own. It can be overwritten by setting a ``COLUMNS`` environment variable.
110 by default).
116 - fixed width in characters by providing an integer (eg. ``15``)
117 - precentages by provifing an integer and a percent sign (eg. ``25%``)
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
162 The default log level of your script can be set by overwritin
[all...]
/dokuwiki/lib/plugins/extension/images/
H A Dlicense.txt3 plugin.png - public domain, (c) nicubunu, http://openclipart.org/detail/15093/blue-jigsaw-piece-07-by-nicubunu
4 template.png - public domain, (c) mathec, http://openclipart.org/detail/166596/palette-by-mathec
/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_footer.php22 <a href="https://php.net" title="Powered by PHP" <?php echo $target?>><img
23 src="<?php echo tpl_basedir(); ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP" /></a>
28 <a href="https://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
30 alt="Driven by DokuWiki" /></a>
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmysql.php12 * Based on original MySQL language file by Carl Fürstenberg (2004); brought
18 * (must be immediately followed by an opening bracket) or some other keyword:
19 * so they can be distinguished by the presence (or not) of that opening bracket.
32 * it under the terms of the GNU General Public License as published by
49 //'COMMENT_SINGLE' => array(1 =>'--', 2 => '#'), // '--' MUST be folowed by whitespace,not necessarily a space
55 1 => "/(?:--\s).*?$/", // double dash followed by any whitespace
60 'ESCAPE_CHAR' => '\\', // by default only, can be specified
82 'DROP','DUMPFILE','DUPLICATE KEY','ENABLE','ENCLOSED BY','ENGINE',
83 'ERRORS','ESCAPED BY','EXISTS','EXPLAIN','EXTENDED','FIELDS',
85 'FUNCTION','GLOBAL','GRANT','GROUP BY','HANDLE
[all...]
H A D6502acme.php10 * MOS 6502 (more specifically 6510) ACME Cross Assembler 0.93 by Marco Baye language file for GeSHi.
25 * it under the terms of the GNU General Public License as published by
58 /* Index Registers, yes the 6502 has other registers by they are only
59 * accessable by specific opcodes. The 65816 also has access to the stack pointer S. */
63 /* Directives or "pseudo opcodes" as defined by ACME 0.93 file AllPOs.txt. */
65 '!8', '!08', '!by', '!byte',
99 * several more that mainly perform various forms of crash and are not supported by ACME 0.93.
117 /* Deprecated directives or "pseudo opcodes" as defined by ACME 0.93 file AllPOs.txt. */
132 // '[', ']', '(', ')', '{', '}', // These are already defined by GeSHi as BRACKETS.
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php34 * Add <enclosure> element tag RSS 2.0, supported by ATOM 1.0 too
35 * modified by : Mohammad Hafiz bin Ismail (mypapit@gmail.com)
46 * if $value contains markup. This may be abused to embed tags not implemented by
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md13 Don't however be fooled by it's simple surface. The library includes a wide variety of additional XML-RPC specifications and has all of the features required for serious web service implementations.
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.
/dokuwiki/inc/Extension/
H A DEvent.php56 * if these methods are used by functions outside of this object, they must
109 * $this->_default, all of which may have been modified by the event handlers.
115 * the value set by any <event>_before or <event> handlers if the default action is prevented
116 * or the results of the default action (as modified by <event>_after handlers)
145 * stop any further processing of the event by event handlers
194 * by default this is the return value of the default action however
195 * it can be set or modified by event handler hooks
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPComputerCollection.php8 * Written by Scott Barnett, Richard Hyland
19 * License as published by the Free Software Foundation; either
H A DadLDAPContactCollection.php8 * Written by Scott Barnett, Richard Hyland
19 * License as published by the Free Software Foundation; either
H A DadLDAPGroupCollection.php8 * Written by Scott Barnett, Richard Hyland
19 * License as published by the Free Software Foundation; either
H A DadLDAPUserCollection.php8 * Written by Scott Barnett, Richard Hyland
19 * License as published by the Free Software Foundation; either
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md43 You can skip Minification for parts of your code by surrounding it by special comments:
/dokuwiki/lib/tpl/dokuwiki/images/
H A Dlicense.txt4 License: Creative Commons Attribution License [http://creativecommons.org/licenses/by/3.0/]

12345678910>>...23