Searched refs:ref (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/lib/scripts/ |
H A D | linkwiz.test.js | 14 { ref: 'a:b:c', id: 'a:b:d', expected: 'd' }, property 15 { ref: 'a:b:c', id: 'a:b:c:d:e', expected: '.:c:d:e' }, property 16 { ref: 'a:b:c', id: 'a:b:c:d:e', expected: '.:c:d:e' }, property 17 { ref: 'a', id: 'a:b:c', expected: 'a:b:c' }, property 18 { ref: 'a:b', id: 'c:d', expected: 'c:d' }, property 19 { ref: 'a:b:c', id: 'a:d:e', expected: '..:d:e' }, property 20 { ref: 'a:b:c:d', id: 'a:d:e', expected: '..:..:d:e' }, property 21 { ref: 'a:b', id: 'c', expected: ':c' }, property 24 testCases.forEach(({ ref, id, expected }, index) => { property 25 const result = LinkWizard.createRelativeID(ref, id);
|
H A D | linkwiz.js | 374 static createRelativeID(ref, id) { argument 375 const sourceNs = ref.split(':');
|
/dokuwiki/lib/exe/ |
H A D | fetch.php | 32 $REV = &$INPUT->ref('rev');
|
/dokuwiki/inc/Input/ |
H A D | Input.php | 145 public function &ref($name, $default = '', $nonempty = false) function in dokuwiki\\Input\\Input
|
/dokuwiki/inc/parser/ |
H A D | xhtml.php | 166 foreach ($alt as $ref) { 168 … $this->doc .= ', <sup><a href="#fnt__' . ($ref) . '" id="fn__' . ($ref) . '" class="fn_bot">'; 169 $this->doc .= ($ref) . ')</a></sup> ' . DOKU_LF;
|
/dokuwiki/_test/tests/inc/ |
H A D | input.test.php | 263 $test = &$INPUT->ref('string');
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 5518 foreach (self::$connections as $key => $ref) { 5519 $temp[$key] = $ref->get();
|