Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 159) sorted by relevance

1234567

/plugin/authucenter/lib/uc_client/model/
H A Dapp.php15 var $base; variable in appmodel
17 function __construct(&$base) {
21 function appmodel(&$base) {
H A Dcache.php23 var $base; variable in cachemodel
26 function __construct(&$base) {
30 function cachemodel(&$base) {
H A Dtag.php15 var $base; variable in tagmodel
17 function __construct(&$base) {
21 function tagmodel(&$base) {
H A Ddomain.php15 var $base; variable in domainmodel
17 function __construct(&$base) {
21 function domainmodel(&$base) {
H A Dfriend.php15 var $base; variable in friendmodel
17 function __construct(&$base) {
21 function friendmodel(&$base) {
H A Dmail.php17 var $base; variable in mailmodel
20 function __construct(&$base) {
24 function mailmodel(&$base) {
H A Dnote.php21 var $base; variable in notemodel
26 function __construct(&$base) {
30 function notemodel(&$base) {
H A Dbase.php24 class base { class
40 function base() { function in base
82 function load($model, $base = NULL) {
H A Dmisc.php18 var $base; variable in miscmodel
20 function __construct(&$base) {
24 function miscmodel(&$base) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.margin.class.php11 function calc($base, $base_font_size = 0) {
19 function calcPercentage($base) {
59 function units2pt($base) {
120 function units2pt($base) {
127 function calcPercentages($base) {
H A Dvalue.padding.class.php11 function calcPercentage($base) {
54 function units2pt($base) {
115 function units2pt($base) {
122 function calcPercentages($base) {
H A Dvalue.line-height.class.php20 function units2pt($base) {
45 function units2pt($base) { }
H A Dwidth.php39 function _units2pt($base) {
70 function _units2pt($base) {
110 function _units2pt($base) {
/plugin/openid/Auth/OpenID/
H A DBigMath.php216 abstract protected function mod($base, $modulus);
223 abstract protected function pow($base, $exponent);
248 function pow($base, $exponent)
258 function init($number, $base = 10)
263 function mod($base, $modulus)
287 function _powmod($base, $exponent, $modulus)
301 function powmod($base, $exponent, $modulus)
338 function pow($base, $exponent)
348 function init($number, $base = 10)
353 function mod($base, $modulus)
[all …]
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php203 function pow($base, $exponent)
213 function init($number, $base = 10)
218 function mod($base, $modulus)
238 function _powmod($base, $exponent, $modulus)
252 function powmod($base, $exponent, $modulus)
289 function pow($base, $exponent)
299 function init($number, $base = 10)
304 function mod($base, $modulus)
319 function powmod($base, $exponent, $modulus)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php65 public static function resolve(UriInterface $base, UriInterface $rel)
140 public static function relativize(UriInterface $base, UriInterface $target)
185 private static function getRelativePath(UriInterface $base, UriInterface $target)
/plugin/cleanup/
H A Dhelper.php140 public function cb_check_cache(&$data, $base, $file, $type, $lvl, $opts) {
159 public function cb_check_attic(&$data, $base, $file, $type, $lvl, $opts) {
181 public function cb_check_mediaattic(&$data, $base, $file, $type, $lvl, $opts) {
206 public function cb_check_meta(&$data, $base, $file, $type, $lvl, $opts) {
229 public function cb_check_mediameta(&$data, $base, $file, $type, $lvl, $opts) {
252 public function cb_check_locks(&$data, $base, $file, $type, $lvl, $opts) {
/plugin/diagramsnet/lib/math/
H A Dlatest.js19 …pi:"https://api.cdnjs.com/libraries/mathjax?fields=version",key:"version",base:"https://cdnjs.clou… property in k.cdn.statically.io
/plugin/pubmed2020/classes/
H A Dcache.php97 function getRawContentPath($base, $id) {
238 function getMedlineContent($base, $id) {
265 function saveRawMedlineContent($base, $raw) {
368 function _idExists($base, $id) {
380 function _read_array($base, $id) {
395 function _catchIdFromRawMedlineContent($base, $raw) {
/plugin/letsencrypt/classes/
H A DClient.php9 protected $base; variable in dokuwiki\\plugin\\letsencrypt\\classes\\Client
18 public function __construct($base) {
/plugin/docsearch/
H A Dcron.php163 $base = ''; variable
166 $base = DOKU_INC; variable
/plugin/dokutexit/
H A Dconfig.php436 function compile_header($base, $dest, $all_files) {
476 function compile_tex($base, $dest) {
494 function simple_copy($base, $dest) {
505 function _needs_update($base, $dest) {
/plugin/combo/vendor/salesforce/handlebars-php/tests/
H A Dbootstrap.php3 $base = __DIR__ . "/../src"; variable
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php124 …public static function savePrivateKey(BigInteger $prime, BigInteger $base, BigInteger $privateKey,…
146 …public static function savePublicKey(BigInteger $prime, BigInteger $base, BigInteger $publicKey, a…
/plugin/pubmed2020/
H A Dsyntax.php564 function getMedlineContent($base, $id) {
580 function checkIdFormat($base, $id) {
593 function getIdOutput($cmd, $base, $id, $multipleIds) {

1234567