Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/lib/scripts/
H A Dlinkwiz.test.js14 { 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 Dlinkwiz.js374 static createRelativeID(ref, id) { argument
375 const sourceNs = ref.split(':');
/dokuwiki/lib/exe/
H A Dfetch.php32 $REV = &$INPUT->ref('rev');
/dokuwiki/inc/Input/
H A DInput.php145 public function &ref($name, $default = '', $nonempty = false) function in dokuwiki\\Input\\Input
/dokuwiki/inc/parser/
H A Dxhtml.php166 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 Dinput.test.php263 $test = &$INPUT->ref('string');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php5518 foreach (self::$connections as $key => $ref) {
5519 $temp[$key] = $ref->get();