- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for mK (0.09 sec)
-
Makefile.core.mk
# deb, rpm, etc packages include tools/packaging/packaging.mk #----------------------------------------------------------------------------- # Target: integration tests #----------------------------------------------------------------------------- include tests/integration/tests.mk #----------------------------------------------------------------------------- # Target: bookinfo sample
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Oct 03 23:53:59 UTC 2024 - 18.4K bytes - Viewed (0) -
common/Makefile.common.mk
Istio Automation <******@****.***> 1718203047 -0400
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 12 14:37:27 UTC 2024 - 5.9K bytes - Viewed (0) -
Makefile.overrides.mk
John Howard <******@****.***> 1680024579 -0700
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Mar 28 17:29:39 UTC 2023 - 1.4K bytes - Viewed (0) -
Makefile
# An export free of arguments in a Makefile places all variables in the Makefile into the # environment. This is needed to allow overrides from Makefile.overrides.mk. export RUN = ./common/scripts/run.sh MAKE_DOCKER = $(RUN) make --no-print-directory -e -f Makefile.core.mk %: @$(MAKE_DOCKER) $@ default: @$(MAKE_DOCKER) shell: @$(RUN) /bin/bash .PHONY: default shell else
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 23 15:00:31 UTC 2024 - 2.3K bytes - Viewed (0) -
docs/language_names.yml
ky: Кыргызча la: latine lb: Lëtzebuergesch lg: Luganda li: Limburgs ln: Lingála lo: ພາສາ lt: lietuvių kalba lu: Tshiluba lv: latviešu valoda mg: fiteny malagasy mh: Kajin M̧ajeļ mi: te reo Māori mk: македонски јазик ml: മലയാളം mn: Монгол хэл mr: मराठी ms: Bahasa Malaysia mt: Malti my: ဗမာစာ na: Ekakairũ Naoero nb: Norsk bokmål nd: isiNdebele ne: नेपाली ng: Owambo nl: Nederlands
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Jan 22 19:42:53 UTC 2024 - 3.1K bytes - Viewed (0) -
.gitignore
# vi swap files .*.swp # vi backups *.bak # common backups *~ # python artifacts *.pyc # pilot pilot/pkg/kube/config pilot/pkg/proxy/envoy/envoy # lint lintconfig.gen.json .istiorc .istiorc.mk # codegen stuff bin/adapterlinter bin/protoc-gen-gogoslick* bin/protoc-min-version* bin/protoc-gen-docs* bin/testlinter bin/envvarlinter bin/istioctl *.orig # Avoid accidental istio.VERSION changes
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue May 21 21:20:01 UTC 2024 - 1.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/net/InternetDomainNameTest.java
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 15:41:36 UTC 2024 - 17.1K bytes - Viewed (0) -
CODEOWNERS
/.gitattributes @istio/wg-test-and-release-maintainers /.gitignore @istio/wg-test-and-release-maintainers /Makefile.core.mk @istio/wg-test-and-release-maintainers /bin/ @istio/wg-test-and-release-maintainers
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Apr 22 19:22:33 UTC 2024 - 7.2K bytes - Viewed (0) -
src/main/resources/fess_config.properties
et=et\n\ eu=eu\n\ fa=fa\n\ fi=fi\n\ fr=fr\n\ gl=gl\n\ gu=gu\n\ he=he\n\ hi=hi\n\ hr=hr\n\ hu=hu\n\ hy=hy\n\ id=id\n\ it=it\n\ ja=ja\n\ ko=ko\n\ lt=lt\n\ lv=lv\n\ mk=mk\n\ ml=ml\n\ nl=nl\n\ no=no\n\ pa=pa\n\ pl=pl\n\ pt=pt\n\ pt-br=pt-br\n\ pt_BR=pt-br\n\ ro=ro\n\ ru=ru\n\ si=si\n\ sq=sq\n\ sv=sv\n\ ta=ta\n\ te=te\n\ th=th\n\
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
protected static final String[] SUPPORTED_LANGUAGES = { "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "gu", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "lt", "lv", "mk", "ml", "nl", "no", "pa", "pl", "pt", "ro", "ru", "si", "sq", "sv", "ta", "te", "th", "tl", "tr", "uk", "ur", "vi", "zh-cn", "zh-tw" };
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Sat Oct 12 00:10:39 UTC 2024 - 19.4K bytes - Viewed (0)