Home
last modified time | relevance | path

Searched refs:name (Results 76 – 100 of 8094) sorted by last modified time

12345678910>>...324

/plugin/shell/
H A Dplugin.info.txt5 name shell plugin
/plugin/geotag/
H A Dplugin.info.txt5 name geotag plugin
/plugin/geophp/
H A DLICENCE
H A Dcomposer.lock10 "name": "funiq/geophp",
49 "name": "Patrick Hayes",
53 "name": "Péter Báthory",
H A Dplugin.info.txt5 name geoPHP plugin for DokuWiki
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php67 if (isset($input->crs->properties->name)) {
69 preg_match('#EPSG[:]+(\d+)#', $input->crs->properties->name, $m);
H A DGPX.php52 * Can be overwritten with an associative array, with type name in keys.
53 * eg.: ['wptType' => ['ele', 'name'], 'trkptType' => ['ele'], 'metadataType' => null]
258 * eg: <wpt><name>Test</name><link href="example.com"><text>Example</text></link></wpt>
259 * to: ['name' => 'Test', 'link' => ['text'] => 'Example', '@attributes' => ['href' => 'example.com']]
294 if ($attribute->name !== 'lat' && $attribute->name !== 'lon' && trim($attribute->value) !== '') {
295 $attributes[$attribute->name] = trim($attribute->value);
313 * Can be overwritten with an associative array, with type name in keys.
314 * eg.: ['wptType' => ['ele', 'name'], 'trkptTyp
[all...]
/plugin/geophp/vendor/composer/
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
78 foreach ($installed['versions'] as $name => $package) {
80 $packagesByType[] = $name;
91 * This also returns true if the package name is provided or replaced by another package
246 * @psalm-return array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}
260 * @psalm-return array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}
283 * @psalm-return list<array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
306 * @psalm-param array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $data
316 * @psalm-return list<array{root: array{name
[all...]
/plugin/geophp/vendor/funiq/geophp/
H A DLICENSE16 * Neither the name of the copyright holder nor the
324 <one line to give the program's name and a brief idea of what it does.>
325 Copyright (C) <year> <name of author>
346 Gnomovision version 69, Copyright (C) year name of author
/plugin/webmaster/
H A Dplugin.info.txt5 name webmaster tools plugin
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
/plugin/yalist/
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name Simple universal list plugin
/plugin/spatialhelper/
H A Dplugin.info.txt5 name Spatial Helper plugin for DokuWiki
/plugin/socialcards/
H A Dplugin.info.txt5 name socialcards plugin
/plugin/acknowledge/
H A Dplugin.info.txt5 name acknowledge plugin
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/plugin/acknowledge/lang/en/
H A Dassign.txt11 Assignes are defined either by username or ''@'' prefixed group name. Multiple assignees are separated by commas '',''.
/plugin/backlinks/
H A DCOPYING293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
316 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name Backlinks Plugin
H A Dsyntax.php131 $name = p_get_metadata($backlink, 'title');
132 if(empty($name)) {
133 $name = $backlink;
136 $renderer->doc .= html_wikilink(':' . $backlink, $name);
/plugin/dokusioc/
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name DokuSIOC
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php313 private $name; variable in SIOCDokuWikiUser
322 public function __construct($id, $url, $userid, $name, $email) argument
326 $this->name = $name;
362 if ($this->name) {
363 $rdf .= " <foaf:name>" . clean($this->name) . "</foaf:name>\n";
H A Dsioc_inc.php103 public function setURLTypeParm($type, $name) argument
105 $this->type_table[$type] = $name;
220 private $name; variable in SIOCSite
229 public function __construct($url, $name, $description, $page = '', $usergroup_uri = '') argument
232 $this->name = $name;
265 $rdf .= " <dc:title>" . clean($this->name) . "</dc:title>\n";
333 private $name; variable in SIOCUser
345 $name, argument
356 $this->name = $name;
379 if ($this->name) {
[all …]

12345678910>>...324