Search Options

Results per page
Sort
Preferred Languages
Advance

Results 281 - 290 of 351 for Scripts (0.37 sec)

  1. src/main/resources/fess_message_zh_CN.properties

    constraints.NotBlank.message = {item} 不能为空。
    constraints.NotEmpty.message = {item} 不能为空。
    constraints.ParametersScriptAssert.message = 脚本表达式 "{script}" 不为 true。
    constraints.Range.message = {item} 必须在 {min} 到 {max} 之间。
    constraints.SafeHtml.message = {item} 包含危险的 HTML 内容。
    constraints.ScriptAssert.message = 脚本表达式 "{script}" 不为 true。
    constraints.URL.message = {item} 不是有效的URL。
    constraints.Required.message = {item} 是必需的。
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_de.properties

    constraints.NotEmpty.message = {item} ist erforderlich.
    constraints.ParametersScriptAssert.message = Der Skriptausdruck "{script}" ist nicht wahr.
    constraints.Range.message = {item} muss zwischen {min} und {max} liegen.
    constraints.SafeHtml.message = {item} enthält unsicheren HTML-Inhalt.
    constraints.ScriptAssert.message = Der Skriptausdruck "{script}" ist nicht wahr.
    constraints.URL.message = {item} ist keine gültige URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/pac/PacLogonInfo.java

         * @return the user display name
         */
        public String getUserDisplayName() {
            return this.userDisplayName;
        }
    
        /**
         * Returns the path to the user's logon script.
         * @return the logon script path
         */
        public String getLogonScript() {
            return this.logonScript;
        }
    
        /**
         * Returns the path to the user's profile.
         * @return the profile path
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  4. ci/official/installer_wheel.sh

      # RECORD file which contains hashes of all included files.
      python3 -m wheel pack "${pkg_name}"
    done
    
    # Switch back to the original working directory. This is needed to ensure that
    # cleanup steps at the end of the script works as expected.
    popd
    
    echo "Following installer wheels were generated: "
    ls "${TFCI_OUTPUT_DIR}"/*.whl
    
    if [[ "$TFCI_ARTIFACT_STAGING_GCS_ENABLE" == 1 ]]; then
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue Mar 04 22:39:12 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/resources/web-platform-test-urltestdata.txt

    # FORMAT NOT DOCUMENTED YET (parser is urltestparser.js)
    
    # Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/segments.js
    http://example\t.\norg http://example.org/foo/bar s:http h:example.org p:/
    http://user:pass@foo:21/bar;par?b#c  s:http u:user pass:pass h:foo port:21 p:/bar;par q:?b f:#c
    http:foo.com  s:http h:example.org p:/foo/foo.com
    \t\s\s\s:foo.com\s\s\s\n  s:http h:example.org p:/foo/:foo.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  6. docs/ja/README.md

    ## Ingest
    
     - [Logger](https://github.com/codelibs/fess-ingest-logger)
     - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson)
    
    ## スクリプト
    
     - [Groovy](https://github.com/codelibs/fess-script-groovy)
     - [OGNL](https://github.com/codelibs/fess-script-ognl)
    
    ## 開発情報
    
    ### ソースコードの取得
    
    1. Fessのリポジトリをクローンします:
        ```
        $ cd ~/workspace
        $ git clone https://github.com/codelibs/fess.git
        ```
        
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java

        /**
         * Target of the scheduled job.
         */
        public String target;
    
        /**
         * Cron expression for the scheduled job.
         */
        public String cronExpression;
    
        /**
         * Script type of the scheduled job.
         */
        public String scriptType;
    
        /**
         * Whether the scheduled job is a crawler job.
         */
        public String crawler;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_zh_TW.properties

    constraints.NotBlank.message = {item} 不能為空。
    constraints.NotEmpty.message = {item} 不能為空。
    constraints.ParametersScriptAssert.message = 腳本表達式 "{script}" 不為 true。
    constraints.Range.message = {item} 必須在 {min} 到 {max} 之間。
    constraints.SafeHtml.message = {item} 包含危險的 HTML 內容。
    constraints.ScriptAssert.message = 腳本表達式 "{script}" 不為 true。
    constraints.URL.message = {item} 不是有效的URL。
    constraints.Required.message = {item} 是必需的。
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/script/AbstractScriptEngineTest.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.script;
    
    import java.util.HashMap;
    import java.util.Map;
    
    import org.codelibs.fess.unit.UnitFessTestCase;
    import org.codelibs.fess.util.ComponentUtil;
    
    public class AbstractScriptEngineTest extends UnitFessTestCase {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_config.properties

    job.template.title.data=Data Crawler - {0}
    # Script template for job execution.
    job.template.script=return container.getComponent("crawlJob").logLevel("info").webConfigIds([{0}] as String[]).fileConfigIds([{1}] as String[]).dataConfigIds([{2}] as String[]).jobExecutor(executor).execute();
    # Maximum number of crawler processes.
    job.max.crawler.processes=0
    # Default script language for jobs.
    job.default.script=groovy
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
Back to top