Searched +full:stale +full:- +full:issue +full:- +full:message (Results 1 – 25 of 160) sorted by relevance
1234567
| /third_party/flatbuffers/.github/workflows/ |
| D | stale.yml | 1 name: Mark stale issues and pull requests 5 - cron: "30 20 * * *" 8 stale: 10 runs-on: ubuntu-latest 13 - uses: actions/stale@v3 15 repo-token: ${{ secrets.GITHUB_TOKEN }} 16 …stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. … 17 …stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Plea… 18 days-before-stale: 182 # 6 months 19 days-before-close: 14 [all …]
|
| /third_party/libphonenumber/migrator/ |
| D | README.md | 3 …-47 country code](https://countrycode.org/). If inputted numbers match any of the supported intern… 7 …ary can be used as either a [command line tool](#command-line-usage) or a [web application](#web-a… 9 ```Single Number Migration``` - input a single E.164 phone number with its corresponding BCP-47 cou… 11 ```File Migration``` - input a text file location with one E.164 number per line along with the BCP… 13 ```Custom Recipe Migration``` - specify a [custom recipe](#custom-recipe-migrations) file to use fo… 15 ```Migration Report``` - find all phone numbers in a given input that were migrated with given migr… 21 …-n, --number | -f, --file)``` - either the phone number input or file input for a given migration.… 23 ```-c, --countryCode``` - the BCP-47 country code that corresponds to the given phone number input.… 27 ```-r, --customRecipe``` - the path to a csv file containing custom migration recipes which follow … 29 …-e, --exportInvalidMigrations``` - the boolean command line flag specifying that text files create… [all …]
|
| /third_party/libphonenumber/migrator/migrator-servlet/src/main/webapp/ |
| D | index.jsp | 7 <%@ page contentType="text/html;charset=UTF-8" language="java" %> 9 …_NUMBERS_LINK = "https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-P… 14 …_LINK = "https://github.com/google/libphonenumber/blob/master/CONTRIBUTING.md#filing-a-code-issue"; 24 <link type="text/css" rel="stylesheet" href="/stylesheets/servlet-main.css" /> 31 const UNTOUCHED_INVALID = 'Invalid Non-migratable Numbers'; 105 const chart = new google.visualization.PieChart(document.getElementById('migration-chart')); 112 <div class="page-heading"> 116 …input as well as the corresponding BCP-47 <a href="<%=COUNTRY_CODE_LINK%>" target="_blank">country… 123 … Number Migration:</strong> input a single E.164 phone number with its corresponding BCP-47 country 128 …le Migration:</strong> input a text file containing one E.164 number per line along with the BCP-47 [all …]
|
| /third_party/mesa3d/docs/ |
| D | submittingpatches.rst | 7 ---------------- 9 - Patches should not mix code changes with code formatting changes 11 - Code patches should follow Mesa :doc:`coding 13 - Whenever possible, patches should only affect individual Mesa/Gallium 15 - Patches should never introduce build breaks and should be bisectable 17 - Patches should be properly :ref:`formatted <formatting>`. 18 - Patches should be sufficiently :ref:`tested <testing>` before 20 - Patches should be :ref:`submitted <submit>` via a merge request for 26 ---------------- 28 - Lines should be limited to 75 characters or less so that Git logs [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
| D | version.dart | 2 // Use of this source code is governed by a BSD-style license that can be 23 _frameworkRevision = _runGit('git log -n 1 --pretty=format:%H'); 64 final String channel = _runGit('git rev-parse --abbrev-ref --symbolic @{u}'); 66 if (slash != -1) { 68 _repositoryUrl = _runGit('git ls-remote --get-url $remote'); 89 return _frameworkAge ??= _runGit('git log -n 1 --pretty=format:%ar'); 114 // Flutter 1.10.2-pre.69 • channel master • https://github.com/flutter/flutter.git 115 // Framework • revision 340c158f32 (84 minutes ago) • 2018-10-26 11:27:22 -0400 117 // Tools • Dart 2.1.0 (build 2.1.0-dev.8.0 bf26f760b1) 140 '-n', [all …]
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.4.rst | 20 updates -- in such cases, end users will be much better served by partial 50 sufficient; the e-mail address isn't necessary. 55 :mod:`socket` module. (Contributed by P.Y. Developer in :issue:`12345`.) 70 :pep:`429` -- Python 3.4 Release Schedule 74 Summary -- Release Highlights 86 * :ref:`pip should always be available <whatsnew-pep-453>` (:pep:`453`). 87 * :ref:`Newly created file descriptors are non-inheritable <whatsnew-pep-446>` 89 * command line option for :ref:`isolated mode <whatsnew-isolated-mode>` 90 (:issue:`16499`). 91 * :ref:`improvements in the handling of codecs <codec-handling-improvements>` [all …]
|
| /third_party/python/Lib/importlib/ |
| D | _bootstrap_external.py | 1 """Core implementation of path-based import. 6 work. One should use importlib as the public-facing version of this module. 9 # IMPORTANT: Whenever making changes to this module, be sure to run a top-level 10 # `make regen-importlib` followed by `make` in order to get the frozen version 53 # Bootstrap-related code ###################################################### 68 …"""True if filenames must be checked case-insensitively and ignore environment flags are not set."… 72 """True if filenames must be checked case-insensitively.""" 80 """Convert a 32-bit integer to little-endian.""" 85 """Convert 4 bytes in little-endian to an integer.""" 90 """Convert 2 bytes in little-endian to an integer.""" [all …]
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.8.0a4.rst | 2 .. date: 2019-04-29-15-34-59 4 .. release date: 2019-05-06 7 Fixes mishandling of pre-normalization characters in urlsplit(). 12 .. date: 2019-04-10-08-53-30 13 .. nonce: 51E-DA 16 Address CVE-2019-9740 by disallowing URL paths with embedded whitespace or 24 .. date: 2019-01-17-10-03-48 37 .. date: 2019-04-25-21-02-40 47 .. date: 2019-04-16-11-56-12 48 .. nonce: aeSg-D [all …]
|
| /third_party/node/deps/npm/man/man7/ |
| D | config.7 | 3 \fBconfig\fR \- More than you probably want to know about npm configuration 9 Putting \fB\-\-foo bar\fP on the command line sets the \fBfoo\fP configuration 10 parameter to \fB"bar"\fP\|\. A \fB\-\-\fP argument tells the cli parser to stop 11 reading flags\. Using \fB\-\-flag\fP without specifying any value will set 14 Example: \fB\-\-flag1 \-\-flag2\fP will set both configuration parameters 15 to \fBtrue\fP, while \fB\-\-flag1 \-\-flag2 bar\fP will set \fBflag1\fP to \fBtrue\fP, 16 and \fBflag2\fP to \fBbar\fP\|\. Finally, \fB\-\-flag1 \-\-flag2 \-\- bar\fP will set 26 values are case\-insensitive, so \fBNPM_CONFIG_FOO=bar\fP will work the 30 For details see this issue \fIhttps://github\.com/npm/npm/issues/14528\fR\|\. 32 Notice that you need to use underscores instead of dashes, so \fB\-\-allow\-same\-version\fP [all …]
|
| /third_party/python/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /third_party/node/deps/npm/docs/content/using-npm/ |
| D | config.md | 1 --- 2 section: using-npm 5 --- 17 Putting `--foo bar` on the command line sets the `foo` configuration 18 parameter to `"bar"`. A `--` argument tells the cli parser to stop 19 reading flags. Using `--flag` without specifying any value will set 22 Example: `--flag1 --flag2` will set both configuration parameters 23 to `true`, while `--flag1 --flag2 bar` will set `flag1` to `true`, 24 and `flag2` to `bar`. Finally, `--flag1 --flag2 -- bar` will set 35 values are case-insensitive, so `NPM_CONFIG_FOO=bar` will work the [all …]
|
| /third_party/zlib/examples/ |
| D | gzlog.c | 31 foo.gz -- gzip file with the complete log 32 foo.add -- last message to append or last data to compress 33 foo.dict -- dictionary of the last 32K of data for next compression 34 foo.temp -- temporary dictionary file for compression after this one 35 foo.lock -- lock file for reading and writing the other files 36 foo.repairs -- log file for log file recovery operations (not compressed) 39 - fixed-length (no file name) header with extra field (see below) 40 - compressed data ending initially with empty stored block 41 - uncompressed data filling out originally empty stored block and 43 - gzip trailer [all …]
|
| /third_party/node/deps/cares/ |
| D | CHANGES | 1 Changelog for the c-ares project. Generated with git2changes.pl 6 - missed version 8 - 1.18.1 release prep 10 - ares_getaddrinfo() was returning the wrong size for ai_addrlen 19 - Windows: autotools force linking to iphlpapi 22 - [Gregor Jasny brought this change] 33 - replace Travis badge with Cirrus-CI badge 35 - c-ares 1.18.0 release prep 38 - [Jérôme Duval brought this change] 47 - valgrind: fix reported invalid read [all …]
|
| /third_party/python/Lib/ |
| D | socket.py | 12 socket() -- create a new socket object 13 socketpair() -- create a pair of new socket objects [*] 14 fromfd() -- create a socket object from an open file descriptor [*] 15 send_fds() -- Send file descriptor to the socket. 16 recv_fds() -- Recieve file descriptors from the socket. 17 fromshare() -- create a socket object from data received from socket.share() [*] 18 gethostname() -- return the current hostname 19 gethostbyname() -- map a hostname to its IP number 20 gethostbyaddr() -- map an IP number or hostname to DNS info 21 getservbyname() -- map a service name and a protocol name to a port number [all …]
|
| /third_party/gstreamer/gstplugins_good/gst/rtsp/ |
| D | gstrtspsrc.c | 18 * Boston, MA 02110-1301, USA. 44 * SECTION:element-rtspsrc 59 * "application/x-rtp" that can be connected to any available RTP depayloader 70 * If a RTP session times out then the rtspsrc will generate an element message 74 * The message's structure contains three fields: 78 * #gint `stream-number`: an internal identifier of the stream that timed out. 84 * gst-launch-1.0 rtspsrc location=rtsp://some.server/url ! fakesink 94 * a TEARDOWN. The workaround is to hook into the `before-send` signal and 115 #include "gst/gst-i18n-plugin.h" 126 GST_STATIC_CAPS ("application/x-rtp; application/x-rdt")); [all …]
|
| /third_party/ffmpeg/libavformat/ |
| D | http.c | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 68 /* Used if "Transfer-Encoding: chunked" otherwise -1. */ 85 int seekable; /**< Control seekability, 0 = disable, 1 = enable, -1 = probe. */ 97 …okies; ///< holds newline (\n) delimited Set-Cookie header field values (without the "Set… 114 /* -1 = try to send if applicable, 0 = always disabled, 1 = always enabled */ 137 …"control seekability of connection", OFFSET(seekable), AV_OPT_TYPE_BOOL, { .i64 = -1 }, -1, 1, D }, 138 …{ "chunked_post", "use chunked transfer-encoding for posts", OFFSET(chunked_post), AV_OPT_TYPE_BOO… 142 …{ "user_agent", "override User-Agent header", OFFSET(user_agent), AV_OPT_TYPE_STRING, { .str = DEF… 145 …{ "user-agent", "use the \"user_agent\" option instead", OFFSET(user_agent), AV_OPT_TYPE_STRING, {… 151 …{ "cookies", "set cookies to be sent in applicable future requests, use newline delimited Set-Cook… [all …]
|
| /third_party/python/Lib/asyncio/ |
| D | unix_events.py | 124 signal.set_wakeup_fd(-1) 126 logger.info('set_wakeup_fd(-1) failed: %s', nexc) 169 signal.set_wakeup_fd(-1) 171 logger.info('set_wakeup_fd(-1) failed: %s', exc) 302 logger.error('Unable to check or remove stale UNIX socket ' 310 # Let's improve the error message by adding 376 blocksize = count - total_sent 404 # one being 'file' is not a regular mmap(2)-like 441 if fd != -1: 553 def _fatal_error(self, exc, message='Fatal error on pipe transport'): argument [all …]
|
| D | base_events.py | 175 reordered.extend(addrinfos_lists[0][:first_address_family_count - 1]) 176 del addrinfos_lists[0][:first_address_family_count - 1] 188 # Issue #22429: run_forever() already finished, no need to 297 self._active_count -= 1 435 del task._source_traceback[-1] 496 """Write a byte to self-pipe, to wake up the event loop. 500 The subclass is responsible for implementing the self-pipe. 549 'message': f'an error occurred during closing of ' 611 with the same coroutine twice -- it would wrap it in two 623 # is no need to log the "destroy pending task" message [all …]
|
| /third_party/node/deps/npm/changelogs/ |
| D | CHANGELOG-1.md | 1 ### v1.4.29 (2015-10-29): 5 In a special one-off release as part of the [strategy to get a version of npm 16 npm WARN deprecated npm -g install npm@latest-2 20 npm WARN deprecated npm -g install npm@latest 29 npm WARN deprecated backwards-incompatible changes made to `npm run-script` and 33 The message basically tells the tale: Node 0.10 will finally be getting 45 Print 20-line deprecation banner on all command invocations. 51 ### v1.5.0-alpha-4 (2014-07-18): 61 ### v1.5.0-alpha-3 (2014-07-17): 64 `--save` scoped packages correctly ([@othiym23](https://github.com/othiym23)) [all …]
|
| /third_party/pulseaudio/man/ |
| D | pulseaudio.1.xml.in | 1 <?xml version="1.0"?><!--*-nxml-*--> 3 <?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?> 5 <!-- 20 --> 26 <cmd>pulseaudio <opt>--help</opt></cmd> 27 <cmd>pulseaudio <opt>--version</opt></cmd> 28 <cmd>pulseaudio <opt>--dump-conf</opt></cmd> 29 <cmd>pulseaudio <opt>--dump-modules</opt></cmd> 30 <cmd>pulseaudio <opt>--dump-resample-methods</opt></cmd> 31 <cmd>pulseaudio <opt>--cleanup-shm</opt></cmd> [all …]
|
| /third_party/libfuse/test/ |
| D | test_examples.py | 46 '-f', mnt_dir, '-o', ','.join(options) ] 48 # supports single-threading only 49 cmdline.append('-s') 55 name, mnt_dir, '-o', ','.join(options) ] 105 open(filename + 'does-not-exist', 'r+') 120 output_checker.register_output(r'^ unique: [0-9]+, error: -[0-9]+ .+$', 124 output_checker.register_output(r"^ \d\d \[[^\]]+ message: 'No error: 0'\]", 133 '--plus', '-f', mnt_dir ] 137 '-f', mnt_dir ] 139 cmdline.append('-d') [all …]
|
| /third_party/pulseaudio/po/ |
| D | zh_TW.po | 5 # Cheng-Chia Tseng <pswo10680@gmail.com>, 2010, 2012. 9 "Project-Id-Version: PulseAudio Volume Control\n" 10 "Report-Msgid-Bugs-To: pulseaudio-discuss (at) lists (dot) freedesktop (dot)" 12 "POT-Creation-Date: 2020-01-11 13:44+0800\n" 13 "PO-Revision-Date: 2020-01-11 13:49+0800\n" 14 "Last-Translator: pan93412 <pan93412@gmail.com>\n" 15 "Language-Team: Chinese <zh-l10n@lists.linux.org.tw>\n" 17 "MIME-Version: 1.0\n" 18 "Content-Type: text/plain; charset=UTF-8\n" 19 "Content-Transfer-Encoding: 8bit\n" [all …]
|
| D | bg.po | 4 "Project-Id-Version: PACKAGE VERSION\n" 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2015-10-06 16:57+0200\n" 7 "PO-Revision-Date: 2020-10-15 21:30+0000\n" 8 "Last-Translator: Emanuil Novachev <em.novachev@gmail.com>\n" 9 "Language-Team: Bulgarian <https://translate.fedoraproject.org/projects/" 12 "MIME-Version: 1.0\n" 13 "Content-Type: text/plain; charset=UTF-8\n" 14 "Content-Transfer-Encoding: 8bit\n" 15 "Plural-Forms: nplurals=2; plural=n != 1;\n" [all …]
|
| /third_party/NuttX/ |
| D | ReleaseNotes | 14 "nuttx-6.27"). 16 NuttX-0.1.0 17 ----------- 23 This release has been verified on both the Linux user-mode and C5471 25 for the C5471 can be found in arch/c5471/doc/test-results.txt. 29 NuttX-0.1.1 30 ----------- 42 This release has been verified on the Linux user-mode platform, the 51 NuttX-0.1.2 52 ----------- [all …]
|
| /third_party/json/ |
| D | README.md | 3 [](https://app.travis-ci… 9 …tps://scan.coverity.com/projects/5550/badge.svg)](https://scan.coverity.com/projects/nlohmann-json) 12 … Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/json.svg)](https://bugs.chromiu… 13 [](https://wandbox.org/permlink/3lCH… 14 [](https://nlohmann.github.io/j… 15 [](https://raw.githubuserconten… 19 …issue](https://isitmaintained.com/badge/resolution/nlohmann/json.svg)](https://isitmaintained.com/… 21 [](https://github.com/sponso… 23 - [Design goals](#design-goals) 24 - [Sponsors](#sponsors) [all …]
|
1234567