Home
last modified time | relevance | path

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

12345678910>>...35

/plugin/bible/bible_douayRheims/
H A DWisdom.txt115 …ngs justly, shall be justified: and they that have learned these things, shall find what to answer.
119 …6:15. He that awaketh early to seek her, shall not labour: for he shall find her sitting at his do…
198 …9:16. And hardly do we guess aright at things that are upon earth: and with labour do we find the …
282 …s to these they are less to be blamed. For they perhaps err, seeking God, and desirous to find him.
285 … so much as to make a judgment of the world: how did they not more easily find out the Lord thereo…
424 19:5. And that thy people might wonderfully pass through, but they might find a new death.
/plugin/bibtex4dw/
H A DREADME.md64 If you find some problems, open an issue on GitHub, and ideally provide a pull request with a possible solution.
/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/bookcreator/script/
H A Djquery.fileDownload.js326 $form = $(formDoc).find('form');
H A Dnspicker.js105 bc_nspicker.resultClick($obj.find('a')[0]);
126 return jQuery(bc_nspicker.result).find('div').eq(num);
/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/bootswrapper/
H A Dscript.js60 var $nav = $nav_wrap.find('.nav');
62 $nav.find('div.li > *').unwrap();
63 $nav.find('li').attr('role', 'presentation');
68 $nav.find('li ul')
86 if ($nav_wrap.find('.tab-pane').length) {
98 $nav.find('a:first').tab('show');
125 $btn_link = $btn_wrap.find('a'),
206 if ($list_wrap.find('a').length) {
216 var $link = $list.find('a');
271 $images = $carousel.find('img'),
[all …]
/plugin/bpmnio/script/
H A Dbpmnio_render.js116 const container = root.find(containerId)[0];
121 const data = root.find(dataId)[0];
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7 …];return this.forEach((function(n,i){e(n,i)&&t.push(n)})),t},An.prototype.find=function(e){for(var…
27 …=i.findRoot(ua(e))||i.findRoot(e.id);if(!o&&Cr(e,"bpmn:Process")){var a=t.find((function(t){var n=…
83 …dEntry:n,entries:i,...r}=e,o=bc(),a=xc((()=>function(e){const t=[],n=e=>t.find((t=>e.id===t.id)),i…
194find(e);if(n.length){n.forEach((function(e){var n=e.element.id,i=t._createResultNode(e,n);t._resul…
H A Dbpmn-navigated-viewer.production.min.js2find((function(t){var n=A(t);return n&&n.processRef&&n.processRef===e}));a=i.findRoot(s.id)}return…
H A Dbpmn-viewer.production.min.js2find((function(t){var n=A(t);return n&&n.processRef&&n.processRef===e}));a=i.findRoot(s.id)}return…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md285 * `CHORE`: use `min-dash#find` as polyfill for `Array.prototype.find`
317 * `CHORE`: use `min-dash#find` as polyfill for `Array.prototype.find`
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js7 …];return this.forEach((function(n,i){e(n,i)&&t.push(n)})),t},eo.prototype.find=function(e){for(var…
21 …=Cl(),s=El((function(){return function(e){var n=[],i=function(e){return n.find((function(t){return…
H A Ddmn-navigated-viewer.production.min.js2 …];return this.forEach((function(n,r){e(n,r)&&t.push(n)})),t},kr.prototype.find=function(e){for(var…
H A Ddmn-viewer.production.min.js2 …];return this.forEach((function(n,r){e(n,r)&&t.push(n)})),t},kr.prototype.find=function(e){for(var…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js289 function find(collection, matcher) { function
430 return !!find(collection, matcher);
2453 return !find(elements, function(e) {
22989 function inStr(str, find) { argument
22990 return str.indexOf(find) > -1;
23009 function inArray(src, find, findByKey) { argument
23011 return src.indexOf(find);
23015 if ((findByKey && src[i][findByKey] == find) || (!findByKey && src[i] === find)) {
26016 return find(closure, function(target) {
43263 connection = find(
[all …]
H A Dbpmn-modeler.production.min.js7 …];return this.forEach((function(n,i){e(n,i)&&t.push(n)})),t},xn.prototype.find=function(e){for(var…
34find(e);if(n.length){n.forEach((function(e){var n=e.element.id,i=t._createResultNode(e,n);t._resul…
/plugin/bugzillaint/
H A Dscript.js59 .appendTo( master.find('ul') );
64 .appendTo( master.find('ul') );
72 master.find('a.bzref').replaceWith( renderBug( master, bug ) );
79 master.find('a.bzref').replaceWith( renderBug( master, rootBug ) );
80 renderTree( rootBug.depends_on, master.find('ul'), master, master.data('depth') );
81 master.toggleClass('empty', master.find('a.bzref').length <= 1 );
/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/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/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/c3chart/assets/
H A Dd3.min.js2 …[1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]},yl.find=function(t,n,e){var… function
/plugin/captcha/
H A Dscript.js10 var $box = $wrap.find('input[type=text]');
18 var $audiolink = $wrap.find('a.audiolink');
/plugin/cite/
H A DREADME.md37 If you find my work helpful and would like to give back, [consider joining me as a GitHub sponsor](…
/plugin/cite/lang/en/
H A Dintro.txt41 If you find this plugin useful, please consider supporting the project via [[http://tjgrant.com/wik…

12345678910>>...35