| /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
|
| H A D | fileuploaderextended.js | 17 onProgress: function(id, fileName, loaded, total){ argument 21 onComplete: function(id, fileName, result){ argument 25 onCancel: function(id, fileName){ argument 50 _addToList: function(id, fileName){ argument 157 _onComplete: function(id, fileName, result){ argument 204 getName: function(id){ argument 229 _upload: function(id, params){ argument 278 getName: function(id){ argument 293 getSize: function(id){ argument 299 _upload: function(id, params){ argument
|
| H A D | fileuploader.js | 268 onSubmit: function(id, fileName){}, argument 269 onProgress: function(id, fileName, loaded, total){}, argument 270 onComplete: function(id, fileName, responseJSON){}, argument 271 onCancel: function(id, fileName){}, argument 329 onProgress: function(id, fileName, loaded, total){ argument 333 onComplete: function(id, fileName, result){ argument 337 onCancel: function(id, fileName){ argument 358 _onSubmit: function(id, fileName){ argument 361 _onProgress: function(id, fileName, loaded, total){ argument 363 _onComplete: function(id, fileName, result){ argument [all …]
|
| /dokuwiki/inc/Remote/ |
| H A D | LegacyApiCore.php | 96 public function legacyGetPage($id) 111 public function legacyGetPageVersion($id, $rev = '') 126 public function legacyGetAttachment($id) 134 public function legacygetAttachmentInfo($id) 146 public function legacyGetPageHTML($id) 161 public function legacyGetPageHTMLVersion($id, $rev = '') 274 public function legacyGetBackLinks($id) 282 public function legacyGetPageInfo($id) 296 public function legacyGetPageInfoVersion($id, $rev = '') 310 public function legacyPutPage($id, $text, $params = []) [all …]
|
| /dokuwiki/inc/ |
| H A D | pageutils.php | 178 function getNS($id) 195 function noNS($id) 213 function curNS($id) 226 function noNSorNS($id) 285 function page_exists($id, $rev = '', $clean = true, $date_at = false) 307 function media_exists($id, $rev = '', $clean = true, $date_at = false) 380 function wikiLockFN($id) 396 function metaFN($id, $ext) 415 function mediaMetaFN($id, $ext) 434 function metaFiles($id) [all …]
|
| H A D | parserutils.php | 79 function p_wiki_xhtml($id, $rev = '', $excuse = true, $date_at = '') 122 function p_locale_xhtml($id) 147 function p_cached_output($file, $format = 'xhtml', $id = '') 187 function p_cached_instructions($file, $cacheonly = false, $id = '') 252 function p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE) 340 function p_set_metadata($id, $data, $render = false, $persistent = true) 426 function p_purge_metadata($id) 451 function p_read_metadata($id, $cache = false) 477 function p_save_metadata($id, $meta) 499 function p_render_metadata($id, $orig) [all …]
|
| H A D | cache.php | 27 public function __construct($id, $file, $mode) 41 public function __construct($id, $file, $mode) 53 public function __construct($id, $file)
|
| H A D | common.php | 169 function basicinfo($id, $htmlClient = true) 462 function idfilter($id, $ue = true) 501 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&') 553 function exportlink($id = '', $format = 'raw', $urlParameters = '', $abs = false, $sep = '&') 599 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) 891 function checklock($id) 924 function lock($id) 950 function unlock($id) 1015 function rawLocale($id, $ext = 'txt') 1029 function rawWiki($id, $rev = '') [all …]
|
| /dokuwiki/inc/File/ |
| H A D | PageResolver.php | 16 public function resolveId($id, $rev = '', $isDateAt = false) 53 protected function resolveStartPage($id, $rev, $isDateAt) 82 protected function resolveAutoPlural($id, $rev, $isDateAt)
|
| H A D | Resolver.php | 32 public function resolveId($id, $rev = '', $isDateAt = false) 51 protected function resolvePrefix($id) 81 protected function resolveRelatives($id)
|
| H A D | MediaResolver.php | 11 public function resolveId($id, $rev = '', $isDateAt = false)
|
| /dokuwiki/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.sql | 39 id integer NOT NULL, field 72 id integer NOT NULL, field 106 id integer NOT NULL, field 141 id integer NOT NULL, field 162 id integer NOT NULL, field 217 id integer NOT NULL, field 251 id integer NOT NULL, field 291 id integer NOT NULL, field 325 id integer NOT NULL, field 373 id integer NOT NULL, field [all …]
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | SubscriberManager.php | 37 public function add($id, $user, $style, $data = '') 81 public function remove($id, $user = null, $style = null, $data = null) 112 public function userSubscription($id = '', $user = '') 288 protected function file($id)
|
| H A D | BulkSubscriptionSender.php | 141 protected function lock($id) 172 protected function unlock($id) 193 protected function sendDigest($subscriber_mail, $id, $lastupdate)
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Repository.php | 168 public function initExtension($id) 183 public function getExtensionData($id) 290 protected function storeCache($id, $data) 302 protected function retrieveCache($id)
|
| /dokuwiki/inc/Form/ |
| H A D | TagCloseElement.php | 43 public function id($id = null) argument
|
| H A D | InputElement.php | 70 public function id($id = null) argument
|
| H A D | Element.php | 132 public function id($id = null) function in dokuwiki\\Form\\Element
|
| /dokuwiki/inc/Ui/ |
| H A D | Revisions.php | 19 protected $id; // page id or media id variable in dokuwiki\\Ui\\Revisions 29 public function __construct($id)
|
| H A D | Diff.php | 16 protected $id; // page id or media id variable in dokuwiki\\Ui\\Diff 34 public function __construct($id)
|
| /dokuwiki/_test/tests/inc/ |
| H A D | parserutils_set_metadata.test.php | 8 private $id; variable in parserutils_set_metadata_test
|
| /dokuwiki/inc/Remote/Response/ |
| H A D | PageChange.php | 11 public $id; variable in dokuwiki\\Remote\\Response\\PageChange 36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange)
|
| H A D | MediaChange.php | 11 public $id; variable in dokuwiki\\Remote\\Response\\MediaChange 36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange)
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginInterface.php | 61 public function getLang($id); 70 public function locale_xhtml($id); 80 public function localFN($id, $ext = 'txt');
|
| /dokuwiki/inc/TreeBuilder/Node/ |
| H A D | WikiStartpage.php | 19 public function __construct(string $id, ?string $title, string $originalNamespace)
|