Home
last modified time | relevance | path

Searched refs:find (Results 51 – 75 of 860) sorted by relevance

12345678910>>...35

/plugin/twcheckliste/
H A Dscript.js58 jQuery(this).find("li").each(function() {
64 value : jQuery(this).find("div").html(),
87 jQuery(this).find("li").each(function() {
93 value : jQuery(this).find("div").html(),
115 jQuery(this).find("li").each(function() {
121 value : jQuery(this).find("div").html(),
159 jQuery(this).parent().find("input").click();
/plugin/badbehaviour/bad-behavior/
H A Dblackhole.inc.php36 $find = implode('.', array_reverse(explode('.', $ip)));
38 $result = gethostbynamel($find . "." . $dnsbl . ".");
59 $find = implode('.', array_reverse(explode('.', $package['ip'])));
60 $result = gethostbynamel($settings['httpbl_key'].".${find}.dnsbl.httpbl.org.");
/plugin/tablefilterjs/
H A Dscript.js9 $table.find('th').each(function() {
18 $table = jQuery(this).find("table");
34 $table.find("tr:has(td)").each(function() {
35 if( ! jQuery(this).find("td").eq(eq).text().match( regex ) )
/plugin/sectionedit/
H A Dscript.js29 $dialog.find('.editButtons').detach();
33 data['id'] = $currentButton.find('input[name=id]').val() || JSINFO['id'];
34 data['rev'] = $currentButton.find('input[name=rev]').val();
36 data['target'] = $currentButton.find('input[name=target]').val();
37 data['range'] = $currentButton.find('input[name=range]').val();
48 $form.find('input[name][value], textarea[name]').each(function(){
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPhpExecutableFinderTest.php36 $this->assertEquals($current.$args, $f->find(), '::find() returns the executable PHP');
37 $this->assertEquals($current, $f->find(false), '::find() returns the executable PHP');
53 $this->assertEquals($current.' --php', $f->find(), '::find() returns the executable PHP');
54 $this->assertEquals($current, $f->find(false), '::find() returns the executable PHP');
/plugin/photogallery/lightGallery/js/
H A Dlg-thumbnail.js131 _this.core.$outer.find('.lg').append(html);
133 _this.$thumbOuter = _this.core.$outer.find('.lg-thumb-outer');
137 _this.core.$outer.find('.lg-thumb').css({
197 _this.core.$outer.find('.lg-thumb').html(thumbList);
199 $thumb = _this.core.$outer.find('.lg-thumb-item');
250 this.core.$outer.find('.lg-thumb').css({
256 var $thumb = this.core.$outer.find('.lg-thumb');
311 _this.core.$outer.find('.lg-thumb').on('mousedown.lg.thumb', function(e) {
382 _this.core.$outer.find('.lg-thumb').on('touchstart.lg', function(e) {
390 _this.core.$outer.find('.lg-thumb').on('touchmove.lg', function(e) {
[all …]
H A Dlg-thumbnail.min.js4find(".lg").append(g),d.$thumbOuter=d.core.$outer.find(".lg-thumb-outer"),d.thumbOuterWidth=d.$thu…
/plugin/watchcycle/
H A Dscript.js86 $watchCycleForm.find('input#plugin__watchcycle_user_input').autocomplete({
109 $picker.find(".error").remove();
110 const maintainers = $picker.find('[name="watchcycle_user"]').val().replace(new RegExp("[, ]+?$"), "");
113 const cycle = $picker.find('[name="watchcycle_cycle"]').val();
121 $picker.find("form").append('<div class="error">' + l10n.invalid_maintainers + '</div>');
165 $advancedOptions.find('a').each(function (index, element) {
/plugin/structsection/lib/
H A Dbundle.js1find(".editbutton_table").remove(),jQuery("#plugin__structsection_output").on("submit","form.btn_s…
/plugin/structsection/script/
H A Dmain.js10 jQuery('#plugin__structsection_output').find('.editbutton_table').remove();
18 const $self = jQuery(this).parent().prev().find('div.level2'); // fixme: too fragile!
29 const $form = $div.find('form');
30 const $errors = $div.find('div.err').hide();
69 $form.find('input, textarea').first().focus();
/plugin/bureaucracy-au/script/
H A Dfieldsets.js32 dp.fset.find('input,select')
55 var fname = jQuery(this).find('span.bureaucracy_depends_fname').html(),
56 fvalue = jQuery(this).find('span.bureaucracy_depends_fvalue');
67 .find("select,input:last") //yesno field contains first a hidden input
/plugin/bureaucracyau/script/
H A Dfieldsets.js32 dp.fset.find('input,select')
55 var fname = jQuery(this).find('span.bureaucracyau_depends_fname').html(),
56 fvalue = jQuery(this).find('span.bureaucracyau_depends_fvalue');
67 .find("select,input:last") //yesno field contains first a hidden input
/plugin/bureaucracy/script/
H A Dfieldsets.js32 dp.fset.find('input,select')
55 var fname = jQuery(this).find('span.bureaucracy_depends_fname').html(),
56 fvalue = jQuery(this).find('span.bureaucracy_depends_fvalue');
67 .find("select,input:last") //yesno field contains first a hidden input
/plugin/pagestat/
H A Dscript.js272 var thecl=this.getwin().find(class_name);
987 ctwin.find(".ckbt_fullinf").show();
995 ctwin.find(".ckbt_sort").show();
998 ctwin.find(".ckbt_sort").click(function(){
1034 ctwin.find(".wc_pre").click(function(){
1040 ctwin.find(".wc_next").click(function(){
1054 var infowin= ctwin.find(".wc_inf");
1112 ctwin.find(".wc_wordcard").html(div_wrap);
1114 ctwin.find(".wrap_vo").click();
2027 var theul=jwin.find("ul").eq(0);
[all …]
/plugin/struct/script/
H A DInlineEditor.js15 var field = $self.parents('table').find('tr th').eq($self.index()).data('field');
21 var $form = $div.find('form');
22 var $errors = $div.find('div.err').hide();
61 $form.find('input, textarea').first().focus();
81 $self.parents('table').find('tr.summarize').remove();
/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/dropfiles/src/
H A Dupload.js79 $newInput.find('button').button();
84 fileToBeUploaded.newFileName = $newInput.find('input').val();
90 $newInput.find('button[name="cancel"]').click(function (event) {
95 $errorDialog.parent().find('.ui-dialog-buttonpane').html($newInput);
304 var $uploadBars = $widget.find('.dropfiles_file_upload_bar');
306 return jQuery(element).find('.ui-progressbar-complete').length
309 $widget.find('.error').remove();
349 $statusbar.find('.filename').wrap(jQuery('<a>').attr({
357 $filelisting.find('.plugin__filelisting_content')
363 … $progressBar.find('.ui-progressbar-value').css('background-color', 'red');
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DPropertyDeclarationSniff.php55 $find = PHP_CodeSniffer_Tokens::$scopeModifiers;
56 $find = array_merge($find, array(T_VARIABLE, T_VAR, T_SEMICOLON));
57 $prev = $phpcsFile->findPrevious($find, ($stackPtr - 1));
/plugin/advanced/
H A Dscript.js17 $adv.find('.purge-cache').on('click', function (e) {
26 $advanced_forms.find('.export-all-pages, .import-all-pages').on('click', function () {
28 var $pages = $advanced_forms.find('table.pages tbody input[type=checkbox]');
/plugin/components/
H A Dscript.js3 var sectok = jQuery(this).find("input[name=sectok]").val();
4 var from = jQuery(this).find("input[name=from]").val();
5 var to = jQuery(this).find("input[name=to]").val();
/plugin/glossary/
H A Dscript.js17 item.closest ("div").find ("div.popup").each (function () {
26 jTable.find ("tr").each (function () {
44 jForm.find ("input[type=text]").each (function () {
48 jForm.find ("input[type=textarea]").each (function () {
112 jTable.find ("tr").each (function () {
156 jTable.find ("tr").each (function () {
164 item.find ("td.word,td.translate").each (function () {
/plugin/lms/
H A Dscript.js18 const $list = jQuery(jQuery(header).next()[0]).find('ul');
20 if ($list.find('a').length === $list.find('a.lms-seen').length) {
32 $form.find('input')
37 sectok: $form.find('input[name="sectok"]').val()
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js123 const classes = $parent.find('.source,.text').first().attr('class').split(' ');
136 $parent.find('[class]').each(function() {
143 $parent.find(`[class~="comment"]`).each(function() {
148 $parent.find(`[class~="string"]`).each(function() {
153 while (($spans = $parent.find('span:not([class])')).length) {
190 const version = $header.find('span').first().text().trim().slice(1);
/plugin/tagfilter/
H A Dscript.js145 jQuery('#__tagfilter_'+id).find('.tagfilter_count_number').text(
150 jQuery('#__tagfilter_'+id).find('.tagfilter_count_number').text(
196 jQuery(v).find('select')[0].onchange();
200 jQuery(v).find('select.chosen').select2({
223 $tagfilter.find('select').each(function(i,dd){
320 jQuery(v).find('select').select2({
/plugin/searchform/
H A Dscript.js6 var $output = $form.find('.searchform__qsearch_out');
7 var $ns = $form.find('[name="ns"]');
8 var $notns = $form.find('[name="-ns"]');

12345678910>>...35