- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 49 for replay (0.05 sec)
-
replace-schema.sql
jflute <dbflute@gmail.com> 1437804256 +0900github.com/codelibs/fess/dbflute_fess/playsql/r...Sat Jul 25 06:04:16 UTC 2015 449 bytes -
IntervalControlHelper.java
checkCrawlerStatus() { L35: while (!crawlerRunning) { L36: ThreadUtil.sleepQuietly(crawlerWaitMillis); L37: } L38: } L39: L40: public void delayByRules() { L41: final long delay = getDelay(); L42: if (delay > 0) { L43: ThreadUtil.sleep(delay); L44: } L45: } L46: L47: protected long getDelay() { L48: if (ruleList.isEmpty()) { L49: return 0; L50: } L51: final Calendar cal = getCurrentCal(); L52: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 5.8K bytes -
_readme.txt
L1:Directory for ReplaceSchema task L2: L3:replace-schema-*.sql: L4:DDL statements for creation of your schema. L5:You should write your own DDL statements in this file. L6:(A SQL separator is semicolon ";") L7: L8:take-finally-*.sql: L9:SQL statements for check loaded data (or DDL after data loading) L10:You should write your own SQL statements in this file. L11:(basically same specifications as replace-schema.sql) L12: L13:The "data" directory is for data loading like this: L14:/- - - - - - - -...github.com/codelibs/fess/dbflute_fess/playsql/_...Sat Jul 04 22:46:31 UTC 2015 1.3K bytes -
color.js
n!1},errorMessage:"",errorMessageKey:"badHex"}),a.formUtils.addValidator({name:"rgb",validatorFunction:function(a,b){if("true"===b.valAttr("allow-transparent")&&"transparent"===a)return!0;var c=a.replace(/ /g,""),d=/\([0-9]{1,3},[0-9]{1,3},[0-9]{1,3}\)/i;if(c.match(d)){var e=c.replace(/\(/g,"").replace(/\)/g,""),f=e.split(","),g=!0;return f.forEach(function(a){var b=parseInt(a);(Number.isInteger(b)&&0<=b&&b<=255)===!1&&(g=!1)}),g}return!1},errorMessage:"",errorMessageKey:"badRgb"}),a.formUtils.a...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.8K bytes -
lasta_di.properties
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ L2:# Lasta Di properties, you can set container's options L3:# _/_/_/_/_/_/_/_/_/_/ L4: L5:# location of smart-deploy mode e.g. maihama_env.properties: lasta_di.smart.deploy.mode L6:smart.deploy.mode.location = fess_env.properties: lasta_di.smart.deploy.mode L7: L8:# package for smart deploy target e.g. org.docksidestage.app L9:smart.package1 = org.codelibs.fess.app L10: L11:# script engine L12:dixml.script.managed.engine.name = sai...github.com/codelibs/fess/src/main/resources/las...Fri Apr 05 21:04:36 UTC 2019 457 bytes -
fess_env_web.properties
Core L6:# ====== L7:# The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) L8:lasta_di.smart.deploy.mode = cool L9: L10:# Is development environment here? (used for various purpose, you should set false if unknown) L11:development.here = false L12: L13:# The title of environment (e.g. local or integration or...github.com/codelibs/fess/src/main/resources/fes...Mon Jan 29 07:34:32 UTC 2018 2.2K bytes -
file.js
bstr(a.length-2,2)?1024*parseInt(a.substr(0,a.length-2),10):"B"===a.substr(a.length-1,1)?parseInt(a.substr(0,a.length-1),10):parseInt(a,10)},a.formUtils.checkImageDimension=function(a,b,c){var d=!1,e={width:0,height:0},f=function(a){a=a.replace("min","").replace("max","");var b=a.split("x");e.width=b[0],e.height=b[1]?b[1]:b[0]},g=!1,h=!1,i=b.split("-");return 1===i.length?0===i[0].indexOf("min")?g=i[0]:h=i[0]:(g=i[0],h=i[1]),g&&(f(g),(a.width<e.width||a.height<e.height)&&(d=c.imageTooSmall+" ("+c.min+"...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 4.6K bytes -
fess_env_suggest.properties
Core L6:# ====== L7:# The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm) L8:lasta_di.smart.deploy.mode = warm L9: L10:# Is development environment here? (used for various purpose, you should set false if unknown) L11:development.here = false L12: L13:# The title of environment (e.g. local or integration or...github.com/codelibs/fess/src/main/resources/fes...Mon Jan 29 07:34:32 UTC 2018 2.2K bytes -
sanitize.js
unction(a){return a.toLocaleLowerCase()},trim:function(b){return a.trim(b)},trimLeft:function(a){return a.replace(/^\s+/,"")},trimRight:function(a){return a.replace(/\s+$/,"")},capitalize:function(b){var c=b.split(" ");return a.each(c,function(a,b){c[a]=b.substr(0,1).toUpperCase()+b.substr(1,b.length)}),c.join(" ")},insert:function(a,b,c){var d=(b.attr("data-sanitize-insert-"+c)||"").replace(/\[SPACE\]/g," ");return"left"===c&&0===a.indexOf(d)||"right"===c&&a.substring(a.length-d.length)===d?a:(...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.7K bytes -
style.css
L143:#result .favorited { L144: display: none; L145:} L146: L147:#result .favorited i { L148: color: #fab005; L149:} L150: L151:#result .thumbnail { L152: width: 100px; L153: min-height: 30px; L154: background-position: 50% 50%; L155: background-repeat: no-repeat; L156:} L157: L158:/* Extra small devices (less than 576px) */ L159: L160:@media (max-width: 575.98px) { L161: .mainLogo img { L162: width: 200px; L163: } L164: .searchFormBox { L165: margin-top: 4em; L166: } L167: #result .info { L168: display:...github.com/codelibs/fess/src/main/webapp/css/st...Thu Jun 02 11:39:35 UTC 2022 2K bytes