234 - generated_title = generate_title_task, 235 - translated_titles = track_titles.map(lambda x: x["title"])) 236 - 237 - index_words = generate_search_index(index_raw_data, languages=lang_source) # TODO: index_raw_data may contain multiple languages 231 + track_metadata=metada...
14 、This approach lets the user move or reformat generated code without interfering with the method-matching process.───这种方法使用户能够对生成的代码进行移动和对格式进行重新调整,而不会影响到方法匹配过程。 15 、Use the "page set up" function in your word processing software to select the ...
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -78,10 +76,10 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect...
Further, with the help of data lifetime analysis of run-time buffers, we can pinpoint the memory locations that contain the decrypted message generated from the first phase and are later accessed in the second phase. We have developed a prototype and evaluated it with several real-world ...
Further, we observe that decrypted messages are first generated from the message decryption phase and then processed in the normal protocol processing phase. Based on this observation, we can accordingly perform data lifetime analysis of run-time buffers that are generated from the message decryption...
Add missing serialVersionUID field for Serializable classesThe classclass Class implements Serializablewill get a new fieldprivate static final long serialVersionUIDwith generated serial version uid Remove unnecessary this to field and methodThe access to instance fieldthis.field = 0becomesfield = 0, ...
Supports configurable, Eclipse like, save actions, including "optimize imports", "reformat code", "rearrange code", "compile file" and some quick fixes like "add / remove 'this' qualifier", etc. The plugin executes the configured actions when the file is synchronised (or saved) on disk. ...
845 889 # that such a __hash__ == None was not auto-generated, but it 846 890 # close enough. 847 - class_hash = cls.__dict__.get('__hash__', MISSING) 848 - has_explicit_hash = not (class_hash is MISSING or 849 - (class_hash is None and '__eq__' in cls.__...
1 change: 1 addition & 0 deletions 1 dist/bundle.js Load diff Some generated files are not rendered by default. Learn more about how customized files appear on GitHub. Binary file added BIN +9.44 KB dist/favicon.ico Binary file not shown. 1 change: 1 addition & 0 deletions 1 ...
Load diff Some generated files are not rendered by default. Learn more about how customized files appear on GitHub. 59 changes: 42 additions & 17 deletions 59 fuzz/src/lib.rs Original file line numberDiff line numberDiff line change @@ -4,13 +4,15 @@ use std::convert::TryInto; ...