Home
last modified time | relevance | path

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

1234567891011

/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/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/vendor/simplepie/simplepie/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file.
16 …_client()` for providing PSR-18 HTTP client and PSR-17 factories (by @Art4 in [#777](https://githu…
17 …_client()` for providing PSR-18 HTTP client and PSR-17 factories (by @Art4 in [#777](https://githu…
18 …_client()` for providing PSR-18 HTTP client and PSR-17 factories (by @Art4 in [#777](https://githu…
22 …r a [polyfill](https://github.com/symfony/polyfill-intl-idn)) (by @jtojnar in [#785](https://githu…
23 - Improve precision of type annotations and increased the PHPStan checks to level 8 (by @jtojnar in
24 - Use native `gzdecode` function instead of internal PHP implementation (by @jtojnar in [#882](http…
25 …, `if-modified-since`, `if-none-match` and `X-FORWARDED-FOR`. (by @Alkarex in [#912](https://githu…
29 - Do not crash when `Content-Type` header is missing (by @Art4 in [#774](https://github.com/simplep…
30 - Correct `SimplePie\File::$permanent_url` when multiple redirects are chained (by @jtojnar in [#81…
[all …]
/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/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/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/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…
/dokuwiki/inc/lang/ia/
H A Dresendpwd.txt3 Per favor entra tu nomine de usator in le formulario hic infra pro requestar un nove contrasigno pr…

1234567891011