1") }; frCommond(obj); }; $G("preFindBtn").onclick = function (txt, dir, mcase) { var findtxt = $G("findtxt").value, obj; if (!findtxt) { return false; } obj = { searchStr:findtxt, dir:-1, casesensitive:getMatchCase("matchCase") }; if (!frCommond(obj)) { $G('search-msg').innerHTML = lang.getStart; } }; $G("preReplaceBtn").onclick = function (txt, dir, mcase) { var findtxt = $G("findtxt1").value, obj; if (!findtxt) { return false; } obj = { searchStr:findtxt, dir:-1, casesensitive:getMatchCase("matchCase1") }; frCommond(obj); }; //替换 $G("repalceBtn").onclick = function () { var findtxt = $G("findtxt1").value.replace(/^\s|\s$/g, ""), obj, replacetxt = $G("replacetxt").value.replace(/^\s|\s$/g, ""); if (!findtxt) { return false; } if (findtxt == replacetxt || (!getMatchCase("matchCase1") && findtxt.toLowerCase() == replacetxt.toLowerCase())) { return false; } obj = { searchStr:findtxt, dir:1, casesensitive:getMatchCase("matchCase1"), replaceStr:replacetxt }; frCommond(obj); }; //全部替换 $G("repalceAllBtn").onclick = function () { var findtxt = $G("findtxt1").value.replace(/^\s|\s$/g, ""), obj, replacetxt = $G("replacetxt").value.replace(/^\s|\s$/g, ""); if (!findtxt) { return false; } if (findtxt == replacetxt || (!getMatchCase("matchCase1") && findtxt.toLowerCase() == replacetxt.toLowerCase())) { return false; } obj = { searchStr:findtxt, casesensitive:getMatchCase("matchCase1"), replaceStr:replacetxt, all:true }; var num = frCommond(obj); if (num) { $G('replace-msg').innerHTML = lang.countMsg.replace("{#count}", num); } }; //执行 var frCommond = function (obj) { return editor.execCommand("searchreplace", obj); }; switchTab("searchtab"); ekexiu.app - Gogs: Go Git Service

Nav apraksta

updateinfo-res05.js 1.6KB

    mui.ready(function() { mui.plusReady(function() { var userid = plus.storage.getItem('userid'); var ws = plus.webview.currentWebview(); function personalMessage() { mui.ajax(baseUrl + "/ajax/resource/" + ws.rsId, { dataType: 'json', //数据格式类型 type: 'GET', //http请求类型 timeout: 10000, //超时设置 success: function(data) { plus.nativeUI.closeWaiting(); ws.show("slide-in-right", 150); console.log(JSON.stringify(data)) var $data = data.data; //合作备注 if($data.cooperationNotes) document.getElementsByClassName("textareabox ")[0].innerText = $data.cooperationNotes; }, error: function() { plus.nativeUI.toast("服务器链接超时", toastStyle); return; } }); } document.getElementsByClassName("topsave")[0].addEventListener("tap", function() { console.log(document.getElementsByClassName("textareabox ")[0].innerText) mui.ajax(baseUrl + '/ajax/resource/cooperationNotes', { data: { "resourceId": ws.rsId, "cooperationNotes": document.getElementsByClassName("textareabox")[0].innerText }, dataType: 'json', //数据格式类型 async: true, type: 'POST', //http请求类型 timeout: 10000, //超时设置 success: function(data) { if(data.success) { plus.nativeUI.showWaiting(); var web = plus.webview.getWebviewById("resinforupdate.html"); mui.fire(web, "resourceMess"); mui.back(); } }, error: function() { plus.nativeUI.toast("服务器链接超时", toastStyle); return; } }); }); personalMessage(); }); })
suryee - Gogs: Go Git Service

赛亿官网

huwhois cf9f223ce1 初始化 лет назад: 3
..
BindParamException.php cf9f223ce1 初始化 лет назад: 3
DataNotFoundException.php cf9f223ce1 初始化 лет назад: 3
ModelNotFoundException.php cf9f223ce1 初始化 лет назад: 3
Sign In - Gogs: Go Git Service

Sign In