/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/ |
H A D | Filter.php | 58 file_put_contents($filename, $content), 77 file_put_contents($filename, $content), 96 file_put_contents($filename, $content), 117 file_put_contents($filename, $content), 138 file_put_contents($filename, $content), 159 file_put_contents($filename, $content),
|
/plugin/ebookexport/ |
H A D | action.php | 72 file_put_contents($tempdir . "/pages.xhtml",$pages); 75 file_put_contents($tempdir . "/mimetype",$mimetype); 78 file_put_contents($tempdir . "/page_styles.css",$pagestyle); 81 file_put_contents($tempdir . "/stylesheet.css",$stylesheet); 86 file_put_contents($tempdir . "/META-INF/container.xml", $container); 136 file_put_contents($tempdir . "/content.opf",$content); 154 file_put_contents($tempdir . "/titlepage.xhtml",$titlepage); 176 file_put_contents($tempdir . "/toc.ncx",$toc);
|
/plugin/gdpr/action/ |
H A D | delusers.php | 46 file_put_contents($cacheFN, $username . "\n", FILE_APPEND); 108 file_put_contents($deleteUserCacheFile, $usersToDelete); 118 file_put_contents($cacheFN, $count + 1); 129 file_put_contents($changelogCacheFN, implode('', $lines)); 141 file_put_contents($cacheFN, '0'); 223 file_put_contents($changelogCacheFN, implode("\n", $changelogs));
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | dwfck_sessions.php | 27 file_put_contents('session_read.txt', $sess_file); 37 file_put_contents('session_write.txt', $sess_file); 74 file_put_contents('DW_session', "$ar $sstr");
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | dwfck_sessions.php | 27 file_put_contents('session_read.txt', $sess_file); 37 file_put_contents('session_write.txt', $sess_file); 74 file_put_contents('DW_session', "$ar $sstr");
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | dwfck_sessions.php | 27 file_put_contents('session_read.txt', $sess_file); 37 file_put_contents('session_write.txt', $sess_file); 74 file_put_contents('DW_session', "$ar $sstr");
|
/plugin/jokuwiki/ |
H A D | syntax.php | 30 file_put_contents('/tmp/jokuwiki_loaded', 'yes'); 74 file_put_contents('/tmp/jokuwiki_a', 'running '. $p); 81 file_put_contents('/tmp/jokuwiki_b', var_export($attrs, true));
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | cache.php | 13 function file_put_contents($filename, $s) { function 49 @file_put_contents(UC_DATADIR."./cache/$cachefile.php", $s); 59 @file_put_contents(UC_DATADIR."./cache/$file.php", $s);
|
/plugin/memcache/classes/ |
H A D | memcache_fakecache.class.php | 47 …if ($result = (!file_exists(static::$cache_dir.static::normalize_key($key)) && @file_put_contents(… 48 if ($ttl > 0) file_put_contents(static::$ttl_dir.static::normalize_key($key),time()+$ttl); 56 …if ($result = (@file_put_contents(static::$cache_dir.static::normalize_key($key),gzcompress(serial… 57 if ($ttl > 0) file_put_contents(static::$ttl_dir.static::normalize_key($key),time()+$ttl);
|
/plugin/freechat/phpfreechat/src/containers/ |
H A D | file.class.php | 73 file_put_contents($filename,'some-data1-'.time()); 77 file_put_contents($filename,'some-data2-'.time()); 90 file_put_contents($filename, $data1, LOCK_EX); 118 file_put_contents($leaffilename, $leafvalue, LOCK_EX); 233 file_put_contents($leaffilename, $leafvalue, LOCK_EX);
|
/plugin/siteexport/_test/ |
H A D | plugin_siteexport_javascript.test.php | 21 file_put_contents($uncompressed, $this->setUpJavascript(0)); 24 file_put_contents($compressed, $this->setUpJavascript(1));
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ |
H A D | FileTest.php | 25 file_put_contents(SABRE_TEMPDIR . '/backend','user:realm:hash'); 33 file_put_contents(SABRE_TEMPDIR . '/backend','user:realm:' . md5('user:realm:password'));
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/ |
H A D | CompilerJarFilter.php | 65 file_put_contents($externs, $this->jsExterns); 71 file_put_contents($externs, file_get_contents($this->externsUrl)); 100 file_put_contents($input, $asset->getContent());
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | PackagerFilter.php | 49 file_put_contents($package.'/package.yml', sprintf($manifest, $hash)); 50 file_put_contents($package.'/source.js', $asset->getContent());
|
/plugin/letsencrypt/ |
H A D | Lescript.php | 218 file_put_contents($domainPath . '/fullchain.pem', implode("\n", $certificates)); 221 file_put_contents($domainPath . '/cert.pem', array_shift($certificates)); 224 file_put_contents($domainPath . "/chain.pem", implode("\n", $certificates)); 310 file_put_contents($csrPath, $csr); 339 file_put_contents($outputDirectory.'/private.pem', $privateKey); 340 file_put_contents($outputDirectory.'/public.pem', $details['key']);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | AbstractServer.php | 28 file_put_contents(SABRE_TEMPDIR . '/test.txt', 'Test contents'); 30 file_put_contents(SABRE_TEMPDIR . '/dir/child.txt', 'Child contents');
|
H A D | ServerCopyMoveTest.php | 26 file_put_contents(SABRE_TEMPDIR . '/test.txt', 'Test contents'); 27 file_put_contents(SABRE_TEMPDIR . '/test2.txt', 'Test contents2'); 29 file_put_contents(SABRE_TEMPDIR . 'col/test.txt', 'Test contents');
|
H A D | ObjectTreeTest.php | 16 file_put_contents(SABRE_TEMPDIR . '/root/file.txt','contents'); 17 file_put_contents(SABRE_TEMPDIR . '/root/subdir/subfile.txt','subcontents');
|
/plugin/farmer/_test/ |
H A D | getUserLine.test.php |
|
/plugin/authorstats/ |
H A D | helper.php | 50 file_put_contents($this->summaryfile, $json); 66 file_put_contents($this->basedir . "/" . $loginname . ".json", $json);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/ |
H A D | GuessContentTypeTest.php | 14 file_put_contents(SABRE_TEMPDIR . '/somefile.jpg','blabla'); 15 file_put_contents(SABRE_TEMPDIR . '/somefile.hoi','blabla');
|
/plugin/projects/lib/ |
H A D | project_file.php | 111 file_put_contents($this->path($project_path), $content); 195 file_put_contents($log, $content); 245 file_put_contents($log, "The crosslink is not defined in this file!\n"); 253 file_put_contents($log, "file $crosslink does not exist!\n"); 256 file_put_contents($log, "linked $crosslink");
|
/plugin/recommend/helper/ |
H A D | assignment.php | 17 return (bool)file_put_contents(self::$confFile, json_encode($assignments, JSON_PRETTY_PRINT)); 37 return (bool)file_put_contents(self::$confFile, json_encode($remaining, JSON_PRETTY_PRINT));
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | LazyOpenStreamTest.php | 39 file_put_contents($this->fname, 'foo'); 57 file_put_contents($this->fname, 'foo');
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/ |
H A D | RequireJsProcess.php | 55 if (file_put_contents($destination, $requireConfig) === FALSE) { 73 if (file_put_contents($this->componentDir . '/require.js', $assets->dump()) === FALSE) { 177 return file_put_contents($destination, $js);
|