Home
last modified time | relevance | path

Searched refs:fail (Results 226 – 250 of 259) sorted by path

1234567891011

/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js443 var pass = [], fail = [];
445 (predicate(value, key, obj) ? pass : fail).push(value);
447 return [pass, fail];
/plugin/siteexport/
H A Dscript.js44 }).fail(function(jqXHR){
81 }).fail(function(jqXHR){
119 }).fail(function(jqXHR){
141 }).fail(function(){
219 }).fail(function(jqXHR){
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1208 This function tries to support `file:`-urls, but might fail in some cases.
/plugin/strata/_test/
H A Dstrataquerytest.inc.php70 $this->fail($message.' Query failed.');
/plugin/struct/script/
H A DAggregationEditor.js65 .fail(function (xhr) {
128 .fail(function (xhr) {
H A DInlineEditor.js83 .fail(function (data) {
H A Dfunctions.js17 .fail(function (result) {
/plugin/structsection/lib/
H A Dbundle.js1 …se(e);t.html(i.value),JSINFO.plugin_structsection.rev=i.rev,u.remove()})).fail((function(e){a.text…
/plugin/structsection/script/
H A Dmain.js89 .fail((data) => {
/plugin/structstatus/
H A Dscript.js26 .fail(function (jqXHR) {
/plugin/subjectindex/plugins/
H A Dbible_verses.txt2090 "One who strikes a man so that he actually dies is to be put to death without fail.
2093 And one who strikes his father and his mother is to be put to death without fail.
2095 "And one who calls down evil upon his father and his mother is to be put to death without fail.
2169 …make anything like their works, but you will without fail throw them down and you will without fai…
13266 He may tell companions to take their shares,But the very eyes of his sons will fail.
16122 The one that without fail goes forth, even weeping,Carrying along a bagful of seed,Will without fai…
16167 Its provisions I shall bless without fail.Its poor ones I shall satisfy with bread.
18099 Without fail the land will be emptied, and without fail it will be plundered, for Jehovah himself h…
18451 Boys will both tire out and grow weary, and young men themselves will without fail stumble,
20375 Without fail your soul will remember and bow low over me.
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …reated in another frame, when `instanceof` and `constructor` checks would fail.\n *\n * @memberOf …
/plugin/tablelayout/script/
H A Dlayoutform.js93 ).done(initializeLayoutForm).fail(function (jqXhr) {
/plugin/tagging/script/
H A Dadmin.js38 .fail(jQuery.proxy(function(xhr) {
H A Deditable.js216 .fail($.proxy(function(xhr) {
/plugin/topbarsyntax/
H A Dcsshover3.htc149 // The if will fail the first time, since the expression has not yet received a value.
/plugin/tuxquote/
H A Dquotes.txt907 …s not present itself. There is only one right form for a story and if you fail to find that form t…
2841 …ence them to take the first step into a thousand years of darkness. If we fail, at least let our c…
2960 We shall not fail or falter; we shall not weaken or tire... Give us the tools and we will finish th…
2969 Here is the answer which I will give to President Roosevelt... We shall not fail or falter; we shal…
3505 Anything that fails will fail in the manner most difficult to explain. <BR> -- Second Corollary to …
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md101 and wrapping will fail, breaking your texts).
/plugin/userimportextended/
H A Dadmin.php395 foreach ($this->_import_failures as $fail) {
396 fputs($fd, $fail['orig']);
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js85 function fail(failureMessage) { function
243 fail(commentArg(1, arguments));
250 fail(commentArg(1, arguments));
/plugin/watchcycle/
H A Dscript.js35 .fail(function (result) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1047 * Fixed: Typo in 1.7 migration script caused it to fail.
1347 * Fixed: Issue 220: Calendar-query filters may fail when filtering on alarms, if
2151 * Fixed: Copy and Move could fail in the root directory. This is now fixed.
/plugin/webdav/vendor/sabre/event/lib/Promise/
H A Dfunctions.php34 return new Promise(function($success, $fail) use ($promises) {
51 function($reason) use ($fail) {
52 $fail($reason);
73 return new Promise(function($success, $fail) use ($promises) {
86 function($reason) use ($fail, &$alreadyDone) {
91 $fail($reason);
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md160 `InvalidArgumentException` and `LogicException` in all places where we fail
336 instead of a hard fail.
474 slightly changed which caused the test to fail.
504 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DPHPUnitAssertions.php45 $this->fail('Input must be a string, stream or VObject component');

1234567891011