Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 25 of 154) sorted by path

1234567

/plugin/addressbook/helper/
H A Ddb.php66 * @param bool $throw throw an Exception when sqlite not available?
70 public function getDB($throw=true) argument
77 if(!$this->sqlite && $throw) {
/plugin/adfs/phpsaml/
H A DCHANGELOG133 …elogin/php-saml/pull/134) PHP7 production settings compiles out assert(), throw an exception expli…
H A DREADME.md723 throw new OneLogin_Saml2_Error(
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt140 throw error for other for other missing hashes. (patch by Olav Morken).
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe25271 Ġover throw
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1throw 'getBuffer is an async method and needs a callback argument';\n\t this._createDoc(options, …
/plugin/approve/helper/
H A Ddb.php39 throw new \Exception('Couldn\'t load sqlite.');
46 throw new \Exception('Couldn\'t load PDO sqlite.');
56 throw new \Exception('Couldn\'t init sqlite.');
64 * @param bool $throw throw an Exception when sqlite not available?
68 public function getDB($throw=true) argument
75 if(!$this->sqlite && $throw) {
76 throw new \Exception('The approve plugin requires the sqlite plugin. Please install and enable it.');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md479 * Added the ability to throw an exception immediately when transferring
488 request option to throw an exception.
617 * Curl classes now properly throw AdapterExceptions
951 * Added ErrorResponsePlugin that can throw errors for responses defined in service description oper…
1043 * Added the ability to enable strict cookie jars that throw exceptions when invalid cookies are add…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md81 is empty. Previously, such a promise would throw an exception when its `wait`
H A DREADME.md153 throw new Exception($reason);
222 throw new Exception('foo');
237 Calling `wait` on a promise that has been rejected will throw an exception. If
255 promise if it was fulfilled or throw an exception if it was rejected). This is
265 // This will not throw an exception. It simply ensures the promise has
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md183 Invalid modifications will throw an exception instead of returning a wrong URI or
185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
/plugin/bez/helper/
H A Ddb.php32 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t load sqlite.');
37 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t load PDO sqlite.');
45 if(defined('DOKU_UNITTEST')) throw new \Exception('Couldn\'t init sqlite.');
54 * @param bool $throw throw an Exception when sqlite not available?
57 public function getDB($throw=true) {
63 if(!$this->sqlite && $throw) {
64 throw new \Exception('no sqlite');
59 getDB($throw = true) global() argument
/plugin/bible/bible_douayRheims/
H A D1_Machabees.txt383 … and he quickly broke the oath that he had taken, and gave commandment to throw down the wall roun…
H A D2_Kings.txt546 …nd the city was besieged: and all the people that were with Joab, laboured to throw down the walls.
550 …t to destroy the city, and to overthrow a mother in Israel? Why wilt thou throw down the inheritan…
551 …20:20. And Joab answering said: God forbid, God forbid that I should, I do not throw down, nor des…
H A DEcclesiastes.txt190 …10:12. The words of the mouth of a wise man are grace: but the lips of a fool shall throw him down…
H A DEcclesiasticus.txt360 …12:15. An enemy speaketh sweetly with his lips, but in his heart he lieth in wait, to throw thee i…
H A DEzechiel.txt102 …6:4. And I will throw down your altars, and your idols shall be broken in pieces: and I will cast …
254 …and I will cause great hailstones to fall violently from above, and a stormy wind to throw it down.
336 …iver thee into their hands, and they shall destroy thy brothel house, and throw down thy stews: an…
787 …32:4. And I will throw thee out on the land, I will cast thee away into the open field and I will …
H A DJeremias.txt122 …5:10. Scale the walls thereof, and throw them down, but do not utterly destroy: take away the bran…
773 …31:28. And as I have watched over them, to pluck up, and to throw down, and to scatter, and destro…
1328 …made an end of reading this book, thou shalt tie a stone to it, and shalt throw it into the midst …
H A DJob.txt410 18:2. How long will you throw out words? understand first, and so let us speak.
H A DJudges.txt38 …ou should not make a league with the inhabitants of this land, but should throw down their altars:…
H A DMalachias.txt4 … destroyed: thus saith the Lord of hosts: They shall build up, and I will throw down: and they sha…
H A DMicheas.txt65 …5:11. And I will destroy the cities of thy land, and will throw down all thy strong holds, and I w…
H A DNumbers.txt1258 35:17. If he throw a stone, and he that is struck die: he shall be punished in the same manner.
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css58 .bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */
67 .bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */
70 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
77 .bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */
80 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
87 .bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */
H A Dbpmn-embedded.css116 .bpmn-icon-intermediate-event-throw-compensation:before { content: '\e83d'; } /* '' */
125 .bpmn-icon-intermediate-event-throw-escalation:before { content: '\e846'; } /* '' */
128 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
135 .bpmn-icon-intermediate-event-throw-message:before { content: '\e850'; } /* '' */
138 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
145 .bpmn-icon-intermediate-event-throw-signal:before { content: '\e85a'; } /* '' */

1234567