Home
last modified time | relevance | path

Searched refs:position_marker (Results 1 – 3 of 3) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/diff/
H A Dfile.rb54 def position(position_marker, position_type: :text) argument
65 data.merge!(text_position_properties(position_marker))
67 data.merge!(image_position_properties(position_marker))
/dports/security/hashcat/hashcat-6.2.5/src/modules/
H A Dmodule_15400.c148 const u8 *position_marker = token.buf[1]; in module_hash_decode() local
150 chacha20->position[0] = hex_to_u32 ((const u8 *) position_marker + 0); in module_hash_decode()
151 chacha20->position[1] = hex_to_u32 ((const u8 *) position_marker + 8); in module_hash_decode()
/dports/devel/py-demjson/demjson-2.2.4/
H A Ddemjson.py1447 class position_marker(object): class
1618 self.__pos = position_marker()