Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 196 for TR (0.02 sec)

  1. guava-testlib/src/com/google/common/collect/testing/features/TesterRequirements.java

        this.presentFeatures = copyToSet(presentFeatures);
        this.absentFeatures = copyToSet(absentFeatures);
      }
    
      public TesterRequirements(TesterRequirements tr) {
        this(tr.getPresentFeatures(), tr.getAbsentFeatures());
      }
    
      public TesterRequirements() {
        this(Collections.<Feature<?>>emptySet(), Collections.<Feature<?>>emptySet());
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/core/beans/util/CopyOptions.java

         * <caption>Copied JavaBeans Properties</caption>
         * <tr>
         * <th>JavaBeansのプロパティ名</th>
         * <th>{@literal Map}のプロパティ名</th>
         * </tr>
         * <tr>
         * <td>{@literal foo}</td>
         * <td>{@literal foo}</td>
         * </tr>
         * <tr>
         * <td>{@literal foo_bar}</td>
         * <td>{@literal foo.bar}</td>
         * </tr>
         * <tr>
         * <td>{@literal foo_bar_baz}</td>
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth.jsp

                                                    <tr>
                                                        <th><la:message key="labels.webauth_list_hostname"/></th>
                                                        <th><la:message
                                                                key="labels.webauth_list_web_crawling_config"/></th>
                                                    </tr>
                                                    </thead>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 24 13:43:18 UTC 2020
    - 6.1K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/group/admin_group_details.jsp

                                        <tr>
                                            <th style="width: 25%"><la:message
                                                    key="labels.group_name"/></th>
                                            <td>${f:h(name)}<la:hidden property="name"/></td>
                                        </tr>
                                        <tr>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 4K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken.jsp

                                                <thead>
                                                <tr>
                                                    <th><la:message
                                                            key="labels.access_token_list_name"/></th>
                                                </tr>
                                                </thead>
                                                <tbody>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 4.7K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp

                                        <thead>
                                        <tr>
                                            <th><la:message key="labels.dictionary_name"/></th>
                                            <th><la:message key="labels.dictionary_type"/></th>
                                        </tr>
                                        </thead>
                                        <tbody>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 4K bytes
    - Viewed (0)
  7. internal/bucket/lifecycle/transition_test.go

    		  </Transition>`,
    			err: errXMLNotWellFormed,
    		},
    	}
    
    	for i, tc := range trTests {
    		var tr Transition
    		err := xml.Unmarshal([]byte(tc.input), &tr)
    		if err != nil {
    			t.Fatalf("%d: xml unmarshal failed with %v", i+1, err)
    		}
    		if err = tr.Validate(); err != tc.err {
    			t.Fatalf("%d: Invalid transition %v: err %v", i+1, tr, err)
    		}
    	}
    
    	ntrTests := []struct {
    		input string
    		err   error
    	}{
    		{
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 01 18:58:17 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/boostdoc/admin_boostdoc.jsp

                                                <thead>
                                                <tr>
                                                    <th><la:message
                                                            key="labels.boost_document_rule_list_url_expr"/></th>
                                                </tr>
                                                </thead>
                                                <tbody>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 31 05:47:05 UTC 2020
    - 7.5K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader.jsp

                                                    <tr>
                                                        <th><la:message key="labels.reqheader_list_name"/></th>
                                                        <th><la:message
                                                                key="labels.reqheader_list_web_crawling_config"/></th>
                                                    </tr>
                                                    </thead>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 24 13:43:18 UTC 2020
    - 5.5K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/scheduler/admin_scheduler.jsp

                                                </tr>
                                                </thead>
                                                <tbody>
                                                <c:forEach var="data" varStatus="s"
                                                           items="${scheduledJobItems}">
                                                    <tr
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Wed Feb 12 20:25:27 UTC 2020
    - 6.4K bytes
    - Viewed (0)
Back to top