| /third_party/ncurses/test/ |
| D | bs.6 | 5 .\" Permission is hereby granted, free of charge, to any person obtaining a * 7 .\" "Software"), to deal in the Software without restriction, including * 8 .\" without limitation the rights to use, copy, modify, merge, publish, * 10 .\" copies of the Software, and to permit persons to whom the Software is * 11 .\" furnished to do so, subject to the following conditions: * 17 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 25 .\" holders shall not be used in advertising or otherwise to promote the * 31 .TH BATTLESHIPS 6 2021-06-17 ncurses-examples Games 33 bs \- battleships game 35 battle [ -b | -s ] [ -c ] [all …]
|
| D | bs.c | 2 * Copyright 2018-2022,2023 Thomas E. Dickey * 3 * Copyright 1998-2016,2017 Free Software Foundation, Inc. * 5 * Permission is hereby granted, free of charge, to any person obtaining a * 7 * "Software"), to deal in the Software without restriction, including * 8 * without limitation the rights to use, copy, modify, merge, publish, * 10 * copies of the Software, and to permit persons to whom the Software is * 11 * furnished to do so, subject to the following conditions: * 17 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 25 * holders shall not be used in advertising or otherwise to promote the * 30 * bs.c - original author: Bruce Holloway [all …]
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/support_for_export_type/models/ |
| D | factory.ts | 7 * http://www.apache.org/licenses/LICENSE-2.0 9 * Unless required by applicable law or agreed to in writing, software 30 ship = 'ship'; property in ShipString 33 return this.ship.toUpperCase();
|
| /third_party/libexif/ |
| D | Makefile.am | 3 # Copyright (c) 2001-2020 Lutz Mueller <lutz@users.sourceforge.net>, et. al. 4 # SPDX-License-Identifier: LGPL-2.0-or-later 6 SUBDIRS = m4m po libexif test doc binary-dist contrib 8 EXTRA_DIST = @PACKAGE_TARNAME@.spec README-Win32.txt 15 noinst_DATA = libexif-uninstalled.pc 16 EXTRA_DIST += libexif-uninstalled.pc.in 18 ACLOCAL_AMFLAGS = -I auto-m4 -I m4m 21 doc_DATA = README AUTHORS NEWS ChangeLog ABOUT-NLS COPYING SECURITY.md 29 # If present, ship ChangeLog.git in source tarball. 30 # If not present, don't ship it. [all …]
|
| D | configure.ac | 3 dnl Copyright (c) 2001-2022 Lutz Mueller <lutz@users.sourceforge.net>, et. al. 4 dnl SPDX-License-Identifier: LGPL-2.0-or-later 9 [libexif-devel@lists.sourceforge.net], 12 AC_CONFIG_SRCDIR([libexif/exif-data.h]) 14 AC_CONFIG_MACRO_DIR([auto-m4]) 16 -Wall 19 dist-xz 20 dist-bzip2 21 dist-zip 22 check-news [all …]
|
| D | README-Win32.txt | 3 * the binary DLL in the subdirectory binary-dist/bin/ 4 * the include files in the subdirectory binary-dist/include/ 9 This seems to be the Windows way of doing things. 22 Something neat to do is to use a MinGW32 cross compiler on a Unix 25 ./configure --host=i586-mingw32msvc --disable-nls 29 If you want to build a combined source/binary distribution tarball/zipfile, 30 then add the --enable-ship-binaries option to the ./configure command line.
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/contextually_typed_expressions/ |
| D | contextually_typed_expressions_7.ts | 7 * http://www.apache.org/licenses/LICENSE-2.0 9 * Unless required by applicable law or agreed to in writing, software 15 /**--- 22 ---*/ 47 c.f.push('ship') 48 Assert.equal(c.f, 'develop,test,ship');
|
| /third_party/skia/third_party/externals/opengl-registry/docs/ |
| D | promoting.html | 10 <p> <i>Promoting</i> an extension refers to moving it from single-vendor 11 to multi-vendor or ARB-approved status, usually by changing the vendor 12 tag attached to the extension name string, enumerants and API entry 14 licensees want to support it. This document describes the steps to 26 to freeze the definition of the extension, and that what you ship is 27 identical in behavior to what the original vendor is shipping. Shipping 28 what appears to be the "same" extension while implementing different 29 behavior on multiple platforms is a great disservice to ISVs trying to 30 use extensions, and to OpenGL in general. 32 <p> <b>Do not</b>, under any circumstances, ship an extension defined by [all …]
|
| /third_party/openGLES/docs/ |
| D | promoting.html | 10 <p> <i>Promoting</i> an extension refers to moving it from single-vendor 11 to multi-vendor or ARB-approved status, usually by changing the vendor 12 tag attached to the extension name string, enumerants and API entry 14 licensees want to support it. This document describes the steps to 26 to freeze the definition of the extension, and that what you ship is 27 identical in behavior to what the original vendor is shipping. Shipping 28 what appears to be the "same" extension while implementing different 29 behavior on multiple platforms is a great disservice to ISVs trying to 30 use extensions, and to OpenGL in general. 32 <p> <b>Do not</b>, under any circumstances, ship an extension defined by [all …]
|
| /third_party/python/Tools/freeze/ |
| D | README | 8 --------------- 10 Freeze make it possible to ship arbitrary Python programs to people 18 the Python run-time. Some measures have been taken to avoid linking 22 written in Python that it uses) is not included in the binary -- 23 instead, the compiled byte-code (the instruction stream used 25 protection of your Python source code, though not much -- a 26 disassembler for Python byte-code is available in the standard Python 31 How does Freeze know which modules to include? 32 ---------------------------------------------- 34 Previous versions of Freeze used a pretty simple-minded algorithm to [all …]
|
| /third_party/ncurses/ncurses/tinfo/ |
| D | lib_print.c | 2 * Copyright 2018-2021,2023 Thomas E. Dickey * 3 * Copyright 1998-2011,2012 Free Software Foundation, Inc. * 5 * Permission is hereby granted, free of charge, to any person obtaining a * 7 * "Software"), to deal in the Software without restriction, including * 8 * without limitation the rights to use, copy, modify, merge, publish, * 10 * copies of the Software, and to permit persons to whom the Software is * 11 * furnished to do so, subject to the following conditions: * 17 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 25 * holders shall not be used in advertising or otherwise to promote the * 31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * [all …]
|
| /third_party/PyYAML/tests/legacy_tests/data/ |
| D | spec-02-27.data | 1 --- !<tag:clarkevans.com,2002:invoice> 3 date : 2001-01-23 4 bill-to: &id001 14 ship-to: *id001 16 - sku : BL394D 20 - sku : BL4438H 29 Billsmer @ 338-4338.
|
| /third_party/rust/rust/src/doc/rustc/src/platform-support/ |
| D | mips64-openwrt-linux-musl.md | 1 # `mips64-openwrt-linux-musl` 5 - Donald Hoskins `grommish@gmail.com`, https://github.com/Itus-Shield 8 This target is cross-compiled. There is no support for `std`. There is no 9 default allocator, but it's possible to use `alloc` by supplying an allocator. 11 By default, Rust code generated for this target uses `-msoft-float` and is 18 the `rust-lang` HOST package 21 Rust does not yet ship pre-compiled artifacts for this target. To compile for 22 this target, you will either need to build Rust with the target enabled (see 26 As `mips64-openwrt-linux-musl` supports a variety of different environments and does
|
| D | mipsel-sony-psx.md | 1 # mipsel-sony-psx 13 This target is cross-compiled. 22 build-stage = 1 23 target = ["mipsel-sony-psx"] 26 ## Cross-compilation 28 This target can be cross-compiled from any host. 32 Currently there is no support to run the rustc test suite for this target. 36 Since it is Tier 3, rust doesn't ship pre-compiled artifacts for this target. 38 Just use the `build-std` nightly cargo feature to build the `core` and `alloc` libraries: 40 cargo build -Zbuild-std=core,alloc --target mipsel-sony-psx [all …]
|
| /third_party/skia/m133/bazel/rbe/gce_linux/cc/ |
| D | cc_wrapper.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 11 # Unless required by applicable law or agreed to in writing, software 17 # Ship the environment to the C++ action 19 set -eu 21 # Set-up the environment 25 /usr/lib/llvm-11/bin/clang "$@"
|
| /third_party/lz4/contrib/snap/ |
| D | README.md | 2 -------------- 4 This directory contains the config required to generate a snap package 5 of lz4. Snaps are universal Linux packages that allow you to easily 6 build your application from any source and ship it to any Linux 7 distribution by publishing it to https://snapcraft.io/. A key attribute 15 * ensure snap.snapcraft.yaml is up-to-date e.g. with version info 19 * push snap/* changes to the repo (excluding any crud generated by a build of course) 23 * publish new snap to the snap store 27 * all installed copies of lz4 will be automatically updated to your new version
|
| /third_party/skia/m133/tools/viewer/ |
| D | ShipSlide.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 30 canvas->drawAtlas(atlas, xform, tex, colors, count, SkBlendMode::kModulate, sampling, in draw_atlas() 41 canvas->save(); in draw_atlas_sim() 42 canvas->concat(matrix); in draw_atlas_sim() 43 canvas->drawImageRect(atlas, tex[i], tex[i].makeOffset(-tex[i].x(), -tex[i].y()), in draw_atlas_sim() 45 canvas->restore(); in draw_atlas_sim() 58 fAtlas = ToolUtils::GetResourceAsImage("images/ship.png"); in load() 60 SkDebugf("\nCould not decode file ship.png. Falling back to penguin mode.\n"); in load() 64 " to set the resourcePath?\n"); in load() 69 SkScalar anchorX = fAtlas->width()*0.5f; in load() [all …]
|
| /third_party/skia/samplecode/ |
| D | SampleShip.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 29 canvas->drawAtlas(atlas, xform, tex, colors, count, SkBlendMode::kModulate, sampling, in draw_atlas() 40 canvas->save(); in draw_atlas_sim() 41 canvas->concat(matrix); in draw_atlas_sim() 42 canvas->drawImageRect(atlas, tex[i], tex[i].makeOffset(-tex[i].x(), -tex[i].y()), in draw_atlas_sim() 44 canvas->restore(); in draw_atlas_sim() 52 fAtlas = GetResourceAsImage("images/ship.png"); in DrawShipView() 54 SkDebugf("\nCould not decode file ship.png. Falling back to penguin mode.\n"); in DrawShipView() 58 " to set the resourcePath?\n"); in DrawShipView() 63 SkScalar anchorX = fAtlas->width()*0.5f; in DrawShipView() [all …]
|
| /third_party/tex-hyphen/TL/tlpkg/tlpsrc/ |
| D | hyphen-esperanto.tlpsrc | 2 depend hyphen-base 3 depend hyph-utf8 5 longdesc Hyphenation patterns for Esperanto ISO Latin 3 and UTF-8 encodings. 6 longdesc Note that TeX distributions don't ship any suitable fonts in Latin 3 7 longdesc encoding, so unless you create your own font support or want to use 13 file=loadhyph-eo.tex \ 14 file_patterns=hyph-eo.pat.txt \ 16 runpattern f texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-eo.tex 17 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/ptex/hyph-eo.il3.tex 18 runpattern f texmf-dist/tex/generic/hyph-utf8/patterns/tex/hyph-eo.tex [all …]
|
| /third_party/skia/m133/example/external_client/src/ |
| D | shape_text.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 37 "The ship settled down on the scarred blast shield, beside the same trio " 41 "As soon as the tube was disconnected, the ship screamed off through the " 42 "murky atmosphere, seemingly glad to get away from Titan and head back to " 69 *familyName = SkString("the-only-font-I-have"); in onGetFamilyName() 129 sk_sp<SkTypeface> face = mgr->makeFromData(font_data); in main() 143 fontCollection->setDefaultFontManager(one_mgr); in main() 148 SkCanvas* canvas = surface->getCanvas(); in main() 149 canvas->clear(SK_ColorWHITE); in main() 157 style.setFontFamilies({SkString("sans-serif")}); in main() [all …]
|
| /third_party/protobuf/third_party/abseil-cpp/absl/strings/internal/ |
| D | pow10_helper.h | 8 // https://www.apache.org/licenses/LICENSE-2.0 10 // Unless required by applicable law or agreed to in writing, software 16 // This test helper library contains a table of powers of 10, to guarantee 18 // on the pow() function, because not all standard libraries ship a version 32 // double to the exact value, rounding to nearest-even in the (single) case of
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | pow10_helper.h | 8 // https://www.apache.org/licenses/LICENSE-2.0 10 // Unless required by applicable law or agreed to in writing, software 16 // This test helper library contains a table of powers of 10, to guarantee 18 // on the pow() function, because not all standard libraries ship a version 32 // double to the exact value, rounding to nearest-even in the (single) case of
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/support_for_export_type/ |
| D | support_for_export_type_6.ts | 7 * http://www.apache.org/licenses/LICENSE-2.0 9 * Unless required by applicable law or agreed to in writing, software 15 /**--- 17 TypeScript 5.0 support for export * from "module" re-exports. 20 ---*/ 30 Assert.equal(myShipString.toUpper(), 'SHIP');
|
| /third_party/grpc/third_party/toolchains/rbe_ubuntu2004_bazel7/cc/ |
| D | cc_wrapper.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 11 # Unless required by applicable law or agreed to in writing, software 17 # Ship the environment to the C++ action 19 set -eu 24 local -r opt="$1" 27 elif [[ "$opt" = "-o" ]]; then 35 if [[ "$i" = @* && -r "${i:1}" ]]; then 36 while IFS= read -r opt 45 # Set-up the environment 49 /usr/local/bin/clang-19 "$@" [all …]
|
| /third_party/tex-hyphen/ |
| D | README.Norwegian | 4 history dates back to the 19th century during the Danish occupation. The most 6 both official languages of Norway. The ISO 639-1 code are ‘nb’ for bokmål and 7 ‘nn’ for nynorsk. There is also a ISO 639-1 code for “Norwegian”, ‘no’. 14 actually: in bokmål, attende and betre are hyphenated at-ten-de and be-tre, 15 whereas in nynorsk it's att-en-de and bet-re. With the current patterns for 16 “Norwegian” (nohyphbx.tex), though, they are hyphenated atten-de and betre, 22 the successor to the norsk patterns, and ship the nynorsk patterns in addition 23 to this. We thus can use the following definitions in language.no.dat: 25 norsk loadhyph-nb.tex 28 nynorsk loadhyph-nn.tex [all …]
|