Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 82) sorted by relevance

1234

/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
H A Dfileuploaderextended.js17 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 Dfileuploader.js268 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 DLegacyApiCore.php97 public function legacyGetPage($id)
112 public function legacyGetPageVersion($id, $rev = '')
127 public function legacyGetAttachment($id)
135 public function legacygetAttachmentInfo($id)
147 public function legacyGetPageHTML($id)
162 public function legacyGetPageHTMLVersion($id, $rev = '')
275 public function legacyGetBackLinks($id)
283 public function legacyGetPageInfo($id)
297 public function legacyGetPageInfoVersion($id, $rev = '')
311 public function legacyPutPage($id, $text, $params = [])
[all …]
/dokuwiki/inc/
H A Dpageutils.php178 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)
381 function wikiLockFN($id)
397 function metaFN($id, $ext)
416 function mediaMetaFN($id, $ext)
435 function metaFiles($id)
[all …]
H A Dparserutils.php74 function p_wiki_xhtml($id, $rev = '', $excuse = true, $date_at = '')
117 function p_locale_xhtml($id)
142 function p_cached_output($file, $format = 'xhtml', $id = '')
182 function p_cached_instructions($file, $cacheonly = false, $id = '')
247 function p_get_metadata($id, $key = '', $render = METADATA_RENDER_USING_CACHE)
335 function p_set_metadata($id, $data, $render = false, $persistent = true)
421 function p_purge_metadata($id)
446 function p_read_metadata($id, $cache = false)
472 function p_save_metadata($id, $meta)
494 function p_render_metadata($id, $orig)
[all …]
H A Dcache.php27 public function __construct($id, $file, $mode)
41 public function __construct($id, $file, $mode)
53 public function __construct($id, $file)
H A Dcommon.php171 function basicinfo($id, $htmlClient = true)
464 function idfilter($id, $ue = true)
503 function wl($id = '', $urlParameters = '', $absolute = false, $separator = '&')
555 function exportlink($id = '', $format = 'raw', $urlParameters = '', $abs = false, $sep = '&')
601 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false)
893 function checklock($id)
926 function lock($id)
952 function unlock($id)
1017 function rawLocale($id, $ext = 'txt')
1031 function rawWiki($id, $rev = '')
[all …]
/dokuwiki/inc/File/
H A DResolver.php32 public function resolveId($id, $rev = '', $isDateAt = false)
51 protected function resolvePrefix($id)
81 protected function resolveRelatives($id)
H A DPageResolver.php16 public function resolveId($id, $rev = '', $isDateAt = false)
53 protected function resolveStartPage($id, $rev, $isDateAt)
82 protected function resolveAutoPlural($id, $rev, $isDateAt)
H A DMediaResolver.php11 public function resolveId($id, $rev = '', $isDateAt = false)
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php141 protected function lock($id)
172 protected function unlock($id)
189 protected function lastRevBefore($id, $lastupdate)
214 protected function sendDigest($subscriber_mail, $id, $lastupdate)
H A DSubscriberManager.php37 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)
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql39 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/lib/plugins/extension/
H A DRepository.php169 public function initExtension($id)
184 public function getExtensionData($id)
291 protected function storeCache($id, $data)
303 protected function retrieveCache($id)
/dokuwiki/inc/Ui/
H A DRevisions.php19 protected $id; // page id or media id variable in dokuwiki\\Ui\\Revisions
29 public function __construct($id)
H A DDiff.php16 protected $id; // page id or media id variable in dokuwiki\\Ui\\Diff
34 public function __construct($id)
/dokuwiki/inc/Form/
H A DTagCloseElement.php43 public function id($id = null) argument
H A DInputElement.php70 public function id($id = null) function in dokuwiki\\Form\\InputElement
H A DElement.php132 public function id($id = null) argument
/dokuwiki/_test/tests/inc/
H A Dparserutils_set_metadata.test.php8 private $id; variable in parserutils_set_metadata_test
/dokuwiki/inc/Remote/Response/
H A DPageChange.php11 public $id; variable in dokuwiki\\Remote\\Response\\PageChange
36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange)
H A DMediaChange.php11 public $id; variable in dokuwiki\\Remote\\Response\\MediaChange
36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange)
/dokuwiki/inc/Search/
H A DMetadataSearch.php46 string $id,
186 public function backlinks(string $id, bool $ignore_perms = false): array
208 public function mediause(string $id, bool $ignore_perms = false): array
/dokuwiki/inc/Extension/
H A DPluginInterface.php61 public function getLang($id);
70 public function locale_xhtml($id);
80 public function localFN($id, $ext = 'txt');

1234