/dokuwiki/_test/tests/inc/ |
H A D | utf8_html.test.php | 9 $in = 'a'; 11 $this->assertEquals(\dokuwiki\Utf8\Conversion::toHtml($in),$out); 15 $in = 'a'; 17 $this->assertEquals(\dokuwiki\Utf8\Conversion::toHtml($in, true),$out); 21 $in = "\xc3\xbc"; 23 $this->assertEquals(\dokuwiki\Utf8\Conversion::toHtml($in),$out); 27 $in = "\xe2\x99\x8a"; 29 $this->assertEquals(\dokuwiki\Utf8\Conversion::toHtml($in),$out); 33 $in = "\xf4\x80\x80\x81"; 35 $this->assertEquals(\dokuwiki\Utf8\Conversion::toHtml($in),$out); [all …]
|
H A D | auth_nameencode.test.php | 11 $in = 'hey$you'; 13 $this->assertEquals(auth_nameencode($in),$out); 17 $in = 'hey"you'; 19 $this->assertEquals(auth_nameencode($in),$out); 23 $in = 'hey\'you'; 25 $this->assertEquals(auth_nameencode($in),$out); 29 $in = 'hey\\you'; 31 $this->assertEquals(auth_nameencode($in),$out); 35 $in = 'hey $ you !$%! foo '; 37 $this->assertEquals(auth_nameencode($in),$out); [all …]
|
H A D | utf8_unicode.test.php | 9 $in = 'a'; 11 $this->assertEquals(\dokuwiki\Utf8\Unicode::fromUtf8($in),$out); 15 $in = "\xc3\xbc"; 17 $this->assertEquals(\dokuwiki\Utf8\Unicode::fromUtf8($in),$out); 21 $in = "\xe2\x99\x8a"; 23 $this->assertEquals(\dokuwiki\Utf8\Unicode::fromUtf8($in),$out); 27 $in = "\xf4\x80\x80\x81"; 29 $this->assertEquals(\dokuwiki\Utf8\Unicode::fromUtf8($in),$out); 34 $in = array(97); 35 $this->assertEquals(\dokuwiki\Utf8\Unicode::toUtf8($in),$out); [all …]
|
H A D | mail_quoted_printable_encode.test.php | 6 $in = 'hello'; 8 $this->assertEquals(mail_quotedprintable_encode($in),$out); 12 $in = "hello \nhello"; 14 $this->assertEquals(mail_quotedprintable_encode($in),$out); 18 $in = 'hello überlänge'; 20 $this->assertEquals(mail_quotedprintable_encode($in),$out); 24 …$in = '123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789'; 26 $this->assertEquals(mail_quotedprintable_encode($in,74),$out); 30 …$in = '123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789'; 32 $this->assertEquals(mail_quotedprintable_encode($in,0),$out); [all …]
|
/dokuwiki/lib/plugins/popularity/lang/sl/ |
H A D | intro.txt | 3 …in omogoča pošiljanje nekaterih podatkov neposredno razvijalcem sistema. S temi podatki lahko razv… 5 …sa, saj lahko le tako razvijalci dobijo podatke o hitrosti rasti spletišča in pogostosti uporabe. … 7 …stema DokuWiki, število in velikost wiki strani, datotekah, ki so naložene na sistem in podatke o …
|
/dokuwiki/inc/lang/sl/ |
H A D | install.html | 1 <p>Stran je namenjena pomoči pri prvi namestitvi in nastavitvi spletišča <a href="http://dokuwiki.o… 3 …in drugih podrobnosti o teh straneh (npr. slike, kazalo, stare različice in drugo). Za pravilno de… 5 …in dostop do upravljanja z vstavki, uporabniki, dovoljenji dostopa uporabnikov do določenih strani… 7 …jo na straneh <a href="http://dokuwiki.org/install">navodil namestitve</a> in <a href="http://doku…
|
/dokuwiki/vendor/paragonie/constant_time_encoding/ |
H A D | LICENSE.txt | 7 in the Software without restriction, including without limitation the rights 12 The above copyright notice and this permission notice shall be included in all 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 33 in the Software without restriction, including without limitation the rights 38 The above copyright notice and this permission notice shall be included in all 43 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 45 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 46 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | CHANGELOG.md | 3 All notable changes to this project will be documented in this file. 16 - Disable Composer lockfile by @jrfnl in [#887](https://github.com/simplepie/simplepie/pull/887), b… 20 - Fixes for PHP 8.4 deprecations by @Girgias, @jrfnl and @jtojnar, backported in [#875](https://git… 21 - Fix locator with website missing `Content-Type` header by @jtojnar in [#891](https://github.com/s… 22 … `SimplePie::strip_htmltags()` @jtojnar in [#894](https://github.com/simplepie/simplepie/pull/894)… 23 - Reverted `strict_types` by @jtojnar in [#842](https://github.com/simplepie/simplepie/pull/842) 29 …mplePie::set_cache()` for providing a PSR-16 cache implementation by @Art4 in [#742](https://githu… 30 - New method `SimplePie\SimplePie::set_cache_namefilter()` for customize the cache key in [#762](ht… 31 …che\CallableNameFilter` to provide a `callable` to customize the cache key in [#762](https://githu… 32 …inject the `Registry` instance into classes created by `Registry` by @Art4 in [#760](https://githu… [all …]
|
H A D | LICENSE.txt | 4 Redistribution and use in source and binary forms, with or without modification, are 10 * Redistributions in binary form must reproduce the above copyright notice, this list 11 of conditions and the following disclaimer in the documentation and/or other materials 20 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS 24 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 25 OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
H A D | .php-cs-fixer.dist.php | 4 ->in('build') 5 ->in('library') 6 ->in('src') 7 ->in('tests')
|
/dokuwiki/vendor/splitbrain/lesserphp/ |
H A D | LICENSE | 17 "Software"), to deal in the Software without restriction, including 24 included in all copies or substantial portions of the Software. 29 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 30 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 31 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 32 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 67 want it, that you can change the software or use pieces of it in new 95 pattern of such abuse occurs in the area of products for individuals to 98 products. If such problems arise substantially in other domains, we 99 stand ready to extend this provision to those domains in future versions [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 15 * in the Software without restriction, including without limitation the rights 20 * The above copyright notice and this permission notice shall be included in 25 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 27 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 28 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
/dokuwiki/vendor/splitbrain/slika/ |
H A D | LICENSE | 3 …this software and associated documentation files (the "Software"), to deal in the Software without… 5 The above copyright notice and this permission notice shall be included in all copies or substantia… 7 …IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABI…
|
/dokuwiki/vendor/splitbrain/php-cli/ |
H A D | LICENSE | 7 in the Software without restriction, including without limitation the rights 12 The above copyright notice and this permission notice shall be included in all 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
/dokuwiki/vendor/splitbrain/php-archive/ |
H A D | LICENSE | 5 in the Software without restriction, including without limitation the rights 10 The above copyright notice and this permission notice shall be included in 15 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 17 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 18 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/dokuwiki/vendor/composer/ |
H A D | LICENSE | 6 in the Software without restriction, including without limitation the rights 11 The above copyright notice and this permission notice shall be included in all 16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 19 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
/dokuwiki/vendor/paragonie/random_compat/ |
H A D | LICENSE | 7 in the Software without restriction, including without limitation the rights 12 The above copyright notice and this permission notice shall be included in all 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
/dokuwiki/vendor/phpseclib/phpseclib/ |
H A D | LICENSE | 5 "Software"), to deal in the Software without restriction, including 12 included in all copies or substantial portions of the Software. 17 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 18 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 19 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 20 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
/dokuwiki/vendor/php81_bc/strftime/ |
H A D | LICENSE | 7 in the Software without restriction, including without limitation the rights 12 The above copyright notice and this permission notice shall be included in all 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
/dokuwiki/vendor/geshi/geshi/ |
H A D | CHANGELOG | 4 Changes to the code are listed under the version they occurred in, with who suggested 95 - Non-persistent XSS in example contrib script (BenBE, present in intermediate dev versions) 101 * Fix a minor issue with comments in Visual Basic (Plançon, BenBE) 103 * Fix a minor issue with keywords in SQL (Gerrit, BenBE) 104 * Force comments in INI files to be their own line (BenBE) 108 * Fixed langcheck errors in Lua langfile (BenBE) 109 * Fixed double quotes in Tcl (BenBE, stecue) 155 * Support for IPv6 addresses in RFC822 messages (BenBE) 167 * Fixed a typo in Modula-3 language file (SF#3358216, BenBE) 173 * Fixed typo in Haskell causing a keyword to be missing (SF#3529439, BenBE) [all …]
|
/dokuwiki/lib/plugins/acl/lang/sl/ |
H A D | help.txt | 3 Na tej strani je mogoče dodajati, odstranjevati in spreminjati dovoljenja za delo z wiki stranmi in… 5 Na veli strani so izpisani vsi imenski prostori in strani. 7 Na obrazcu zgoraj je mogoče pregledovati in spreminjati dovoljenja za izbranega uporabnika ali skup…
|
/dokuwiki/vendor/kissifrot/php-ixr/ |
H A D | LICENSE.txt | 6 Redistribution and use in source and binary forms, with or without 11 - Redistributions in binary form must reproduce the above copyright 12 notice, this list of conditions and the following disclaimer in the 21 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 26 OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
/dokuwiki/vendor/splitbrain/php-jsstrip/ |
H A D | LICENSE | 6 Redistribution and use in source and binary forms, with or without 12 2. Redistributions in binary form must reproduce the above copyright notice, 13 this list of conditions and the following disclaimer in the documentation 23 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 27 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 28 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
/dokuwiki/conf/ |
H A D | acronyms.conf | 32 IMHO In my humble opinion 33 IMO In my opinion 34 IOW In other words 36 IRL In real life 49 PITA Pain in the Ass 54 TIA Thanks in advance
|
/dokuwiki/lib/plugins/acl/lang/ia/ |
H A D | help.txt | 3 In iste pagina tu pote adder e remover permissiones pro spatios de nomines e paginas in tu wiki. 9 In le tabella hic infra se monstra tote le regulas de controlo de accesso actualmente configurate. … 11 …fficial super ACL]] pro comprender completemente como le controlo de accesso functiona in DokuWiki.
|