- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for Clearenv (0.11 seconds)
-
internal/kms/config_test.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package kms import ( "os" "testing" ) func TestIsPresent(t *testing.T) { for i, test := range isPresentTests { os.Clearenv() for k, v := range test.Env { t.Setenv(k, v) } ok, err := IsPresent() if err != nil && !test.ShouldFail { t.Fatalf("Test %d: %v", i, err) } if err == nil && test.ShouldFail {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 2.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java
FessEnv.SimpleImpl yearEnv = new FessEnv.SimpleImpl() { protected Properties prepareProperties() { Properties props = new Properties(); props.setProperty(FessEnv.TIME_ADJUST_TIME_MILLIS, "31556926000"); return props; } }; assertEquals(Long.valueOf(31556926000L), yearEnv.getTimeAdjustTimeMillisAsLong());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 15.6K bytes - Click Count (0) -
api/go1.txt
pkg os, const SEEK_SET int pkg os, func Chdir(string) error pkg os, func Chmod(string, FileMode) error pkg os, func Chown(string, int, int) error pkg os, func Chtimes(string, time.Time, time.Time) error pkg os, func Clearenv() pkg os, func Create(string) (*File, error) pkg os, func Environ() []string pkg os, func Exit(int) pkg os, func Expand(string, func(string) string) string pkg os, func ExpandEnv(string) string
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)