Home
last modified time | relevance | path

Searched refs:use_bytes (Results 1 – 25 of 48) sorted by relevance

12

/dports/misc/py-powerline-status/powerline-2.8.2/tests/test_python/
H A Dtest_watcher.py33 for btn, use_bytes in byte_tests:
34 def test_inotify_file_watcher(self, use_bytes=use_bytes): argument
41 def test_uv_file_watcher(self, use_bytes=use_bytes): argument
49 def test_inotify_tree_watcher(self, use_bytes=use_bytes): argument
56 def test_uv_tree_watcher(self, use_bytes=use_bytes): argument
64 def test_inotify_file_watcher_is_watching(self, use_bytes=use_bytes): argument
71 def test_stat_file_watcher_is_watching(self, use_bytes=use_bytes): argument
75 def test_uv_file_watcher_is_watching(self, use_bytes=use_bytes): argument
104 if use_bytes:
157 if use_bytes:
[all …]
/dports/devel/py-lark-parser/lark-parser-0.12.0/lark/
H A Dcommon.py14 … ignore=(), postlex=None, callbacks=None, g_regex_flags=0, skip_validation=False, use_bytes=False): argument
24 self.use_bytes = use_bytes
44 deepcopy(self.use_bytes, memo),
H A Dlexer.py243 def _create_unless(terminals, g_regex_flags, re_, use_bytes): argument
259 ….name] = UnlessCallback(Scanner(unless, g_regex_flags, re_, match_whole=True, use_bytes=use_bytes))
267 def __init__(self, terminals, g_regex_flags, re_, use_bytes, match_whole=False): argument
271 self.use_bytes = use_bytes
286 if self.use_bytes:
358 self.use_bytes = conf.use_bytes
364 …minals, self.callback = _create_unless(self.terminals, self.g_regex_flags, self.re, self.use_bytes)
374 self._scanner = Scanner(terminals, self.g_regex_flags, self.re, self.use_bytes)
H A Dlark.py252 if self.options.use_bytes:
255 if sys.version_info[0] == 2 and self.options.use_bytes != 'force':
376 … self.options.lexer_callbacks, self.options.g_regex_flags, use_bytes=self.options.use_bytes
445 lexer_conf.use_bytes = options.use_bytes
H A Dparser_frontends.py182 if lexer_conf.use_bytes:
/dports/devel/p5-Filter-Template/Filter-Template-1.043/lib/Filter/Template/
H A DUseBytes.pm27 template use_bytes {
31 template use_bytes {
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DPacketBuffer.cpp174 qreal PacketBuffer::calc_speed(bool use_bytes) const in calc_speed()
182 …const qint64 delta = use_bytes ? m_history.back().bytes - m_history.front().bytes : m_history.back… in calc_speed()
184 qWarning("PacketBuffer internal error. delta(bytes %d): %lld", use_bytes, delta); in calc_speed()
H A DPacketBuffer.h93 qreal calc_speed(bool use_bytes) const;
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/xml/util/
H A DXUXmlWriter.java461 boolean use_bytes = true; in writeLocalisableTag()
472 use_bytes = false; in writeLocalisableTag()
477 writeLineRaw( "<" + tag + " encoding=\""+(use_bytes?"bytes":"utf8") + "\">" + in writeLocalisableTag()
478 (use_bytes?encodeBytes( content ):escapeXML(utf_string)) + "</" + tag + ">" ); in writeLocalisableTag()
/dports/devel/p5-Filter-Template/Filter-Template-1.043/t/
H A D02_usebytes.t18 {% use_bytes %}
/dports/devel/py-lark-parser/lark-parser-0.12.0/lark-stubs/
H A Dlark.pyi41 use_bytes: bool
85 use_bytes: bool = False,
H A Dlexer.pyi113 use_bytes: bool = False
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dbase64_convert.c313 size_t use_bytes=3; in actual_base64_to_base64_conv() local
321 --use_bytes; in actual_base64_to_base64_conv()
323 --use_bytes; in actual_base64_to_base64_conv()
330 encode(Tmp, use_bytes, Tmp2, flags); in actual_base64_to_base64_conv()
358 size_t len_left = strlen(cpi), use_bytes=3, this_len=4; in actual_hex_to_base64_conv() local
364 --use_bytes; in actual_hex_to_base64_conv()
367 --use_bytes; in actual_hex_to_base64_conv()
372 encode(Tmp, use_bytes, Tmp2, flags); in actual_hex_to_base64_conv()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dshutil.py1384 use_bytes = isinstance(cmd, bytes)
1401 if use_bytes:
1411 if use_bytes:
1420 if use_bytes:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dshutil.py1384 use_bytes = isinstance(cmd, bytes)
1401 if use_bytes:
1411 if use_bytes:
1420 if use_bytes:
/dports/lang/python310/Python-3.10.1/Lib/
H A Dshutil.py1406 use_bytes = isinstance(cmd, bytes)
1423 if use_bytes:
1433 if use_bytes:
1442 if use_bytes:
/dports/lang/python38/Python-3.8.12/Lib/
H A Dshutil.py1384 use_bytes = isinstance(cmd, bytes)
1401 if use_bytes:
1411 if use_bytes:
1420 if use_bytes:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dshutil.py1384 use_bytes = isinstance(cmd, bytes)
1401 if use_bytes:
1411 if use_bytes:
1420 if use_bytes:
/dports/lang/python39/Python-3.9.9/Lib/
H A Dshutil.py1404 use_bytes = isinstance(cmd, bytes)
1421 if use_bytes:
1431 if use_bytes:
1440 if use_bytes:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dshutil.py1384 use_bytes = isinstance(cmd, bytes)
1401 if use_bytes:
1411 if use_bytes:
1420 if use_bytes:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dshutil.py1408 use_bytes = isinstance(cmd, bytes)
1425 if use_bytes:
1435 if use_bytes:
1444 if use_bytes:
/dports/devel/p5-Filter-Template/Filter-Template-1.043/
H A DREADME143 versions of a {% use_bytes %} macro depending whether the "bytes" pragma
148 example, this invocation imports the "use_bytes" template:
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dosutils.py972 use_bytes = isinstance(p, bytes)
976 if use_bytes:
981 if use_bytes:
986 if use_bytes:
/dports/lang/perl5.30/perl-5.30.3/dist/Storable/
H A DStorable.xs407 int use_bytes; /* whether to bytes-ify utf8 */ member
1830 cxt->use_bytes = -1; /* Fetched from perl if needed */ in init_retrieve_context()
1883 cxt->use_bytes = -1; /* Fetched from perl if needed */ in clean_retrieve_context()
5804 if (cxt->use_bytes < 0) in get_lstring()
5805 cxt->use_bytes in get_lstring()
5808 if (cxt->use_bytes == 0) in get_lstring()
6621 if (cxt->use_bytes < 0) in retrieve_flag_hash()
6622 cxt->use_bytes in retrieve_flag_hash()
6625 if (cxt->use_bytes == 0) in retrieve_flag_hash()
/dports/lang/perl5.32/perl-5.32.1/dist/Storable/
H A DStorable.xs413 int use_bytes; /* whether to bytes-ify utf8 */ member
1836 cxt->use_bytes = -1; /* Fetched from perl if needed */ in init_retrieve_context()
1889 cxt->use_bytes = -1; /* Fetched from perl if needed */ in clean_retrieve_context()
5816 if (cxt->use_bytes < 0) in get_lstring()
5817 cxt->use_bytes in get_lstring()
5820 if (cxt->use_bytes == 0) in get_lstring()
6640 if (cxt->use_bytes < 0) in retrieve_flag_hash()
6641 cxt->use_bytes in retrieve_flag_hash()
6644 if (cxt->use_bytes == 0) in retrieve_flag_hash()

12