| /dokuwiki/_test/tests/inc/ |
| H A D | mail_isvalid.test.php | 25 array('test@example', true), // we allow local addresses 29 array('test@example.com', true), 30 array('TEST@example.com', true), 31 array('1234567890@example.com', true), 32 array('test+test@example.com', true), 33 array('test-test@example.com', true), 34 array('t*est@example.com', true), 35 array('+1~1+@example.com', true), 36 array('{_test_}@example.com', true), 37 array('"[[ test ]]"@example.com', true), [all …]
|
| H A D | media_isexternal.test.php | 7 $this->assertTrue(media_isexternal('http://www.example.com/foo.png')); 8 $this->assertTrue(media_isexternal('https://www.example.com/foo.png')); 9 $this->assertTrue(media_isexternal('ftp://www.example.com/foo.png')); 10 $this->assertTrue(media_isexternal('hTTp://www.example.com/foo.png')); 11 $this->assertTrue(media_isexternal('hTTps://www.example.com/foo.png')); 12 $this->assertTrue(media_isexternal('Ftp://www.example.com/foo.png'));
|
| H A D | media_ispublic.test.php | 7 $this->assertTrue(media_ispublic('http://www.example.com/foo.png')); 8 $this->assertTrue(media_ispublic('https://www.example.com/foo.png')); 9 $this->assertTrue(media_ispublic('hTTp://www.example.com/foo.png')); 10 $this->assertTrue(media_ispublic('hTTps://www.example.com/foo.png'));
|
| H A D | common_obfuscate.test.php | 8 $this->assertEquals('jon-doe@example.com', obfuscate('jon-doe@example.com')); 15 obfuscate('jon-doe@example.com')); 22 obfuscate('user@example.com?subject=Привет')); 28 … $this->assertEquals('jon [dash] doe [at] example [dot] com', obfuscate('jon-doe@example.com'));
|
| H A D | toolbar.test.php | 11 $INFO['userinfo']['mail'] = 'example@example.org'; 15 $expected = '"\" --- \\\n \/\/[[example@example.org|\/*!]]>*\/<\/script><script>'.
|
| H A D | mailer.test.php | 57 $mail->setHeader('to','A valid ASCII name <test@example.com>'); 67 $this->assertEquals('A valid ASCII name <test@example.com>',$headers['To']); 107 $mail->to('andi@splitbrain.org,foo@example.com'); 110 $this->assertEquals('andi@splitbrain.org, foo@example.com', $headers['To']); 112 $mail->to('andi@splitbrain.org, Text <foo@example.com>'); 115 $this->assertEquals('andi@splitbrain.org, Text <foo@example.com>', $headers['To']); 117 $mail->to('Andreas Gohr <andi@splitbrain.org>,foo@example.com'); 120 $this->assertEquals('Andreas Gohr <andi@splitbrain.org>, foo@example.com', $headers['To']); 122 $mail->to('Andreas Gohr <andi@splitbrain.org> , foo <foo@example.com>'); 125 … $this->assertEquals('Andreas Gohr <andi@splitbrain.org>, foo <foo@example.com>', $headers['To']); [all …]
|
| H A D | common_ml.test.php | 99 'https://example.com/lib/tpl/dokuwiki/images/logo.png', 100 'http://example.com/lib/tpl/dokuwiki/images/logo.png', 101 'ftp://example.com/lib/tpl/dokuwiki/images/logo.png' 118 'https://example.com/lib/tpl/dokuwiki/images/logo.png', 119 'http://example.com/lib/tpl/dokuwiki/images/logo.png', 120 'ftp://example.com/lib/tpl/dokuwiki/images/logo.png'
|
| /dokuwiki/lib/plugins/authplain/_test/conf/ |
| H A D | auth.users.php | 12 user_1:$1$tGu7CW5z$VpsMjRIx5tbyOJaQ2SP23.:Admin:admin@example.com:user,first_group 13 user_2:$1$2uJ5C3ib$edo0EDEb/yLAFHme7RK851:User 2:user2@example.com:user,second_group,third_group 14 user_3:$1$yqnlDqgZ$Sste968uKhuxH6wIQt6/D/:User 3:user3@example.com:user,fourth_group,first_group,th… 15 user_4:$1$tXjajS9s$peoGPBQep.P245H1Lfloj0:User 4:user4@example.com:user,third_group 16 user_5:$1$IWrqdhol$xXOmufjZ2hW1aAVp7zDP.1:User 5:user5@example.com:user,second_group,fifth_group
|
| /dokuwiki/lib/plugins/usermanager/_test/ |
| H A D | csv_import.test.php | 84 importuser,"Ford Prefect",ford@example.com,user 95 importuser,"Ford Prefect",ford@example.com,user 100 'mail' => 'ford@example.com', 111 importuser,"Ford Prefect",ford@example.com,user 119 'ford@example.com', 122 'orig' => 'importuser,"Ford Prefect",ford@example.com,user'.NL, 132 importutf8,"Førd Prefect",ford@example.com,user 137 'mail' => 'ford@example.com', 151 importiso8859,"F'.chr(0xF8).'rd Prefect",ford@example.com,user 156 'mail' => 'ford@example.com',
|
| H A D | csv_export.test.php | 24 * expected to be: testuser:179ad45c6ce2cb97cf1029e212046e81:Arthur Dent:arthur@example.com 28 testuser,"Arthur Dent",arthur@example.com, 48 testuser,"Arthur Dent",arthur@example.com,
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | README.md | 92 | Format | Description | Example returned values … 104 … | Example returned values … 114 | Format | Description | Example returned values… 123 … | Example returned values … 126 …entation of the year going by ISO-8601:1988 standards (see `%V`) | Example: `09` for the wee… 127 …git version of `%g` | Example: `2009` for the `… 128 …entation of the year | Example: `09` for `2009`,… 129 …sentation for the year | Example: `2038` … 133 | Format | Description | Example … 140 | `%p` | UPPER-CASE '`AM`' or '`PM`' based on the given time | Example:… [all …]
|
| /dokuwiki/lib/plugins/extension/_test/ |
| H A D | ManagerTest.php | 36 $manager->storeUpdate('http://example.com/firstinstall'); 40 $this->assertStringContainsString('downloadurl=http://example.com/firstinstall', $content); 49 $this->assertEquals('http://example.com/firstinstall', $manager->getDownloadURL()); 52 $manager->storeUpdate('http://example.com/update'); 60 $this->assertEquals('http://example.com/update', $manager->getDownloadURL());
|
| /dokuwiki/_test/tests/Subscriptions/ |
| H A D | BulkSubscriptionsSenderTest.php | 21 $conf['mailfromnobody'] = 'phpunit@example.com'; 49 $this->assertEquals(['arthur@example.com'], array_column($mailerMock->mails, 'Bcc')); 68 ['arthur@example.com', 'arthur@example.com', 'arthur@example.com'], 91 $this->assertEquals(['arthur@example.com'], array_column($mailerMock->mails, 'Bcc')); 109 $this->assertEquals(['arthur@example.com'], array_column($mailerMock->mails, 'Bcc'));
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedPageProcessorTest.php | 28 ['testuser@undisclosed.example.com', 'Arthur Dent'], // proper author 43 ['anonymous@undisclosed.example.com', 'Anonymous'], // unknown author 53 ['anonymous@undisclosed.example.com', 'Anonymous'], // unknown author 89 "http://wiki.example.com/doku.php?id=wiki:dokuwiki&rev=$expectedMtime", 93 "http://wiki.example.com/doku.php?id=wiki:dokuwiki&rev=$expectedMtime&do=revisions", 97 'http://wiki.example.com/doku.php?id=wiki:dokuwiki', 101 "http://wiki.example.com/doku.php?id=wiki:dokuwiki&rev=$expectedMtime&do=diff",
|
| H A D | FeedMediaProcessorTest.php | 28 ['testuser@undisclosed.example.com', 'Arthur Dent'], // proper author 60 …"http://wiki.example.com/doku.php?image=wiki%3Adokuwiki-128.png&ns=wiki&rev=$expectedMtime&do=medi… 64 …"http://wiki.example.com/doku.php?image=wiki%3Adokuwiki-128.png&ns=wiki&rev=$expectedMtime&tab_det… 68 "http://wiki.example.com/doku.php?image=wiki%3Adokuwiki-128.png&ns=wiki&do=media", 72 …"http://wiki.example.com/doku.php?image=wiki%3Adokuwiki-128.png&ns=wiki&rev=$expectedMtime&tab_det…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| H A D | Common.php | 67 'prime192v1' => '1.2.840.10045.3.1.1', // J.5.1, example 1 (aka secp192r1) 68 'prime192v2' => '1.2.840.10045.3.1.2', // J.5.1, example 2 69 'prime192v3' => '1.2.840.10045.3.1.3', // J.5.1, example 3 70 'prime239v1' => '1.2.840.10045.3.1.4', // J.5.2, example 1 71 'prime239v2' => '1.2.840.10045.3.1.5', // J.5.2, example 2 72 'prime239v3' => '1.2.840.10045.3.1.6', // J.5.2, example 3 73 'prime256v1' => '1.2.840.10045.3.1.7', // J.5.3, example 1 (aka secp256r1) 129 'c2pnb163v1' => '1.2.840.10045.3.0.1', // J.4.1, example 1 130 'c2pnb163v2' => '1.2.840.10045.3.0.2', // J.4.1, example 2 131 'c2pnb163v3' => '1.2.840.10045.3.0.3', // J.4.1, example 3 [all …]
|
| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | wordpress.php | 78 'mail' => 'admin@example.com', 88 'mail' => 'test1@example.com', 98 'mail' => 'test2@example.com', 108 'mail' => 'test3@example.com',
|
| /dokuwiki/_test/tests/lib/exe/ |
| H A D | css_css_loadfile.test.php | 13 private function csstest($input, $output = null, $location = 'http://www.example.com/') { 19 …ckground: url("test/test.png"); }', '#test { background: url("http://www.example.com/test/test.png… 20 …round: url(\'test/test.png\'); }', '#test { background: url(\'http://www.example.com/test/test.png… 36 … $this->csstest('@import "test/test.png";', '@import "http://www.example.com/test/test.png";'); 37 … $this->csstest('@import \'test/test.png\';', '@import \'http://www.example.com/test/test.png\';'); 38 …$this->csstest('@import url(test/test.png);', '@import url(http://www.example.com/test/test.png);'… 39 …$this->csstest('@import url("test/test.png");', '@import url("http://www.example.com/test/test.png…
|
| /dokuwiki/vendor/aziraphale/email-address-validator/ |
| H A D | README.md | 39 if ($validator->check_email_address('test@example.org')) { 46 if (EmailAddressValidator::checkEmailAddress("test@example.org")) { 56 if (EmailAddressValidator::checkDomainPotion("example.org")) { 57 // "example.org" is technically a valid email address host
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | CLI.php | 31 * Example: Entire website down, database unavailable, etc. This should 45 * Example: Application component unavailable, unexpected exception. 70 * Example: Use of deprecated APIs, poor use of an API, undesirable things 97 * Example: User logs in, SQL logs.
|
| /dokuwiki/lib/images/fileicons/ |
| H A D | README | 2 https://github.com/splitbrain/file-icon-generator/blob/master/example-dokuwiki.php
|
| /dokuwiki/lib/plugins/extension/_test/testdata/multi/mpl1/ |
| H A D | plugin.info.txt | 7 url http://example.com/template:multi1
|
| /dokuwiki/lib/plugins/extension/_test/testdata/plgsub6/plgfoo6/ |
| H A D | plugin.info.txt | 7 url http://example.com/plugin:plugin6
|
| /dokuwiki/lib/plugins/extension/_test/testdata/plgfoo5/ |
| H A D | plugin.info.txt | 7 url http://example.com/plugin:plugin5
|
| /dokuwiki/lib/plugins/extension/_test/testdata/plgsub4/plugin4/ |
| H A D | plugin.info.txt | 7 url http://example.com/plugin:plugin4
|