Searched refs:in (Results 1 – 25 of 276) sorted by relevance
12345678910>>...12
/dokuwiki/_test/tests/inc/ |
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 …]
|
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 …]
|
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 …]
|
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 …]
|
/dokuwiki/inc/Utf8/ |
D | Unicode.php | 47 $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/ |
D | .php-cs-fixer.dist.php | 4 ->in('build') 5 ->in('library') 6 ->in('src') 7 ->in('tests')
|
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 …]
|
/dokuwiki/inc/lang/en/ |
D | login.txt | 3 … are currently not logged in! Enter your authentication credentials below to log in. You need to h…
|
D | resendpwd.txt | 3 Please enter your user name in the form below to request a new password for your account in this wi…
|
/dokuwiki/inc/lang/nl/ |
D | login.txt | 3 …et ingelogd! Voer je login-gegevens hieronder in om in te loggen. Je browser moet cookies accepter…
|
D | resetpwd.txt | 3 Vul alstublieft een nieuw wachtwoord in voor jouw account in deze wiki.
|
D | resendpwd.txt | 3 Voer je gebruikersnaam in het formulier hieronder in om een nieuw wachtwoord aan te vragen voor dez…
|
/dokuwiki/lib/plugins/styling/lang/it/ |
D | intro.txt | 1 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/ |
D | subscr_digest.txt | 3 Pagina @PAGE@ in @TITLE@ uici mutata. 13 Ut paginae adnotationes deleas, in uicem ineas in
|
D | subscr_single.txt | 3 Pagina "@PAGE@" in titulo "@TITlE@" mutata. 16 Ut paginae adnotationes deleas, in uicem ineas in
|
D | stopwords.txt | 12 in 15 in
|
/dokuwiki/inc/lang/sv/ |
D | login.txt | 1 ====== 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/ |
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/lib/plugins/popularity/lang/sl/ |
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/lib/plugins/config/_test/Setting/ |
D | SettingTest.php | 30 * @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/ |
D | intro_templates.txt | 1 These are the templates currently installed in your DokuWiki. You can select the template to be use…
|
/dokuwiki/inc/lang/tr/ |
D | login.txt | 3 Ş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/ |
D | login.txt | 3 …n Benutzernamen und dein Passwort in das Formular unten ein, um dich anzumelden. Bitte beachte, da…
|
/dokuwiki/inc/lang/de/ |
D | login.txt | 3 …Benutzernamen und Ihr Passwort in das Formular unten ein, um sich anzumelden. Bitte beachten Sie, …
|
/dokuwiki/inc/lang/sl/ |
D | edit.txt | 1 …eba ''shraniti''. Navodila in podrobnosti za urejanje je mogoče najti na strani [[wiki:syntax|skla…
|
12345678910>>...12