Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/plugin/freechat/phpfreechat/
H A Dcheckmd5.php4 if (md5(file_get_contents("./version.txt")) == "84b17206d983a7430710b2a1f8ae52b8")
10 if (md5(file_get_contents("./COPYING.txt")) == "6316f2b9af0cab4497de71b53e26a01f")
16 if (md5(file_get_contents("./misc/doc-archi1.svg")) == "3c2b6ce5c03537846b6ec11eb8aae96e")
22 if (md5(file_get_contents("./misc/login.svg")) == "c89ef14d3f40ec6b555f76722ab140c5")
28 if (md5(file_get_contents("./misc/tabs.svg")) == "02dc973dc9cf45246f3cef1963cc84e2")
52 if (md5(file_get_contents("./misc/png2gif.sh")) == "51c749d6e30da2150572587de04b0f9c")
70 if (md5(file_get_contents("./misc/logout.png")) == "9e56228db0820eeaee172674d5a28330")
82 if (md5(file_get_contents("./misc/login.png")) == "9982dea5d71d32f409117c06bc629c96")
88 if (md5(file_get_contents("./misc/tarSource")) == "a208a7e2951eb68394d2209b9c90e09b")
106 if (md5(file_get_contents("./misc/checkmd5")) == "8d9338e6c52283a3ef5b44c284fdaef9")
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DObjectTreeTest.php47 $this->assertEquals('contents',file_get_contents(SABRE_TEMPDIR.'/root/file2.txt'));
59 … $this->assertEquals('subcontents',file_get_contents(SABRE_TEMPDIR.'/root/subdir2/subfile.txt'));
71 $this->assertEquals('contents',file_get_contents(SABRE_TEMPDIR.'/root/file2.txt'));
83 $this->assertEquals('contents',file_get_contents(SABRE_TEMPDIR.'/root/subdir/file2.txt'));
96 … $this->assertEquals('subcontents',file_get_contents(SABRE_TEMPDIR.'/root/subdir2/subfile.txt'));
H A DServerCopyMoveTest.php72 $this->assertEquals('Test contents', file_get_contents(SABRE_TEMPDIR. '/test2.txt'));
89 $this->assertEquals('Test contents', file_get_contents(SABRE_TEMPDIR. '/test.txt'));
155 $this->assertEquals('Test contents',file_get_contents(SABRE_TEMPDIR . '/col2/test.txt'));
179 $this->assertEquals('Test contents', file_get_contents(SABRE_TEMPDIR . '/test3.txt'));
205 $this->assertEquals('Test contents',file_get_contents(SABRE_TEMPDIR . '/col2/test.txt'));
/plugin/ifauthex/_test/
H A Dinstruction.test.php18 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_page.txt'));
30 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_nested.txt'));
43 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_hidden_first_header.txt'));
49 $calls = p_get_instructions(file_get_contents(__DIR__.'/test_visible_first_header.txt'));
/plugin/gdpr/_test/
H A DCleanUser.test.php50 $actualChangelogContent = file_get_contents(metaFN('some:page', '.changes'));
85 $actualChangelogContentFile1 = file_get_contents(metaFN('some:page', '.changes'));
93 $actualChangelogContentFile2 = file_get_contents(metaFN('mailinglist', '.changes'));
/plugin/zip/pear/File/Archive/Writer/
H A DMemoryArchive.php152 $this->buffer .= file_get_contents($this->currentDataFile);
166 $this->buffer .= file_get_contents($this->currentDataFile);
169 $this->buffer .= file_get_contents($filename);
209 file_get_contents($dataFilename));
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.column.width.php11 $tree = $this->runPipeline(file_get_contents('test.table.column.width.1.html'),
32 $tree = $this->runPipeline(file_get_contents('test.table.column.width.2.html'),
47 $tree = $this->runPipeline(file_get_contents('test.table.column.width.3.html'), $media);
62 $tree = $this->runPipeline(file_get_contents('test.table.column.width.4.html'), $media);
H A Dtest.css.page.break.after.php5 $tree = $this->runPipeline(file_get_contents('test.css.page.break.after.1.html'));
11 $tree = $this->runPipeline(file_get_contents('test.css.page.break.after.2.html'),
H A Dtest.link.php5 $tree = $this->runPipeline(file_get_contents('test.link.1.html'));
16 $tree = $this->runPipeline(file_get_contents('test.link.2.html'));
/plugin/csv/_test/
H A DCSVTest.php40 $csvdata = file_get_contents($file);
42 $json = file_get_contents(__DIR__ . '/json/' . $file . '.json');
81 $contents = file_get_contents(__DIR__ . '/avengers.csv');
95 $contents = file_get_contents(__DIR__ . '/avengers.csv');
/plugin/pwaoffline/
H A Daction.php88 $swjs = file_get_contents(__DIR__ . '/sw.js');
91 … $idbKeyVal = file_get_contents(__DIR__ . '/node_modules/idb-keyval/dist/idb-keyval-iife.min.js');
104 'swHashVersion' => md5(file_get_contents(__DIR__ . '/sw.js')),
/plugin/latexit/classes/
H A DBibHandler.php66 $zotero_config = file_get_contents(DOKU_INC . 'lib/plugins/zotero/config.ini');
92 $rep = file_get_contents($this->repository);
107 $item = simplexml_load_string(file_get_contents($url));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php29 $this->assertEquals('New contents',file_get_contents(SABRE_TEMPDIR . '/file.txt'));
48 $this->assertEquals('0001110',file_get_contents(SABRE_TEMPDIR . '/file.txt'));
62 $this->assertEquals('0002220',file_get_contents(SABRE_TEMPDIR . '/file.txt'));
/plugin/autoincludeindex/
H A Daction.php15 …',p_get_instructions(file_get_contents(DOKU_PLUGIN.'autoincludeindex/template.tpl')), $info).'</di…
H A DremoveBox.php2 $replaceContent = file_get_contents('box.tpl');
28 $fileContent = file_get_contents($file);
/plugin/netlogo/inc/
H A Dservefile.php23 $uuid = file_get_contents($uuidfile);
36 echo file_get_contents($src);
/plugin/freechat/phpfreechat/misc/
H A Dcreatewebinstaller.php3 $version = isset($_SERVER["argv"][1]) ? $_SERVER["argv"][1] : file_get_contents(dirname(__FILE__)."…
16 $phpi->addPage('Pre-Install Check',file_get_contents($phpinstaller_path.'/createinstaller/data/prec…
/plugin/dokugource/
H A Daction.php49 $ls = preg_split('`\n+`', trim(@file_get_contents($conf['metadir'].'/gource.colors')));
86 $auto = preg_split('`\n+`', @file_get_contents(DOKU_CONF.'/gource.cnf.php'));
100 foreach(preg_split('`\n+`', trim(@file_get_contents($conf['metadir'].'/gource.colors'))) as $l) {
131 foreach(preg_split('`\n+`', trim(@file_get_contents($p.'/'.$i))) as $l) {
H A Dadmin.php65 $f = @file_get_contents($conf['metadir'].'gource.log');
98 foreach(preg_split('`\n+`', trim(@file_get_contents($conf['metadir'].'/gource.colors'))) as $l) {
133 foreach(preg_split('`\n+`', trim(@file_get_contents($p.'/'.$i))) as $l) {
180 …ame="dokugource_cnf">'.preg_replace('`\s*<\?php[^\?]+\?>\s*`', '', @file_get_contents(DOKU_CONF.'/…
/plugin/securelogin/
H A Dhelper.php58 $this->_key = openssl_pkey_get_private(file_get_contents($this->_keyFile));
63 … $this->savePublicInfo($this->getPublicKeyInfo(file_get_contents($this->_keyFile)));
88 $this->_key = openssl_pkey_get_private(file_get_contents($this->_keyFile));
89 $this->savePublicInfo($this->getPublicKeyInfo(file_get_contents($this->_keyFile)));
/plugin/quickstats/scripts/
H A Dget_pages.php10 $pages = unserialize(file_get_contents(QS_META . $month .'/pages.ser'));
27 $page_users = unserialize(file_get_contents($file));
H A Dget_useragent.php9 $data = unserialize(file_get_contents($misc_data_file));
23 $page_totals = unserialize(file_get_contents($page_totals_file));
/plugin/headerfooter/
H A Daction.php27 $header = file_get_contents($base . '_header.txt');
34 $footer = file_get_contents($base . '_footer.txt');
/plugin/photowidget/
H A Dphotowidget.php41 xml_parse_into_struct($p, file_get_contents($p_feed), $vals, $index);
68 xml_parse_into_struct($p, file_get_contents($p_feed), $vals, $index);
90 xml_parse_into_struct($p, file_get_contents($p_feed), $vals, $index);
/plugin/issuetracker/
H A Ditsearch.php42 $tmp = unserialize(@file_get_contents($it_datastore.$project.'.issues'));
59 { $issues = unserialize(@file_get_contents($pfile));
79 if (@file_exists($comments_file)) { $comments = @file_get_contents($comments_file); }
134 $comments = unserialize(@file_get_contents($comments_file));

12345678910>>...23