Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dokuwiki/_test/tests/inc/
H A Dauth_nameencode.test.php11 $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 Dutf8_html.test.php9 $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 Dmail_quoted_printable_encode.test.php6 $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 …]
H A Dutf8_unicode.test.php9 $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 …]
/dokuwiki/inc/Utf8/
H A DUnicode.php47 $in = ord($str[$i]);
52 if (0 === (0x80 & $in)) {
54 $out[] = $in;
56 } elseif (0xC0 === (0xE0 & $in)) {
58 $mUcs4 = $in;
62 } elseif (0xE0 === (0xF0 & $in)) {
64 $mUcs4 = $in;
68 } elseif (0xF0 === (0xF8 & $in)) {
70 $mUcs4 = $in;
74 } elseif (0xF8 === (0xFC & $in)) {
[all …]
/dokuwiki/vendor/simplepie/simplepie/
H A D.php-cs-fixer.dist.php4 ->in('build')
5 ->in('library')
6 ->in('src')
7 ->in('tests')
H A DCHANGELOG.md3 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 …]
/dokuwiki/inc/lang/en/
H A Dlogin.txt3 … are currently not logged in! Enter your authentication credentials below to log in. You need to h…
H A Dresendpwd.txt3 Please enter your user name in the form below to request a new password for your account in this wi…
/dokuwiki/inc/lang/nl/
H A Dlogin.txt3 …et ingelogd! Voer je login-gegevens hieronder in om in te loggen. Je browser moet cookies accepter…
H A Dresetpwd.txt3 Vul alstublieft een nieuw wachtwoord in voor jouw account in deze wiki.
H A Dresendpwd.txt3 Voer je gebruikersnaam in het formulier hieronder in om een nieuw wachtwoord aan te vragen voor dez…
/dokuwiki/lib/plugins/styling/lang/it/
H A Dintro.txt1 Questo strumento ti permette di cambiare certe configurazioni di stile del tema attualmente in uso.
2 Tutte le modifiche sono salvate in un file di configurazione locale e sono aggiornate in modo sicur…
/dokuwiki/inc/lang/la/
H A Dsubscr_digest.txt3 Pagina @PAGE@ in @TITLE@ uici mutata.
13 Ut paginae adnotationes deleas, in uicem ineas in
H A Dsubscr_single.txt3 Pagina "@PAGE@" in titulo "@TITlE@" mutata.
16 Ut paginae adnotationes deleas, in uicem ineas in
H A Dstopwords.txt12 in
15 in
/dokuwiki/inc/lang/sv/
H A Dlogin.txt1 ====== Logga in ======
3 …formuläret nedan för att logga in. Stöd för cookies måste vara aktiverat i din webbläsare för att …
/dokuwiki/lib/plugins/acl/lang/sl/
H A Dhelp.txt3 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/lib/plugins/popularity/lang/sl/
H A Dintro.txt3in 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/lib/plugins/config/_test/Setting/
H A DSettingTest.php30 * @param mixed $in The value to initialize the setting with
34 public function testOut($in, $out) { argument
37 $setting->initialize('ignore', $in);
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_templates.txt1 These are the templates currently installed in your DokuWiki. You can select the template to be use…
/dokuwiki/inc/lang/tr/
H A Dlogin.txt3 Şu an giriş yapmış değilsiniz! Giriş yapmak için giriş bilgilerinizi aşağıya yazın. Giriş yapmak iç
/dokuwiki/inc/lang/de-informal/
H A Dlogin.txt3 …n Benutzernamen und dein Passwort in das Formular unten ein, um dich anzumelden. Bitte beachte, da…
/dokuwiki/inc/lang/de/
H A Dlogin.txt3 …Benutzernamen und Ihr Passwort in das Formular unten ein, um sich anzumelden. Bitte beachten Sie, …
/dokuwiki/inc/lang/sl/
H A Dedit.txt1 …eba ''shraniti''. Navodila in podrobnosti za urejanje je mogoče najti na strani [[wiki:syntax|skla…

12345678910>>...12