Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for Jang (0.15 sec)

  1. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

                                        <label for="doc.lang" class="col-sm-3 text-sm-right col-form-label">lang</label>
                                        <div class="col-sm-9">
                                            <la:errors property="doc.lang"/>
                                            <la:textarea styleId="doc.lang" property="doc.lang" styleClass="form-control"/>
                                        </div>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 24.9K bytes
    - Viewed (0)
  2. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    valle-aosta.it valle-d-aosta.it valle-daosta.it valle.no valleaosta.it valled-aosta.it valledaosta.it vallee-aoste.it vallee-d-aoste.it valleeaoste.it valleedaoste.it valley.museum vallée-aoste.it vallée-d-aoste.it valléeaoste.it valléedaoste.it vana vang.no vanguard vantaa.museum vanylven.no vao.it vapor.cloud vaporcloud.io vardo.no vardø.no varese.it varggat.no varoy.no vb.it vc vc.it vda.it ve ve.it vefsn.no vega.no vegarshei.no vegas vegårshei.no velvet.jp ven.it veneto.it venezia.it venice.it...
    Others
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  3. .github/workflows/build-docs.yml

            run: python ./scripts/docs.py update-languages
          - uses: actions/cache@v4
            with:
              key: mkdocs-cards-${{ matrix.lang }}-${{ github.ref }}
              path: docs/${{ matrix.lang }}/.cache
          - name: Build Docs
            run: python ./scripts/docs.py build-lang ${{ matrix.lang }}
          - uses: actions/upload-artifact@v3
            with:
              name: docs-site
              path: ./site/**
    
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Apr 02 03:12:00 GMT 2024
    - 4.8K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/search.jsp

    			</a></li>
    			<li class="list-inline-item"><la:message key="labels.searchoptions_menu_lang" /> <a
    				href="#searchOptions" class="badge badge-primary"
    				data-toggle="control-options"> <c:if test="${empty lang}">
    						<la:message key="labels.searchoptions_all" />
    					</c:if> <c:if test="${!empty lang}">
    						<c:forEach var="sLang" items="${lang}">
    							<c:forEach var="item" items="${langItems}">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  5. common/config/sass-lint.yml

      property-units: 2
      pseudo-element: 2
      quotes:
        - 2
        -
          style: double
      shorthand-values: 2
      single-line-per-selector: 0
      space-after-bang: 2
      space-after-colon: 2
      space-after-comma: 2
      space-around-operator: 2
      space-before-bang: 2
      space-before-brace: 2
      space-before-colon: 2
      space-between-parens: 2
      trailing-semicolon: 2
      url-quotes: 2
      variable-for-property:
        - 0
        -
    Others
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Sep 11 23:32:21 GMT 2019
    - 2K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/search.jsp

    			</a></li>
    			<li class="list-inline-item"><la:message key="labels.searchoptions_menu_lang" /> <a
    				href="#searchOptions" class="badge badge-primary"
    				data-toggle="control-options"> <c:if test="${empty lang}">
    						<la:message key="labels.searchoptions_all" />
    					</c:if> <c:if test="${!empty lang}">
    						<c:forEach var="sLang" items="${lang}">
    							<c:forEach var="item" items="${langItems}">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  7. src/main/config/openapi/openapi-user.yaml

              in: query
              description: Distance for Geo search
              required: false
              schema:
                type: string
                example: 10km
            - name: lang
              in: query
              description: Language
              required: false
              schema:
                type: string
                example: en
            - name: preference
              in: query
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
  8. docs/en/data/external_links.yml

      Vietnamese:
      - author: Nguyễn Nhân
        author_link: https://fullstackstation.com/author/figonking/
        link: https://fullstackstation.com/fastapi-trien-khai-bang-docker/
        title: 'FASTAPI: TRIỂN KHAI BẰNG DOCKER'
      Taiwanese:
      - author: Leon
        author_link: http://editor.leonh.space/
        link: https://editor.leonh.space/2022/tortoise/
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Mar 21 20:57:27 GMT 2024
    - 21.3K bytes
    - Viewed (2)
  9. src/main/webapp/WEB-INF/orig/view/searchOptions.jsp

    				</la:option>
    			</c:if>
    		</la:select>
    	</fieldset>
    	<fieldset class="form-group">
    		<legend><la:message key="labels.index_lang" /></legend>
    		<label for="contentLang"><la:message key="labels.index_lang" /></label>
    		<la:select property="lang" styleId="langSearchOption" multiple="true"
    			styleClass="form-control">
    			<c:forEach var="item" items="${langItems}">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Jul 17 08:19:53 GMT 2019
    - 3.7K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/searchOptions.jsp

    				</la:option>
    			</c:if>
    		</la:select>
    	</fieldset>
    	<fieldset class="form-group">
    		<legend><la:message key="labels.index_lang" /></legend>
    		<label for="contentLang"><la:message key="labels.index_lang" /></label>
    		<la:select property="lang" styleId="langSearchOption" multiple="true"
    			styleClass="form-control">
    			<c:forEach var="item" items="${langItems}">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Jul 17 08:19:53 GMT 2019
    - 3.7K bytes
    - Viewed (0)
Back to top