@ # in python (_osx_support.py). @if test `uname -s` = Darwin; then \ cp python-config.py python-config; \ fi # Install the include files INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY) inclinstall: @for i in $(INCLDIRSTOMAKE); \ do...
75e59a9 .azure-pipelines .github Doc Grammar Include Lib Mac Misc Modules Objects PC PCbuild Parser Programs Python Tools m4 .gitattributes .gitignore .travis.yml CODE_OF_CONDUCT.md LICENSE Makefile.pre.in README.rst aclocal.m4 config.guess ...
Python Tools m4 .gitattributes .gitignore .travis.yml CODE_OF_CONDUCT.rst LICENSE Makefile.pre.in README.rst aclocal.m4 config.guess config.sub configure configure.ac install-sh pyconfig.h.in setup.py Latest commit Cannot retrieve latest commit at this time. ...
InUseByOtherUser InvokeDelegate InvokeMethod InvokeTable IPAddressControl IrregularSelection ISCatalog IsEmptyDynamicValue Italic Item ItemAddedAssociation ItemId ItemListView ItemUpdatedAssociation JARFile JavaSource Join JoinNode JournalMessage JSAPI JSBlankApplication JSCoffeeScript JSConsole JSCordovaMultiDevice...
KBUILD_BUILTIN := endif # If we have "make <whatever> modules", compile modules # in addition to whatever we do anyway.# Just "make" or "make all" shall build modules as well ifneq ($(filter all modules nsdeps %compile_commands.json clang-%,$(MAKECMDGOALS)),) ...
cmake 2.8.6 Last change: June 17, 2014 35 User Commands cmakemodules(1) CHECK_C_SOURCE_RUNS( ) - source code to try to compile - variable to store the result (1 for success, empty for failure) The following variables may be set before calling this macro to modify the way the ...
(PYTHON3) $< -a $(AR) -o $@ $(filter-out $<, $(real-prereqs)) $(extmod-prefix)compile_commands.json: scripts/clang-tools/gen_compile_commands.py \ $(if $(KBUILD_EXTMOD),,$(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS)) \ $(if $(CONFIG_MODULES), $(MODORDER)) FORCE $(...
ST_MakePoint returns a point geometry whose coordinate values are the input values. Syntax ST_MakePoint(x, y)ST_MakePoint(x, y, z)ST_MakePoint(x, y, z, m)Arguments x A value of data type DOUBLE PRECISION representing the first coordinate. y A value of data type DOUBLE PRECISION...
EmptyContainer EnableAllBreakpointDependents EnableAllBreakpoints EnableAllBreakpointsRedGroup EnableCode EncapsulateField EndCall EndPoint EndpointComponent Entities EntityContainer EntityDatabase EntitySet Entry EntryPoint Enumeration EnumerationInternal EnumerationItemInternal EnumerationItemPrivate EnumerationItemProtected ...
To deal with other cases when one wants to avoid nulls, different strategies may be used. One of these strategies is to use Optional type that can either be an empty object or a wrap of some value: Optional<String> optionalString = Optional.ofNullable(nullableString);if(optionalString.isPrese...