Home
last modified time | relevance | path

Searched refs:fopen (Results 1 – 25 of 496) sorted by relevance

12345678910>>...20

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
130 $inputStream = fopen('php://memory','r+');
162 $inputStream = fopen('php://memory','r+');
201 $inputStream = fopen('php://memory','r+');
222 $inputStream = fopen('php://memory','r+');
283 $inputStream = fopen('php://memory','r+');
312 $inputStream = fopen('php://memory','r+');
352 $inputStream = fopen('php://memory','r+');
392 $inputStream = fopen('php://memory','r+');
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
130 $inputStream = fopen('php://memory','r+');
162 $inputStream = fopen('php://memory','r+');
201 $inputStream = fopen('php://memory','r+');
222 $inputStream = fopen('php://memory','r+');
283 $inputStream = fopen('php://memory','r+');
312 $inputStream = fopen('php://memory','r+');
352 $inputStream = fopen('php://memory','r+');
392 $inputStream = fopen('php://memory','r+');
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php15 $this->cli->stderr = fopen('php://memory','r+');
16 $this->cli->stdout = fopen('php://memory','r+');
130 $inputStream = fopen('php://memory','r+');
162 $inputStream = fopen('php://memory','r+');
201 $inputStream = fopen('php://memory','r+');
222 $inputStream = fopen('php://memory','r+');
283 $inputStream = fopen('php://memory','r+');
312 $inputStream = fopen('php://memory','r+');
352 $inputStream = fopen('php://memory','r+');
392 $inputStream = fopen('php://memory','r+');
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php15 $this->cli->stderr = fopen('php://memory', 'r+');
16 $this->cli->stdout = fopen('php://memory', 'r+');
130 $inputStream = fopen('php://memory', 'r+');
162 $inputStream = fopen('php://memory', 'r+');
200 $inputStream = fopen('php://memory', 'r+');
221 $inputStream = fopen('php://memory', 'r+');
310 $inputStream = fopen('php://memory', 'r+');
350 $inputStream = fopen('php://memory', 'r+');
390 $inputStream = fopen('php://memory', 'r+');
413 $inputStream = fopen('php://memory', 'r+');
[all …]
/plugin/ajaxpeon/
H A Dhelper.php37 $tmphf = fopen($learndir.$fname,"r");
47 $outfile = fopen($metadir."/learn.list","w");
97 $hfile=fopen($changes_dir."/".$dirfile.'.changes',"r");
102 $hwordf = fopen($dirfile.'.txt',"r");
128 $htmp=fopen($metadir."/learn.log","r");
147 $flearnlist = fopen($metadir."/learn.list","w");
150 $flearndata= fopen($metadir."/learn.flatdata","w");
153 $forev= fopen($metadir."/learn.orev","w");
165 $outlog=fopen($logname,"w");
167 $outlog=fopen($logname,"r+");
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php21 $handle = fopen('php://temp', 'r+');
36 $handle = fopen('php://temp', 'r');
44 $handle = fopen('php://temp', 'w+');
54 $handle = fopen('php://temp', 'w+');
65 $handle = fopen('php://temp', 'w+');
76 $handle = fopen('php://temp', 'w+');
87 $handle = fopen(__FILE__, 'r');
97 $h = fopen('php://temp', 'w+');
109 $handle = fopen('php://temp', 'w+');
122 $h = fopen(__FILE_
[all...]
/plugin/sympaauth/
H A Dadmin.php122 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'r')) {
159 …if (file_exists(DOKU .'/conf/local.php') && $local_handle = fopen(DOKU . '/conf/local.php', 'r')) …
180 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'w+')) return false;
188 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'w')) {
226 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'r')) return false;
237 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'w+')) {
270 if(!$sympa_file = fopen(DOKU_SYMPALANG .'/' .$lang .'/config_lang.php','r')) return false;
280 if(!$config_file= fopen(DOKU_CONFIGLANG .'/'.$lang .'/lang.php','a')) return false;
306 if(!$sympa_file = fopen(DOKU_CONFIGLANG .'/' .$lang .'/lang.php','r')) return false;
318 if (!$sympa_file = fopen(DOKU_CONFIGLANG .'/' .$lang .'/lang.php', 'w')) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php59 $stream = fopen($filename, 'r'),
78 $stream = fopen($filename, 'r'),
97 $stream = fopen($filename, 'r'),
118 $stream = fopen($filename, 'r'),
139 $stream = fopen($filename, 'r'),
160 $stream = fopen($filename, 'r'),
/plugin/bashorg/
H A Dbash.org.php4 $f = fopen("http://bash.org/?random1", "r");
9 $f = fopen("quote_cache.txt", "w");
21 $f = fopen("quote_cache.txt", "r");
46 $f = fopen("quote_cache.txt", "w");
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php64 $f = fopen($this->path, 'a');
67 $f = fopen($this->path, 'c');
71 $f = fopen($this->path, 'c');
93 return fopen($this->path, 'r');
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php64 $f = fopen($this->path, 'a');
67 $f = fopen($this->path, 'c');
71 $f = fopen($this->path, 'c');
93 return fopen($this->path, 'r');
/plugin/simplechat/
H A Dajax.php45 $fh = fopen($filename,'a+');
58 $fh = @fopen( $filename, "r" );
75 $fh = fopen($filename,'a+');
81 $fh = fopen($filename,'a+');
/plugin/fblogin/
H A Dadmin.php112 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'r')) {
176 if(!$fblogin_file = fopen(DOKU_FBLOGINLANG .'/' .$lang .'/config_lang.php','r')) return false;
186 if(!$config_file= fopen(DOKU_CONFIGLANG .'/'.$lang .'/lang.php','a')) return false;
211 if(!$fblogin_file = fopen(DOKU_CONFIGLANG .'/' .$lang .'/lang.php','r')) return false;
223 if (!$fblogin_file = fopen(DOKU_CONFIGLANG .'/' .$lang .'/lang.php', 'w')) {
/plugin/shibbolethauth/
H A Dadmin.php114 if (!$local_handle = fopen(DOKU . '/conf/local.php', 'r')) {
178 …if(!$shibboleth_file = fopen(DOKU_SHIBBOLETHLANG .'/' .$lang .'/config_lang.php','r')) return fals…
188 if(!$config_file= fopen(DOKU_CONFIGLANG .'/'.$lang .'/lang.php','a')) return false;
213 if(!$shibboleth_file = fopen(DOKU_CONFIGLANG .'/' .$lang .'/lang.php','r')) return false;
225 if (!$shibboleth_file = fopen(DOKU_CONFIGLANG .'/' .$lang .'/lang.php', 'w')) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php78 $stream = fopen(__FILE__, 'r'),
101 $stream = fopen(__FILE__, 'r'),
114 $stream = fopen(__FILE__, 'r'),
139 $stream = fopen(__FILE__, 'r'),
154 $stream = fopen(__FILE__, 'r'),
/plugin/autolink3/
H A Dsys.php19 $rd_page = fopen($filename, 'r');
138 $rd = fopen(DOKU_INC.'lib/plugins/autolink3/register/register.txt', r);
203 $rd = fopen (DOKU_REG."register.txt", "r");
220 $rd = fopen (DOKU_REG.'register.txt', 'r + b');
235 $rd = fopen(DOKU_REG.'register.txt', 'w');
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php136 $stream = fopen('hoa://Test/Vfs/Foo?type=file', 'r'),
149 $stream = fopen('hoa://Test/Vfs/Foo?type=file', 'r'),
162 $stream = fopen('hoa://Test/Vfs/Foo?type=file', 'r'),
176 $stream = fopen('hoa://Test/Vfs/Foo?type=file', 'r'),
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php58 if (!$h = fopen($file.'.lock', 'w')) {
74 if (!fclose(fopen($file, 'w')) || !$h = fopen($file, 'r')) {
102 $nullstream = fopen('NUL', 'c');
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php58 if (!$h = fopen($file.'.lock', 'w')) {
74 if (!($h = fopen($file, 'w')) || !fclose($h) || !$h = fopen($file, 'r')) {
112 $nullstream = fopen('NUL', 'c');
/plugin/farm/install/
H A Dfarmstructurecreator.php48 if($fp = fopen($file, 'w')) {
147 if($fp = fopen($file, 'w')) {
176 …if($fp = fopen($farmconf['farmfsroot'].$farmconf['barn'].'/'.$farmconf['animaltemplate'].'/animal.…
196 if($fp = fopen($farmconf['farmfsroot'].$farmconf['barn'].'/'.$i.'/animal.meta', 'w')) {
203 $fp = fopen($farmconf['farmfsroot'].$farmconf['barn'].'/'.$i.'/conf/'.$c, 'w');
/plugin/svg/
H A Dinstall.php57 $fh = fopen( SYNTAX_PLUGIN_SVG_MEDIADIR . '.install.php', 'w' );
61 $fh = fopen( SYNTAX_PLUGIN_SVG_MEDIADIR . 'media/.htaccess', 'w' );
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php35 $input = fopen($argv[1], 'r');
36 $output = fopen($argv[2], 'w');
37 $debug = isset($argv[3]) ? fopen($argv[3], 'w') : null;
/plugin/stopforumspam/
H A DSpamLogger.php41 $fd = fopen($filename, "a");
46 $fd = fopen($filename, "w");
/plugin/supa/helper/
H A Dhelper.php44 $fh = fopen( $filename, 'r' );
55 $fh = fopen( $filename, "w" );
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php105 $this->stderr = fopen('php://stderr', 'w');
108 $this->stdout = fopen('php://stdout', 'w');
111 $this->stdin = fopen('php://stdin', 'r');
236 $this->stdout = fopen($this->outputPath, 'w');

12345678910>>...20