Home
last modified time | relevance | path

Searched refs:http (Results 26 – 50 of 4735) sorted by last modified time

12345678910>>...190

/plugin/struct/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/doi/Resolver/
H A DDoiResolver.php19 $result['url'] = preg_replace('/^http:/', 'https:', $result['url']); // always use https
41 $http = new DokuHTTPClient();
42 $http->headers['Accept'] = 'application/vnd.citationstyles.csl+json';
43 $json = $http->get('https://doi.org/' . $id);
44 if (!$json) throw new \Exception('Could not fetch data from doi.org. ' . $http->error);
H A DIsbnOpenLibraryResolver.php41 $http = new DokuHTTPClient();
42 $json = $http->get('https://openlibrary.org/api/books?jscmd=details&format=json&bibkeys=ISBN:' . $id);
43 if (!$json) throw new \Exception('Could not fetch data from Open Library. ' . $http->error);
H A DIsbnGoogleBooksResolver.php50 $http = new DokuHTTPClient();
51 $json = $http->get('https://www.googleapis.com/books/v1/volumes?q=isbn:' . $id);
52 if (!$json) throw new \Exception('Could not fetch data from Google Books. ' . $http->error);
/plugin/doi/
H A Dstyle.less6 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23888888' d='M19 2L14 6.5V17.5L19 13V2M6.5 5C4.55 5 2.45 5.4 1 6.5V21.16C1 21.41 1.25 21.66 1.5 21.66C1.6 21.66 1.65 21.59 1.75 21.59C3.1 20.94 5.05 20.5 6.5 20.5C8.45 20.5 10.55 20.9 12 22C13.35 21.15 15.8 20.5 17.5 20.5C19.15 20.5 20.85 20.81 22.25 21.56C22.35 21.61 22.4 21.59 22.5 21.59C22.75 21.59 23 21.34 23 21.09V6.5C22.4 6.05 21.75 5.75 21 5.5V19C19.9 18.65 18.7 18.5 17.5 18.5C15.8 18.5 13.35 19.15 12 20V6.5C10.55 5.4 8.45 5 6.5 5Z' /%3E%3C/svg%3E");
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/openlayersmap/
H A DREADME.md12 Please refer to http://www.dokuwiki.org/plugins for additional info on how to install plugins in DokuWiki.
H A Dprint.less31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
H A Dstyle.less34 /* Work around a case of style reset, setting it on the container breaks the overview map. See: http://www.dokuwiki.org/plugin:openlayersmap?rev=1329438681&do=diff */
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/lang/ru/
H A Dadmin_intro.txt4 Примечание: после очистки кэша карт следует также очистить кэш страниц, содержащих эти карты. См.: http://www.dokuwiki.org/caching
/plugin/openlayersmap/lang/nl/
H A Dadmin_intro.txt4 Let op: als de kaarten zijn gewist dienen ook de pagina's waarin de kaarten ingebed zitten te worden vernieuwd door ze uit de cache te verwijderen, zie hiervoor: http://www.dokuwiki.org/caching
/plugin/openlayersmap/lang/es/
H A Dadmin_intro.txt4 FIXME (translate) Note: after the maps have been purged the pages holding the maps also need to be purged. See: http://www.dokuwiki.org/caching.
/plugin/openlayersmap/lang/en/
H A Dadmin_intro.txt4 Note: after the maps have been purged the pages holding the maps also need to be purged. See: http://www.dokuwiki.org/caching
/plugin/shell/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/geotag/
H A DREADME.md5 All documentation for this plugin can be found at http://www.dokuwiki.org/plugin:geotag
9 Please refer to http://www.dokuwiki.org/plugins for additional info on how to install plugins in DokuWiki.
/plugin/geophp/
H A DLICENCE
H A DREADME.md3 Provides access to the geoPHP library available at http://geophp.net
11 This project includes part of [geoPHP](http://geophp.net).
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php14 * @see http://en.wikipedia.org/wiki/Geohash
H A DGpxTypes.php9 * @see http://www.topografix.com/gpx/1/1/
19 * @see http://www.topografix.com/gpx/1/1/#type_gpxType
27 * @see http://www.topografix.com/gpx/1/1/#type_trkType
36 * @see http://www.topografix.com/gpx/1/1/#type_rteType
44 * @see http://www.topografix.com/gpx/1/1/#type_wptType
69 * @see http://www.topografix.com/gpx/1/1/#type_metadataType
H A DGPX.php76 $this->xpath->registerNamespace('gpx', 'http://www.topografix.com/GPX/1/1');
77 $this->xpath->registerNamespace('gpxx', 'http://www.garmin.com/xmlschemas/GpxExtensions/v3');
327 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
328 xmlns="http://www.topografix.com/GPX/1/1"
329 xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" >
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php249 * Adapted from @source http://www.assemblysys.com/dataServices/php_pointinpolygon.php
251 * @see http://en.wikipedia.org/wiki/Point%5Fin%5Fpolygon
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md137 * GeoMemes Research (<http://www.geomemes.com>)
138 * HighWire Press (<http://www.highwire.org>) and GeoScienceWorld (<http://www.geoscienceworld.org>)
/plugin/webmaster/
H A DLICENSE4 Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>
/plugin/yalist/
H A DLICENSE4 Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/>

12345678910>>...190