Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for Available (0.18 sec)

  1. dbflute.xml

    	<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />
    
    	<target name="mydbflute.check">
    		<condition property="mydbflute.exists">
    			<available file="${mydbflute.dir}" type="dir" />
    		</condition>
    	</target>
    
    	<target name="download.dbflute" depends="mydbflute.check" unless="mydbflute.exists">
    		<mkdir dir="${mydbflute.dir}" />
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 04 02:03:51 GMT 2024
    - 1000 bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.authRealm=レルム
    labels.available=状態
    labels.createdBy=作成者
    labels.createdTime=作成日時
    labels.depth=深さ
    labels.excludedPaths=クロール対象から除外するパス
    labels.excludedUrls=クロール対象から除外するURL
    labels.excludedDocPaths=検索対象から除外するパス
    labels.excludedDocUrls=検索対象から除外するURL
    labels.hostname=ホスト名
    labels.id=ID
    labels.includedPaths=クロール対象とするパス
    labels.includedUrls=クロール対象とするURL
    labels.includedDocPaths=検索対象とするパス
    labels.includedDocUrls=検索対象とするURL
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  3. src/main/java/org/codelibs/core/io/InputStreamUtil.java

            return os.toByteArray();
        }
    
        /**
         * {@link InputStream#available()}の例外処理をラップしたメソッドです。
         *
         * @param is
         *            入力ストリーム。{@literal null}であってはいけません
         * @return 可能なサイズ
         */
        public static int available(final InputStream is) {
            assertArgumentNotNull("is", is);
    
            try {
                return is.available();
            } catch (final IOException e) {
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 3.2K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. true */
        String SMB_ROLE_FROM_FILE = "smb.role.from.file";
    
        /** The key of the configuration. e.g. 1,2,4:2,5:1 */
        String SMB_AVAILABLE_SID_TYPES = "smb.available.sid.types";
    
        /** The key of the configuration. e.g. true */
        String FILE_ROLE_FROM_FILE = "file.role.from.file";
    
        /** The key of the configuration. e.g. true */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  5. src/main/resources/fess_label_ru.properties

    labels.authRealm=Realm
    labels.available=Статус
    labels.createdBy=Создано
    labels.createdTime=Время создания
    labels.depth=Глубина
    labels.excludedPaths=Исключенные пути для сканирования
    labels.excludedUrls=Исключенные URLs для сканирования
    labels.excludedDocPaths=Исключенные пути для индексаци
    labels.excludedDocUrls=Исключенные URLs для индексации
    labels.hostname=Hostname
    labels.id=ID
    labels.includedPaths=Включить путь для сканирования
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.authRealm=Bereich
    labels.available=Status
    labels.createdBy=Erstellt von
    labels.createdTime=Erstellungszeit
    labels.depth=Tiefe
    labels.excludedPaths=Ausgeschlossene Pfade beim Crawling
    labels.excludedUrls=Ausgeschlossene URLs beim Crawling
    labels.excludedDocPaths=Ausgeschlossene Pfade bei der Indizierung
    labels.excludedDocUrls=Ausgeschlossene URLs bei der Indizierung
    labels.hostname=Hostname
    labels.id=ID
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_fr.properties

    labels.authRealm	=	Royaume
    labels.available	=	Statut
    labels.createdBy	=	Créé par
    labels.createdTime	=	Heure de création
    labels.depth	=	Profondeur
    labels.excludedPaths	=	Chemins exclus pour l'exploration
    labels.excludedUrls	=	URL exclues pour l'exploration
    labels.excludedDocPaths	=	Chemins exclus pour l'indexation
    labels.excludedDocUrls	=	URL exclues pour l'indexation
    labels.hostname	=	Nom d'hôte
    labels.id	=	IDENTIFIANT
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_config.properties

    labels.facet_filetype_others=filetype:others\n\
    
    # ranking
    rank.fusion.window_size=200
    rank.fusion.rank_constant=20
    rank.fusion.threads=-1
    rank.fusion.score_field=rf_score
    
    # acl
    smb.role.from.file=true
    smb.available.sid.types=1,2,4:2,5:1
    file.role.from.file=true
    ftp.role.from.file=true
    
    # backup
    index.backup.targets=fess_basic_config.bulk,fess_config.bulk,fess_user.bulk,system.properties,fess.json,doc.json
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  9. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Realm */
        public static final String LABELS_AUTH_REALM = "{labels.authRealm}";
    
        /** The key of the message: Status */
        public static final String LABELS_AVAILABLE = "{labels.available}";
    
        /** The key of the message: Created by */
        public static final String LABELS_CREATED_BY = "{labels.createdBy}";
    
        /** The key of the message: Created Time */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java

                    "{\"name\":\"Label Updater\",\"target\":\"all\",\"cronExpression\":\"\",\"scriptType\":\"groovy\",\"scriptData\":\"return container.getComponent(\\\"updateLabelJob\\\").execute();\",\"jobLogging\":false,\"crawler\":false,\"available\":true,\"sortOrder\":11,\"createdBy\":\"system\",\"createdTime\":0,\"updatedBy\":\"system\",\"updatedTime\":0}");
        }
    
        private void upgradeFrom13_1() {
            // nothing
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 46.9K bytes
    - Viewed (0)
Back to top