- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 651 for Benson (0.05 sec)
-
licenses/github.com/fatih/color/LICENSE.md
- The MIT License (MIT)
- Copyright (c) 2013 Fatih Arslan
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
- the Software, and to permit persons to whom the Software is furnished to do so,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Dec 23 21:31:18 UTC 2019 - 1.1K bytes - Viewed (0) -
licenses/github.com/felixge/fgprof/LICENSE.txt
- The MIT License (MIT)
- Copyright © 2020 Felix Geisendörfer <******@****.***>
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 21 21:50:09 UTC 2022 - 1.1K bytes - Viewed (0) -
licenses/github.com/felixge/httpsnoop/LICENSE.txt
- Copyright (c) 2016 Felix Geisendörfer (******@****.***)
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 27 20:56:17 UTC 2024 - 1.1K bytes - Viewed (0) -
tensorflow/c/eager/c_api_unified_experimental.h
- int TF_OutputListNumOutputs(TF_OutputList* o);
- // Return the `i`th output in the list.
- TF_AbstractTensor* TF_OutputListGet(TF_OutputList* o, int i);
- // Append a tensor at the end of the output list, growing its size by one.
- void TF_OutputListPushBack(TF_OutputList* o, TF_AbstractTensor* tensor,
- TF_Status*);
- // TF_ExecuteOperation will, if in eager mode, execute, if in graph mode, maybe
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sun Oct 24 11:27:00 UTC 2021 - 7K bytes - Viewed (0) -
LICENSES/vendor/github.com/MakeNowJust/heredoc/LICENSE
- = vendor/github.com/MakeNowJust/heredoc licensed under: =
- The MIT License (MIT)
- Copyright (c) 2014-2019 TSUYUSATO Kitsune
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Fri Jun 10 18:51:33 UTC 2022 - 1.2K bytes - Viewed (0) -
LICENSES/vendor/github.com/blang/semver/v4/LICENSE
- = vendor/github.com/blang/semver/v4 licensed under: =
- The MIT License
- Copyright (c) 2014 Benedikt Lang <github at benediktlang.de>
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon Mar 28 07:33:23 UTC 2022 - 1.2K bytes - Viewed (0) -
LICENSES/vendor/github.com/cespare/xxhash/v2/LICENSE
- = vendor/github.com/cespare/xxhash/v2 licensed under: =
- Copyright (c) 2016 Caleb Spare
- MIT License
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue May 19 01:37:10 UTC 2020 - 1.2K bytes - Viewed (0) -
mockwebserver-deprecated/src/main/kotlin/okhttp3/mockwebserver/MockResponse.kt
- fun setResponseCode(code: Int): MockResponse {
- val reason =
- when (code) {
- in 100..199 -> "Informational"
- in 200..299 -> "OK"
- in 300..399 -> "Redirection"
- in 400..499 -> "Client Error"
- in 500..599 -> "Server Error"
- else -> "Mock Response"
- }
- return apply { status = "HTTP/1.1 $code $reason" }
- }
- fun clearHeaders() =
- apply {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 7.2K bytes - Viewed (0) -
docs/iam/identity-management-plugin.md
- ```json
- {
- "reason": <string>
- }
- ```
- The reason message is returned to the client.
- ## Example Plugin Implementation
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 27 00:58:09 UTC 2022 - 4.2K bytes - Viewed (0) -
.github/workflows/stale-pr.yml
- days-before-issue-close: -1
- close-issue-message: >
- **BUG!** This issue should not be closed by the "stale" workflow.
- Please report it to @gradle/bt-support team
- close-issue-reason: not_planned
- # PULL REQUESTS -----------------------------------------------------
- days-before-pr-stale: 30
- exempt-pr-labels: "from:contributor"
- stale-pr-label: stale
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu May 02 09:13:16 UTC 2024 - 1.7K bytes - Viewed (0)