Home
last modified time | relevance | path

Searched refs:url_style (Results 1 – 19 of 19) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dsettings_reset_prompt_dialog.cc84 views::StyledLabel::RangeStyleInfo url_style; in SettingsResetPromptDialog() local
85 url_style.text_style = STYLE_EMPHASIZED_SECONDARY; in SettingsResetPromptDialog()
86 dialog_label->AddStyleRange(controller_->GetMainTextUrlRange(), url_style); in SettingsResetPromptDialog()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/tests/
H A Dsigned_url_conformance_test.cc115 std::string url_style; in TEST_P() local
117 url_style = j_obj["urlStyle"].get<std::string>(); in TEST_P()
156 if (url_style == "VIRTUAL_HOSTED_STYLE") { in TEST_P()
162 if (url_style == "BUCKET_BOUND_HOSTNAME") { in TEST_P()
220 std::string url_style; in TEST_P() local
222 url_style = input["urlStyle"].get<std::string>(); in TEST_P()
224 if (url_style == "BUCKET_BOUND_HOSTNAME") { in TEST_P()
228 if (url_style == "VIRTUAL_HOSTED_STYLE") { in TEST_P()
/dports/www/piwigo/piwigo/include/
H A Dderivative.inc.php348 $url_style=$conf['derivative_url_style'];
349 if (!$url_style)
355 $url_style = 2;
359 $url_style = 1;
363 if ($url_style == 2)
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/tests/
H A Dsigned_url_conformance_test.cc93 auto const& url_style = test_params.urlstyle(); in TEST_P() local
132 if (url_style == UrlStyle::VIRTUAL_HOSTED_STYLE) { in TEST_P()
138 if (url_style == UrlStyle::BUCKET_BOUND_HOSTNAME) { in TEST_P()
197 auto const& url_style = input.urlstyle(); in TEST_P() local
198 if (url_style == UrlStyle::BUCKET_BOUND_HOSTNAME) { in TEST_P()
202 if (url_style == UrlStyle::VIRTUAL_HOSTED_STYLE) { in TEST_P()
/dports/biology/py-pysam/pysam-0.18.0/htslib/
H A Dhfile_s3.c571 kstring_t url_style = KS_INITIALIZE; in setup_auth_data() local
578 "addressing_style", &url_style, in setup_auth_data()
581 if (url_style.l) { in setup_auth_data()
582 if (strcmp(url_style.s, "virtual") == 0) { in setup_auth_data()
584 } else if (strcmp(url_style.s, "path") == 0) { in setup_auth_data()
591 ks_free(&url_style); in setup_auth_data()
595 kstring_t url_style = KS_INITIALIZE; in setup_auth_data() local
601 "host_bucket", &url_style, in setup_auth_data()
604 if (url_style.l) { in setup_auth_data()
607 if (strstr(url_style.s, "%(bucket)s") == NULL) { in setup_auth_data()
[all …]
/dports/biology/htslib/htslib-1.14/
H A Dhfile_s3.c571 kstring_t url_style = KS_INITIALIZE; in setup_auth_data() local
578 "addressing_style", &url_style, in setup_auth_data()
581 if (url_style.l) { in setup_auth_data()
582 if (strcmp(url_style.s, "virtual") == 0) { in setup_auth_data()
584 } else if (strcmp(url_style.s, "path") == 0) { in setup_auth_data()
591 ks_free(&url_style); in setup_auth_data()
595 kstring_t url_style = KS_INITIALIZE; in setup_auth_data() local
601 "host_bucket", &url_style, in setup_auth_data()
604 if (url_style.l) { in setup_auth_data()
607 if (strstr(url_style.s, "%(bucket)s") == NULL) { in setup_auth_data()
[all …]
/dports/www/py-lektor/Lektor-3.2.2/lektor/quickstart-templates/theme/example-site/
H A Dlektor-theme-@theme_id@.lektorproject.in3 url_style = absolute
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/
H A Dcommon.py430 url_style = "intercept"
432 url_style = "text"
434 url_style = "title"
438 urwid.Text([(url_style, request_url)])
441 req.append(truncated_plain(request_url, url_style))
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dcell_vertex.glsl17 …lt_bg, highlight_fg, highlight_bg, cursor_color, cursor_text_color, url_color, url_style, inverted;
197 …underline_pos = choose_color(in_url, to_sprite_pos(pos, url_style, ZERO, ZERO), to_sprite_pos(pos,…
H A Dstate.h30 unsigned int url_style; member
H A Dshaders.c257 …lt_bg, highlight_fg, highlight_bg, cursor_color, cursor_text_color, url_color, url_style, inverted; in cell_update_uniform_block() member
303 … rd->cursor_color = cursor->color; rd->url_color = OPT(url_color); rd->url_style = OPT(url_style); in cell_update_uniform_block()
/dports/www/py-lektor/Lektor-3.2.2/lektor/
H A Ddb.py1608 url_style = self.db.config.url_style
1610 absolute = url_style == "absolute"
1612 external = url_style == "external"
H A Denvironment.py401 def url_style(self): member in Config
/dports/x11/kitty/kitty-0.23.1/kitty/options/
H A Dtypes.py556 url_style: int = 3 variable in Options
H A Dparse.py19 to_modifiers, url_prefixes, url_style, window_border_width, window_size
1221 def url_style(self, val: str, ans: typing.Dict[str, typing.Any]) -> None: member in Parser
1222 ans['url_style'] = url_style(val)
H A Dto-c-generated.h231 opts->url_style = PyLong_AsUnsignedLong(val); in convert_from_python_url_style()
H A Dutils.py490 def url_style(x: str) -> int: function
/dports/graphics/py-pyglet/pyglet-1.5.21/website/themes/lektor-icon/
H A DREADME.md236 …ngs]``, add ``lektor-atom = 0.3`` under ``[packages]`` there, and set ``url_style = absolute`` and…
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold54549 "url_style": -7.210818,