Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for Costan (0.2 sec)

  1. okhttp/src/test/java/okhttp3/internal/connection/RouteSelectorTest.kt

      val platform = PlatformRule()
    
      @RegisterExtension
      val clientTestRule = OkHttpClientTestRule()
    
      private val dns = FakeDns()
      private val proxySelector = RecordingProxySelector()
      private val uriHost = "hosta"
      private val uriPort = 1003
      private val factory =
        TestValueFactory().apply {
          this.dns = ******@****.***
          this.proxySelector = ******@****.***elector
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Mar 06 17:33:38 GMT 2024
    - 20.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_HOME_PHONE = "{labels.homePhone}";
    
        /** The key of the message: Home Postal Address */
        public static final String LABELS_user_homePostalAddress = "{labels.user_homePostalAddress}";
    
        /** The key of the message: Home Postal Address */
        public static final String LABELS_HOME_POSTAL_ADDRESS = "{labels.homePostalAddress}";
    
        /** The key of the message: labeledURI */
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  3. lib/time/zoneinfo.zip

    America/Boise America/Buenos_Aires America/Cambridge_Bay America/Campo_Grande America/Cancun America/Caracas America/Catamarca America/Cayenne America/Cayman America/Chicago America/Chihuahua America/Ciudad_Juarez America/Coral_Harbour America/Cordoba America/Costa_Rica America/Creston America/Cuiaba America/Curacao America/Danmarkshavn America/Dawson America/Dawson_Creek America/Denver America/Detroit America/Dominica America/Edmonton America/Eirunepe America/El_Salvador America/Ensenada America/Fort_Nelson...
    ZIP Archive
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 02 18:20:41 GMT 2024
    - 392.3K bytes
    - Viewed (1)
  4. schema/relationship_test.go

    		Address
    	}
    	type CountryMixin struct {
    		CountryID int
    		Country   Country
    	}
    	type Org struct {
    		ID              int
    		PostalAddress   Address `gorm:"embedded;embeddedPrefix:postal_address_"`
    		VisitingAddress Address `gorm:"embedded;embeddedPrefix:visiting_address_"`
    		AddressID       int
    		Address         struct {
    			ID int
    			Address
    		}
    Go
    - Registered: Sun Apr 28 09:35:09 GMT 2024
    - Last Modified: Mon Apr 15 03:20:20 GMT 2024
    - 25.5K bytes
    - Viewed (0)
  5. LICENSE

        You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software
        Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    
    
    Two classes (HashFunctions and PrimeFinder) included in Trove are licensed under the following terms:
    
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Jan 23 11:07:23 GMT 2024
    - 23.1K bytes
    - Viewed (0)
  6. src/archive/tar/reader.go

    				nul(v7.modTime()) && nul(ustar.devMajor()) && nul(ustar.devMinor())) {
    				hdr.Format = FormatUnknown // Numeric fields must end in NUL
    			}
    		case format.has(formatSTAR):
    			star := tr.blk.toSTAR()
    			prefix = p.parseString(star.prefix())
    			hdr.AccessTime = time.Unix(p.parseNumeric(star.accessTime()), 0)
    			hdr.ChangeTime = time.Unix(p.parseNumeric(star.changeTime()), 0)
    		case format.has(FormatGNU):
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 08 01:59:14 GMT 2024
    - 26.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_fr.properties

    labels.description	=	Description
    labels.user_title	=	Titre
    labels.title	=	Titre
    labels.user_pager	=	Pager
    labels.pager	=	Pager
    labels.user_street	=	Rue
    labels.street	=	Rue
    labels.user_postalCode	=	Code Postal
    labels.postalCode	=	Code Postal
    labels.user_physicalDeliveryOfficeName	=	Nom du bureau de livraison physique
    labels.physicalDeliveryOfficeName	=	Nom du bureau de livraison physique
    labels.user_destinationIndicator	=	Indicateur de destination
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  8. tensorflow/BUILD

    #     config = "copy.bara.sky",
    #     tags = [
    #         "noasan",
    #         "nodfsan",
    #         "nogotsan",
    #         "nogpu",
    #         "nomsan",
    #         "nosan",
    #         "notsan",
    #         "noubsan",
    #     ],
    #     deps = [":copybara_config"],
    # )
    #
    # action_config_test(
    #     name = "build_cleaner_spec_test",
    #     src = "build_cleaner_spec.textproto",
    # )
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
  9. docs/tr/docs/index.md

        * Bir çok programlama dili için otomatik istemci kodu üretim sistemleri.
    * İki ayrı etkileşimli dokümantasyon arayüzünü doğrudan sağlayacak.
    
    ---
    
    Daha yeni başladık ama çalışma mantığını çoktan anlamış oldunuz.
    
    Şimdi aşağıdaki satırı değiştirmeyi deneyin:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...bundan:
    
    ```Python
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 22K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. homePhone */
        String LDAP_ATTR_HOME_PHONE = "ldap.attr.homePhone";
    
        /** The key of the configuration. e.g. homePostalAddress */
        String LDAP_ATTR_HOME_POSTAL_ADDRESS = "ldap.attr.homePostalAddress";
    
        /** The key of the configuration. e.g. labeledURI */
        String LDAP_ATTR_LABELED_U_R_I = "ldap.attr.labeledURI";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
Back to top