Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 925) sorted by last modified time

12345678910>>...37

/plugin/pagelist/
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/pagequery/
H A Dsyntax.php222 * Split a string into key => value parts.
229 $parts = explode($delim, $str);
230 $key = $parts[0] ?? '';
231 $value = $parts[1] ?? '';
/plugin/twofactoremail/
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/twofactor/
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/attribute/
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/nspages/
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/dbquery/
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/siteexport/
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/siteexport/exe/
H A Dsiteexportmanager.php26 $parts = array_filter(explode(DIRECTORY_SEPARATOR, $path), 'strlen'); variable
28 foreach ($parts as $part) {
/plugin/linkback/
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/structpublish/
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/structpublish/action/
H A Dbanner.php187 $parts = explode('.', $version);
188 $last = array_pop($parts);
193 $parts[] = $last;
195 return join('.', $parts);
/plugin/diagrams/
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/struct/meta/
H A DConfigParser.php198 $parts = explode(',', $val);
199 foreach ($parts as $part) {
H A DInlineConfigParser.php36 $parts = explode('?', $inline, 2);
37 $n_parts = count($parts);
38 $components = str_getcsv(trim($parts[0]), '.');
44 $parameters = str_getcsv(trim($parts[1]), ' ');
/plugin/struct/
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/mermaid/
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/doi/Resolver/
H A DDoiResolver.php32 $result['published'] = $data['issued']['date-parts'][0][0] ?? '';
/plugin/doi/
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/openlayersmap/ol7/
H A Dol.js.map
H A DREADME.md
/plugin/openlayersmap/syntax/
H A Dolmap.php728 $parts = explode(':', $mediaLink);
729 $mediaLink = end($parts);
804 // render inline mapscript parts
/plugin/shell/
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/geophp/
H A DLICENCE19 This project contains parts of geoPHP, see vendor/geoPHP/LICENSE for details.
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php167 $parts = explode(' ', trim($box->firstChild->nodeValue));
169 new Point($parts[3], $parts[2]),
170 new Point($parts[3], $parts[0]),
171 new Point($parts[1], $parts[0]),
172 new Point($parts[1], $parts[2]),
173 new Point($parts[
[all...]

12345678910>>...37