Home
last modified time | relevance | path

Searched refs:remove (Results 76 – 100 of 799) sorted by path

12345678910>>...32

/plugin/bible/bible_douayRheims/
H A DDeuteronomy.txt527 …19:14. Thou shalt not take nor remove thy neighbour's landmark, which thy predecessors have set in…
607 22:30. No man shall take his father's wife, nor remove his covering.
H A DEzechiel.txt218 …n, prepare thee all necessaries for removing, and remove by day into their sight: and thou shalt r…
H A DGenesis.txt803 …29:8. They answered: We cannot, till all the cattle be gathered together, and we remove the stone …
1468 …aking his father's hand, he tried to lift it from Ephraim's head, and to remove it to the head of …
H A DIsaias.txt127 …6:12. And the Lord shall remove men far away, and she shall be multiplied that was left in the mid…
969 …48:9. For my name's sake I will remove my wrath far off: and for my praise I will bridle thee, les…
H A DJeremias.txt660 …27:10. For they prophesy lies to you: to remove you far from your country, and cast you out, and t…
H A DJob.txt160 …7:21. Why dost thou not remove my sin, and why dost thou not take away my iniquity? Behold now I s…
426 18:18. He shall drive him out of light into darkness, and shall remove him out of the world.
H A DJoel.txt38 …2:20. And I will remove far off from you the northern enemy: and I will drive him into a land unpa…
56 …f Jerusalem, you have sold to the children of the Greeks, that you might remove them far off from …
H A DJudges.txt274 …9:29. Would to God that some man would put this people under my hand, that I might remove Abimelec…
H A DLuke.txt1013 …22:42. Saying: Father, if thou wilt, remove this chalice from me: but yet not my will, but thine b…
H A DMark.txt574 …14:36. And he saith: Abba, Father, all things are possible to thee: remove this chalice from me; b…
H A DMatthew.txt575 …, you shall say to this mountain: Remove from hence hither, and it shall remove: and nothing shall…
H A DNumbers.txt528 …14:25. For the Amalecite and the Chanaanite dwell in the valleys. To morrow remove the camp, and r…
H A DPsalms.txt298 21:20. But thou, O Lord, remove not thy help to a distance from me; look towards my defence.
808 …51:7. Therefore will God destroy thee for ever: he will pluck thee out, and remove thee from thy d…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG58 1/ Added another flag to PARSEENTRIES to decide whether to remove enclosing "..." or {...} from st…
/plugin/bookcreator/
H A Dscript.js161 * Handle click at page add/remove buttons
217 //pagetool add/remove button
221 // var text = LANG.plugins.bookcreator['btn_' + (this.isCurrentPageSelected ? 'remove' : 'add') + 'tobook'];
224 // .toggleClass('remove', this.isCurrentPageSelected)
229 //pagetool add/remove button
231 let text = LANG.plugins.bookcreator['btn_' + (this.isCurrentPageSelected ? 'remove' : 'add') + 'tobook'];
234 .toggleClass('remove', this.isCurrentPageSelected)
246 .toggleClass('remove', this.isCurrentPageSelected)
251 //bookbar with add/remove button
368 "<a class='action remove' titl
[all...]
H A Dstyle.css105 .dokuwiki .bookcreator__pagelist ul.selected li a.action.remove {
116 .dokuwiki .bookcreator__pagelist ul.deleted li a.action.remove {
174 * show add/remove icon
182 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookplus {
185 #dokuwiki__pagetools div.tools ul li.plugin_bookcreator__addtobook a.remove .bookmin {
196 .tools a.plugin_bookcreator__addtobook.remove .bookplus {
199 .tools a.plugin_bookcreator__addtobook.remove .bookmin {
205 /* * page add/remove button*/
/plugin/bookcreator/script/
H A Djquery.fileDownload.js197 //remove the perparing message if it was specified
209 //remove the perparing message if it was specified
352 //remove cookie
357 //remove iframe
452 // $iframe.remove();
467 $iframe.remove();
/plugin/bootnote/
H A DREADME.md40 … theme and only works properly with a bootstrap theme ! This theme may be remove in future versions
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md188 * `FIX`: remove connection on source connection deletion ([#1663](https://github.com/bpmn-io/bpmn-j…
205 * `FIX`: remove `label` property on empty label ([#1637](https://github.com/bpmn-io/bpmn-js/issues/…
588 * `FIX`: do not remove sequence flow condition on type change ([`b2900786`](https://github.com/bpmn…
589 * `FIX`: do not remove default sequence flow on type change ([`37bcd070`](https://github.com/bpmn-i…
636 * `CopyPaste`: remove `ModelCloneHelper` in favor of `ModdleCopy` service, remove `property.clone` …
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css46 /* remove if not needed */
H A Dbpmn.css43 /* remove if not needed */
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2remove=function(e){return"[object RegExp]"==Y.call(e)?this.removeMatching(e):(this.list.remove(e),…
7remove(t))})),this._eventBus.fire("element.marker.update",{element:e,gfx:i.gfx,marker:t,add:!!n}))…
27remove=function(e){var t=this.get(e)||[];p(t)||(t=[t]);var n=this;g(t,(function(e){var t=n._getOve…
33remove(t),this.recognizers.push(e),e.manager=this,this.touchAction.update(),e},remove:function(e){…
194remove(e.marker))})),e.on("element.mousemove",(function(e){var n,i,r=e.element,o=r.waypoints;if(o)…
H A Dbpmn-navigated-viewer.production.min.js2remove=function(e){return"[object RegExp]"==O.call(e)?this.removeMatching(e):(this.list.remove(e),…
H A Dbpmn-viewer.production.min.js2remove=function(e){return"[object RegExp]"==O.call(e)?this.removeMatching(e):(this.list.remove(e),…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md76 * `FEAT`: remove Camunda Platform-specific features ([#673](https://github.com/bpmn-io/dmn-js/issue…
211 * `FIX`: remove unnecessary click event cancel action ([#558](https://github.com/bpmn-io/dmn-js/pul…
263 * `CHORE`: remove redundant waypoints update ([#522](https://github.com/bpmn-io/dmn-js/pull/522))

12345678910>>...32