Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for jarName (0.14 sec)

  1. hack/lib/util.sh

    #  declare -a X=([0]="1 1" [1]="2 2" [2]="3 3")
    #  declare -A Y
    #  declare -a Z=([0]="1 1" [1]="2 2" [2]="3 3")
    function kube::util::read-array {
      if [[ -z "$1" ]]; then
        echo "usage: ${FUNCNAME[0]} <varname>" >&2
        return 1
      fi
      if [[ -n $(declare -p "$1" 2>/dev/null) ]]; then
        if ! declare -p "$1" 2>/dev/null | grep -q '^declare -a'; then
          echo "${FUNCNAME[0]}: $1 is defined but isn't an array" >&2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.japannet-setstore-wakeup"/>
      <mime-type type="application/vnd.japannet-verification"/>
      <mime-type type="application/vnd.japannet-verification-wakeup"/>
      <mime-type type="application/vnd.jcp.javame.midlet-rms">
        <glob pattern="*.rms"/>
      </mime-type>
      <mime-type type="application/vnd.jisp">
        <glob pattern="*.jisp"/>
      </mime-type>
      <mime-type type="application/vnd.joost.joda-archive">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
Back to top