Home
last modified time | relevance | path

Searched refs:append (Results 76 – 100 of 461) sorted by relevance

12345678910>>...19

/plugin/tablelayout/script/
H A Dscript.js33 $secedit_form.closest('div.secedit').append($link);
75 $tableSortRowCells.append(jQuery('<button>'));
86 $table.append(sortedRows);
/plugin/semanticdata/phpSesame/
H A DphpSesame.php238 …throw new Exception ('Failed to append data to the repository, HTTP response error: ' . $response-…
277 …throw new Exception ('Failed to append data to the repository, HTTP response error: ' . $response-…
/plugin/photogallery/lightGallery/js/
H A Dlg-share.js59 this.core.$outer.find('.lg-toolbar').append(shareHtml);
60 this.core.$outer.find('.lg').append('<div id="lg-dropdown-overlay"></div>');
H A Dlg-share.min.js4 …+="</ul></span>",this.core.$outer.find(".lg-toolbar").append(c),this.core.$outer.find(".lg").appen…
/plugin/commonmark/vendor/league/commonmark/src/Inline/Element/
H A DText.php
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php134 $this->coverage->append([], null);
513 $this->coverage->append($data, 'File1.php', true, $linesToBeCovered, $linesToBeUsed);
545 $this->coverage->append($data, 'File1.php', true, $linesToBeCovered, $linesToBeUsed);
/plugin/dirtylittlehelper/
H A Dscript.js517 jQuery('#tool__bar').append(dlh_append);
560 jQuery('#dlh_mytoolbar_hack').append(
614 … jQuery('#dlh_top_struct_b').append( jQuery('#dlh_top_struct_c div.struct_entry_form div.field') );
615 …jQuery('#dlh_top_struct_b').append( '<button title="call struct in new window" onClick="dlh_top_ca…
646 …jQuery('#dlh_top_struct_b').append( jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field')…
647 …jQuery('#dlh_top_struct_b').append( '<button title="call struct in new window" onClick="dlh_top_ca…
/plugin/gcalendar/inc/
H A Dgcal_main.php146 append($in_files,"style.css");
152 function append($source_arr, $destfile) { function
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DJCaptureApplet.java37 uploadUrlBuilder.append(dokuBase); in createRequest()
38 uploadUrlBuilder.append("lib/exe/mediamanager.php"); in createRequest()
/plugin/readability/
H A Dscript.js7 $prev.append(out);
/plugin/imagelink/
H A Dscript.js9 $link.append($span);
/plugin/farmsync/script/
H A Dresults.js62 $this.closest('div.li').append(data);
65 … $this.closest('div.li').append('<span>Failure! ' + textStatus + ' ' + errorThrown + '</span>');
131 $form.find('.conflictlist ol').append(link.click(scrollToConflict));
H A DscrollToLine.js27 .append(text) // making newlines look the same
/plugin/ahrefmenu/
H A Dgenerate_map.py89 self.places.append(i_place)
121 self.links.append(lnk)
258 self.tag_value.append(data)
303 self.exp_branches.append(i_place)
/plugin/sfauth/
H A Dscript.js15 $sfAuth.append(link);
/plugin/slider/
H A Djquery.bxslider.js317 el.append(sliceAppend).prepend(slicePrepend);
637 slider.controls.el.addClass('bx-has-pager').append(slider.pagerEl);
659 $(slider.settings.nextSelector).append(slider.controls.next);
663 $(slider.settings.prevSelector).append(slider.controls.prev);
670 slider.controls.directionEl.append(slider.controls.prev).append(slider.controls.next);
672 slider.controls.el.addClass('bx-has-controls-direction').append(slider.controls.directionEl);
689 slider.controls.autoEl.append(slider.controls.start);
692 slider.controls.autoEl.append(slider.controls.start).append(slider.controls.stop);
699 slider.controls.el.addClass('bx-has-controls-auto').append(slider.controls.autoEl);
715 $(this).append('<div class="bx-caption"><span>' + title + '</span></div>');
[all …]
/plugin/titlesanchorlink/
H A Dscript.js9 …$(this).append('<a title="Link to '+name+'" id="anchor__'+id+'" class="__anchor" href="#'+id+'"><i…
/plugin/qc/
H A Dscript.js17 $summary.append(data);
/plugin/siteexport/
H A Dscript.js333 … $('#siteexport__out').parent().append($('<div id="siteexport__errorlog"></div>'));
346 $('#siteexport__errorlog').append($('<p></p>').text(txtMsg.replace(new RegExp(
389 … $('<li/>').append(name).append(value).append(customOption).appendTo('#siteexport__customActions');
/plugin/do/scripts/
H A DuserTasksOverlay.js26 $wrapper.append(jQuery(data));
/plugin/aichat/script/
H A DAIChatChat.js317 formData.append('question', message);
318 formData.append('history', JSON.stringify(this.#history));
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js1append(f("tbody")),r=parseInt(y.txtRows,10)||0,s=parseInt(y.txtCols,10)||0;for(var v=0;v<r;v++){va…
/plugin/multiorphan/
H A Dscript.js212 var $entry = $('<li>').addClass('requestPage').append($pageId).appendTo($appendTo);
291 …$orphanForm.find('.multiorphan__result_group .multiorphan__result.orphan').append($('<div/>').html…
372 $('#multiorphan__out').parent().append($('<div id="multiorphan__errorlog"/>'));
385 …$('#multiorphan__errorlog').append($('<p/>').text(txtMsg.replace(new RegExp("</?.*?>", "ig"), ""))…
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1append(f("tbody")),r=parseInt(y.txtRows,10)||0,s=parseInt(y.txtCols,10)||0;for(var v=0;v<r;v++){va…
/plugin/captcha/
H A Dscript.js23 $wrap.append(audio);

12345678910>>...19