Home
last modified time | relevance | path

Searched refs:find (Results 101 – 125 of 860) sorted by relevance

12345678910>>...35

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Commenting/
H A DFunctionCommentSniff.php52 $find = PHP_CodeSniffer_Tokens::$methodPrefixes;
53 $find[] = T_WHITESPACE;
55 $commentEnd = $phpcsFile->findPrevious($find, ($stackPtr - 1), null, true);
/plugin/infomail/
H A Dscript.js63 infomail.$dialog.find('button[type=reset]').click(infomail.cancel);
64 infomail.$dialog.find('button[type=submit]').click(infomail.send);
87 var data = infomail.$dialog.find('form').serialize();
/plugin/tag/
H A Dscript.js9 // find the other input in the same tr and uncheck it
10 jQuery(this).closest('tr').find('.plus input').attr('checked', false);
12 jQuery(this).closest('tr').find('.minus input').attr('checked', false);
/plugin/tagging/script/
H A Dsearch.js30 $advancedOptions.find('a').each(function (index, element) {
78 $filterContainer.find('div.current').addClass('changed');
175 $ul = $filterContainer.find('ul');
181 $inputs = $ul.find('input');
/plugin/alphalist2/
H A Dscript.js5 $list.find("> li").each(function() {
19 $list.find("> li").each(function() {
50 $this.find("ol, ul").each(function () {
/plugin/bootswrapper/exe/
H A Dpopup.js45 if ($attribute.find('input:checked').val()) {
49 if ($attribute.find('input,select').val()) {
50 tag.push(' '+ data.attributeName + '="' + $attribute.find('input,select').val() + '"');
/plugin/bookcreator/
H A Dscript.js233 let $a = $addtobookBtn.find('a')
396 //jQuery('div.bookcreator__pagelist').find('ul.pagelist.selected,ul.pagelist.deleted').sortable('refresh');
410 sortedIDs = jQuery('div.bookcreator__pagelist').find('ul.pagelist.'+selectionname).sortable('toArray');
557 let $msg = $this.parent().parent().parent().find('.message'); //get $msg before deletion of the li elem
593 $title = $fieldset.find('input[name="bookcreator_title"]'),
598 jQuery('.bookcreator__selections__list').find('ul').prepend(data.item);
602 let $msg = $fieldset.find('.message');
667 do_action = $this.find('select[name="do"]').val();
697 .find('.downloadresponse').html(responseHtml);
753 $pagelist.find('u
[all...]
/plugin/imagelink/
H A Dscript.js6 $span = jQuery($element).find("div.title");
7 $link = jQuery($element).find("a");
/plugin/owncloud/
H A Dscript.js14 $row = $current.find('.load').parent();
21 $folder = $response.find('.mf_folder');
61 $row = $current.find('.load').parent();
113 jQuery(this).find('.filedesc').remove();
/plugin/prosemirror/
H A Dscript.js22 const $prosemirrorJsonInput = jQuery('#dw__editform').find('[name=prosemirror_json]').val(json);
120 const $jsonField = jQuery('#dw__editform').find('[name=prosemirror_json]');
163 const $jsonField = jQuery('#dw__editform').find('[name=prosemirror_json]');
200 if (jQuery('#dw__editform').find('[name=prosemirror_json]').length) {
/plugin/outliner/
H A Dscript.js10 var $outliner_dls_dt = jQuery('dl.outliner').find('dt');
60 .find('dt')
73 .find('a')
96 $outliner_dls.find('li.active').parents('dl').each(function() {
/plugin/autotranslation/
H A Dscript.js7 $frm.find('input[name=go]').hide();
8 $frm.find('select[name=id]').change(function(){
/plugin/bez/scripts/
H A Dtask_form.js24 bez.rich_text_editor($task_form.find('textarea'), $task_form.find('.bez_toolbar'));
/plugin/scrollticker/
H A Dscript.js31 $strip.find("li").each(function(i){ //iterate through every <li>
33 if(i < $strip.find("li").length -1) {
54 stripWidth += 21 * $strip.find('li').length; // why the hell 21 ??
/plugin/zoom/
H A Dscript.js9find(':last').css('opacity',0.5)}},200);var ie6FixRemove=function(){if($ie6Fix!==null){$ie6Fix.rem…
/plugin/datasearchform/
H A Dscript.js6 var $output = $form.find('.datasearchform__qsearch_out');
7 var $ns = $form.find('.datasearchform__ns');
/plugin/jorgchart/
H A Dscript.js19 $orgChartContainer.find("div.node.level" + level).each(function(index) {
22 $orgChartContainer.find("div.node.level" + level).each(function(index) {
/plugin/qc/
H A Dscript.js6 var $summary = $wrap.find('.summary');
7 var $output = $wrap.find('.qc-output').hide();
/plugin/tablelayout/_jstest/
H A DsplitMerges.tests.js10 var $fixture = jQuery( '#qunit-fixture').find('#mergeFixture' );
11 var $tableRows = $fixture.find( 'table tr' );
/plugin/structtemplate/_vagrant/
H A Ddeprovision_dokuwiki_from_but_protect.sh47 for file in $(find "${DW_PATH}" -type f -depth | grep -v "^${DW_PATH}/${PROTECTED_DIR}/") ; do
52 find "${DW_PATH}" -mindepth 1 -type d | \
/plugin/simplenavi/
H A Dscript.js14 $plugin.find('li.hidden').removeClass('hidden');
15 $plugin.find('> ul > li > .li > a').filter(function () {
/plugin/diagrams/script/
H A Dmediafile-linkfix.js10 jQuery(this.contentDocument).find('svg a').not('[target]').attr('target', '_top');
24 jQuery(node).find('object.diagrams-svg').each(function () {
H A DDiagramsForm.js63 this.$form.find('fieldset').append(editButton);
93 this.$form.find('fieldset').prepend(selectButton);
134 this.$form.find('[name="' + key + '"]').val(value);
144 const $elem = this.$form.find('[name="' + key + '"]');
/plugin/captcha/
H A Dscript.js10 var $box = $wrap.find('input[type=text]');
18 var $audiolink = $wrap.find('a.audiolink');
/plugin/approve/
H A Dscript.js7 var $select = $form.find('select');
15 .insertAfter($select.find('option:first-child'));
19 var $option = $select.find(':selected');

12345678910>>...35