Home
last modified time | relevance | path

Searched defs:raw (Results 1 – 25 of 7750) sorted by relevance

12345678910>>...310

/dports/graphics/darktable/darktable-3.6.1/
H A DREADME.md58 ### Hardware
78 ### Latest release
139 ### Dependencies
176 #### OpenSuse
181 #### Ubuntu
190 #### Debian
257 ### Compile
259 #### Easy way
286 #### Manual way
300 ##### Windows
[all …]
/dports/graphics/darktable38/darktable-3.8.0/
H A DREADME.md66 ### Hardware
86 ### Latest release
147 ### Dependencies
187 #### OpenSuse
193 #### Ubuntu
205 #### Debian
273 ### Compile
275 #### Easy way
302 #### Manual way
316 ##### Windows
[all …]
/dports/graphics/py-rawkit/rawkit-0.6.0/tests/unit/
H A Draw_test.py23 def raw(input_file): function
50 def test_create(raw, input_file): argument
67 def test_unpack(raw): argument
72 def test_unpack_twice(raw): argument
78 def test_unpack_thumb(raw): argument
83 def test_unpack_thumb_twice(raw): argument
120 def test_save_no_filename(raw): argument
125 def test_save_ppm(raw, output_file): argument
130 def test_save_tiff(raw, output_file): argument
172 def test_save_thumb_no_filename(raw): argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/api_authentication/
H A Dtoken_resolver.rb45 def resolve(raw) argument
93 def resolve_job_token_with_username(raw) argument
102 def resolve_deploy_token_with_username(raw) argument
115 def resolve_personal_access_token(raw) argument
121 def resolve_job_token(raw) argument
127 def resolve_deploy_token(raw) argument
144 def resolve_deploy_token_from_jwt(raw) argument
152 def resolve_job_token_from_jwt(raw) argument
167 def with_deploy_token(raw, &block) argument
174 def with_job_token(raw, &block) argument
[all …]
/dports/net/l2tpd/l2tpd-0.69/
H A Davpsend.c31 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_message_type_avp() local
42 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_protocol_avp() local
53 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_frame_caps_avp() local
65 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_bearer_caps_avp() local
79 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_firmware_avp() local
103 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_hostname_avp() local
114 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_vendor_avp() local
125 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_tunnelid_avp() local
136 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_avp_rws() local
147 _u16 *raw = (_u16 *) (buf->start + buf->len); in add_challenge_avp() local
[all …]
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DSource.cs75 static extern int g_source_get_priority(IntPtr raw); in g_source_get_priority()
92 static extern IntPtr g_source_get_name(IntPtr raw); in g_source_get_name()
180 static extern uint g_source_get_id(IntPtr raw); in g_source_get_id()
208 static extern long g_source_get_time(IntPtr raw); in g_source_get_time()
334 public Source(IntPtr raw) : base(raw) {} in Source()
348 static extern IntPtr g_source_ref(IntPtr raw); in g_source_ref()
350 protected override void Ref (IntPtr raw) in Ref()
359 static extern void g_source_unref(IntPtr raw); in g_source_unref()
361 protected override void Unref (IntPtr raw) in Unref()
370 static extern void g_source_destroy(IntPtr raw); in g_source_destroy()
[all …]
H A DDate.cs26 static extern void g_date_add_days(IntPtr raw, uint n_days); in g_date_add_days()
79 static extern byte g_date_get_day(IntPtr raw); in g_date_get_day()
96 static extern uint g_date_get_day_of_year(IntPtr raw); in g_date_get_day_of_year()
118 static extern uint g_date_get_julian(IntPtr raw); in g_date_get_julian()
146 static extern int g_date_get_month(IntPtr raw); in g_date_get_month()
174 static extern int g_date_get_weekday(IntPtr raw); in g_date_get_weekday()
185 static extern ushort g_date_get_year(IntPtr raw); in g_date_get_year()
308 static extern bool g_date_valid(IntPtr raw); in g_date_valid()
419 public Date(IntPtr raw) : base(raw) {} in Date()
446 static extern void g_date_free(IntPtr raw); in g_date_free()
[all …]
H A DDateTime.cs160 static extern int g_date_time_get_hour(IntPtr raw); in g_date_time_get_hour()
182 static extern int g_date_time_get_minute(IntPtr raw); in g_date_time_get_minute()
193 static extern int g_date_time_get_month(IntPtr raw); in g_date_time_get_month()
270 static extern int g_date_time_get_year(IntPtr raw); in g_date_time_get_year()
329 static extern long g_date_time_to_unix(IntPtr raw); in g_date_time_to_unix()
338 static extern IntPtr g_date_time_to_utc(IntPtr raw); in g_date_time_to_utc()
373 public DateTime(IntPtr raw) : base(raw) {} in DateTime()
466 static extern IntPtr g_date_time_ref(IntPtr raw); in g_date_time_ref()
468 protected override void Ref (IntPtr raw) in Ref()
477 static extern void g_date_time_unref(IntPtr raw); in g_date_time_unref()
[all …]
H A DMutex.cs15 static extern void g_mutex_clear(IntPtr raw); in g_mutex_clear()
22 static extern void g_mutex_init(IntPtr raw); in g_mutex_init()
29 static extern void g_mutex_lock(IntPtr raw); in g_mutex_lock()
36 static extern bool g_mutex_trylock(IntPtr raw); in g_mutex_trylock()
45 static extern void g_mutex_unlock(IntPtr raw); in g_mutex_unlock()
51 public Mutex(IntPtr raw) : base(raw) {} in Mutex()
H A DRecMutex.cs15 static extern void g_rec_mutex_clear(IntPtr raw); in g_rec_mutex_clear()
22 static extern void g_rec_mutex_init(IntPtr raw); in g_rec_mutex_init()
29 static extern void g_rec_mutex_lock(IntPtr raw); in g_rec_mutex_lock()
36 static extern bool g_rec_mutex_trylock(IntPtr raw); in g_rec_mutex_trylock()
45 static extern void g_rec_mutex_unlock(IntPtr raw); in g_rec_mutex_unlock()
51 public RecMutex(IntPtr raw) : base(raw) {} in RecMutex()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/
H A DAttribute.cs26 IntPtr raw; field in Pango.Attribute
29 internal Attribute (IntPtr raw, bool owned) in Attribute()
36 static extern Pango.AttrType pangosharp_attribute_get_attr_type (IntPtr raw); in pangosharp_attribute_get_attr_type()
38 public static Attribute GetAttribute (IntPtr raw, bool owned) in GetAttribute()
92 public static Attribute GetAttribute (IntPtr raw) in GetAttribute()
98 static extern void pango_attribute_destroy (IntPtr raw); in pango_attribute_destroy()
135 static extern uint pangosharp_attribute_get_start_index (IntPtr raw); in pangosharp_attribute_get_start_index()
138 static extern void pangosharp_attribute_set_start_index (IntPtr raw, uint index); in pangosharp_attribute_set_start_index()
150 static extern uint pangosharp_attribute_get_end_index (IntPtr raw); in pangosharp_attribute_get_end_index()
153 static extern void pangosharp_attribute_set_end_index (IntPtr raw, uint index); in pangosharp_attribute_set_end_index()
[all …]
/dports/textproc/R-cran-utf8/utf8/tests/testthat/
H A Dtest-utf8_format.R2 raw <- c(NA, "", "a", "foo", "short text") vector
40 raw <- c( vector
61 raw <- c( vector
106 raw <- c( vector
171 raw <- "\u200B" globalVar
194 raw <- "\u1e0d\u0307" globalVar
209 raw <- "\u1e0d\u0307" globalVar
220 raw <- "\u2072" # unassigned globalVar
244 raw <- "foo" globalVar
260 raw <- "foo" globalVar
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/window/moments/
H A Dtest_moments_rolling_apply.py24 def test_series(raw, series): argument
30 def test_frame(raw, frame): argument
40 def test_time_rule_series(raw, series): argument
52 def test_time_rule_frame(raw, frame): argument
68 def test_nans(raw): argument
95 def test_min_periods(raw, series, minp): argument
105 def test_center(raw): argument
120 def test_center_reindex_series(raw, series): argument
138 def test_center_reindex_frame(raw, frame): argument
/dports/www/moodle310/moodle/lib/editor/tinymce/plugins/spellchecker/
H A Drpc.php21 $raw = ""; variable
25 $raw = getRequestParam("json_data"); variable
29 $raw = $_GLOBALS["HTTP_RAW_POST_DATA"]; variable
33 $raw = $HTTP_RAW_POST_DATA; variable
40 $raw = ""; variable
43 $raw = fread($fp, 1024); variable
48 $raw = "" . file_get_contents("php://input"); variable
/dports/www/moodle39/moodle/lib/editor/tinymce/plugins/spellchecker/
H A Drpc.php21 $raw = ""; variable
25 $raw = getRequestParam("json_data"); variable
29 $raw = $_GLOBALS["HTTP_RAW_POST_DATA"]; variable
33 $raw = $HTTP_RAW_POST_DATA; variable
40 $raw = ""; variable
43 $raw = fread($fp, 1024); variable
48 $raw = "" . file_get_contents("php://input"); variable
/dports/www/moodle311/moodle/lib/editor/tinymce/plugins/spellchecker/
H A Drpc.php21 $raw = ""; variable
25 $raw = getRequestParam("json_data"); variable
29 $raw = $_GLOBALS["HTTP_RAW_POST_DATA"]; variable
33 $raw = $HTTP_RAW_POST_DATA; variable
40 $raw = ""; variable
43 $raw = fread($fp, 1024); variable
48 $raw = "" . file_get_contents("php://input"); variable
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/
H A Dutils.py26 def is_truetype_font(raw): argument
31 def get_tables(raw): argument
42 def get_table(raw, name): argument
174 def _get_font_names(raw, raw_is_table=False): argument
199 def get_font_names(raw, raw_is_table=False): argument
208 def get_font_names2(raw, raw_is_table=False): argument
225 def get_all_font_names(raw, raw_is_table=False): argument
256 def checksum_of_block(raw): argument
263 def verify_checksums(raw): argument
307 def remove_embed_restriction(raw): argument
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/toml_edit-0.9.1/src/parser/
H A Dvalue.rs44 let raw = std::str::from_utf8(raw)?; in apply_raw() localVariable
48 let raw = unsafe { from_utf8_unchecked(raw, "`integer()` filters out non-ASCII") }; in apply_raw() localVariable
52 let raw = unsafe { from_utf8_unchecked(raw, "`float()` filters out non-ASCII") }; in apply_raw() localVariable
56 let raw = unsafe { from_utf8_unchecked(raw, "`boolean()` filters out non-ASCII") }; in apply_raw() localVariable
60 let raw = unsafe { from_utf8_unchecked(raw, "`date_time()` filters out non-ASCII") }; in apply_raw() localVariable
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/query/testdata/
H A Dissue2401-seriesresponses.json1 …e":"web"}],"chunks":[{"minTime":"1587679207139","maxTime":"1587680992139","raw":{"data":"AHjG+/CQt… object
2 …e":"web"}],"chunks":[{"minTime":"1587679205791","maxTime":"1587680990791","raw":{"data":"AHi+5vCQt… object
/dports/textproc/py-tomlkit/tomlkit-0.7.2/tomlkit/
H A Dapi.py62 def integer(raw): # type: (str) -> Integer argument
66 def float_(raw): # type: (str) -> Float argument
70 def boolean(raw): # type: (str) -> Bool argument
74 def string(raw): # type: (str) -> String argument
78 def date(raw): # type: (str) -> Date argument
86 def time(raw): # type: (str) -> Time argument
94 def datetime(raw): # type: (str) -> DateTime argument
102 def array(raw=None): # type: (str) -> Array argument
125 def value(raw): # type: (str) -> _Item argument
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/tomlkit/
H A Dapi.py62 def integer(raw): # type: (str) -> Integer argument
66 def float_(raw): # type: (str) -> Float argument
70 def boolean(raw): # type: (str) -> Bool argument
74 def string(raw): # type: (str) -> String argument
78 def date(raw): # type: (str) -> Date argument
86 def time(raw): # type: (str) -> Time argument
94 def datetime(raw): # type: (str) -> DateTime argument
102 def array(raw=None): # type: (str) -> Array argument
125 def value(raw): # type: (str) -> _Item argument
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/tomlkit/
H A Dapi.py60 def integer(raw): # type: (str) -> Integer argument
64 def float_(raw): # type: (str) -> Float argument
68 def boolean(raw): # type: (str) -> Bool argument
72 def string(raw): # type: (str) -> String argument
76 def date(raw): # type: (str) -> Date argument
84 def time(raw): # type: (str) -> Time argument
92 def datetime(raw): # type: (str) -> DateTime argument
100 def array(raw=None): # type: (str) -> Array argument
123 def value(raw): # type: (str) -> _Item argument
/dports/devel/py-azure-keyvault/azure-keyvault-1.1.0/azure/keyvault/v7_0/
H A Dkey_vault_client.py490 def internal_paging(next_link=None, raw=False): argument
570 def internal_paging(next_link=None, raw=False): argument
1322 def internal_paging(next_link=None, raw=False): argument
1886 def internal_paging(next_link=None, raw=False): argument
1964 def internal_paging(next_link=None, raw=False): argument
2041 def internal_paging(next_link=None, raw=False): argument
2443 def internal_paging(next_link=None, raw=False): argument
2779 def internal_paging(next_link=None, raw=False): argument
3319 def internal_paging(next_link=None, raw=False): argument
4112 def internal_paging(next_link=None, raw=False): argument
[all …]
/dports/devel/py-azure-graphrbac/azure-graphrbac-0.61.1/azure/graphrbac/operations/
H A Dservice_principals_operations.py40 self, parameters, custom_headers=None, raw=False, **operation_config): argument
102 self, filter=None, custom_headers=None, raw=False, **operation_config): argument
118 def internal_paging(next_link=None, raw=False): argument
231 self, object_id, custom_headers=None, raw=False, **operation_config): argument
280 self, object_id, custom_headers=None, raw=False, **operation_config): argument
339 self, object_id, custom_headers=None, raw=False, **operation_config): argument
359 def internal_paging(next_link=None, raw=False): argument
409 self, object_id, custom_headers=None, raw=False, **operation_config): argument
426 def internal_paging(next_link=None, raw=False): argument
534 self, object_id, custom_headers=None, raw=False, **operation_config): argument
[all …]
H A Dgroups_operations.py40 self, parameters, custom_headers=None, raw=False, **operation_config): argument
221 self, parameters, custom_headers=None, raw=False, **operation_config): argument
282 self, filter=None, custom_headers=None, raw=False, **operation_config): argument
298 def internal_paging(next_link=None, raw=False): argument
355 self, object_id, custom_headers=None, raw=False, **operation_config): argument
372 def internal_paging(next_link=None, raw=False): argument
428 self, object_id, custom_headers=None, raw=False, **operation_config): argument
487 self, object_id, custom_headers=None, raw=False, **operation_config): argument
562 def internal_paging(next_link=None, raw=False): argument
616 self, object_id, custom_headers=None, raw=False, **operation_config): argument
[all …]

12345678910>>...310