| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 9 [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/simplepie/simplepie/idn/ |
| H A D | LICENCE | 9 [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 D | LICENSE | 16 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 …]
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 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 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/ |
| H A D | COPYING | 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 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/paragonie/constant_time_encoding/ |
| H A D | LICENSE.txt | 1 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 D | Ip.php | 19 * The needle and haystack may be either IPv4 or IPv6. 28 * @param string $needle The IP to test, either IPv4 in dotted decimal 30 * @param string $haystack The CIDR range as an IP followed by a forward 31 * slash and the number of significant bits. 33 * @return bool Returns true if $needle is within the range specified 34 * by $haystack, false if it is outside the range. 45 // For an IPv4 address the top 96 bits must be zero. 69 * This splits 128 bit IP addresses into the upper and lower 64 bits, and 70 * also returns whether the IP given was IPv4 or IPv6. 72 * The returned array contains: [all …]
|
| /dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
| H A D | DataCache.php | 7 * Takes the hard work out of managing a complete RSS/Atom solution. 13 * permitted provided that the following conditions are met: 15 * * Redistributions of source code must retain the above copyright notice, this list of 16 * conditions and the following disclaimer. 18 * * Redistributions in binary form must reproduce the above copyright notice, this list 19 * of conditions and the following disclaimer in the documentation and/or other materials 20 * provided with the distribution. 22 * * Neither the name of the SimplePie Team nor the names of its contributors may be used 26 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 27 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY [all …]
|
| H A D | BaseDataCache.php | 7 * Takes the hard work out of managing a complete RSS/Atom solution. 13 * permitted provided that the following conditions are met: 15 * * Redistributions of source code must retain the above copyright notice, this list of 16 * conditions and the following disclaimer. 18 * * Redistributions in binary form must reproduce the above copyright notice, this list 19 * of conditions and the following disclaimer in the documentation and/or other materials 20 * provided with the distribution. 22 * * Neither the name of the SimplePie Team nor the names of its contributors may be used 26 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 27 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY [all …]
|
| H A D | Psr16.php | 7 * Takes the hard work out of managing a complete RSS/Atom solution. 13 * permitted provided that the following conditions are met: 15 * * Redistributions of source code must retain the above copyright notice, this list of 16 * conditions and the following disclaimer. 18 * * Redistributions in binary form must reproduce the above copyright notice, this list 19 * of conditions and the following disclaimer in the documentation and/or other materials 20 * provided with the distribution. 22 * * Neither the name of the SimplePie Team nor the names of its contributors may be used 26 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 27 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY [all …]
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 17 * 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 D | LICENSE | 1 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 …]
|
| H A D | README.md | 59 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 …]
|
| /dokuwiki/vendor/paragonie/random_compat/ |
| H A D | LICENSE | 1 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/splitbrain/slika/ |
| H A D | LICENSE | 3 …the "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/splitbrain/php-archive/ |
| H A D | LICENSE | 4 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/composer/ |
| H A D | LICENSE | 5 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/phpseclib/phpseclib/ |
| H A D | LICENSE | 4 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/php81_bc/strftime/ |
| H A D | LICENSE | 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 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| /dokuwiki/inc/Extension/ |
| H A D | SyntaxPlugin.php | 12 * 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 D | PluginInterface.php | 8 * 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/paragonie/random_compat/lib/ |
| H A D | random.php | 4 * 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 D | LICENSE | 4 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/ |
| H A D | autoloader.php | 6 * Takes the hard work out of managing a complete RSS/Atom solution. 12 * permitted provided that the following conditions are met: 14 * * Redistributions of source code must retain the above copyright notice, this list of 15 * conditions and the following disclaimer. 17 * * Redistributions in binary form must reproduce the above copyright notice, this list 18 * of conditions and the following disclaimer in the documentation and/or other materials 19 * provided with the distribution. 21 * * Neither the name of the SimplePie Team nor the names of its contributors may be used 25 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS 26 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY [all …]
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | LICENSE.txt | 1 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 …]
|