Home
last modified time | relevance | path

Searched full:the (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE9 [This is the first released version of the Lesser GPL. It also counts
10 as the successor of the GNU Library Public License, version 2, hence
11 the version number 2.1.]
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
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
21 specially designated software packages--typically libraries--of the
24 this license or the ordinary General Public License is the better
25 strategy to use in any particular case, based on the explanations below.
[all …]
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE16 a copy of this software and associated documentation files (the
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
21 the following conditions:
23 The above copyright notice and this permission notice shall be
24 included in all copies or substantial portions of the Software.
26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
27 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
[all …]
H A DREADME.md3 …ssphp` by [@leafo](https://github.com/leafo/lessphp). The original has been abandoned in 2014. The
5 This is an opinionated fork with the goal to modernize the code base enough to be somewhat easier t…
7 Please note that this fork is based on the `0.6.0-dev` branch of `MarcusSchwarz/lesserphp`, not the
9 1. The `master` was not up-to-date with all the bug fixes in the `0.6.0-dev` branch (some of which …
10the considerable refactoring Marcus had done in the `master` branch after I had already started my…
14 Please report bugs to the [issue tracker](https://github.com/splitbrain/lesserphp/issues). Fixes ar…
20 … new project using LESS. It simply seems that SASS has won the battle. Or maybe even skip the whol…
24the [original documentation](https://leafo.net/lessphp/docs/) for the most part. The API is mostly…
32 The typical flow of LesserPHP is to create a new instance of `Lessc`,
36 The `compile` method compiles a string of LESS code to CSS.
[all …]
/dokuwiki/
H A DCOPYING11 The licenses for most software are designed to take away your
12 freedom to share and change it. By contrast, the GNU General Public
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
18 the GNU Lesser General Public License instead.) You can apply it to
23 have the freedom to distribute copies of free software (and charge for
25 if you want it, that you can change the software or use pieces of it
29 anyone to deny you these rights or to ask you to surrender the rights.
31 distribute copies of the software, or if you modify it.
34 gratis or for a fee, you must give the recipients all the rights that
[all …]
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE11 The licenses for most software are designed to take away your
12 freedom to share and change it. By contrast, the GNU General Public
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
18 the GNU Lesser General Public License instead.) You can apply it to
23 have the freedom to distribute copies of free software (and charge for
25 if you want it, that you can change the software or use pieces of it
29 anyone to deny you these rights or to ask you to surrender the rights.
31 distribute copies of the software, or if you modify it.
34 gratis or for a fee, you must give the recipients all the rights that
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DResponse.php22 * Return the string representation of the permanent URI of the requested resource
23 * (the first location after a prefix of (only) permanent redirects).
25 * Depending on which components of the URI are present, the resulting
27 * Section 4.1. The method concatenates the various components of the URI,
28 * using the appropriate delimiters:
32 * - The path can be concatenated without delimiters. But there are two
33 * cases where the path has to be adjusted to make the URI reference
35 * - If the path is rootless and an authority is present, the path MUST
37 * - If the path is starting with more than one "/" and no authority is
38 * present, the starting slashes MUST be reduced to one.
[all …]
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt1 The MIT License (MIT)
6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
12 The above copyright notice and this permission notice shall be included in all
13 copies or substantial portions of the Software.
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[all …]
/dokuwiki/inc/
H A DIp.php20 * The needle and haystack may be either IPv4 or IPv6.
29 * @param string $needle The IP to test, either IPv4 in dotted decimal
31 * @param string $haystack The CIDR range as an IP followed by a forward
32 * slash and the number of significant bits.
34 * @return bool Returns true if $needle is within the range specified
35 * by $haystack, false if it is outside the range.
46 // For an IPv4 address the top 96 bits must be zero.
82 * This splits 128 bit IP addresses into the upper and lower 64 bits, and
83 * also returns whether the IP given was IPv4 or IPv6.
85 * The returned array contains:
[all …]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php17 * Set the compression level and type
34 * Read the contents of an archive
36 …* This function lists the files stored in the archive, and returns an indexed array of FileInfo ob…
38 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
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…
51 …* Alternatively a fixed string prefix may be passed in $strip. If the filename matches this prefix,
52 * the prefix will be stripped. It is recommended to give prefixes with a trailing slash.
54 …* By default this will extract all files found in the archive. You can restrict the output using t…
[all …]
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md59 The basic usage is simple:
62 - implement the ```setup($options)``` method and register options, arguments, commands and set help…
67 - implement the ```main($options)``` method and do your business logic there
69 - ``$options->getArgs()`` returns the remaining arguments after removing the options
70 - ``$options->getCmd()`` returns the sub command the user used
73 More examples can be found in the examples directory. Please refer to the [API docs](https://splitb…
78 By default, the CLI class registers an exception handler and will print the exception's message to
79 exit the programm with a non-zero exit code. You can disable this behaviour and catch all exception…
80 passing false to the constructor.
82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main co…
[all …]
H A DLICENSE1 The MIT License (MIT)
6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
12 The above copyright notice and this permission notice shall be included in all
13 copies or substantial portions of the Software.
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[all …]
/dokuwiki/vendor/paragonie/random_compat/
H A DLICENSE1 The MIT License (MIT)
6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
12 The above copyright notice and this permission notice shall be included in all
13 copies or substantial portions of the Software.
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[all …]
/dokuwiki/vendor/simplepie/simplepie/LICENSES/
H A DMIT.txt2 of this software and associated documentation files (the "Software"), to deal
3 in the Software without restriction, including without limitation the rights
5 copies of the Software, and to permit persons to whom the Software is
6 furnished to do so, subject to the following conditions:
8 The above copyright notice and this permission notice shall be included in
9 all copies or substantial portions of the Software.
11 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
[all …]
H A DBSD-3-Clause.txt3 …nd binary forms, with or without modification, are permitted provided that the following condition…
5 1. Redistributions of source code must retain the above copyright notice, this list of conditions a…
7 …duce the above copyright notice, this list of conditions and the following disclaimer in the docum…
9 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…
11THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, B…
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php12 * All DokuWiki plugins to extend the parser/rendering mechanism
25 * Needs to return one of the mode types defined in $PARSER_MODES in Parser.php
34 * Defines the mode types for other dokuwiki markup that maybe nested within the
35 * plugin's own markup. Needs to return an array of one or more of the mode types
49 * for correct XHTML nesting. Should return one of the following:
51 * 'normal' - The plugin can be used inside paragraphs
65 * Handler to prepare matched data for the rendering process
68 * may be not be run during the object's current life.
70 * Usually you should only need the $match param.
72 * @param string $match The text matched by the patterns
[all …]
H A DPluginInterface.php8 * Defines the public contract all DokuWiki plugins will adhere to. The actual code
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)
22 * author - Author of the plugin
23 * email - Email address to contact the author
24 * date - Last modified date of the plugin in YYYY-MM-DD format
25 * name - Name of the plugin
26 * desc - Short description of the plugin (Text only)
27 * url - Website with more information on the plugin (eg. syntax description)
32 * The type of the plugin inferred from the class name
[all …]
/dokuwiki/vendor/splitbrain/slika/
H A DLICENSE3the "Software"), to deal in the Software without restriction, including without limitation the rig…
5 The above copyright notice and this permission notice shall be included in all copies or substantia…
7 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT N…
/dokuwiki/vendor/phpseclib/phpseclib/
H A DLICENSE4 a copy of this software and associated documentation files (the
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
9 the following conditions:
11 The above copyright notice and this permission notice shall be
12 included in all copies or substantial portions of the Software.
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
[all …]
/dokuwiki/vendor/composer/
H A DLICENSE5 of this software and associated documentation files (the "Software"), to deal
6 in the Software without restriction, including without limitation the rights
8 copies of the Software, and to permit persons to whom the Software is furnished
9 to do so, subject to the following conditions:
11 The above copyright notice and this permission notice shall be included in all
12 copies or substantial portions of the Software.
14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
[all …]
/dokuwiki/vendor/php81_bc/strftime/
H A DLICENSE6 of this software and associated documentation files (the "Software"), to deal
7 in the Software without restriction, including without limitation the rights
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
12 The above copyright notice and this permission notice shall be included in all
13 copies or substantial portions of the Software.
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
/dokuwiki/vendor/splitbrain/php-archive/
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
5 in the Software without restriction, including without limitation the rights
7 copies of the Software, and to permit persons to whom the Software is
8 furnished to do so, subject to the following conditions:
10 The above copyright notice and this permission notice shall be included in
11 all copies or substantial portions of the Software.
13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
[all …]
/dokuwiki/vendor/paragonie/random_compat/lib/
H A Drandom.php4 * for using the new PHP 7 random_* API in PHP 5 projects
9 * The MIT License (MIT)
14 * of this software and associated documentation files (the "Software"), to deal
15 * in the Software without restriction, including without limitation the rights
17 * copies of the Software, and to permit persons to whom the Software is
18 * furnished to do so, subject to the following conditions:
20 * The above copyright notice and this permission notice shall be included in
21 * all copies or substantial portions of the Software.
23 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[all …]
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DLICENSE4 2006 til today Andreas Gohr and the DokuWiki community
7 modification, are permitted provided that the following conditions are met:
9 1. Redistributions of source code must retain the above copyright notice, this
10 list of conditions and the following disclaimer.
12 2. Redistributions in binary form must reproduce the above copyright notice,
13 this list of conditions and the following disclaimer in the documentation
14 and/or other materials provided with the distribution.
16 3. Neither the name of the copyright holder nor the names of its
20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
21 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php18 * The methods names must be different, but should be compatible to the
26 * Fetches a value from the cache.
33 * @param string $key The unique key of this item in the cache.
34 * @param mixed $default Default value to return if the key does not exist.
36 * @return array|mixed The value of the item from the cache, or $default in case of cache miss.
39 * MUST be thrown if the $key string is not a legal value.
44 … * Persists data in the cache, uniquely referenced by a key with an optional expiration TTL time.
51 * @param string $key The key of the item to store.
52 * @param array<mixed> $value The value of the item to store, must be serializable.
53 * @param null|int $ttl Optional. The TTL value of this item. If no value is sent and
[all …]
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt1 IXR - The Incutio XML-RPC Library
7 modification, are permitted provided that the following conditions are met:
9 - Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer.
11 - Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
13 documentation and/or other materials provided with the distribution.
14 - Neither the name of Incutio Ltd. nor the names of its contributors
18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
20 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
[all …]

12345678910>>...53