Home
last modified time | relevance | path

Searched refs:parts (Results 26 – 50 of 925) sorted by last modified time

12345678910>>...37

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php121 $parts = explode(' ', $dataString);
122 if (isset($parts[2])) {
124 $m = $parts[2];
126 $z = $parts[2];
129 if (isset($parts[3])) {
130 $m = $parts[3];
132 return new Point($parts[0], $parts[1], $z, $m);
313 $parts = [];
328 $parts[]
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php311 $parts = [];
314 $parts[] = $part;
317 return $parts;
H A DLineString.php415 $parts = [];
418 $parts[] = $toArray ? $segment : new LineString($segment);
420 return $parts;
/plugin/geophp/vendor/funiq/geophp/
H A DLICENSE281 10. If you wish to incorporate parts of the Program into other free
352 parts of the General Public License. Of course, the commands you use may
/plugin/webmaster/
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/yalist/
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/acknowledge/
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/backlinks/
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/dokusioc/
H A Daction.php608 $parts = explode('?', $uri);
611 if (isset($parts[1])) {
612 $query = $parts[1];
623 $parts[1] = implode($sep, $attr);
626 return implode('?', $parts);
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/photogallery/phpThumb/licenses/
H A Dlicense.gpl-10.txt162 8. If you wish to incorporate parts of the Program into other free
235 appropriate parts of the General Public License. Of course, the
H A Dlicense.gpl-20.txt250 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 Dlicense.gpl-30.txt145 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
H A Dlicense.ptcl.txt25 commercially released product containing all or parts of phpThumb() must
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1200 $parts = array();
1202 $this->applyPathSegment($parts, $segment);
1204 return $parts;
1261 $parts = array();
1266 $this->applyPathSegment($parts, $segments[$i]);
1267 $thispart = implode(DIRECTORY_SEPARATOR, $parts);
1277 $path = implode(DIRECTORY_SEPARATOR, $parts);
/plugin/sqlite/
H A Dhelper.php214 $parts = explode('?', $sql, $argc + 1);
218 while (($part = array_shift($parts)) !== null) {
/plugin/structprogress/
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/nodetailsxhtml/
H A Drenderer.php248 $parts = explode('?', $id, 2);
249 if (count($parts) === 2) {
250 $id = $parts[0];
251 $params = $parts[1];
487 * Assembles all parts defined in $link returns HTML for the link
/plugin/templater/
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/batchedit/
H A Djs.cookie.js109 var parts = cookies[i].split('=');
110 var cookie = parts.slice(1).join('=');
117 var name = parts[0].replace(rdecode, decodeURIComponent);
/plugin/mikioplugin/
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/mikioplugin/syntax/
H A Dbox.php56 $parts = explode(' ', $data['grid-row']);
57 $i = count($parts);
59 $data['grid-row-start'] = filter_var($parts[0], FILTER_VALIDATE_INT);
63 $data['grid-row-end'] = filter_var($parts[1], FILTER_VALIDATE_INT);
65 $data['grid-row-end'] = strtolower($parts[1]) . ' ' . filter_var($parts[2], FILTER_VALIDATE_INT);
70 $parts = explode(' ', $data['grid-col']);
71 $i = count($parts);
73 $data['grid-col-start'] = filter_var($parts[0], FILTER_VALIDATE_INT);
77 $data['grid-col-end'] = filter_var($parts[
[all...]
H A Dcore.php231 $parts = explode(' ', $optionValue);
232 foreach ($parts as &$part) {
266 $optionsCleaned[$syntaxKey] = implode(' ', $parts);
504 // Split the shorthand string into parts
505 $parts = explode(' ', $list['text-decoration']);
514 foreach ($parts as $part) {
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php162 $parts = explode("\t", $line);
164 $line = $parts[0];
166 unset($parts[0]);
168 foreach ($parts as $part)
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md9 Copyright © 2016-2022 Martijn van der Lee (@vanderlee), parts copyright © 2017 @marktaw.

12345678910>>...37