Home
last modified time | relevance | path

Searched refs:closest (Results 1 – 25 of 122) sorted by relevance

12345

/plugin/farmsync/script/
H A Dresults.js7 $elem.closest('div.li').find('table.diff').hide();
9 var $conflicts = $elem.closest('div.result').find('h2 span');
11 …if (Number($conflicts.html()) === 0) $elem.closest('div.result').switchClass('withconflicts','noco…
40 if ( jQuery(this).closest('div.li').find('table.diff').length ) {
41 jQuery(this).closest('div.li').find('table.diff').toggle();
62 $this.closest('div.li').append(data);
63 $this.closest('div.li').find('table.diff').show()
65 … $this.closest('div.li').append('<span>Failure! ' + textStatus + ' ' + errorThrown + '</span>');
107 var $form = jQuery(this).closest('form');
114 var lines = $elem.closest('form').find('textarea[name=editarea]').val().split("\n");
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php186 public function closest(Path $path, string $lastFullName): Path function in ComboStrap\\LocalFileSystem
189 $closest = $path->resolve($lastFullName);
190 if (FileSystems::exists($closest)) {
191 return $closest;
201 $closest = $parent->resolve($lastFullName);
202 if (FileSystems::exists($closest)) {
203 return $closest;
206 throw new ExceptionNotFound("No closest was found for the file name ($lastFullName) from the path ($path)");
H A DWikiFileSystem.php138 public function closest(Path $path, string $lastFullName): Path function in ComboStrap\\WikiFileSystem
140 return FileSystems::closest($path->toLocalPath(), $lastFullName);
H A DTemplateSlot.php175 return FileSystems::closest($requestedPath, $this->getLastFileNameForFragment() . '.' . $contextExtension);
182 return FileSystems::closest($requestedPath, $this->getLastFileNameForFragment() . '.' . $contextExtension);
H A DFileSystems.php208 public static function closest(Path $path, string $name): Path function in ComboStrap\\FileSystems
213 return LocalFileSystem::getOrCreate()->closest($path, $name);
215 return WikiFileSystem::getOrCreate()->closest($path, $name);
/plugin/timetrack/
H A Dscript.js70 $input_next = $input.closest('td').prev().find('input');
72 $input_next = $input.closest('tr').prev().find('input').last();
78 pos = $input.closest('tr').find('input').index($input);
80 $input_next = jQuery($input.closest('tr').prev().find('input')[pos]);
87 $input_next = $input.closest('td').next().find('input');
89 $input_next = $input.closest('tr').next().find('input').first();
95 pos = $input.closest('tr').find('input').index($input);
97 $input_next = jQuery($input.closest('tr').next().find('input')[pos]);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.diff.js5 …sert',html).closest('.source').addClass('insert-line');$('.remove',html).closest('.source').addCla…
/plugin/instantpage/lib/
H A D5.1.0.js2closest("a");if(!h(n))return;v(n.href)},n),u?c||document.addEventListener("mousedown",function(t){…
/plugin/tag/
H A Dscript.js10 jQuery(this).closest('tr').find('.plus input').attr('checked', false);
12 jQuery(this).closest('tr').find('.minus input').attr('checked', false);
/plugin/glossary/
H A Dscript.js17 item.closest ("div").find ("div.popup").each (function () {
43 var jForm = jQuery (input).closest ("form");
138 var jTable = jQuery (input).closest ("tr").parent ();
155 var jTable = jInput.closest ("tr").parent ();
211 var jDiv = jQuery (sender).closest ("div");
/plugin/mikioplugin/
H A Dscript.js67 let accordian = jQuery(this).closest('.mikiop-accordian');
78 jQuery(this).closest('.mikiop-alert').hide();
235 var parent = jQuery(this).closest('.mikiop-carousel-indicators');
237 var group = jQuery(this).closest('.mikiop-carousel');
300 var parent = jQuery(this).closest('.mikiop-tab-item');
302 var group = jQuery(parent).closest('.mikiop-tab-group');
365 var parent = jQuery(this).closest('.mikiop-quiz');
392 var parent = jQuery(this).closest('.mikiop-quiz');
418 var parent = jQuery(this).closest('.mikiop-quiz');
582 quizReset(jQuery(this).closest('
[all...]
/plugin/schedule/lib/
H A DscheduleCitiesMap.js232 var form = scheduleSelectedCity.closest ('.scheduleCitiesForm');
256 var form = scheduleSelectedCity.closest ('.scheduleCitiesForm');
268 scheduleSetSelectCity (jQuery (item).closest ('li'));
275 var li = jQuery (item).closest ('li');
276 var ul = li.closest ('ul');
282 ul.closest ('.scheduleCitiesForm'). find ('.scheduleMap').each (function () {
444 scheduleAddAllCityFromUl (scheduleMap, scheduleSelectedCity.closest ('ul'));
506 var scheduleForm = scheduleFinalForm.closest ('.scheduleTabForm');
553 var form = input.closest ('.scheduleCitiesForm');
573 var form = input.closest ('.scheduleCitiesForm');
[all …]
/plugin/issuelinks/script/
H A Dadmin_repo.js81 $tabs.first().closest('li').addClass('active');
86 $tabs.closest('li').removeClass('active');
87 $this.closest('li').addClass('active');
94 const servicename = $this.closest('form').data('service');
177 const servicename = $this.closest('[data-service]').data('service');
/plugin/tablelayout/script/
H A Dscript.js14 var target = $secedit_form.closest('form').attr('action');
33 $secedit_form.closest('div.secedit').append($link);
48 $lastHeaderRow = $table.closest('.table').find('table.tablelayout_head tr').last();
84 var colIndex = $this.closest('td,th').prevAll('td,th').length;
101 var $container = $searchSortRow.closest('.table');
/plugin/struct/script/
H A DSchemaEditor.js31 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();
H A DEntryEditor.js71 var name = jQuery(this.element[0]).closest('div.field').find('label').first().data('column');
120 $tplwrapper.before(jQuery(this).closest('.multiwrap').detach());
/plugin/tabinclude/
H A Dscript.js7 var content = jQuery(_this).closest('#dwpl-ti-container').find('#dwpl-ti-content');
8 var loading = jQuery(_this).closest('#dwpl-ti-container').find('#dwpl-ti-loading');
/plugin/dtable/
H A Dscript.js69 var button = jQuery(this).closest('td').find('button');
289 var $this_row = $this_cell.closest("tr");
500 $form = $this_row.closest("form");
556 dtable.id = $this_row.closest(".dtable").attr("id");
559 var $table = $this_row.closest("table");
560 var $form = $this_row.closest("form");
570 $this_table = jQuery(this).closest("table");
613 $mother.closest('td').attr('colspan', 0);
620 $elm.closest('td').show();
716 jQuery(this).closest("#dtable_context_menu").hide();
[all …]
/plugin/schedule/
H A Dscript.js18 item.closest ("div").find ("div.popup").each (function () {
61 var jDiv = jQuery (sender).closest ("div");
/plugin/langdelete/
H A Dscript.js9 .parent().closest('li').addClass('active');
15 .parent().closest('li').removeClass('active');
/plugin/rrdgraph/
H A Dscript.js111 rrdSwitchRangeRelative(jQuery(this).closest("div.rrdImage"), -1);
116 rrdSwitchRangeRelative(jQuery(this).closest("div.rrdImage"), +1);
/plugin/include/
H A Dscript.js15 jQuery(this).closest('.plugin_include_content').addClass('section_highlight');
/plugin/nextday/
H A Dplugin.info.txt6 desc Display the date of the closest $WEEKDAY
/plugin/davcard/
H A Dscript.js333 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
563 var tr = jQuery(this).closest('tr');
578 var tr = jQuery(this).closest('tr');
593 var tr = jQuery(this).closest('tr');
623 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
740 jQuery(this).closest(".ui-dialog").css("top", iObj.top + "px");
/plugin/starred/
H A Dscript.js33 jQuery(this).closest('li').remove();

12345