Home
last modified time | relevance | path

Searched refs:base (Results 226 – 250 of 1781) sorted by last modified time

12345678910>>...72

/plugin/usecounter/
H A Dplugin.info.txt2 base usecounter
/plugin/barcodes/
H A Dplugin.info.txt1 base barcodes
/plugin/fastwiki/
H A Dhistory.js12 function base(url, withId) { function
66 //TODO Bug: Doesn't work with httpd mode unless doku is in the base directory. Could fix by assuming same namespace.
101 // knowing the configured base path, and knowing about any <base> tags.
107 * @return {String} the current base url.
120 //TODO Bug: Doesn't work with httpd mode unless doku is in the base directory. Could fix by assuming same namespace.
141 m_curBaseUrl = base(newpage); //TODO: Always?
H A Dplugin.info.txt1 base fastwiki
/plugin/snow/
H A Dplugin.info.txt1 base snow
/plugin/structgantt/
H A Dplugin.info.txt1 base structgantt
/plugin/authdrupal8/
H A Dpassword.inc32 // Returns a string for mapping an int to the corresponding base 64 character.
38 * Encodes bytes into printable base 64 using the *nix standard from crypt().
75 * Generates a random base 64-encoded salt prefixed with settings for the hash.
94 // We encode the final log2 iteration count in base 64.
170 // Convert the base 2 logarithm into an integer.
H A Dplugin.info.txt1 base authdrupal8
/plugin/twofactoraltemail/
H A Dplugin.info.txt1 base twofactoraltemail
/plugin/docnavigation/
H A Dplugin.info.txt1 base docnavigation
/plugin/dw2markdown/
H A Dplugin.info.txt1 base dw2markdown
/plugin/gitlabapi/
H A Dplugin.info.txt1 base gitlabapi
/plugin/virtualgroup/
H A Dplugin.info.txt1 base virtualgroup
/plugin/edittable/lib/
H A Dhandsontable.full.js785 function getTrimmingContainer(base) {
786 var el = base.parentNode;
10160 function positiveMomentsDifference(base, other) {
10163 res.months = other.month() - base.month() +
10164 (other.year() - base.year()) * 12;
10174 function momentsDifference(base, other) {
10176 if (!(base.isValid() && other.isValid())) {
10180 other = cloneWithOffset(other, base);
10181 if (base.isBefore(other)) {
10182 res = positiveMomentsDifference(base, other);
[all …]
/plugin/edittable/
H A Dplugin.info.txt1 base edittable
/plugin/blog/
H A Dplugin.info.txt2 base blog
/plugin/pubmed2020/classes/
H A Dcache.php97 function getRawContentPath($base, $id) { argument
99 $base = strtolower($base);
101 if ($base === "pmcid")
238 function getMedlineContent($base, $id) { argument
265 function saveRawMedlineContent($base, $raw) { argument
269 $path = $this->getRawContentPath($base, $id);
368 function _idExists($base, $id) { argument
369 $path = $this->getRawContentPath($base, $id);
380 function _read_array($base, $id) { argument
383 $path = $this->getRawContentPath($base, $id);
[all …]
H A Dpubmed2020.php117 function getDataFromCtxp($base, $id, $doi="") { argument
121 if (empty($this->ctxpURLs[$base]))
124 $url = sprintf($this->ctxpURLs[$base], urlencode($id));
/plugin/pubmed2020/
H A Dplugin.info.txt1 base pubmed2020
H A Dsyntax.php366 list($base, $req) = $query;
430 $raw = $this->getMedlineContent($base, $id);
446 $raw = $this->getMedlineContent($base, $id);
479 $raw = $this->getMedlineContent($base, $curId);
564 function getMedlineContent($base, $id) { argument
571 $raw = $this->pubmed2020->getDataFromCtxp($base, $id);
573 $this->pubmedCache->saveRawMedlineContent($base, $raw);
580 function checkIdFormat($base, $id) { argument
593 function getIdOutput($cmd, $base, $id, $multipleIds) { argument
594 if (!$this->checkIdFormat($base, $id)) {
[all …]
/plugin/pubmed2020/site/
H A Ddescription.txt23 This plugin is based on the Ikuo Obataya <I.Obataya@gmail.com> code base (from 2013). It integrates…
/plugin/grouphome/
H A Dplugin.info.txt1 base grouphome
/plugin/simplenavi/
H A Dplugin.info.txt1 base simplenavi
H A Dsyntax.php232 * @param $base
239 public function cbSearch(&$data, $base, $file, $type, $lvl, $opts)
133 cbSearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
/plugin/captcha/
H A Dplugin.info.txt1 base captcha

12345678910>>...72