Home
last modified time | relevance | path

Searched refs:parts (Results 151 – 175 of 925) sorted by last modified time

12345678910>>...37

/plugin/feedmod/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/semantic/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/odtsupport/
H A DLICENSE145 subprograms and other parts of the work.
148 can regenerate automatically from other parts of the Corresponding
225 additional terms, to the whole of the work, and all its parts,
243 parts of the aggregate.
260 long as you offer spare parts or customer support for that product
661 parts of the General Public License. Of course, your program's commands
/plugin/usecounter/
H A DLICENSE145 subprograms and other parts of the work.
148 can regenerate automatically from other parts of the Corresponding
225 additional terms, to the whole of the work, and all its parts,
243 parts of the aggregate.
260 long as you offer spare parts or customer support for that product
661 parts of the General Public License. Of course, your program's commands
/plugin/fastwiki/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
H A Dscript.js441 var parts = unescape(a[x]).split('=');
442 var name = parts.shift();
443 obj[name] = parts.join('='); // Restore any lost = signs from the split.
/plugin/twofactoraltemail/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/edittable/lib/
H A Dhandsontable.full.js9900 var parts = (chunk + '').match(chunkOffset) || ['-', 0, 0];
9901 var minutes = +(parts[1] * 60) + toInt(parts[2]);
9905 parts[0] === '+' ? minutes : -minutes;
13367 var parts = x.toString().split('.');
13368 if (parts.length < 2) {
13371 return Math.pow(10, parts[1].length);
/plugin/blog/
H A DCOPYING254 10. If you wish to incorporate parts of the Program into other free
327 parts of the General Public License. Of course, the commands you use may
/plugin/statdisplay/helper/
H A Dlog.php101 $parts = explode(' ', $line);
102 $date = strtotime(trim($parts[3] . ' ' . $parts[4], '[]'));
108 list($url) = explode('?', $parts[6]); // strip GET vars
109 $status = $parts[8];
110 $size = $parts[9];
111 $user = trim($parts[2], '"-');
127 $newvisitor = !isset($this->logdata[$month]['ip'][$parts[0]]);
129 $this->logdata[$month]['ip'][$parts[0]] = 1;
131 $this->logdata[$month]['ip'][$parts[0]]++;
199 $referer = trim($parts[10], '"');
[all …]
/plugin/advanced/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/linksuggest/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/firenews/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/archivegenerator/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/fullscreenmode/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php221 $parts = \explode('\\', $class);
222 $last = \array_pop($parts);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php45 $parts = explode(' ', array_shift($hdrs), 3);
47 'version' => substr($parts[0], 5),
48 'status' => $parts[1],
49 'reason' => isset($parts[2]) ? $parts[2] : null,
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php133 $parts = explode(':', $line, 2);
134 $headers[trim($parts[0])][] = isset($parts[1])
135 ? trim($parts[1])
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-LGPL435 14. If you wish to incorporate parts of the Library into other free
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md2017 - Add parts of Facets API
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md142 A `Dsn` could be a `Path` or `Url`. All 3 objects has methods for getting parts of
153 You may also replace parts of the DSN with the `with*` methods. A DSN is immutable
207 using the following definition. The "URL looking" parts of a DSN is based from
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php141 $parts = self::explodeUrl('http://localhost'.$matches[3], $dsn);
143 return new Dsn($scheme, self::getQuery($parts));
147 $parts = self::explodeUrl($matches[3], $dsn);
149 return new Path($scheme, $parts['path'], self::getQuery($parts), $authentication);
152 $parts = self::explodeUrl('http://'.$matches[3], $dsn);
154 return new Url($scheme, $parts['host'], $parts['port'] ?? null, $parts['path'] ?? null, self::getQuery($parts),
175 getQuery(array $parts) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php806 $parts = parse_url($host);
808 if ($parts === false) {
812 if (isset($parts['port']) !== true) {
813 $parts['port'] = 9200;
816 return $parts;
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md91 promise and resolver parts.
780 a new promise for the transformed value along to other parts of your code.
868 Also, large parts of the documentation have been ported from the when.js
/plugin/latexcaption/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may

12345678910>>...37