- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 1,640 for Darwin (0.44 sec)
-
depends/builders/darwin.mk
darwin_AR:=$(shell xcrun -f ar) darwin_RANLIB:=$(shell xcrun -f ranlib) darwin_STRIP:=$(shell xcrun -f strip) darwin_LIBTOOL:=$(shell xcrun -f libtool) darwin_OTOOL:=$(shell xcrun -f otool) darwin_NM:=$(shell xcrun -f nm) darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool) darwin_DSYMUTIL:=$(shell xcrun -f dsymutil) darwin_native_binutils= darwin_native_toolchain= x86_64_darwin_CFLAGS += -arch x86_64
Plain Text - Registered: 2023-01-31 01:31 - Last Modified: 2022-04-21 08:08 - 1.5K bytes - Viewed (0) -
depends/hosts/darwin.mk
darwin_CFLAGS=-pipe -std=$(C_STANDARD) darwin_CXXFLAGS=-pipe -std=$(CXX_STANDARD) ifneq ($(LTO),) darwin_CFLAGS += -flto darwin_CXXFLAGS += -flto darwin_LDFLAGS += -flto endif darwin_release_CFLAGS=-O2 darwin_release_CXXFLAGS=$(darwin_release_CFLAGS) darwin_debug_CFLAGS=-O1 darwin_debug_CXXFLAGS=$(darwin_debug_CFLAGS)
Plain Text - Registered: 2023-01-31 01:31 - Last Modified: 2022-07-29 11:48 - 5.7K bytes - Viewed (0) -
app/keymaps/darwin.json
Brandon Lee Dring <******@****.***> 1569260242 -0700
Json - Registered: 2023-02-06 16:25 - Last Modified: 2019-09-23 17:37 - 1.6K bytes - Viewed (0) -
src/main/menus/darwin.json
Dr_rOot <******@****.***> 1620042194 +0800
Json - Registered: 2023-02-02 03:35 - Last Modified: 2021-05-03 11:43 - 3.2K bytes - Viewed (0) -
keymaps/darwin.cson
Max Brunsfeld <******@****.***> 1540402618 -0700
Plain Text - Registered: 2023-02-06 05:20 - Last Modified: 2018-10-24 17:36 - 7.7K bytes - Viewed (0) -
menus/darwin.cson
Jesus <******@****.***> 1652633588 +0200
Plain Text - Registered: 2023-02-06 05:20 - Last Modified: 2022-05-15 16:53 - 10.9K bytes - Viewed (1) -
app/menus/menus/darwin.ts
Labhansh Agrawal <******@****.***> 1583514507 +0530
Plain Text - Registered: 2023-02-06 16:25 - Last Modified: 2020-03-07 15:42 - 1.1K bytes - Viewed (0) -
lib/encoder/os_darwin.go
//go:build darwin // +build darwin package encoder // OS is the encoding used by the local backend for macOS // // macOS can't store invalid UTF-8, it converts them into %XX encoding const OS = (Base |
Go - Registered: 2023-02-06 07:43 - Last Modified: 2021-09-09 17:43 - 224 bytes - Viewed (0) -
transport/internet/sockopt_darwin.go
package internet import ( "syscall" ) const ( // TCP_FASTOPEN is the socket option on darwin for TCP fast open. TCP_FASTOPEN = 0x105 // TCP_FASTOPEN_SERVER is the value to enable TCP fast open on darwin for server connections. TCP_FASTOPEN_SERVER = 0x01 // TCP_FASTOPEN_CLIENT is the value to enable TCP fast open on darwin for client connections. TCP_FASTOPEN_CLIENT = 0x02 )
Go - Registered: 2023-02-01 06:07 - Last Modified: 2020-07-30 17:20 - 1.5K bytes - Viewed (2) -
truststore_darwin.go
Filippo Valsorda <******@****.***> 1650909319 +0200
Go - Registered: 2023-01-31 05:30 - Last Modified: 2022-04-25 17:56 - 3.2K bytes - Viewed (0)