Home
last modified time | relevance | path

Searched refs:fp (Results 226 – 250 of 261) sorted by path

1234567891011

/plugin/register/
H A Dsyntax.php154 $fp = fopen($xml, "r");
155 if (!$fp) {
165 while (($data = fread($fp, 8192)) && $adi_xml_state) {
166 if (!xml_parse($xml_parser, $data, feof($fp))) {
173 fclose($fp);
/plugin/rtmchecklist/
H A Daction.php153 $fp = fopen(RTMCHECKLIST_ROOTDIR.'conf/profile_'.$username.'.php', 'w');
154 fwrite($fp, "<?php\n");
155 fwrite($fp, "global \$INFO;\n\n");
156 …fwrite($fp, "\$INFO['userinfo']['rtmemail'] = '".htmlspecialchars($INPUT->str('rtmemail'))."';\n");
157 fwrite($fp, '?>');
158 fclose($fp);
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml128 …$BIN ./test/saucelabs.js name="lodash-fp tests" runner="test/fp.html?noglobals=true" …
H A DREADME.md50 var fp = require('lodash/fp');
54 var object = require('lodash/fp/object');
58 var curryN = require('lodash/fp/curryN');
79 * [lodash/fp](https://github.com/lodash/lodash/tree/npm/fp)
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js1 …ypeof define&&define.amd?define([],e):"object"==typeof exports?exports.fp=e():t.fp=e()})(this,func…
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js144 actions.push(file.write(path.join(target, 'fp.js'), template.fp()));
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst1 ## lodash/fp
3 The `lodash/fp` module promotes a more
14 // Loading `lodash.fp.js` converts `_` to its fp variant.
19 var fp = _.noConflict();
30 // Load the fp build.
31 var fp = require('lodash/fp');
78 fp.padStart(3)('a');
80 fp.padCharsStart('-')(3)('a');
185 var _fp = fp.convert({
216 var fp = convert({
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dfp.jst2 module.exports = require('./fp/_baseConvert')(_, _);
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js67 var fp = root.fp variable
68 ? (fp = _.noConflict(), _ = root._, fp)
292 func = isFp ? fp.convert : fp.remove.convert;
610 var actual = fp.add(fp, 'b')('a');
613 actual = fp.fill(fp, 2)(1, '*')([1, 2, 3]);
616 actual = fp.slice(fp, 2)(1)(['a', 'b', 'c']);
1008 return fp.flow(fp.property('a'), fp.eq(value));
1027 return fp.flow(fp.property('a'), fp.eq(value));
1551 fp.mixin.apply(fp, index ? [1] : []);
1879 actual = fp.remove(fp.eq(2))(array);
[all …]
/plugin/siteexport/action/
H A Dajax.php617 $fp = fopen( $tmpFile, "w");
618 if(!$fp) {
623 fwrite($fp,$getData);
624 fclose($fp);
/plugin/siteexport/inc/
H A DpatchCSSmgr.php23 $fp = fopen($path, 'r');
24 if ( !$fp ) { return; }
25 $contents = fread($fp, filesize($path));
28 fclose($fp);
/plugin/siteexport/
H A Dpreload.php140 $fp = fopen($PRELOADFILE, "a");
141 if ( !$fp ) { return false; }
143 fputs($fp, "<?php\n");
145 fputs($fp, "\n" . $CONTENT);
146 fclose($fp);
153 $fp = fopen($PRELOADFILE, "w");
154 if ( !$fp ) { return false; }
155 …fputs($fp, "<?php\n/*\n * Dokuwiki Preload File\n * Auto-generated by Site Export plugin \n * Date…
156 fputs($fp, $CONTENT);
157 fputs($fp, "// end auto-generated content\n\n");
[all …]
/plugin/snap/
H A Dhelper.php212 while (!$fp && $try<$this->tryTimeout) {
217 $fp = fsockopen($this->snapServer, $this->selectedPort, $errno, $errstr, 30);
220 if (!$fp) {
229 …fwrite($fp, "$url $imagePath $this->screenx $this->screeny ".($this->snapTimeout*1000)." $larg $ha…
230 while (!feof($fp)) $this->snapLog.=fgets($fp, 128);
231 fclose($fp);
H A Dserver.sh6 fp=/usr/share/fonts/X11/misc
18 Xvfb $display -screen 0 640x480x24 -nolisten tcp -fp $fp 2>/dev/null &
H A Dsyntax.php.ori176 $fp = fsockopen($snapServer, $snapPort, $errno, $errstr, 30);
177 while (!$fp && $try<$tryTimeout) {
180 $fp = fsockopen($snapServer, $snapPort, $errno, $errstr, 30);
183 if (!$fp) {
190 fwrite($fp, "$url $imagePath $screenx $screeny 5000 $larg $haut\n");
191 while (!feof($fp)) fgets($fp, 128);
192 fclose($fp);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php557 if (!$fp) {
574 fclose($fp);
583 fclose($fp);
588 return $fp;
597 $header = fread($fp, 8);
602 $chunk = fread($fp, $left);
610 fclose($fp);
1062 if (!($fp = $this->_Connect())) {
1492 if (!($fp = $this->_Connect()))
1518 if (!$fp = $this->_Connect())
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php584 if ( !$fp )
603 fclose ( $fp );
613 fclose ( $fp );
618 return $fp;
627 $header = fread ( $fp, 8 );
632 while ( $left>0 && !feof($fp) )
634 $chunk = fread ( $fp, $left );
643 fclose ( $fp );
1100 if (!( $fp = $this->_Connect() ))
1560 if ( !$fp = $this->_Connect() )
[all …]
/plugin/sqlite/
H A DSQLiteDB.php373 $fp = fopen($filename, 'w');
374 if (!$fp) {
382 fwrite($fp, "DROP TABLE IF EXISTS '{$table['name']}';\n");
386 fwrite($fp, $table['sql'] . ";\n");
397 fwrite($fp, "INSERT INTO '{$table['name']}' VALUES ({$values});\n");
403 fwrite($fp, $index['sql'] . ";\n");
405 fclose($fp);
/plugin/sqlraw/
H A Dsyntax.php439 $fp = fopen($dbfile, 'w');
467 fputcsv($fp, $mdTable[$key]);
533 fputcsv($fp, $mycells[$row_index]);
543 fclose($fp);
H A Dtest2.php60 $fp = fopen($filename, "w");
90 fputcsv($fp, $row);
/plugin/stats/
H A Dsyntax.php795 $fp = @fopen( $cache_file, 'w' );
796 @fwrite( $fp, '<?php
799 @fwrite( $fp, '
811 @fclose( $fp );
/plugin/strata/lib/
H A Dstrata_querytree_visitor.php22 function visit_fp(&$fp) { argument
/plugin/structodt/
H A Dhelper.php152 $fp = @fopen($tmp_file, "rb");
153 if($fp) {
156 http_rangeRequest($fp, filesize($tmp_file), $mime);
/plugin/table2csv/
H A DgetTableData.php25 $fp = @fopen($fileext, 'w');
26 if ($fp === false) {
46 fputcsv($fp, $mycells[$row_index]);
51 fclose($fp);
/plugin/timetrack/
H A Dadmin.php44 $fp = fopen($this->tmp.$filename, 'w');
45 if($fp) {
48 fputcsv($fp,$keys);
50 fputcsv($fp,$line);

1234567891011