- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 20 for sh (0.01 sec)
-
dbflute_fess/manage.sh
#!/bin/bash cd `dirname $0` . ./_project.sh FIRST_ARG=$1 SECOND_ARG=$2 sh $DBFLUTE_HOME/etc/cmd/_df-manage.sh $MY_PROPERTIES_PATH $FIRST_ARG $SECOND_ARG taskReturnCode=$? if [ $taskReturnCode -ne 0 ];then exit $taskReturnCode;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:12:58 UTC 2025 - 236 bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/test.sh
#!/bin/sh if [ fuga -eq 0] ; then hoge fi fuga ใในใRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 80 bytes - Viewed (0) -
dbflute_fess/_project.sh
Shinsuke Sugaya <******@****.***> 1465443144 +0900
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jun 09 03:32:24 UTC 2016 - 128 bytes - Viewed (0) -
src/main/assemblies/files/fess.in.sh
#!/bin/sh FESS_CLASSPATH=$FESS_HOME/lib/classes # JAVA_OPTS is not a built-in JVM mechanism but some people think it is so we # warn them that we are not observing the value of $JAVA_OPTS if [ ! -z "$JAVA_OPTS" ]; then echo -n "warning: ignoring JAVA_OPTS=$JAVA_OPTS; " echo "pass JVM parameters via FESS_JAVA_OPTS" fi if [ "x$FESS_MIN_MEM" = "x" ]; then FESS_MIN_MEM=256m fi if [ "x$FESS_MAX_MEM" = "x" ]; then FESS_MAX_MEM=2g
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 03:48:59 UTC 2025 - 5.3K bytes - Viewed (0) -
dbflute_fess/_readme.txt
Directory for DBFlute client manage.bat(sh) => 21 (jdbc): A execution command of JDBC task which gets your schema info and saves it to SchemaXML located to the "schema" directory. This task should be executed after ReplaceSchema task and before other tasks(e.g. Generate, Document task). manage.bat(sh) => 22 (doc): A execution command of Document task which creates documents, for example, SchemaHTML, HistoryHTML to the "output/doc" directory.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 2.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/mime.map
application/x-latex latex # Latex File application/x-mif mif # application/x-netcdf nc cdf # #application/x-sh sh # sh Shell Program application/x-shar shar # application/x-shockwave-flash swf # Macromedia Shockwave file application/x-spss sav spp sbs sps spo # SPSS
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Fri Mar 22 20:39:42 UTC 2019 - 5.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbCopyUtil.java
* @param w * @param dh * @param sh * @param req * @param resp * @throws SmbException */ static void copyFile(final SmbFile src, final SmbFile dest, final byte[][] b, final int bsize, final WriterThread w, final SmbTreeHandleImpl sh, final SmbTreeHandleImpl dh) throws SmbException { if (sh.isSMB2() && dh.isSMB2() && sh.isSameTree(dh)) { try {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 16.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/CommandExtractorTest.java
assertEquals("test.sh", list.get(0)); assertEquals("test1 ' test2", list.get(1)); cmd = "test.sh 'test1 \" test2'"; params.clear(); list = extractor.parseCommand(cmd, params); assertEquals(2, list.size()); assertEquals("test.sh", list.get(0)); assertEquals("test1 \" test2", list.get(1)); cmd = "test.sh $INPUT_FILE"; params.clear();
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/assemblies/files/fess
# Locations (in order) to use when searching for an include file. for include in /usr/share/fess/fess.in.sh \ /usr/local/share/fess/fess.in.sh \ /opt/fess/bin/fess.in.sh \ ~/.fess.in.sh \ $FESS_HOME/bin/fess.in.sh \ "`dirname "$0"`"/fess.in.sh; do if [ -r "$include" ]; then . "$include" break fi done
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.4K bytes - Viewed (0) -
.gitattributes
*.sh eol=lf *.bat eol=crlf
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Sep 15 12:38:11 UTC 2013 - 61 bytes - Viewed (0)