Home
last modified time | relevance | path

Searched refs:fp (Results 176 – 200 of 261) sorted by last modified time

1234567891011

/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php58 $fp = fopen($url, 'rb', false, $context);
59 $result = $fp ? stream_get_contents($fp) : null;
/plugin/flowcharts/
H A Dmermaid.min.js1fp(t){return((t=Math.exp(t))+1/t)/2}var hp=function(t,e){var n,r,i=t[0],a=t[1],o=t[2],s=e[0],u=e[1… function
/plugin/onlinenumber/
H A Dsyntax.php44 if ($fp == FALSE) return FALSE;
45 set_file_buffer($fp, 0);
52 flock($fp, LOCK_SH);
55 while (! feof($fp)) {
56 $line = fgets($fp, 512);
68 flock($fp, LOCK_UN);
70 if(! fclose($fp)) return FALSE;
84 set_file_buffer($fp, 0);
86 flock($fp, LOCK_EX);
116 rewind($fp);
[all …]
/plugin/amazon/
H A DXMLParser.php42 $fp = fopen($data_source,'r');
43 while (!feof($fp))
44 $this->data .= fread($fp, 1000);
45 fclose($fp);
/plugin/glossary/
H A Dglossary.class.php249 $fp = fopen ($fileName, "r+");
250 if (!flock ($fp, $lock)) {
/plugin/pagetemplate/
H A Daction.php77 $fp = wikiFN($pageName);
/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/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/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/
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)
H A D.travis.yml128 …$BIN ./test/saucelabs.js name="lodash-fp tests" runner="test/fp.html?noglobals=true" …
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar115 $fp = fopen(__FILE__, 'rb');
116 fseek($fp, self::LEN);
117 $L = unpack('V', $a = (binary)fread($fp, 4));
125 $last = (binary)fread($fp, $read);
183 file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
239 static function extractFile($path, $entry, $fp)
246 $data .= @fread($fp, $c);
250 $data .= @fread($fp, 8192);
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php114 $fp = @fopen($target, 'wt');
116 if ($fp) {
117 fwrite($fp, $this->render());
118 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);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Ddwfck_sessions.php38 if ($fp = @fopen($sess_file, "w")) {
39 $return = fwrite($fp, $sess_data);
40 fclose($fp);
H A Dutil.php118 $fp = @fopen( $filePath, 'rb' ) ;
121 if ( $fp === false || !flock( $fp, LOCK_SH ) )
126 $chunk = fread( $fp, 1024 ) ;
127 flock( $fp, LOCK_UN ) ;
128 fclose( $fp ) ;
/plugin/amazon_heavy/
H A Dclass.xmlreader.php31 $fp = fopen ($this->_xml_url, "r");
32 while (!feof ($fp)) $this->_data .= fgets($fp, 4096);
33 fclose ($fp);
/plugin/mimetex/
H A Dmimetexrender.php116 $fp = fopen($tex,"a+");
117 fputs($fp, $formula);
118 fclose($fp);
/plugin/vamr/
H A Dsyntax.php48 if (!$fp = curl_init('https://www.darwiniana.cz/vamr/?page=obrazek&id='.$r)) $r = 1;
/plugin/gtime/gtlib/util/
H A DGTUtil.php133 $fp = fopen($file, 'wb+');
135 if (!$fp) {
139 if (!fwrite($fp, GTUtil::fromByteArray($bytes))) {
143 if (!fclose($fp)) {
190 $fp = fopen($file, 'rb');
192 if (!$fp) {
199 $data = fread($fp, $length);
210 fclose($fp);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php118 $fp = @fopen( $filePath, 'rb' ) ;
121 if ( $fp === false || !flock( $fp, LOCK_SH ) )
126 $chunk = fread( $fp, 1024 ) ;
127 flock( $fp, LOCK_UN ) ;
128 fclose( $fp ) ;
H A Ddwfck_sessions.php38 if ($fp = @fopen($sess_file, "w")) {
39 $return = fwrite($fp, $sess_data);
40 fclose($fp);

1234567891011