Home
last modified time | relevance | path

Searched refs:after (Results 51 – 75 of 798) sorted by path

12345678910>>...32

/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.min.js7 !function(a){"object"==typeof exports&&exports&&"object"==typeof module&&module&&module.exports===exports?a(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],a):a(jQuery)}(function(a){function b(a){var b=a[0];return b.offsetWidth>0&&b.offsetHeight>0}function c(b){if(b.minTime&&(b.minTime=t(b.minTime)),b.maxTime&&(b.maxTime=t(b.maxTime)),b.durationTime&&"function"!=typeof b.durationTime&&(b.durationTime=t(b.durationTime)),"now"==b.scrollDefault)b.scrollDefault=function(){return b.roundingFunction(t(new Date),b)};else if(b.scrollDefault&&"function"!=typeof b.scrollDefault){var c=b.scrollDefault;b.scrollDefault=function(){return b.roundingFunction(t(c),b)}}else b.minTime&&(b.scrollDefault=function(){return b.roundingFunction(b.minTime,b)});if("string"===a.type(b.timeFormat)&&b.timeFormat.match(/[gh]/)&&(b._twelveHourTime=!0),b.showOnFocus===!1&&-1!=b.showOn.indexOf("focus")&&b.showOn.splice(b.showOn.indexOf("focus"),1),b.disableTimeRanges.length>0){for(var d in b.disableTimeRanges)b.disableTimeRanges[d]=[t(b.disableTimeRanges[d][0]),t(b.disableTimeRanges[d][1])];b.disableTimeRanges=b.disableTimeRanges.sort(function(a,b){return a[0]-b[0]});for(var d=b.disableTimeRanges.length-1;d>0;d--)b.disableTimeRanges[d][0]<=b.disableTimeRanges[d-1][1]&&(b.disableTimeRanges[d-1]=[Math.min(b.disableTimeRanges[d][0],b.disableTimeRanges[d-1][0]),Math.max(b.disableTimeRanges[d][1],b.disableTimeRanges[d-1][1])],b.disableTimeRanges.splice(d,1))}return b}function d(b){var c=b.data("timepicker-settings"),d=b.data("timepicker-list");if(d&&d.length&&(d.remove(),b.data("timepicker-list",!1)),c.useSelect){d=a("<select />",{"class":"ui-timepicker-select"});var g=d}else{d=a("<ul />",{"class":"ui-timepicker-list"});var g=a("<div />",{"class":"ui-timepicker-wrapper",tabindex:-1});g.css({display:"none",position:"absolute"}).append(d)}if(c.noneOption)if(c.noneOption===!0&&(c.noneOption=c.useSelect?"Time...":"None"),a.isArray(c.noneOption)){for(var i in c.noneOption)if(parseInt(i,10)==i){var k=e(c.noneOption[i],c.useSelect);d.append(k)}}else{var k=e(c.noneOption,c.useSelect);d.append(k)}if(c.className&&g.addClass(c.className),(null!==c.minTime||null!==c.durationTime)&&c.showDuration){"function"==typeof c.step?"function":c.step;g.addClass("ui-timepicker-with-duration"),g.addClass("ui-timepicker-step-"+c.step)}var l=c.minTime;"function"==typeof c.durationTime?l=t(c.durationTime()):null!==c.durationTime&&(l=c.durationTime);var n=null!==c.minTime?c.minTime:0,o=null!==c.maxTime?c.maxTime:n+v-1;n>o&&(o+=v),o===v-1&&"string"===a.type(c.timeFormat)&&c.show2400&&(o=v);var p=c.disableTimeRanges,w=0,y=p.length,z=c.step;"function"!=typeof z&&(z=function(){return c.step});for(var i=n,A=0;o>=i;A++,i+=60*z(A)){var B=i,C=s(B,c);if(c.useSelect){var D=a("<option />",{value:C});D.text(C)}else{var D=a("<li />");D.addClass(v/2>B%v?"ui-timepicker-am":"ui-timepicker-pm"),D.data("time",u(B,c)),D.text(C)}if((null!==c.minTime||null!==c.durationTime)&&c.showDuration){var E=r(i-l,c.step);if(c.useSelect)D.text(D.text()+" ("+E+")");else{var F=a("<span />",{"class":"ui-timepicker-duration"});F.text(" ("+E+")"),D.append(F)}}y>w&&(B>=p[w][1]&&(w+=1),p[w]&&B>=p[w][0]&&B<p[w][1]&&(c.useSelect?D.prop("disabled",!0):D.addClass("ui-timepicker-disabled"))),d.append(D)}if(g.data("timepicker-input",b),b.data("timepicker-list",g),c.useSelect)b.val()&&d.val(f(t(b.val()),c)),d.on("focus",function(){a(this).data("timepicker-input").trigger("showTimepicker")}),d.on("blur",function(){a(this).data("timepicker-input").trigger("hideTimepicker")}),d.on("change",function(){m(b,a(this).val(),"select")}),m(b,d.val(),"initial"),b.hide().after(d);else{var G=c.appendTo;"string"==typeof G?G=a(G):"function"==typeof G&&(G=G(b)),G.append(g),j(b,d),d.on("mousedown click","li",function(c){b.off("focus.timepicker"),b.on("focus.timepicker-ie-hack",function(){b.off("focus.timepicker-ie-hack"),b.on("focus.timepicker",x.show)}),h(b)||b[0].focus(),d.find("li").removeClass("ui-timepicker-selected"),a(this).addClass("ui-timepicker-selected"),q(b)&&(b.trigger("hideTimepicker"),d.on("mouseup.timepicker click.timepicker","li",function(a){d.off("mouseup.timepicker click.timepicker"),g.hide()}))})}}function e(b,c){var d,e,f;return"object"==typeof b?(d=b.label,e=b.className,f=b.value):"string"==typeof b?d=b:a.error("Invalid noneOption value"),c?a("<option />",{value:f,"class":e,text:d}):a("<li />",{"class":e,text:d}).data("time",String(f))}function f(a,b){return a=b.roundingFunction(a,b),null!==a?s(a,b):void 0}function g(b){if(b.target!=window){var c=a(b.target);c.closest(".ui-timepicker-input").length||c.closest(".ui-timepicker-wrapper").length||(x.hide(),a(document).unbind(".ui-timepicker"),a(window).unbind(".ui-timepicker"))}}function h(a){var b=a.data("timepicker-settings");return(window.navigator.msMaxTouchPoints||"ontouchstart"in document)&&b.disableTouchKeyboard}function i(b,c,d){if(!d&&0!==d)return!1;var e=b.data("timepicker-settings"),f=!1,d=e.roundingFunction(d,e);return c.find("li").each(function(b,c){var e=a(c);if("number"==typeof e.data("time"))return e.data("time")==d?(f=e,!1):void 0}),f}function j(a,b){b.find("li").removeClass("ui-timepicker-selected");var c=t(l(a),a.data("timepicker-settings"));if(null!==c){var d=i(a,b,c);if(d){var e=d.offset().top-b.offset().top;(e+d.outerHeight()>b.outerHeight()||0>e)&&b.scrollTop(b.scrollTop()+d.position().top-d.outerHeight()),d.addClass("ui-timepicker-selected")}}}function k(b,c){if(""!==this.value&&"timepicker"!=c){var d=a(this);if(!d.is(":focus")||b&&"change"==b.type){var e=d.data("timepicker-settings"),f=t(this.value,e);if(null===f)return void d.trigger("timeFormatError");var g=!1;if(null!==e.minTime&&null!==e.maxTime&&(f<e.minTime||f>e.maxTime)&&(g=!0),a.each(e.disableTimeRanges,function(){return f>=this[0]&&f<this[1]?(g=!0,!1):void 0}),e.forceRoundTime){var h=e.roundingFunction(f,e);h!=f&&(f=h,c=null)}var i=s(f,e);g?(m(d,i,"error")||b&&"change"==b.type)&&d.trigger("timeRangeError"):m(d,i,c)}}}function l(a){return a.is("input")?a.val():a.data("ui-timepicker-value")}function m(a,b,c){if(a.is("input")){a.val(b);var d=a.data("timepicker-settings");d.useSelect&&"select"!=c&&"initial"!=c&&a.data("timepicker-list").val(f(t(b),d))}return a.data("ui-timepicker-value")!=b?(a.data("ui-timepicker-value",b),"select"==c?a.trigger("selectTime").trigger("changeTime").trigger("change","timepicker"):-1==["error","initial"].indexOf(c)&&a.trigger("changeTime"),!0):(a.trigger("selectTime"),!1)}function n(a){switch(a.keyCode){case 13:case 9:return;default:a.preventDefault()}}function o(c){var d=a(this),e=d.data("timepicker-list");if(!e||!b(e)){if(40!=c.keyCode)return!0;x.show.call(d.get(0)),e=d.data("timepicker-list"),h(d)||d.focus()}switch(c.keyCode){case 13:return q(d)&&(k.call(d.get(0),{type:"change"}),x.hide.apply(this)),c.preventDefault(),!1;case 38:var f=e.find(".ui-timepicker-selected");return f.length?f.is(":first-child")||(f.removeClass("ui-timepicker-selected"),f.prev().addClass("ui-timepicker-selected"),f.prev().position().top<f.outerHeight()&&e.scrollTop(e.scrollTop()-f.outerHeight())):(e.find("li").each(function(b,c){return a(c).position().top>0?(f=a(c),!1):void 0}),f.addClass("ui-timepicker-selected")),!1;case 40:return f=e.find(".ui-timepicker-selected"),0===f.length?(e.find("li").each(function(b,c){return a(c).position().top>0?(f=a(c),!1):void 0}),f.addClass("ui-timepicker-selected")):f.is(":last-child")||(f.removeClass("ui-timepicker-selected"),f.next().addClass("ui-timepicker-selected"),f.next().position().top+2*f.outerHeight()>e.outerHeight()&&e.scrollTop(e.scrollTop()+f.outerHeight())),!1;case 27:e.find("li").removeClass("ui-timepicker-selected"),x.hide();break;case 9:x.hide();break;default:return!0}}function p(c){var d=a(this),e=d.data("timepicker-list"),f=d.data("timepicker-settings");if(!e||!b(e)||f.disableTextInput)return!0;switch(c.keyCode){case 96:case 97:case 98:case 99:case 100:case 101:case 102:case 103:case 104:case 105:case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:case 65:case 77:case 80:case 186:case 8:case 46:f.typeaheadHighlight?j(d,e):e.hide()}}function q(a){var b=a.data("timepicker-settings"),c=a.data("timepicker-list"),d=null,e=c.find(".ui-timepicker-selected");return e.hasClass("ui-timepicker-disabled")?!1:(e.length&&(d=e.data("time")),null!==d&&("string"!=typeof d&&(d=s(d,b)),m(a,d,"select")),!0)}function r(a,b){a=Math.abs(a);var c,d,e=Math.round(a/60),f=[];return 60>e?f=[e,w.mins]:(c=Math.floor(e/60),d=e%60,30==b&&30==d&&(c+=w.decimal+5),f.push(c),f.push(1==c?w.hr:w.hrs),30!=b&&d&&(f.push(d),f.push(w.mins))),f.join(" ")}function s(b,c){if("number"!=typeof b)return null;var d=parseInt(b%60),e=parseInt(b/60%60),f=parseInt(b/3600%24),g=new Date(1970,0,2,f,e,d,0);if(isNaN(g.getTime()))return null;if("function"===a.type(c.timeFormat))return c.timeFormat(g);for(var h,i,j="",k=0;k<c.timeFormat.length;k++)switch(i=c.timeFormat.charAt(k)){case"a":j+=g.getHours()>11?w.pm:w.am;break;case"A":j+=g.getHours()>11?w.PM:w.AM;break;case"g":h=g.getHours()%12,j+=0===h?"12":h;break;case"G":h=g.getHours(),b===v&&(h=c.show2400?24:0),j+=h;break;case"h":h=g.getHours()%12,0!==h&&10>h&&(h="0"+h),j+=0===h?"12":h;break;case"H":h=g.getHours(),b===v&&(h=c.show2400?24:0),j+=h>9?h:"0"+h;break;case"i":var e=g.getMinutes();j+=e>9?e:"0"+e;break;case"s":d=g.getSeconds(),j+=d>9?d:"0"+d;break;case"\\":k++,j+=c.timeFormat.charAt(k);break;default:j+=i}return j}function t(a,b){if(""===a||null===a)return null;if("object"==typeof a)return 3600*a.getHours()+60*a.getMinutes()+a.getSeconds();if("string"!=typeof a)return a;a=a.toLowerCase().replace(/[\s\.]/g,""),("a"==a.slice(-1)||"p"==a.slice(-1))&&(a+="m");var c="("+w.am.replace(".","")+"|"+w.pm.replace(".","")+"|"+w.AM.replace(".","")+"|"+w.PM.replace(".","")+")?",d=new RegExp("^"+c+"([0-9]?[0-9])\\W?([0-5][0-9])?\\W?([0-5][0-9])?"+c+"$"),e=a.match(d);if(!e)return null;var f=parseInt(1*e[2],10);if(f>24){if(b&&b.wrapHours===!1)return null;f%=24}var g=e[1]||e[5],h=f;if(12>=f&&g){var i=g==w.pm||g==w.PM;h=12==f?i?12:0:f+(i?12:0)}var j=1*e[3]||0,k=1*e[4]||0,l=3600*h+60*j+k;if(12>f&&!g&&b&&b._twelveHourTime&&b.scrollDefault){var m=l-b.scrollDefault();0>m&&m>=v/-2&&(l=(l+v/2)%v)}return l}function u(a,b){return a==v&&b.show2400?a:a%v}var v=86400,w={am:"am",pm:"pm",AM:"AM",PM:"PM",decimal:".",mins:"mins",hr:"hr",hrs:"hrs"},x={init:function(b){return this.each(function(){var e=a(this),f=[];for(var g in a.fn.timepicker.defaults)e.data(g)&&(f[g]=e.data(g));var h=a.extend({},a.fn.timepicker.defaults,b,f);if(h.lang&&(w=a.extend(w,h.lang)),h=c(h),e.data("timepicker-settings",h),e.addClass("ui-timepicker-input"),h.useSelect)d(e);else{if(e.prop("autocomplete","off"),h.showOn)for(var i in h.showOn)e.on(h.showOn[i]+".timepicker",x.show);e.on("change.timepicker",k),e.on("keydown.timepicker",o),e.on("keyup.timepicker",p),h.disableTextInput&&e.on("keydown.timepicker",n),k.call(e.get(0),null,"initial")}})},show:function(c){var e=a(this),f=e.data("timepicker-settings");if(c&&c.preventDefault(),f.useSelect)return void e.data("timepicker-list").focus();h(e)&&e.blur();var k=e.data("timepicker-list");if(!e.prop("readonly")&&(k&&0!==k.length&&"function"!=typeof f.durationTime||(d(e),k=e.data("timepicker-list")),!b(k))){e.data("ui-timepicker-value",e.val()),j(e,k),x.hide(),k.show();var m={};f.orientation.match(/r/)?m.left=e.offset().left+e.outerWidth()-k.outerWidth()+parseInt(k.css("marginLeft").replace("px",""),10):m.left=e.offset().left+parseInt(k.css("marginLeft").replace("px",""),10);var n;n=f.orientation.match(/t/)?"t":f.orientation.match(/b/)?"b":e.offset().top+e.outerHeight(!0)+k.outerHeight()>a(window).height()+a(window).scrollTop()?"t":"b","t"==n?(k.addClass("ui-timepicker-positioned-top"),m.top=e.offset().top-k.outerHeight()+parseInt(k.css("marginTop").replace("px",""),10)):(k.removeClass("ui-timepicker-positioned-top"),m.top=e.offset().top+e.outerHeight()+parseInt(k.css("marginTop").replace("px",""),10)),k.offset(m);var o=k.find(".ui-timepicker-selected");if(!o.length){var p=t(l(e));null!==p?o=i(e,k,p):f.scrollDefault&&(o=i(e,k,f.scrollDefault()))}if(o&&o.length){var q=k.scrollTop()+o.position().top-o.outerHeight();k.scrollTop(q)}else k.scrollTop(0);return f.stopScrollPropagation&&a(document).on("wheel.ui-timepicker",".ui-timepicker-wrapper",function(b){b.preventDefault();var c=a(this).scrollTop();a(this).scrollTop(c+b.originalEvent.deltaY)}),a(document).on("touchstart.ui-timepicker mousedown.ui-timepicker",g),a(window).on("resize.ui-timepicker",g),f.closeOnWindowScroll&&a(document).on("scroll.ui-timepicker",g),e.trigger("showTimepicker"),this}},hide:function(c){var d=a(this),e=d.data("timepicker-settings");return e&&e.useSelect&&d.blur(),a(".ui-timepicker-wrapper").each(function(){var c=a(this);if(b(c)){var d=c.data("timepicker-input"),e=d.data("timepicker-settings");e&&e.selectOnBlur&&q(d),c.hide(),d.trigger("hideTimepicker")}}),this},option:function(b,e){return"string"==typeof b&&"undefined"==typeof e?a(this).data("timepicker-settings")[b]:this.each(function(){var f=a(this),g=f.data("timepicker-settings"),h=f.data("timepicker-list");"object"==typeof b?g=a.extend(g,b):"string"==typeof b&&(g[b]=e),g=c(g),f.data("timepicker-settings",g),k.call(f.get(0),{type:"change"},"initial"),h&&(h.remove(),f.data("timepicker-list",!1)),g.useSelect&&d(f)})},getSecondsFromMidnight:function(){return t(l(this))},getTime:function(a){var b=this,c=l(b);if(!c)return null;var d=t(c);if(null===d)return null;a||(a=new Date);var e=new Date(a);return e.setHours(d/3600),e.setMinutes(d%3600/60),e.setSeconds(d%60),e.setMilliseconds(0),e},isVisible:function(){var a=this,c=a.data("timepicker-list");return!(!c||!b(c))},setTime:function(a){var b=this,c=b.data("timepicker-settings");if(c.forceRoundTime)var d=f(t(a),c);else var d=s(t(a),c);return a&&null===d&&c.noneOption&&(d=a),m(b,d),b.data("timepicker-list")&&j(b,b.data("timepicker-list")),this},remove:function(){var a=this;if(a.hasClass("ui-timepicker-input")){var b=a.data("timepicker-settings");return a.removeAttr("autocomplete","off"),a.removeClass("ui-timepicker-input"),a.removeData("timepicker-settings"),a.off(".timepicker"),a.data("timepicker-list")&&a.data("timepicker-list").remove(),b.useSelect&&a.show(),a.removeData("timepicker-list"),this}}};a.fn.timepicker=function(b){return this.length?x[b]?this.hasClass("ui-timepicker-input")?x[b].apply(this,Array.prototype.slice.call(arguments,1)):this:"object"!=typeof b&&b?void a.error("Method "+b+" does not exist on jQuery.timepicker"):x.init.apply(this,arguments):this},a.fn.timepicker.defaults={appendTo:"body",className:null,closeOnWindowScroll:!1,disableTextInput:!1,disableTimeRanges:[],disableTouchKeyboard:!1,durationTime:null,forceRoundTime:!1,maxTime:null,minTime:null,noneOption:!1,orientation:"l",roundingFunction:function(a,b){if(null===a)return null;if("number"!=typeof b.step)return a;var c=a%(60*b.step),d=b.minTime||0;return c-=d%(60*b.step),c>=30*b.step?a+=60*b.step-c:a-=c,u(a,b)},scrollDefault:null,selectOnBlur:!1,show2400:!1,showDuration:!1,showOn:["click","focus"],showOnFocus:!0,step:30,stopScrollPropagation:!1,timeFormat:"g:ia",typeaheadHighlight:!0,useSelect:!1,wrapHours:!0}});
/plugin/bez/
H A Dstyle.css1032 .plugin__bez_form_buttons::after {
/plugin/bible/bible_douayRheims/
H A D1_Corinthians.txt22 1:22. For both the Jews require signs: and the Greeks seek after wisdom.
131 … myself. But every one hath his proper gift from God: one after this manner, and another after tha…
261 …11:25. In like manner also the chalice, after he had supped, saying: This chalice is the new testa…
298 …t some in the church; first apostles, secondly prophets, thirdly doctors: after that miracles: the…
315 14:1. Follow after charity, be zealous for spiritual gifts; but rather that you may prophesy.
356 …15:2. By which also you are saved, if you hold fast after what manner I preached unto you, unless …
359 15:5. And that he was seen by Cephas, and after that by the eleven.
H A D1_Esdras.txt130 …5:12. But after that our fathers had provoked the God of heaven to wrath, he delivered them into t…
158 …7:1. Now after these things in the reign of Artaxerxes king of the Persians, Esdras the son of Sar…
222 …9:1. And after these things were accomplished, the princes came to me, saying: The people of Israe…
231 9:10. And now, O our God, what shall we say after this? for we have forsaken thy commandments,
234 …9:13. And after all that is come upon us, for our most wicked deeds, and our great sin, seeing tha…
H A D1_Kings.txt160 …8:3. And his sons walked not in his ways: but they turned aside after lucre, and took bribes, and …
267 …12:21. And turn not aside after vain things, which shall never profit you, nor deliver you, becaus…
340 …14:46. And Saul went back, and did not pursue after the Philistines: and the Philistines went to t…
377 15:31. So Samuel turned again after Saul: and Saul adored the Lord.
456 …17:53. And the children of Israel returning, after they had pursued the Philistines, fell upon the…
633 …24:9. And David also rose up after him: and going out of the cave, cried after Saul, saying: My lo…
638 24:15. After whom dost thou pursue? After a dead dog, after a flea.
665 …25:19. And she said to her servants: Go before me: behold, I will follow after you: but she told n…
683 25:38. And after ten days had passed, the Lord struck Nabal, and he died.
718 27:4. And it was told Saul that David was fled to Geth, and he sought no more after him.
[all …]
H A D1_Machabees.txt6 1:6. And after these things, he fell down upon his bed, and knew that he should die.
10 …1:10. And they all put crowns upon themselves after his death, and their sons after them, many yea…
21 …1:21. And after Antiochus had ravaged Egypt, in the hundred and forty- third year, he returned and…
59 …eir power did they deal with the people of Israel, that were found in the cities month after month.
93 2:29. Then many that sought after judgment, and justice, went down into the desert,
111 2:47. And they pursued after the children of pride, and the work prospered in their hands:
290 …5:37. But after this Timotheus gathered another army, and camped over against Raphon, beyond the t…
427 …7:45. And they pursued after them one day's journey from Adazer, even till ye come to Gazara, and …
726 …12:30. And Jonathan pursued after them, but overtook them not: for they had passed the river Eleut…
747 12:51. Then they that had come after them, seeing that they stood for their lives, returned back.
[all …]
H A D1_Paralipomenon.txt51 …1:51. And after the death of Adad, there began to be dukes in Edom instead of kings: duke Thamna, …
201 …5:25. But they forsook the God of their fathers, and went astray after the gods of the people of t…
233 …6:31. These are they, whom David set over the singing men of the house of the Lord, after that the…
331 8:8. And Saharim begot in the land of Moab, after he sent away Husim and Bara his wives.
409 …10:2. And the Philistines drew near pursuing after Saul, and his sons, and they killed Jonathan, a…
433 11:12. And after him was Eleazar his uncle's son the Ahohite, who was one of the three mighties.
535 …14:14. And David consulted God again, and God said to him: Go not up after them, turn away from th…
608 …16:41. And after him Heman, and Idithun, and the rest that were chosen, every one by his name to g…
621 … shalt have ended thy days to go to thy fathers, I will raise up thy seed after thee, which shall …
862 …27:7. The fourth, for the fourth month, was Asahel the brother of Joab, and Zabadias his son after
[all …]
H A D1_Peter.txt55 …3:5. For after this manner heretofore, the holy women also who trusted in God adorned themselves, …
61 3:11. Let him decline from evil and do good: Let him seek after peace and pursue it:
74 …4:2. That now he may live the rest of his time in the flesh, not after the desires of men but acco…
101 …5:10. But the God of all grace, who hath called us unto his eternal glory in Christ Jesus, after y…
H A D1_Timothy.txt81 5:15. For some are already turned aside after Satan.
90 5:24. Some men's sins are manifest, going before to judgment: and some men they follow after.
H A D2_Esdras.txt51 3:22. And after him built the priests, the men of the plains of the Jordan.
52 …3:23. After him built Benjamin and Hasub, over against their own house: and after him built Azaria…
54 …ieth out from the king's high house, that is, in the court of the prison: after him Phadaia the so…
58 …3:29. After them built Sadoc the son of Emmer over against his house. And after him built Semaia t…
106 …6:4. And they sent to me according to this word, four times: and I answered them after the same ma…
122 …7:1. Now after the wall was built, and I had set up the doors, and numbered the porters and singin…
240 …9:28. But after they had rest, they returned to do evil in thy sight: and thou leftest them in the…
297 11:8. And after him Gebbai, Sellai, nine hundred twenty-eight.
357 12:32. And after them went Osaias, and half of the princes of Juda,
362 …12:37. And the second choir of them that gave thanks went on the opposite side, and I after them, …
[all …]
H A D2_Kings.txt1 …1:1. Now it came to pass, after Saul was dead, that David returned from the slaughter of the Amale…
46 …2:19. And Asael pursued after Abner, and turned not to the right hand nor to the left from followi…
219 …10:1. And it came to pass after this, that the king of the children of Ammon died, and Hanon his s…
293 …12:29. Then David gathered all the people together, and went out against Rabbath: and after fighti…
312 …rvants that ministered to him, he said: Thrust this woman out from me: and shut the door after her.
333 …13:38. And Absalom after he was fled, and come into Gessur, was there three years. And king David …
367 …15:1. Now after these things Absalom made himself chariots, and horsemen, and fifty men to run bef…
373 …15:7. And after forty years, Absalom said to king David: Let me go, and pay my vows which I have v…
544 …s removed out of the way, all the people went on following Joab to pursue after Seba the son of Bo…
617 …22:38. I will pursue after my enemies, and crush them: and will not return again till I consume th…
[all …]
H A D2_Machabees.txt24 …1:24. And the prayer of Nehemias was after this manner: O Lord God, Creator of all things, dreadfu…
185 …6:1. But not long after the king sent a certain old man of Antioch, to compel the Jews to depart f…
227 7:13. And after he was thus dead, they tormented the fourth in the like manner.
254 7:41. And last of all, after the sons, the mother also was consumed.
283 …8:28. Then after the sabbath they divided the spoils to the feeble and the orphans, and the widows…
314 … also, at what time he led an army into the higher countries, appointed who should reign after him:
345 …10:27. And so after prayer taking their arms, they went forth further from the city, and when they…
354 …10:36. Moreover, others also getting up after them, went to set fire to the towers and the gates, …
405 … they might be profitable indeed in many things, promised them peace, and after having joined hand…
425 12:32. And after Pentecost they marched against Gorgias, the governor of Idumea.
[all …]
H A D2_Paralipomenon.txt153 …8:1. And at the end of twenty years after Solomon had built the house of the Lord and his own hous…
206 10:5. And he said to them: Come to me again after three days. And when the people were gone,
240 …11:20. And after her he married Maacha the daughter of Absalom, who bore him Abia, and Ethai, and …
278 …13:19. And Abia pursued after Jeroboam, and took cities from him, Bethel and her daughters, and Je…
345 …17:16. And after him was Amasias the son of Zechri, consecrated to the Lord, and with him were two…
454 …ght of the Lord, as the house of Achab did: for they were his counsellors after the death of his f…
500 …24:17. And after the death of Joiada, the princes of Juda went in, and worshipped the king: and he…
535 …25:25. And Amasias the son of Joas king of Juda lived, after the death of Joas the son of Joachaz …
540 …26:2. He built Ailath, and restored it to the dominion of Juda, after that the king slept with his…
555 …26:17. And immediately Azarias the priest going in after him, and with him fourscore priests of th…
[all …]
H A D2_Peter.txt15 …1:15. And I will endeavour that you frequently have after my decease whereby you may keep a memory…
27 …s, condemned them to be overthrown, making them an example to those that should after act wickedly,
31 …2:10. And especially them who walk after the flesh in the lust of uncleanness and despise governme…
42 …2:21. For it had been better for them not to have known the way of justice than, after they have k…
46 …3:3. Knowing this first: That in the last days there shall come deceitful scoffers, walking after
H A D3_Kings.txt6 …, saying: Why hast thou done this? And he also was very beautiful, the next in birth after Absalom.
14 …1:14. And while thou art yet speaking there with the king, I will come in after thee, and will fil…
24 …1:24. Nathan said: My lord, O king, hast thou said: Let Adonias reign after me, and let him sit up…
27 …and hast thou not told me, thy servant, who should sit on the throne of my lord the king after him?
81 …2:28. And the news came to Joab, because Joab had turned after Adonias, and had not turned after S…
344 …9:10. And when twenty years were ended, after Solomon had built the two houses; that is, the house…
536 …15:4. But for David's sake the Lord his God gave him a lamp in Jerusalem, to set up his son after
607 17:7. But after some time the torrent was dried up: for it had not rained upon the earth.
611 …17:11. And when she was going to fetch it, he called after her, saying: Bring me also, I beseech t…
652 …18:28. So they cried with a loud voice, and cut themselves after their manner with knives and lanc…
[all …]
H A D4_Kings.txt1 1:1. And Moab rebelled against Israel, after the death of Achab.
134 …5:21. And Giezi followed after Naaman: and when he saw him running after him, he leapt down from h…
164 …6:24. And it came to pass, after these things, that Benadad, king of Syria, gathered together all …
255 …9:34. And when he was come in to eat, and to drink, he said: Go, and see after that cursed woman, …
378 …14:17. And Amasias, the son of Joas, king of Juda, lived after the death of Joas, son of Joachaz, …
380 …conspiracy against him in Jerusalem: and he fled to Lachis. And they sent after him to Lachis, and…
383 14:22. He built Elath, and restored it to Juda, after that the king slept with his fathers.
459 …17:11. And they burnt incense there upon altars, after the manner of the nations which the Lord ha…
494 …18:5. He trusted in the Lord, the God of Israel: so that after him there was none like him among a…
499 …18:10. And took it. For after three years, in the sixth year of Ezechias, that is, in the ninth ye…
[all …]
H A DActs.txt143 …5:7. And it was about the space of three hours after, when his wife, not knowing what had happened…
458 …13:20. As it were, after four hundred and fifty years. And after these things, he gave unto them j…
530 15:13. And after they had held their peace, James answered, saying: Men, brethren, hear me.
699 19:39. And if you inquire after any other matter, it may be decided in a lawful assembly.
729 …20:29. I know that after my departure ravening wolves will enter in among you, not sparing the flo…
753 21:15. And after those days, being prepared, we went up to Jerusalem.
774 21:36. For the multitude of the people followed after, crying: Away with him!
860 24:17. Now after many years, I came to bring alms to my nation and offerings and vows.
871 …25:1. Now when Festus was come into the province, after three days, he went up to Jerusalem from C…
883 25:13. And after some days, king Agrippa and Bernice came down to Caesarea, to salute Festus.
[all …]
H A DAmos.txt19 … hath not kept his commandments: for their idols have caused them to err, after which their father…
58 …4:12. Therefore I will do these things to thee, O Israel: and after I shall have done these things…
102 …ning of the shooting up of the latter rain, and lo, it was the latter rain after the king's mowing.
H A DBaruch.txt22 …1:22. And we have gone away every man after the inclinations of his own wicked heart, to serve str…
80 …3:23. The children of Agar also, that search after the wisdom that is of the earth, the merchants …
143 … be there many years, and for a long time, even to seven generations: and after that I will bring …
188 6:47. But they have left false things and reproach to them that come after.
201 …6:60. In like manner the lightning, when it breaketh forth, is easy to be seen: and after the same…
H A DCanticles.txt3 …1:3. Draw me: we will run after thee to the odour of thy ointments. The king hath brought me into …
6 …here thou feedest, where thou liest in the midday, lest I begin to wander after the flocks of thy …
7 …1:7. If thou know not thyself, O fairest among women, go forth, and follow after the steps of the …
H A DDaniel.txt15 …1:15. And after ten days, their faces appeared fairer and fatter than all the children that ate of…
18 …1:18. And when the days were ended, after which the king had ordered they should be brought in: th…
60 …2:39. And after thee shall rise up another kingdom, inferior to thee, of silver: and another third…
285 …7:24. And the ten horns of the same kingdom, shall be ten kings: and another shall rise up after t…
290 …8:1. In the third year of the reign of king Baltasar, a vision appeared to me. I, Daniel, after wh…
312 …8:23. And after their reign, when iniquities shall be grown up, there shall arise a king of a sham…
315 … told, is true: thou, therefore, seal up the vision, because it shall come to pass after many days.
342after sixty-two weeks Christ shall be slain: and the people that shall deny him shall not be his. …
387 …11:23. And after friendships, he will deal deceitfully with him: and he shall go up, and shall ove…
417 12:8. And I heard, and understood not. And I said: O my lord, what shall be after these things?
[all …]
H A DDeuteronomy.txt62 2:16. And after all the fighting men were dead,
149 …4:37. Because he loved thy fathers, and chose their seed after them. And he brought thee out of Eg…
208 6:14. You shall not go after the strange gods of all the nations, that are round about you:
257 8:12. Lest after thou hast eaten and art filled, hast built goodly houses, and dwelt in them,
372 …12:25. That it may be well with thee and thy children after thee, when thou shalt do that which is…
377 …12:30. Beware lest thou imitate them, after they are destroyed at thy coming in, and lest thou see…
469 …16:20. Thou shalt follow justly after that which is just: that thou mayst live and possess the lan…
531 …19:18. And when after most diligent inquisition, they shall find that the false witness hath told …
610 …23:3. The Ammonite and the Moabite, even after the tenth generation shall not enter into the churc…
618 …23:11. And shall not return, before he be washed with water in the evening: and after sunset he sh…
[all …]
H A DEcclesiastes.txt36 … application wherewith I had earnestly laboured under the sun, being like to have an heir after me,
66 …, and that this is his portion. For who shall bring him to know the things that shall be after him?
87 5:4. And it is much better not to vow, than after a vow not to perform the things promised.
114 …and the time that passeth like a shadow? Or who can tell him what shall be after him under the sun?
141 …7:28. Lo this have I found, said Ecclesiastes, weighing one thing after another, that I might find…
188 …as before, but be made blunt, with much labour it shall be sharpened: and after industry shall fol…
192 …eth words. A man cannot tell what hath been before him: and what shall be after him, who can tell …
199 11:1. Cast thy bread upon the running waters: for after a long time thou shalt find it again.
210 … sun, and the light, and the moon, and the stars be darkened, and the clouds return after the rain:
H A DEcclesiasticus.txt477 17:1. God created man of the earth, and made him after his own image.
537 18:30. Go not after thy lusts, but turn away from thy own will.
833 27:19. But if thou discover his secrets, follow no more after him.
1024 33:16. And I awaked last of all, and as one that gathereth after the grapegatherers.
1055 34:14. The spirit of those that fear God, is sought after, and by his regard shall be blessed.
1300 41:28. Be ashamed of upbraiding speeches before friends: and after thou hast given, upbraid not.
1334 43:8. The month is called after her name, increasing wonderfully in her perfection.
1483 48:8. Who anointedst kings to penance, and madest prophets successors after thee.
1487 48:12. For we live only in our life, but after death our name shall not be such.
1489 48:14. No word could overcome him, and after death his body prophesied.
[all …]
H A DEphesians.txt13 …1:13. In whom you also, after you had heard the word of truth (the gospel of your salvation), in w…

12345678910>>...32