- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 207 for misc (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.idea/misc.xml
Sergey Igushkin <******@****.***> 1765869567 +0300
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 19 15:00:20 GMT 2025 - 5.1K bytes - Click Count (0) -
src/test/java/org/codelibs/core/misc/AssertionUtilTest.java
* governing permissions and limitations under the License. */ package org.codelibs.core.misc; import static org.codelibs.core.misc.AssertionUtil.assertArgument; import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotNull; import static org.codelibs.core.misc.AssertionUtil.assertIndex; import static org.codelibs.core.misc.AssertionUtil.assertState; import static org.hamcrest.CoreMatchers.is;
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 3K bytes - Click Count (0) -
.gitignore
*.exe .*.swp core *.cgo*.go *.cgo*.c _cgo_* _obj _test _testmain.go /VERSION.cache /bin/ /build.out /doc/articles/wiki/*.bin /goinstall.log /last-change /misc/cgo/life/run.out /misc/cgo/stdio/run.out /misc/cgo/testso/main /pkg/ /src/*.*/ /src/_artifacts/ /src/cmd/cgo/zdefaultcc.go /src/cmd/dist/dist /src/cmd/go/internal/cfg/zdefaultcc.go /src/cmd/internal/objabi/zbootstrap.go
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Nov 10 20:41:03 GMT 2025 - 975 bytes - Click Count (0) -
proguard/base.pro
# into ints. # Throwables uses internal APIs for lazy stack trace resolution -dontnote sun.misc.SharedSecrets -keep class sun.misc.SharedSecrets { *** getJavaLangAccess(...); } -dontnote sun.misc.JavaLangAccess -keep class sun.misc.JavaLangAccess { *** getStackTraceElement(...); *** getStackTraceDepth(...); } # FinalizableReferenceQueue calls this reflectivelyCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 09 00:29:01 GMT 2023 - 1.2K bytes - Click Count (0) -
misc/go.mod
// Module misc contains binaries that pertain to specific platforms // (Android, iOS, and WebAssembly), as well as some miscellaneous // tests and tools. module misc
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Jul 18 21:24:24 GMT 2023 - 175 bytes - Click Count (0) -
fastapi/params.py
Undefined, ) _Unset: Any = Undefined class ParamTypes(Enum): query = "query" header = "header" path = "path" cookie = "cookie" class Param(FieldInfo): # type: ignore[misc] in_: ParamTypes def __init__( self, default: Any = Undefined, *, default_factory: Union[Callable[[], Any], None] = _Unset, annotation: Optional[Any] = None,
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 26.3K bytes - Click Count (0) -
src/main/java/org/codelibs/core/io/ResourceBundleUtil.java
import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotEmpty; import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotNull; import java.util.Enumeration; import java.util.Locale; import java.util.Map; import java.util.MissingResourceException; import java.util.ResourceBundle; import org.codelibs.core.misc.LocaleUtil; /**
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 5.3K bytes - Click Count (0) -
misc/ios/README
all.bash on the iOS emulator: GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC_FOR_TARGET=$(pwd)/../misc/ios/clangwrap.sh ./all.bash If CC_FOR_TARGET is not set when the toolchain is built (make.bash or all.bash), CC can be set on the command line. For example, GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC=$(go env GOROOT)/misc/ios/clangwrap.sh go build Setting CC is not necessary if the toolchain is built with CC_FOR_TARGET set.
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 29 21:49:26 GMT 2020 - 2.7K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/converter/SqlDateConverter.java
* governing permissions and limitations under the License. */ package org.codelibs.core.beans.converter; import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotEmpty; import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotNull; import java.util.Date; import org.codelibs.core.beans.Converter; import org.codelibs.core.convert.DateConversionUtil;
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/org/codelibs/core/text/DecimalFormatSymbolsUtil.java
package org.codelibs.core.text; import static org.codelibs.core.collection.CollectionsUtil.newConcurrentHashMap; import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotNull; import java.text.DecimalFormatSymbols; import java.util.Locale; import java.util.Map; import org.codelibs.core.misc.LocaleUtil; /** * Utility class for {@link DecimalFormatSymbols}. * * @author higa */Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 2K bytes - Click Count (0)