Home
last modified time | relevance | path

Searched full:to (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE2 You are free to pick which one suits your needs.
15 Permission is hereby granted, free of charge, to any person obtaining
17 "Software"), to deal in the Software without restriction, including
18 without limitation the rights to use, copy, modify, merge, publish,
19 distribute, sublicense, and/or sell copies of the Software, and to
20 permit persons to whom the Software is furnished to do so, subject to
27 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46 Everyone is permitted to copy and distribute verbatim copies
55 to take away your freedom to share and change the works. By contrast,
56 the GNU General Public License is intended to guarantee your freedom to
[all …]
H A DREADME.md5 …fork with the goal to modernize the code base enough to be somewhat easier to maintain without com…
9 1. The `master` was not up-to-date with all the bug fixes in the `0.6.0-dev` branch (some of which …
10 …ter` branch after I had already started my own refactoring. I did not want to start over again. Hi…
14 Please report bugs to the [issue tracker](https://github.com/splitbrain/lesserphp/issues). Fixes ar…
18 ## How to use in your PHP project
20 Don't. You really wouldn't want to start a new project using LESS. It simply seems that SASS has wo…
24 …fo.net/lessphp/docs/) for the most part. The API is mostly the same. Refer to the [upstream docume…
26 To install it, use composer:
32 The typical flow of LesserPHP is to create a new instance of `Lessc`,
33 configure it how you like, then tell it to compile something using one built in
[all …]
/dokuwiki/vendor/geshi/geshi/
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
21 When we speak of free software, we are referring to freedom, not
22 price. Our General Public Licenses are designed to make sure that you
[all …]
/dokuwiki/
H A DCOPYING6 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
21 When we speak of free software, we are referring to freedom, not
22 price. Our General Public Licenses are designed to make sure that you
[all …]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE6 Everyone is permitted to copy and distribute verbatim copies
15 The licenses for most software are designed to take away your
16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
18 free software--to make sure the software is free for all its users.
20 This license, the Lesser General Public License, applies to some
22 Free Software Foundation and other authors who decide to use it. You
25 strategy to use in any particular case, based on the explanations below.
27 When we speak of free software, we are referring to freedom of use,
28 not price. Our General Public Licenses are designed to make sure that
[all …]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE6 Everyone is permitted to copy and distribute verbatim copies
15 The licenses for most software are designed to take away your
16 freedom to share and change it. By contrast, the GNU General Public
17 Licenses are intended to guarantee your freedom to share and change
18 free software--to make sure the software is free for all its users.
20 This license, the Lesser General Public License, applies to some
22 Free Software Foundation and other authors who decide to use it. You
25 strategy to use in any particular case, based on the explanations below.
27 When we speak of free software, we are referring to freedom of use,
28 not price. Our General Public Licenses are designed to make sure that
[all …]
/dokuwiki/lib/plugins/authpdo/lang/en/
H A Dsettings.php9 $lang['dsn'] = 'The DSN to connect to the database.';
12 $lang['select-user'] = 'SQL Statement to select the data of a single user';
13 $lang['select-user-groups'] = 'SQL Statement to select all groups of a single user';
14 $lang['select-groups'] = 'SQL Statement to select all available groups';
15 $lang['insert-user'] = 'SQL Statement to insert a new user into the database';
16 $lang['delete-user'] = 'SQL Statement to remove a single user from the database';
17 $lang['list-users'] = 'SQL Statement to list users matching a filter';
18 $lang['count-users'] = 'SQL Statement to count users matching a filter';
19 $lang['update-user-info'] = 'SQL Statement to update the full name and email address of a single …
20 $lang['update-user-login'] = 'SQL Statement to update the login name of a single user';
[all …]
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt1 ====== Welcome to your new DokuWiki ======
3 Congratulations, your wiki is now up and running. Here are a few more tips to get you started.
10 Your wiki needs to have a start page. As long as it doesn't exist, this link will be red: [[:start]…
12 …eate the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|sy…
14to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be s…
20 …editing pages you might want to have a look at the [[this>doku.php?do=admin&page=config|configurat…
22 You may also want to see what [[doku>plugins|plugins]] and [[doku>templates|templates]] are availab…
26 …er contributions. A good way to stay informed on what's going on and to get useful tips in using D…
28 …iki User Forum]] is an excellent way to get in contact with other DokuWiki users and is just one o…
30 Of course we'd be more than happy to have you [[doku>teams:getting_involved|getting involved]] with…
/dokuwiki/inc/Extension/
H A DPluginInterface.php8 * Defines the public contract all DokuWiki plugins will adhere to. The actual code
9 * to do so is defined in dokuwiki\Extension\PluginTrait
19 * Needs to return a associative array with the following values:
21 * base - the plugin's base name (eg. the directory it needs to be installed in)
23 * email - Email address to contact the author
55 * to try to minimise unnecessary loading of the strings when the plugin doesn't require them
58 * @param string $id id of the string to be retrieved
64 * retrieve a language dependent file and pass to xhtml renderer for display
86 * @todo this could be made protected and be moved to the trait only
91 * use this function to access plugin configuration variables
[all …]
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 Permission is hereby granted, free of charge, to any person obtaining a copy
32 of this software and associated documentation files (the "Software"), to deal
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
35 copies of the Software, and to permit persons to whom the Software is
[all …]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php19 * @param int $level Compression level (0 to 9)
20 * @param int $type Type of compression to use (use COMPRESS_* constants)
39 * Reopen the file with open() again if you want to do additional operations
48 … * The $strip parameter allows you to strip a certain number of path components from the filenames
49 …* found in the archive file, similar to the --strip-components feature of GNU tar. This is trigger…
52 * the prefix will be stripped. It is recommended to give prefixes with a trailing slash.
60 …* The archive is closed afterwards. Reopen the file with open() again if you want to do additional…
63 * @param int|string $strip either the number of path components or a fixed prefix to strip
64 * @param string $exclude a regular expression of files to exclude
65 * @param string $include a regular expression of files to include
[all …]
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE3to any person obtaining a copy of this software and associated documentation files (the "Software"…
7 …ITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ME…
/dokuwiki/vendor/splitbrain/php-cli/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
/dokuwiki/vendor/splitbrain/php-archive/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is
8 furnished to do so, subject to the following conditions:
14 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
/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:
15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
/dokuwiki/vendor/paragonie/random_compat/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
/dokuwiki/vendor/phpseclib/phpseclib/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining
5 "Software"), to deal in the Software without restriction, including
6 without limitation the rights to use, copy, modify, merge, publish,
7 distribute, sublicense, and/or sell copies of the Software, and to
8 permit persons to whom the Software is furnished to do so, subject to
15 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
/dokuwiki/vendor/php81_bc/strftime/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt3 …arity|tool]] gathers anonymous data about your wiki and allows you to send it back to the DokuWiki…
5 You are encouraged to repeat this step from time to time, or even better to opt for an automated mo…
9 The raw data that will be sent is shown below. Please use the **Send Data** button to transfer the …
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml2 description: Use this to report a bug in DokuWiki
15 **Thank you for wanting to report a bug in DokuWiki!**
18 If this is the first time you are doing this, please take a few moments to read
22 You are about to report a bug in **DokuWiki**. Bugs in plugins should be reported
30 * What you were trying to do
31 * What you expected to happen
35 details as possible. Add screenshots if you think it would help to explain the problem.
38 If you already tried to debug the problem, please also describe what you found out.
55 description: The version of PHP you are using to run DokuWiki
77 * Any installed plugins or templates that might be relevant to the problem
[all …]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Drebol.php15 * - Adapted language file to comply to GeSHi language file guidelines
31 * * Split to several files - php4, php5 etc
48 * along with GeSHi; if not, write to the Free Software
79 'browse','build-tag','caret-to-offset','center-face','change',
99 'object?','odd?','offset-to-caret','offset?','op?','open','or',
114 'tail?','tangent','third','time?','to','to-binary','to-bitset',
115 'to-block','to-char','to-date','to-decimal','to-email','to-file',
116 'to-get-word','to-hash','to-hex','to-idate','to-image','to-integer',
117 'to-issue','to-list','to-lit-path','to-lit-word','to-local-file',
118 'to-logic','to-money','to-pair','to-paren','to-path',
[all …]
/dokuwiki/lib/plugins/acl/
H A Dremote.php21 'You are not allowed to access ACLs, superuser permission is required',
32 * Add a new ACL rule to the config
34 * @param string $scope The page or namespace to apply the ACL to
35 * @param string $user The user or group to apply the ACL to
36 * @param int $level The permission level to set
44 'You are not allowed to access ACLs, superuser permission is required',
57 * @param string $scope The page or namespace the ACL applied to
58 * @param string $user The user or group the ACL applied to
66 'You are not allowed to access ACLs, superuser permission is required',
/dokuwiki/conf/
H A Ddokuwiki.php6 * a local.php file instead to override the settings from here.
16 $conf['title'] = 'DokuWiki'; //what to show in the title
23 $conf['savedir'] = './data'; //where to store all the files
25 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
26 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir
32 $conf['recent'] = 20; //how many entries to show in recent
33 $conf['recent_days'] = 7; //How many days of recent changes to keep. (days)
34 $conf['breadcrumbs'] = 10; //how many recent visited pages to show
36 $conf['fullpath'] = 0; //show full path of the document or relative to datadir o…
44 $conf['toptoclevel'] = 1; //Level starting with and below to include in AutoTOC (ma…
[all …]
/dokuwiki/_test/
H A DREADME7 Before you can use any of the tools you need to install the dependencies. This is done using compos…
15 The composer configuration contains a number of scripts to run the various tools on all of DokuWiki.
37 The --stderr flag is needed to avoid a headers already sent error on some systems.
39 To learn more about running tests and writing your own, visit https://www.dokuwiki.org/devel:unitte…
43 To check for code violations:
47 To automatically fix code violations:
51 To learn more about PHP CodeSniffer visit https://www.dokuwiki.org/devel:phpcodesniffer
55 To automatically fix code smells
59 To learn more about PHP CodeSniffer visit https://www.dokuwiki.org/devel:rector
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md5 It was originally ported to PHP in 2006 as part of the [DokuWiki](http://www.dokuwiki.org) wiki eng…
9 …ary to remove whitespace and comments from a javascript file. You might want to do this to optimiz…
18 You'll have to convert your code to use ';' first.
20 ALWAYS test the stripped version before deploying to production.

12345678910>>...47