Home
last modified time | relevance | path

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

12345678910

/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js25 function simple(node, visitors, base, state, override) { argument
37 function ancestor(node, visitors, base, state) { argument
55 function recursive(node, state, funcs, base, override) { argument
76 function findNodeAt(node, start, end, test, base, state) { argument
98 function findNodeAround(node, pos, test, base, state) { argument
115 function findNodeAfter(node, pos, test, base, state) { argument
132 function findNodeBefore(node, pos, test, base, state) { argument
155 function make(funcs, base) { argument
177 base.IfStatement = function (node, st, c) { method
182 base.LabeledStatement = function (node, st, c) { return c(node.body, st, "Statement"); } method
[all …]
Dwalk.es.js19 function simple(node, visitors, base, state, override) { argument
31 function ancestor(node, visitors, base, state) { argument
49 function recursive(node, state, funcs, base, override) { argument
70 function findNodeAt(node, start, end, test, base, state) { argument
92 function findNodeAround(node, pos, test, base, state) { argument
109 function findNodeAfter(node, pos, test, base, state) { argument
126 function findNodeBefore(node, pos, test, base, state) { argument
149 function make(funcs, base) { argument
171 base.IfStatement = function (node, st, c) { method
176 base.LabeledStatement = function (node, st, c) { return c(node.body, st, "Statement"); } method
[all …]
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js19 function simple(node, visitors, base, state, override) { argument
31 function ancestor(node, visitors, base, state) { argument
49 function recursive(node, state, funcs, base, override) { argument
70 function findNodeAt(node, start, end, test, base, state) { argument
92 function findNodeAround(node, pos, test, base, state) { argument
109 function findNodeAfter(node, pos, test, base, state) { argument
126 function findNodeBefore(node, pos, test, base, state) { argument
149 function make(funcs, base) { argument
171 base.IfStatement = function (node, st, c) { method
176 base.LabeledStatement = function (node, st, c) { return c(node.body, st, "Statement"); } method
[all …]
Dwalk.js25 function simple(node, visitors, base, state, override) { argument
37 function ancestor(node, visitors, base, state) { argument
55 function recursive(node, state, funcs, base, override) { argument
76 function findNodeAt(node, start, end, test, base, state) { argument
98 function findNodeAround(node, pos, test, base, state) { argument
115 function findNodeAfter(node, pos, test, base, state) { argument
132 function findNodeBefore(node, pos, test, base, state) { argument
155 function make(funcs, base) { argument
177 base.IfStatement = function (node, st, c) { method
182 base.LabeledStatement = function (node, st, c) { return c(node.body, st, "Statement"); } method
[all …]
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js19 export function simple(node, visitors, base, state, override) { argument
31 export function ancestor(node, visitors, base, state) { argument
49 export function recursive(node, state, funcs, base, override) { argument
72 export function findNodeAt(node, start, end, test, base, state) { argument
94 export function findNodeAround(node, pos, test, base, state) { argument
111 export function findNodeAfter(node, pos, test, base, state) { argument
128 export function findNodeBefore(node, pos, test, base, state) { argument
151 export function make(funcs, base) { argument
163 export const base = {} field in Found
165 base.Program = base.BlockStatement = (node, st, c) => { function
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js19 export function simple(node, visitors, base, state, override) { argument
31 export function ancestor(node, visitors, base, state) { argument
49 export function recursive(node, state, funcs, base, override) { argument
72 export function findNodeAt(node, start, end, test, base, state) { argument
94 export function findNodeAround(node, pos, test, base, state) { argument
111 export function findNodeAfter(node, pos, test, base, state) { argument
128 export function findNodeBefore(node, pos, test, base, state) { argument
151 export function make(funcs, base) { argument
163 export const base = {} field in Found
165 base.Program = base.BlockStatement = (node, st, c) => { field in Found
[all …]
/plugin/openid/Auth/OpenID/
DBigMath.php181 abstract protected function init($number, $base = 10);
216 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)
[all …]
/plugin/html2pdf/html2pdf/html2ps/
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) {
Dvalue.padding.class.php11 function calcPercentage($base) {
54 function units2pt($base) {
115 function units2pt($base) {
122 function calcPercentages($base) {
Dvalue.line-height.class.php20 function units2pt($base) {
45 function units2pt($base) { }
/plugin/authucenter/lib/uc_client/model/
Dapp.php15 var $base; variable in appmodel
17 function __construct(&$base) {
21 function appmodel(&$base) {
Dcache.php23 var $base; variable in cachemodel
26 function __construct(&$base) {
30 function cachemodel(&$base) {
Dtag.php15 var $base; variable in tagmodel
17 function __construct(&$base) {
21 function tagmodel(&$base) {
Ddomain.php15 var $base; variable in domainmodel
17 function __construct(&$base) {
21 function domainmodel(&$base) {
Dfriend.php15 var $base; variable in friendmodel
17 function __construct(&$base) {
21 function friendmodel(&$base) {
Dmail.php17 var $base; variable in mailmodel
20 function __construct(&$base) {
24 function mailmodel(&$base) {
/plugin/fedauth/Auth/OpenID/
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/cleanup/
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/authgooglesheets/vendor/guzzlehttp/psr7/src/
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/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriResolver.php58 public static function resolve(UriInterface $base, UriInterface $rel): UriInterface
128 public static function relativize(UriInterface $base, UriInterface $target): UriInterface
174 private static function getRelativePath(UriInterface $base, UriInterface $target): string
/plugin/diagramsnet/lib/math/
Dlatest.js19 …pi:"https://api.cdnjs.com/libraries/mathjax?fields=version",key:"version",base:"https://cdnjs.clou… property
/plugin/pubmed2020/classes/
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/
DClient.php9 protected $base; variable in dokuwiki\\plugin\\letsencrypt\\classes\\Client
18 public function __construct($base) {
/plugin/docsearch/
Dcron.php163 $base = ''; variable
166 $base = DOKU_INC; variable
/plugin/dokutexit/
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) {

12345678910