Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 195 for tr (0.17 sec)

  1. src/main/webapp/js/admin/plugins/form-validator/lang/tr.js

    ion"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a,b){"use strict";a.formUtils.registerLoadedModule("lang/tr"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Form gönderilemedi!",requiredField:"Boş bırakılamaz",requiredFields:"Gerekli tüm alanları cevaplamadınız",badTime:"Geçersiz zaman girdiniz",badEmail:"Geçersiz e-posta adresi gi...
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Mon Jan 01 05:12:47 GMT 2018
    - 3.1K bytes
    - Viewed (0)
  2. src/test/resources/plugin/repo2/index.html

        <h1>Index of /repositories/snapshots/org/codelibs/fess</h1>
        <table cellspacing="10">
          <tr>
            <th align="left">Name</th>
            <th>Last Modified</th>
            <th>Size</th>
            <th>Description</th>
          </tr>
          <tr>
            <td><a href="../..">Parent Directory</a></td>
          </tr>
                      <tr>
    HTML
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Aug 13 07:34:14 GMT 2019
    - 10.5K bytes
    - Viewed (0)
  3. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/BlockTableRenderer.java

            // <thead>
            //   <tr>
            //     <td>Block</td>
            //     <td>Description</td>
            //   </tr>
            // </thead>
            Element thead = document.createElement("thead");
            parent.appendChild(thead);
            Element tr = document.createElement("tr");
            thead.appendChild(tr);
            Element td = document.createElement("td");
            tr.appendChild(td);
    Java
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 2.8K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/lex/stack.go

    // it resumes reading the next one down.
    type Stack struct {
    	tr []TokenReader
    }
    
    // Push adds tr to the top (end) of the input stack. (Popping happens automatically.)
    func (s *Stack) Push(tr TokenReader) {
    	s.tr = append(s.tr, tr)
    }
    
    func (s *Stack) Next() ScanToken {
    	tos := s.tr[len(s.tr)-1]
    	tok := tos.Next()
    	for tok == scanner.EOF && len(s.tr) > 1 {
    		tos.Close()
    Go
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Mon Jan 09 22:33:23 GMT 2017
    - 1.2K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.paths"/></th>
                                            <td>${f:br(f:h(paths))}<la:hidden property="paths"/></td>
                                        </tr>
                                        <tr>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.6K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.urls"/></th>
                                            <td>${f:br(f:h(urls))}<la:hidden property="urls"/></td>
                                        </tr>
                                        <tr>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.7K bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/plugin/PluginParameterExpressionEvaluator.java

     * <tr><td><code>plugin.*</code></td>          <td></td>               <td></td></tr>
     * <tr><td><code>*</code></td>                 <td></td>               <td>user properties</td></tr>
     * <tr><td><code>*</code></td>                 <td></td>               <td>project properties</td></tr>
     * <tr><td><code>*</code></td>                 <td></td>               <td>system properties</td></tr>
     * </table>
    Java
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Tue Oct 17 17:55:08 GMT 2023
    - 16.7K bytes
    - Viewed (0)
  8. src/main/java/jcifs/SID.java

         * </tr>
         * <tr>
         * <td>SID_TYPE_ALIAS</td>
         * <td>Local group</td>
         * </tr>
         * <tr>
         * <td>SID_TYPE_WKN_GRP</td>
         * <td>Builtin group</td>
         * </tr>
         * <tr>
         * <td>SID_TYPE_DELETED</td>
         * <td>Deleted</td>
         * </tr>
         * <tr>
         * <td>SID_TYPE_INVALID</td>
         * <td>Invalid</td>
         * </tr>
         * <tr>
         * <td>SID_TYPE_UNKNOWN</td>
    Java
    - Registered: Sun Apr 21 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.1K bytes
    - Viewed (0)
  9. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/ClassDocMethodsBuilderTest.groovy

            <table>
                <thead><tr><td>Name</td></tr></thead>
                <tr><td>block</td></tr>
                <tr><td>listBlock</td></tr>
                <tr><td>notBlock</td></tr>
            </table>
        </section>
        <section><title>Properties</title>
            <table>
                <thead><tr><td>Name</td></tr></thead>
                <tr><td>block</td></tr>
                <tr><td>listBlock</td></tr>
            </table>
    Groovy
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Wed Dec 09 08:14:05 GMT 2020
    - 8.4K bytes
    - Viewed (0)
  10. src/archive/tar/reader.go

    	for {
    		// Discard the remainder of the file and any padding.
    		if err := discard(tr.r, tr.curr.physicalRemaining()); err != nil {
    			return nil, err
    		}
    		if _, err := tryReadFull(tr.r, tr.blk[:tr.pad]); err != nil {
    			return nil, err
    		}
    		tr.pad = 0
    
    		hdr, rawHdr, err := tr.readHeader()
    		if err != nil {
    			return nil, err
    		}
    		if err := tr.handleRegularFile(hdr); err != nil {
    			return nil, err
    		}
    Go
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Mar 08 01:59:14 GMT 2024
    - 26.8K bytes
    - Viewed (0)
Back to top