Home
last modified time | relevance | path

Searched refs:success (Results 76 – 100 of 440) sorted by path

12345678910>>...18

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js30670 var success = document.execCommand('insertText', false, text);
30672 if (success) {
/plugin/bureaucracy-au/
H A Dsyntax.php216 $success = $this->_handlepost($data);
217 if($success !== false) {
218 … $R->doc .= '<div class="bureaucracyau__plugin" id="scroll__here">' . $success . '</div>';
304 $success = true;
322 $success = false;
325 if(!$success) {
/plugin/bureaucracy/
H A Dsyntax.php221 $success = $this->_handlepost($data);
222 if($success !== false) {
223 … $R->doc .= '<div class="bureaucracy__plugin" id="scroll__here">' . $success . '</div>';
309 $success = true;
327 $success = false;
330 if(!$success) {
/plugin/bureaucracyau/
H A Dsyntax.php216 $success = $this->_handlepost($data);
217 if($success !== false) {
218 … $R->doc .= '<div class="bureaucracyau__plugin" id="scroll__here">' . $success . '</div>';
304 $success = true;
322 $success = false;
325 if(!$success) {
/plugin/charter/
H A Dhelper.php56 'success' => 'boolean'
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md457 …ckeditor.com/#!/api/CKEDITOR.plugins.notificationAggregator) to show progress and success or error.
H A Dconfig.js1 …l+"lib/exe/ajax.php",{data:{call:"geshi_sel"},type:"GET",dataType:"html",success:function(m,n,l){d…
H A Dconfig.js.unc208 if(status == "success") {
246 if(status == "success") {
287 if(status == "success") {
307 success: function(data, textStatus, jqXHR)
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc114 if(status=="success") {
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 ….php",{data:{call:"tagapi_list"},type:"POST",async:false,dataType:"json",success:function(data,tex…
H A Dtags.js.unc38 success: function(data, textStatus, jqXHR)
/plugin/ckgedit/ckeditor/
H A DCHANGES.md877 …or4/latest/api/CKEDITOR.plugins.notificationAggregator.html) to show progress and success or error.
H A Dckeditor.js.unc13499 …else if ("info" == this.type || "success" == this.type) a = "number" == typeof this.editor.config.…
26503 type: "success",
H A Dconfig.js1 …l+"lib/exe/ajax.php",{data:{call:"geshi_sel"},type:"GET",dataType:"html",success:function(q,r,p){f…
H A Dconfig.js.unc222 if(status == "success") {
260 if(status == "success") {
301 if(status == "success") {
314 if(status == "success") {
355 success: function(data, textStatus, jqXHR)
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc97 if(status=="success") {
/plugin/ckgedit/ckeditor/plugins/tags/
H A Dplugin.js30 success: function(data, textStatus, jqXHR)
/plugin/codemirror/dist/modes/
H A Dd.min.js.map1 …char wstring void size_t sizediff_t\"),\n atoms: words(\"exit failure success true false null\"…
H A Decl.min.js.map1 …ge failure global independent onwarning persist priority recovery stored success wait when\");\n …
H A Dhttp.min.js.map1 … } else if (status >= 200 && status < 300) {\n return \"positive success\";\n } else if…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …s:and-not-query-negative-query|cts:and-not-query|css:get|css:convert|cpf:success|cpf:failure|cpf:d…
/plugin/coinhive/
H A Dscript.js11 ).success(function (data) {
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php93 $success = unlink($absolutePath);
94 if(!$success){
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php47 $success = TemplateForComponent::create($subscribeTag . "-success")->render([]);
53 $data['success-content'] = $success;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1402 }if(state=="Complete"){var success=t.status==200,response=this.getResponse(o); variable
1404 }if(fn=o["on"+(success?"Success":"Failure")]){fn(response,o)
5011 var success=xhrRequest.status==200;
5023 }}with({row:spy.logRow,status:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,time:duration,success:success}){setTimeout(function(){spy.responseText=xhrRequest.responseText;
5026 }handleRequestStatus(success,status,time)
5036 var handleRequestStatus=function(success,status,time){var row=spy.logRow; argument
5038 if(!success){FBL.setClass(row,"error")

12345678910>>...18