Home
last modified time | relevance | path

Searched +defs:encoded +defs:string +defs:description (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/flate2-1.0.11/src/
H A Dmem.rs474 fn description(&self) -> &str { in description() method
492 fn description(&self) -> &str { in description() method
549 let string = "hello world".as_bytes(); in reset() localVariable
580 let string = "hello, hello!".as_bytes(); in set_dictionary_with_zlib_header() localVariable
583 let mut encoded = Vec::with_capacity(1024); in set_dictionary_with_zlib_header() localVariable
629 let string = "hello, hello!".as_bytes(); in set_dictionary_raw() localVariable
632 let mut encoded = Vec::with_capacity(1024); in set_dictionary_raw() localVariable
/dports/games/dose-response/dose-response-179c326/cargo-crates/flate2-1.0.12/src/
H A Dmem.rs474 fn description(&self) -> &str { in description() method
492 fn description(&self) -> &str { in description() method
549 let string = "hello world".as_bytes(); in reset() localVariable
580 let string = "hello, hello!".as_bytes(); in set_dictionary_with_zlib_header() localVariable
583 let mut encoded = Vec::with_capacity(1024); in set_dictionary_with_zlib_header() localVariable
629 let string = "hello, hello!".as_bytes(); in set_dictionary_raw() localVariable
632 let mut encoded = Vec::with_capacity(1024); in set_dictionary_raw() localVariable
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/flate2-1.0.13/src/
H A Dmem.rs474 fn description(&self) -> &str { in description() method
492 fn description(&self) -> &str { in description() method
549 let string = "hello world".as_bytes(); in reset() localVariable
580 let string = "hello, hello!".as_bytes(); in set_dictionary_with_zlib_header() localVariable
583 let mut encoded = Vec::with_capacity(1024); in set_dictionary_with_zlib_header() localVariable
629 let string = "hello, hello!".as_bytes(); in set_dictionary_raw() localVariable
632 let mut encoded = Vec::with_capacity(1024); in set_dictionary_raw() localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/flate2/src/
H A Dmem.rs474 fn description(&self) -> &str { in description() method
492 fn description(&self) -> &str { in description() method
549 let string = "hello world".as_bytes(); in reset() localVariable
580 let string = "hello, hello!".as_bytes(); in set_dictionary_with_zlib_header() localVariable
583 let mut encoded = Vec::with_capacity(1024); in set_dictionary_with_zlib_header() localVariable
629 let string = "hello, hello!".as_bytes(); in set_dictionary_raw() localVariable
632 let mut encoded = Vec::with_capacity(1024); in set_dictionary_raw() localVariable
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/flate2-1.0.11/src/
H A Dmem.rs474 fn description(&self) -> &str { in description() method
492 fn description(&self) -> &str { in description() method
549 let string = "hello world".as_bytes(); in reset() localVariable
580 let string = "hello, hello!".as_bytes(); in set_dictionary_with_zlib_header() localVariable
583 let mut encoded = Vec::with_capacity(1024); in set_dictionary_with_zlib_header() localVariable
629 let string = "hello, hello!".as_bytes(); in set_dictionary_raw() localVariable
632 let mut encoded = Vec::with_capacity(1024); in set_dictionary_raw() localVariable
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionProjectTemplate.cpp81 std::string description = error.getProperty("description"); in reportErrorsToConsole() local
90 inline Error protocolError(const std::string& description, in protocolError()
105 std::string description = "Unexpected widget type '" + type + "'"; in unexpectedWidgetType() local
133 std::string description = "Missing required field '" + field + "'"; in missingWidgetField() local
159 ProjectTemplateWidgetDescription description; in fromJson() local
196 ProjectTemplateDescription description; in fromJson() local
310 const std::map<std::string, std::string>& map, in populate()
345 std::string encoded; in populate() local
406 std::vector<Error> validate(const ProjectTemplateDescription& description, in validate()
458 for (const ProjectTemplateDescription& description : registry_[pkgName]) in toJson() local
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/export/metric/
H A Dmetric.go222 encoded string member
229 func NewLabels(ordered []core.KeyValue, encoded string, encoder LabelEncoder) Labels {
309 description string member
322 name string,
325 description string,
/dports/editors/xi-term/xi-term-d264767/cargo-crates/flate2-1.0.7/src/
H A Dmem.rs534 fn description(&self) -> &str { in description() method
552 fn description(&self) -> &str { in description() method
628 let string = "hello world".as_bytes(); in reset() localVariable
659 let string = "hello, hello!".as_bytes(); in set_dictionary_with_zlib_header() localVariable
662 let mut encoded = Vec::with_capacity(1024); in set_dictionary_with_zlib_header() localVariable
708 let string = "hello, hello!".as_bytes(); in set_dictionary_raw() localVariable
711 let mut encoded = Vec::with_capacity(1024); in set_dictionary_raw() localVariable
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/flate2-1.0.9/src/
H A Dmem.rs589 fn description(&self) -> &str { in description() method
607 fn description(&self) -> &str { in description() method
683 let string = "hello world".as_bytes(); in reset() localVariable
714 let string = "hello, hello!".as_bytes(); in set_dictionary_with_zlib_header() localVariable
717 let mut encoded = Vec::with_capacity(1024); in set_dictionary_with_zlib_header() localVariable
763 let string = "hello, hello!".as_bytes(); in set_dictionary_raw() localVariable
766 let mut encoded = Vec::with_capacity(1024); in set_dictionary_raw() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_png.cc115 static Status MaybeDecodeBase16(const char* key, const char* encoded, in MaybeDecodeBase16()
128 std::vector<char> description((encoded_end - encoded) + 1); in MaybeDecodeBase16() local
213 const std::string& encoded = std::string(header) + base16; in EncodeBase16() local
790 [](const std::string& key, const std::string& /*value*/) { in DecodeImagePNG()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_png.cc115 static Status MaybeDecodeBase16(const char* key, const char* encoded, in MaybeDecodeBase16()
128 std::vector<char> description((encoded_end - encoded) + 1); in MaybeDecodeBase16() local
213 const std::string& encoded = std::string(header) + base16; in EncodeBase16() local
790 [](const std::string& key, const std::string& /*value*/) { in DecodeImagePNG()
/dports/net/gsk/gsk-1.0.63/src/http/
H A Dgskhttpheader-output.c30 const char *description; member
91 GskHttpStatusDescription *description; in get_http_status_description() local
817 #define MAYBE_PRINT_TAG(string, tag) \ in gsk_http_header_print() argument
1032 char encoded[50 + GSK_BASE64_GET_ENCODED_LEN (16)]; in gsk_http_header_print() local
/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Did3tag.h147 char const *description; member
152 id3_byte_t *encoded; member
223 } string; member
/dports/graphics/py-imageio/imageio-2.9.0/imageio/plugins/
H A D_tifffile.py3103 description = '' variable in TiffPage
7966 def json_description_metadata(description): argument
8098 def svs_description_metadata(description): argument
8123 def stk_description_metadata(description): argument
8282 def decode_packbits(encoded): argument
8308 def decode_lzw(encoded): argument
8887 def matlabstr2py(string): argument
9043 def stripnull(string, null=b'\x00'): argument
9058 def stripascii(string): argument
9401 def isprintable(string): argument
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DGCode.cpp806 std::string encoded; in export_thumbnails_to_file() local
854 …auto append = [&extruder, &extruders](std::pair<std::string, unsigned int> &dst, const char *tmpl,… in update_print_stats_and_format_filament_stats()
2255 std::string GCode::extrude_loop(ExtrusionLoop loop, std::string description, double speed, std::uni… in extrude_loop()
2375 std::string GCode::extrude_multi_path(ExtrusionMultiPath multipath, std::string description, double… in extrude_multi_path()
2394 std::string GCode::extrude_entity(const ExtrusionEntity &entity, std::string description, double sp… in extrude_entity()
2407 std::string GCode::extrude_path(ExtrusionPath path, std::string description, double speed) in extrude_path()
2537 std::string GCode::_extrude(const ExtrusionPath &path, std::string description, double speed) in _extrude()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGlobalNinjaGenerator.cxx153 std::string encoded; in EncodeRuleName() local
347 std::string const& command, std::string const& description, in WriteCustomCommandBuild()
955 const std::string& makeProgram, const std::string& /*projectName*/, in GenerateBuildCommand()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGlobalNinjaGenerator.cxx153 std::string encoded; in EncodeRuleName() local
347 std::string const& command, std::string const& description, in WriteCustomCommandBuild()
955 const std::string& makeProgram, const std::string& /*projectName*/, in GenerateBuildCommand()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGlobalNinjaGenerator.cxx153 std::string encoded; in EncodeRuleName() local
347 std::string const& command, std::string const& description, in WriteCustomCommandBuild()
955 const std::string& makeProgram, const std::string& /*projectName*/, in GenerateBuildCommand()
/dports/graphics/py-tifffile/tifffile-2021.8.30/tifffile/
H A Dtifffile.py1192 description=None, argument
5674 description = '' variable in TiffPage
14800 def json_description_metadata(description): argument
14933 def svs_description_metadata(description): argument
14955 def stk_description_metadata(description): argument
15374 def packbits_decode(encoded, out=None): argument
15966 def matlabstr2py(string): argument
16124 def stripnull(string, null=b'\x00', first=True): argument
16151 def stripascii(string): argument
16547 def isprintable(string): argument
[all …]
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/iis/
H A Djk_isapi_plugin.c223 const char *description; member
1488 static int ap_regexec(const ap_regex_t *preg, const char *string, in ap_regexec()
3369 static int base64_encode_cert(char *encoded, in base64_encode_cert()
3370 const char *string, int len) in base64_encode_cert()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmonodoc.cs1050 …protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> c… in DoCommit()
1168 …protected internal override void DoCommit(System.Collections.Generic.IDictionary<string, string> c… in DoCommit()
1316 … public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { } in Commit()
1325 …protected internal abstract void DoCommit(System.Collections.Generic.IDictionary<string, string> c… in DoCommit()
1333 public void Flush(System.Collections.Generic.IDictionary<string, string> commitUserData) { } in Flush()
1431 … public void Commit(System.Collections.Generic.IDictionary<string, string> commitUserData) { } in Commit()
2428 public ComplexExplanation(bool match, float value_Renamed, string description) { } in ComplexExplanation()
2556 public Explanation(float value, string description) { } in Explanation()
4250 …public virtual void WriteStringStringMap(System.Collections.Generic.IDictionary<string, string> ma… in WriteStringStringMap()
4513 …public static string CollectionToString(System.Collections.Generic.IDictionary<string, string> c) … in CollectionToString()
[all …]
/dports/textproc/py-ufal.udpipe/ufal.udpipe-1.2.0.3/udpipe/
H A Dudpipe.cpp1498 explicit binary_decoder_error(const char* description) : runtime_error(description) {} in binary_decoder_error()
2267 bool model_morphodita_parsito::tag(sentence& s, const string& /*options*/, string& error) const { in tag() argument
14471 bool node_extractor::create(string_piece description, string& error) { in create()
14616 bool value_extractor::create(string_piece description, string& error) { in create()
16144 string description, error; in load() local
18454 input_format* input_format::new_horizontal_input_format(const string& /*options*/) { in new_horizontal_input_format()
18458 input_format* input_format::new_vertical_input_format(const string& /*options*/) { in new_vertical_input_format()
18661 void string(string_piece str) { in string() function in ufal::udpipe::output_format_epe::json_builder
18908 output_format* output_format::new_epe_output_format(const string& /*options*/) { in new_epe_output_format()
18912 output_format* output_format::new_matxin_output_format(const string& /*options*/) { in new_matxin_output_format()
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php2280 function textPath($string){}
24089 function http_chunked_decode($encoded){}
28808 function imap_8bit($string){}
28860 function imap_binary($string){}
29467 function imap_qprint($string){}
45542 function ord($string){}
57361 function sql_regcase($string){}
59520 function strlen($string){}
59647 function strrev($string){}
59804 function strtoupper($string){}
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php2280 function textPath($string){}
24089 function http_chunked_decode($encoded){}
28808 function imap_8bit($string){}
28860 function imap_binary($string){}
29467 function imap_qprint($string){}
45542 function ord($string){}
57361 function sql_regcase($string){}
59520 function strlen($string){}
59647 function strrev($string){}
59804 function strtoupper($string){}
[all …]
/dports/www/phalcon/cphalcon-3.4.5/build/php5/64bits/
H A Dphalcon.zep.c3251 #define ZEPHIR_ZVAL_MAYBE_INTERNED_STRING(pz, string) \ argument
11068 char *encoded; in zephir_base64_encode() local
11400 static void zephir_htmlspecialchars(zval *return_value, zval *string, zval *quoting, zval *charset … in zephir_htmlspecialchars()
11424 static void zephir_htmlentities(zval *return_value, zval *string, zval *quoting, zval *charset TSRM… in zephir_htmlentities()
110619 zval *name = NULL, *description = NULL; local
110748 zval *name = NULL, *description = NULL; local
149774 …= NULL, *context = NULL, *meta = NULL, *body = NULL, *backtrace = NULL, *encoded = NULL, *len = NU… local

12