| /dokuwiki/lib/scripts/ |
| H A D | search.js | 14 .prependTo($searchForm.find('fieldset')) 36 $searchForm.find('.advancedOptions .toggle div.current').on('click', function () { 39 $me.parent().siblings().find('ul:first').attr('aria-expanded', 'false'); 42 $me.parent().find('ul:first').attr('aria-expanded', 'true'); 44 $me.parent().find('ul:first').attr('aria-expanded', 'false');
|
| H A D | media.js | 54 var $link = $clicky.parent().find('div.li a.idx_dir'); 80 $page.find('div.filelist') 92 $page.find('div.file') 121 $listType = $options.find('li.listType'); 122 $sortBy = $options.find('li.sortBy'); 126 $options.find('button[type=submit]').parent().hide(); 129 $both.find('label').each(function () { 135 $both.find("input[type='radio']").checkboxradio({icon: false}); 450 …dw_mediamanager.list.call(jQuery('#mediamanager__page').find('form.options button[type="submit"]')… 471 $container = $content.find('div.panelContent'); [all …]
|
| H A D | locktimer.js | 41 dw_locktimer.pageid = jQuery('#dw__editform').find('input[name=id]').val(); 113 … if(dw_locktimer.draft && jQuery('#dw__editform').find('textarea[name=wikitext]').length > 0){ 114 … params += jQuery('#dw__editform').find(dw_locktimer.fieldsToSaveAsDraft.join(', ')).serialize();
|
| H A D | behaviour.js | 130 .closest('form').find(':button').not('.show').hide(); 161 $list = $form.find("input[name='sub_style'][value='list']"); 162 $digest = $form.find("input[name='sub_style'][value='digest']"); 164 $form.find("input[name='sub_target']")
|
| H A D | qsearch.js | 115 dw_qsearch.$outObj.find('li').css('overflow', 'visible'); 117 $links = dw_qsearch.$outObj.find('a'); 172 … dw_qsearch.$outObj.find('li').css('overflow', 'hidden').css('text-overflow', 'ellipsis');
|
| H A D | edit.js | 213 id: $dwform.find('input[name=id]').val(), 214 sectok: $dwform.find('input[name=sectok]').val()
|
| H A D | tree.js | 42 $sublist = $listitem.find('ul').first();
|
| H A D | linkwiz.js | 108 this.resultClick($obj.find('a')[0]); 128 return jQuery(this.result).find('div').eq(num);
|
| /dokuwiki/_test/tests/Form/ |
| H A D | InputElementTest.php | 17 $input = $pq->find('input[name=foo]'); 22 $label = $pq->find('label'); 24 $this->assertEquals('label text', $label->find('span')->text()); 40 $input = $pq->find('input[name=foo]'); 55 $input = $pq->find('input[name=foo]'); 68 $input = $pq->find('input[name=foo]'); 73 $label = $pq->find('label'); 75 $this->assertEquals('label text', $label->find('span')->text());
|
| H A D | DropdownElementTest.php | 37 $select = $pq->find('select[name=foo]'); 40 $options = $pq->find('option'); 43 $option = $pq->find('option[selected=selected]'); 48 $label = $pq->find('label'); 50 $this->assertEquals('label text', $label->find('span')->text()); 77 $select = $pq->find('select[name=foo]'); 80 $options = $pq->find('option'); 83 $option = $pq->find('option#theID'); 127 $optGroupsHTML = $pq->find('optgroup'); 130 $options = $pq->find('option'); [all …]
|
| H A D | ButtonElementTest.php | 19 $input = $pq->find('button[name=foo]'); 25 $b = $input->find('b'); // no tags found 37 $input = $pq->find('button[name=foo]'); 43 $b = $input->find('b'); // tags found
|
| H A D | FormTest.php | 27 $this->assertTrue($pq->find('form')->hasClass('doku_form')); 28 …$this->assertEquals(wl($ID, array('foo' => 'bar'), false, '&'), $pq->find('form')->attr('action')); 29 $this->assertEquals('post', $pq->find('form')->attr('method')); 31 $this->assertTrue($pq->find('input[name=sectok]')->count() == 1);
|
| H A D | CheckableElementTest.php | 20 $input = $pq->find('input[name=foo]'); 23 $label = $pq->find('label'); 26 $inputs = $pq->find('input[name=foo]'); 49 $inputs = $pq->find('input[name=foo]');
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | script.js | 29 jQuery.extend(dw_acl.parseatt($clicky.parent().find('a')[0].search), 32 current_ns: $frm.find('input[name=ns]').val(), 33 current_id: $frm.find('input[name=id]').val()}), 109 $frm.find('input[name=ns]').val(''); 110 $frm.find('input[name=id]').val(dw_acl.parseatt($link[0].search).id); 112 $frm.find('input[name=ns]').val(dw_acl.parseatt($link[0].search).ns); 113 $frm.find('input[name=id]').val('');
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | script.js | 5 var $dl = jQuery('#plugin__logviewer').find('dl'); 14 $dl.find('dt').each(function (idx, elem) {
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | script.js | 42 .find('div').html('<img src="' + image_href + '" />'); 66 sectok: $btn.parents('form').find('input[name=sectok]').val() 81 if ($extmgr.find('.plugins, .templates').hasClass('active')) { 84 const $displayOpts = jQuery('<p>').appendTo($extmgr.find('.panelHeader'));
|
| /dokuwiki/inc/lang/en/ |
| H A D | searchpage.txt | 3 You can find the results of your search below. @CREATEPAGEINFO@
|
| H A D | admin.txt | 3 Below you can find a list of administrative tasks available in DokuWiki.
|
| /dokuwiki/_test/tests/Feed/ |
| H A D | FeedMediaProcessorTest.php | 79 $th = $doc->find('table th'); 84 $th = $doc->find('table th'); 89 $home = $doc->find('img');
|
| /dokuwiki/lib/plugins/revert/lang/en/ |
| H A D | intro.txt | 3 This page helps you with the automatic reversion of a spam attack. To find a list of spammy pages f…
|
| /dokuwiki/inc/lang/az/ |
| H A D | locked.txt | 3 Bu səhifə başqa istifadəçi tərəfindən dəyişdirilmə üçün blok edilmişdir. O istifadəçi dəyişdirməni …
|
| /dokuwiki/lib/plugins/logviewer/lang/en/ |
| H A D | intro.txt | 5 you'll find useful information about the problem.
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | script.js | 58 var $form = $styling_plugin.find('form.styling').first();
|
| /dokuwiki/_test/core/ |
| H A D | TestResponse.php | 107 return $this->pq->find($selector);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | media_searchlist.test.php | 101 $elements = $pq->find('a.mediafile');
|