Searched defs:href (Results 1 - 4 of 4) sorted by relevance
/dokuwiki/inc/Ui/ |
H A D | SearchState.php | 138 $href = wl($ID, $hrefAttributes, false, '&'); variable
|
H A D | Recent.php | 258 $href = media_managerURL(['tab_details'=>'view', 'image'=> $id, 'ns'=> getNS($id)], '&'); variable 277 $href = media_managerURL( variable 281 $href = ''; variable 284 $href = wl($id, "do=diff", false, '&'); variable 304 $href variable 306 $href = wl($id, "do=revisions", false, '&'); global() variable [all...] |
H A D | Revisions.php | 383 $href = media_managerURL(['image'=> $id, 'tab_details'=> 'view'], '&'); variable 386 $href = media_managerURL(['image'=> $id, 'tab_details'=> 'view', 'rev'=> $rev], '&'); variable 397 $href = wl($id, "rev=$rev", false, '&'); variable 418 $href variable 430 $href = wl($id, "rev=$rev,do=diff", false, '&'); global() variable [all...] |
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Locator.php | 236 $href = $this->registry->call('Misc', 'absolutize_url', array(trim($link->getAttribute('href')), $this->base)); variable 240 $href = $this->registry->call('Misc', 'absolutize_url', array(trim($link->getAttribute('href')), $this->http_base)); variable 278 $href = trim($link->getAttribute('href')); global() variable 284 $href = $this->registry->call('Misc', 'absolutize_url', array(trim($link->getAttribute('href')), $this->base)); global() variable 288 $href = $this->registry->call('Misc', 'absolutize_url', array(trim($link->getAttribute('href')), $this->http_base)); global() variable 334 $href = trim($link->getAttribute('href')); global() variable 342 $href = global() variable 349 $href = global() variable [all...] |
Completed in 8 milliseconds