Home
last modified time | relevance | path

Searched refs:find (Results 26 – 50 of 860) sorted by relevance

12345678910>>...35

/plugin/bez/scripts/
H A Dtasks.js5 if (jQuery(this).find(".show").is(":visible")) {
7 jQuery(this).find(".hide").show();
8 jQuery(this).find(".show").hide();
11 jQuery(this).find(".hide").hide();
12 jQuery(this).find(".show").show();
20 $desc_rows = $row.parents('table').find('.task'+row_id);
33 if ($this.find('option:selected').index() !== 0) {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso52 $ServerPath == '' ? $ServerPath = $config->find('UserFilesPath');
55 + $config->find('Subdirectories')->find(action_param('Type'))
81 + string_replace(#fileUrl, -find='"', -replace='\\"') + '","'
82 + string_replace(#fileName, -find='"', -replace='\\"') + '","'
83 + string_replace(#customMsg, -find='"', -replace='\\"') + '");
89 if($config->find('Enabled'));
105 $NewFileName = $NewFile->find('OrigName');
108 local('fileExtension') = '.' + $NewFile->find('OrigExtension');
116 if($config->find('DeniedExtensions')->find($Type) >> $NewFile->find('OrigExtension'));
131 file_copy($NewFile->find('path'), $NewFilePath);
/plugin/tabbox/
H A Dscript.js13 $box.find('.tabboxtab').hide();
14 $box.find('.tabs li').removeClass('active');
17 var $open = $box.find('#tab_'+tabid);
20 $open = $box.find('.tabboxtab').first();
24 $box.find('#lnk_'+id).addClass('active');
39 $box.find('.tabboxtab .hl').each(function(){
/plugin/toolbox/
H A DToolboxFindAndReplace.js16 '<button class="find">' + toolbox_lang.find + '</button>' +
45 in_find: $dialog.find('input.find'),
46 btn_find: $dialog.find('button.find'),
47 chk_casematch: $dialog.find('input.casematch'),
48 chk_regexp: $dialog.find('input.regexp'),
49 chk_words: $dialog.find('input.words'),
50 in_replace: $dialog.find('input.replace'),
51 btn_replace: $dialog.find('button.replace'),
52 btn_find_replace: $dialog.find('button.find_replace'),
53 btn_replace_all: $dialog.find('button.replace_all')
/plugin/struct/script/
H A DSchemaEditor.js6 jQuery('#plugin__struct_tabs').find('a').click(function (e) {
12 $me.parent().parent().find('li').removeClass('active');
22 jQuery('#plugin__struct_editor').find('td.isenabled input').change(function () {
31 var schema = jQuery(this).closest('tr').find('td:nth-child(2)').text();
32 var page = jQuery(this).closest('tr').find('td:nth-child(1)').text();
/plugin/settingstree/
H A Dscript.js35 $root.find('.input_area.changed, .protect_area.changed').each(function(){
36 … var $inp = $(this).find('input, textarea, select'), name = $inp.prop('name'), val = $inp.val(), m;
49 …$root.find('.settingstree_error_area').html($("<div class='notify'>"+getLang('saving_changes')+"</…
57 …$root.find('.settingstree_error_area').html(("<div class='success'>"+(r.msg||"success")+"</div>"));
65 …else{ $root.find('.settingstree_error_area').html($("<div class='error'>"+(r.msg||"fail")+"</div…
78 …$root.find('.settingstree_error_area').html($("<div class='notify'>"+getLang('preparing_export')+"…
92 $root.find('.input_area.changed, .protect_area.changed').each(function(){
93 …var $inp = $(this).find('input, textarea, select'), val =$inp.val(), def = $(this).data('currentva…
118 $hier.find('.highlighted_level').removeClass('highlighted_level');
119 $hier.find('[data-path="'+open_level+'"]').addClass('highlighted_level');
[all …]
/plugin/pdfjs/
H A Dscript.js4 $iframes.contents().find('#openFile').remove();
5 $iframes.contents().find('#secondaryOpenFile').remove();
7 $iframes.contents().find('#download').remove();
8 $iframes.contents().find('#secondaryDownload').remove();
/plugin/sqlraw/
H A Dtest2.php25 $rowCount = count($html->find('tr'));
30 foreach ($html->find('tr') as $element) {
35 foreach ($element->find('th') as $cell) {
40 foreach ($element->find('td') as $cell) {
62 foreach ($html->find('tr') as $element) {
67 foreach ($element->find('th') as $cell) {
74 foreach ($element->find('td') as $cell) {
/plugin/imagereference/
H A Dscript.js35 let $amedia = $imgcaption.find('a.media');
36 let $img = $imgcaption.find('img');
41 $imgcaption.find('span.undercaption a').last()
47 let captionparts = $imgcaption.find('span.undercaption').text().split(':', 2);
51 $imgcaption.find('span.undercaption a').first().before(': ' + title);
/plugin/sitemapnavi/
H A Dscript.js13 $mediaToggle.find('input').prop('checked', !$sitemapNavi.hasClass('hide-media-links'));
25 $mediaToggle.find('input').prop('checked', !$mediaToggle.find('input').prop('checked'));
34 var $sublist = $li.find('> ul');
38 $sublist.find('li.media').toggle($mediaToggle.checked);
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js78 this.core.$outer.find('.lg-toolbar').append(zoomIcons);
111 var $image = _this.core.$outer.find('.lg-current .lg-image');
191 var $image = _this.core.$slide.eq(index).find('.lg-image');
221 if (_this.core.$outer.find('.lg-current .lg-image').length) {
228 if (_this.core.$outer.find('.lg-current .lg-image').length) {
258 this.core.$slide.find('.lg-img-wrap').removeAttr('style data-x data-y');
259 this.core.$slide.find('.lg-image').removeAttr('style data-scale');
281 var $image = _this.core.$slide.eq(_this.core.index).find('.lg-object');
373 var $image = _this.core.$slide.eq(_this.core.index).find('.lg-object');
462 var _$el = _this.core.$slide.eq(_this.core.index).find('.lg-img-wrap');
[all …]
H A Dlg-zoom.min.js4find(".lg-toolbar").append(c),b.core.$el.on("onSlideItemLoad.lg.tm.zoom",function(c,d,e){var f=b.c…
H A Dlg-autoplay.js82 …_this.core.$outer.find('.lg').append('<div class="lg-progress-bar"><div class="lg-progress"></div>…
121 _$progressBar = _this.core.$outer.find('.lg-progress-bar');
122 _$progress = _this.core.$outer.find('.lg-progress');
151 _this.core.$outer.find('.lg-autoplay-button').on('click.lg', function() {
168 …_this.core.$outer.find('.lg-progress').css('transition', 'width ' + (_this.core.s.speed + _this.co…
170 _this.core.$outer.find('.lg-progress-bar').addClass('lg-start');
188 this.core.$outer.find('.lg-progress').removeAttr('style');
190 this.core.$outer.find('.lg-progress-bar').removeClass('lg-start');
196 this.core.$outer.find('.lg-progress-bar').remove();
H A Dlg-autoplay.min.js4find(".lg").append('<div class="lg-progress-bar"><div class="lg-progress"></div></div>'),a.progres…
/plugin/encryptedpasswords/script/
H A DGUI.js50 const pass = $dialog.find("input[name='pass']").val();
51 if (repeat && pass !== $dialog.find("input[name='repeat']").val()) {
57 resolve($dialog.find("input[name='pass']").val());
65 $dialog.find("input[name='pass']").val('');
66 $dialog.find("input[name='repeat']").val('');
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js301 var $switch = $container.find('span.switch');
305 $container.find('img.privacy_dummy').replaceWith(
313 $container.find('.dummy_btn').empty().
410 this.find('.switch.off').click();
414 this.find('.switch.on').click();
418 this.find('.switch').click();
651 $help_info.find('.dummy_btn').
659 $help_info.find('.dummy_btn').
704 var $fieldset = $settings_info_menu.find('form fieldset');
714 $field.find('input').attr('data-service', service_name);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DFindReplaceRequest.php29 public $find; variable in Google\\Service\\Sheets\\FindReplaceRequest
74 public function setFind($find) argument
76 $this->find = $find;
83 return $this->find;
/plugin/addnewpage/
H A Dscript.js7 var $submit = jQuery(this).parent("form").find(":submit");
20 var ns = jQuery(this).find("[name='np_cat']");
21 var title = jQuery(this).find("input[name='title']");
23 jQuery(this).find("input[name='id']").val(id);
/plugin/do/scripts/
H A DPluginDo.js56 .find('.plugin_do_closetask').click(function (e) {
116 $applyto.find('img').attr('src', DOKU_BASE + 'lib/plugins/do/pix/' + newImg);
134 var $assigneeobjs = $applyto.first().find('span.plugin_do_meta_user');
136 … $assigneeobjs = $applyto.parent('td').parent().first().find('td.plugin_do_assignee');
149 var $due = $applyto.first().find('span.plugin_do_meta_date');
151 $due = $applyto.parent('td').parent().first().find('td.plugin_do_date');
270 $cdate = $itemspan.find('span.plugin_do_meta_date');
346 $dotags.find('span.plugin_do_commit').html(commitmsg);
348 $dotags.parent('td').parent().find('td.plugin_do_commit').html('');
349 $dotags.find('span.plugin_do_commit').html('');
[all …]
/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php47 $result = $finder->find($this->getPhpBinaryName());
63 $result = $finder->find('foo', $expected);
78 $result = $finder->find('foo');
94 $result = $finder->find($this->getPhpBinaryName(), null, $extraDirs);
112 $result = $finder->find($this->getPhpBinaryName());
130 $result = $finder->find($this->getPhpBinaryName(), false);
154 $result = $finder->find(basename($target), false);
/plugin/farmer/script/
H A Dplugins.js29 $formAllAnimals.find('select')
31 $formAllAnimals.find('button').prop('disabled', false);
42 $formSingleAnimal.find('select')
45 $formSingleAnimal.find('button').prop('disabled', true);
52 $formSingleAnimal.find('div.output').html(data);
53 $formSingleAnimal.find('button').prop('disabled', false);
/plugin/likeit/
H A Dscript.js27 $container.find('.plugin_likeit.list').html(ret.list);
28 $container.find('.plugin_likeit.count').html(ret.count);
37 …over:function() {jQuery(this).find('.plugin_likeit.list').show(100);}, //callback function to trig…
38 out:function() {jQuery(this).find('.plugin_likeit.list').hide(100);},
/plugin/tablelayout/_jstest/
H A DfloatTable.tests.js10 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
11 var $table = $fixture.find( 'table' );
39 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
40 var $table = $fixture.find( 'table' );
H A Dsort.tests.js10 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
11 var $tableRows = $fixture.find( 'table tr' ).slice(1);
22 var $fixture = jQuery( '#qunit-fixture' ).find('#smallTable');
23 var $tableRows = $fixture.find( 'table tr' ).slice(1);
/plugin/log/
H A Dscript.js18 … var listitem = rootTag.find('.dokuwiki form.plugin_log').parents('ul').find('li:eq(1)');
23 .find( '.edit' ).val( '' );
44 jQuery( el ).find( '.button' ).click(function(e){

12345678910>>...35