Home
last modified time | relevance | path

Searched refs:id (Results 76 – 100 of 123) sorted by path

12345

/dokuwiki/lib/images/fileicons/svg/
H A Dswf.svg1 <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><style>.st1{fill:#d10407}</styl (…)
/dokuwiki/lib/images/interwiki/
H A Ddoku.svg1 <svg width="128.171" height="128.039" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="k"><stop style="stop-color:#3a9030;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#3d9c32;stop-opacity:.79591835" offset="1"/></linearGradient><linearGradient id="j"><stop style="stop-color:#25901b;stop-opacity:.83673471" offset="0"/><stop style="stop-color:#25901b;stop-opacity:.37755102" offset="1"/></linearGradient><linearGradient id="i"><stop style="stop-color:#e32525;stop-opacity:.81632656" offset="0"/><stop style="stop-color:#e32525;stop-opacity:.5714286" offset="1"/></linearGradient><linearGradient id="h"><stop offset="0" style="stop-color:#000;stop-opacity:.17346939"/><stop offset="1" style="stop-color:#c7cec2;stop-opacity:0"/></linearGradient><linearGradient id="g"><stop style="stop-color:#000;stop-opacity:.17346939" offset="0"/><stop style="stop-color:#c7cec2;stop-opacity:0" offset="1"/></linearGradient><linearGradient id="f"><stop style="stop-color:#fbfaf9;stop-opacity:1" offset="0"/><stop style="stop-color:#e9dac7;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="e"><stop style="stop-color:#fbf6f0;stop-opacity:1" offset="0"/><stop style="stop-color:#e9dac7;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="d"><stop style="stop-color:#ede1ae;stop-opacity:1" offset="0"/><stop style="stop-color:#fefdfa;stop-opacity:1" offset="1"/></linearGradient><linearGradient id="a"><stop style="stop-color:#00a423;stop-opacity:1" offset="0"/><stop style="stop-color:#00b427;stop-opacity:1" offset="1"/></linearGradient><linearGradient id
[all...]
H A Dphpfn.svg1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-label="PHP" viewBox="0 0 512 512"><rect width="512" height="512" rx="15%" fill="#777bb3"/><g stroke="#fff" stroke-width="6"><path id="a" d="M155 202H97a3 3 0 0 0-3 2L67 345c0 3 3 3 3 3h30c3 0 3-2 3-2l7-35h27c42 0 63-28 68-53s1-56-5 (…)
/dokuwiki/lib/plugins/acl/lang/cs/
H A Dhelp.txt
/dokuwiki/lib/plugins/acl/
H A Dscript.js33 current_id: $frm.find('input[name=id]').val()}),
110 $frm.find('input[name=id]').val(dw_acl.parseatt($link[0].search).id);
113 $frm.find('input[name=id]').val('');
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php143 foreach ($groups as $id => $groupName){
H A DadLDAPContacts.php117 foreach ($groups as $id => $groupName){
H A DadLDAPGroups.php482 foreach ($groupNames as $id => $groupName) {
H A DadLDAPUsers.php201 foreach ($groups as $id => $groupName){
/dokuwiki/lib/plugins/config/
H A Dadmin.php85 echo '<div id="config__manager">';
94 echo '<form id="dw__configform" action="' . script() . '" method="post">';
95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
121 echo '<fieldset id="' . $setting->getKey() . '">';
271 * @param string $id
274 protected function printH1($id, $text)
276 echo '<h1 id="' . $id . '">' . $text . '</h1>';
266 printH1($id, $text) global() argument
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php24 private $id;
70 * @param string $id The id of the extension (prefixed with template: for templates)
73 public function setExtension($id)
75 $id = cleanID($id);
76 $this->id = $id;
78 $this->base = $id;
80 if (str_starts_with($id, 'templat
17 private $id; global() variable in helper_plugin_extension_extension
66 setExtension($id) global() argument
[all...]
H A Dlist.php55 * @param string $id The id of the header
59 public function addHeader($id, $header, $level = 2)
61 $this->form .= '<h' . $level . ' id="' . $id . '">' . hsc($header) . '</h' . $level . '>' . DOKU_LF;
123 $this->form .= '<li id="extensionplugin__' . hsc($extension->getID()) .
57 addHeader($id, $header, $level = 2) global() argument
/dokuwiki/lib/plugins/extension/
H A Dscript.js29 $lightbox = jQuery('<div id="plugin__extensionlightbox"><p>Click to close</p><div></div></div>')
124 var $displayOpts = jQuery('<p>', { id: 'extension__viewoptions'} ).appendTo($extmgr.find( '.panelHeader' ));
/dokuwiki/lib/plugins/popularity/lang/hu/
H A Dintro.txt
/dokuwiki/lib/plugins/popularity/lang/sv/
H A Dintro.txt5 Upprepa gärna detta steg då och då allteftersom din Wiki växer. Dina rapporter kommer att bli identifierade med hjälp av ett anonymt id.
/dokuwiki/lib/plugins/revert/
H A Dadmin.php90 foreach ($revert as $id) {
95 $pagelog = new PageChangeLog($id);
99 $data = rawWiki($id, $REV);
105 saveWikiText($id, $data, 'old revision restored', false);
106 printf('<li><div class="li">' . $this->getLang('reverted') . '</div></li>', $id, $REV);
108 saveWikiText($id, '', '', false);
109 printf('<li><div class="li">' . $this->getLang('removed') . '</div></li>', $id);
137 if (strpos(rawWiki($recent['id']), (string) $filter) === false) continue;
145 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) .
146 '" checked="checked" id
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php215 echo '<div id="user__manager">';
290 echo '<button type="submit" name="fn[delete]" id="usrmgr__del" ' . $delete_disable . '>' .
334 echo '<div' . $style . ' id="scroll__here">';
373 * @param string $user id of user
469 <td><input type="checkbox" id="' . $cmd . '_usernotify" name="usernotify" value="1" />
507 * @param string $id
516 protected function htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0)
534 echo "<td><label for=\"$id\" >$label: </label></td>";
539 echo "<input type=\"$fieldtype\" id=\"$id\" nam
512 htmlInputField($id, $name, $label, $value, $cando, $required, $indent = 0) global() argument
[all...]
/dokuwiki/lib/plugins/usermanager/lang/ckb/
H A Dimport.txt3 پێویستە ستوونەکان لەخۆبگرێت، بۆ ئەوەی: بەکارهێنەر-id، ناوی تەواو، ناونیشانی ئیمەیل و گروپەکان.
/dokuwiki/lib/plugins/usermanager/lang/cs/
H A Dimport.txt4 Sloupce obsahují (v daném pořadí): user-id, celé jméno, emailovou adresu, seznam skupin.
7 Záznamy s duplicitním user-id budou ignorovány.
/dokuwiki/lib/plugins/usermanager/lang/cy/
H A Dimport.txt4 Mae'n rhaid i'r colofnau gynnwys, mewn trefn: id-defnyddiwr, enw llawn, cyfeiriad ebost a grwpiau.
7 Caiff id-defnyddiwr dyblygiedig eu hanwybyddu.
/dokuwiki/lib/plugins/usermanager/lang/da/
H A Dimport.txt7 Bruger-id'er som allerede eksisterer importeres ikke.
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dimport.txt4 The columns must contain, in order: user-id, full name, email address and groups.
/dokuwiki/lib/plugins/usermanager/lang/eo/
H A Dimport.txt4 La kolumnoj devas enhavi, laŭorde: uzant-id, kompleta nomo, retadreso kaj grupoj.
7 Duobligitaj uzant-id estos preteratentataj.
/dokuwiki/lib/plugins/usermanager/lang/fa/
H A Dimport.txt3 برای اینکار یک فایل CSV با حداقل چهار ستون لازم است. ستون‌ها به ترتیب باید شامل id کاربر، نام کامل کاربر، آدرس ایمیل و گروه‌های کاربری او باشند.
4 خانه‌های جدول CSV باید به وسیلهٔ کاما (,) و رشته‌ها با علامت نقل قول (%%""%%) از هم جدا شوند. علامت واکج‌خط (\) می‌تواند برای غیرفعال کردن معنای کاراکترها استفاده شود. برای دیدن یک نمونه از فایل مناسب، از گزینهٔ "خروجی کاربران" در بالا استفاده کنید. id های تکراری در جدول در نظر گرفته نمی‌شوند.
/dokuwiki/lib/plugins/usermanager/lang/hu/
H A Dimport.txt

12345