Home
last modified time | relevance | path

Searched refs:hlink (Results 101 – 125 of 885) sorted by relevance

12345678910>>...36

/dports/sysutils/webmin/webmin-1.981/postfix/
H A Dbcc.cgi35 &hlink($text{'help_map_format'}, "virtual"));
49 &hlink($text{'help_map_format'}, "virtual"));
H A Dsmtpd.cgi77 &hlink($text{'help_map_format'}, "relay_recipient_maps"));
90 &hlink($text{'help_map_format'}, "access"));
/dports/sysutils/webmin/webmin-1.981/proc/
H A Dedit_proc.cgi54 print &ui_table_row(&hlink($text{'nice'},"nice"),
68 print &ui_table_row(&hlink($text{'sclass'},"sclass"),
70 print &ui_table_row(&hlink($text{'sprio'},"sprio"),
/dports/sysutils/usermin/usermin-1.830/proc/
H A Dedit_proc.cgi54 print &ui_table_row(&hlink($text{'nice'},"nice"),
68 print &ui_table_row(&hlink($text{'sclass'},"sclass"),
70 print &ui_table_row(&hlink($text{'sprio'},"sprio"),
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/doc/about/changes/
H A Dchanges-16.en.ptm17 <expand|hlink|typing structured text|$TEXMACS_DOC_PATH/main/text/man-structure.en.tm>.
22 …<expand|hlink|contextual overloading|$TEXMACS_DOC_PATH/devel/scheme/overview/overview-overloading.…
23 …<expand|hlink|the <expand|TeXmacs> editing model|$TEXMACS_DOC_PATH/devel/scheme/edit/edit-model.en…
/dports/print/xreader/xreader-3.2.2/libview/
H A Dev-web-view.c64 gchar *hlink; member
118 if (webview->hlink) { in ev_web_view_dispose()
119 g_free(webview->hlink); in ev_web_view_dispose()
120 webview->hlink = NULL; in ev_web_view_dispose()
156 webview->hlink = NULL; in ev_web_view_init()
178 if (webview->hlink) { in ev_web_view_change_page()
179 webkit_web_view_load_uri(WEBKIT_WEB_VIEW(webview),(gchar*)webview->hlink); in ev_web_view_change_page()
180 g_free(webview->hlink); in ev_web_view_change_page()
181 webview->hlink = NULL; in ev_web_view_change_page()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dhlink.def2 ; Exports of file hlink.dll
7 LIBRARY hlink.dll
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dhlink.def2 ; Exports of file hlink.dll
7 LIBRARY hlink.dll
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/packages/documentation/standard/
H A Dtmdoc-traversal.ts18 This software falls under the <hlink|GNU general public license,
21 …which the software. If not, see <hlink|http://www.gnu.org/licenses/gpl-3.0.html|http://www.gnu.org…
86 …|<unequal|<find-file|<merge|<arg|name>|<merge|<arg|suffix>|.tm>>>|false>|<hlink|<compound|tmdoc-fl…
126 <item><hlink|<arg|body>|<tmdoc-file|<arg|destination>>>
130 <item><hlink|<with|color|#806040|<arg|body>>|<tmdoc-file|<arg|destination>>>
134 <item><hlink|<with|color|#806040|<arg|body>>|<tmdoc-file|<arg|destination>>>
138 <item><hlink|<with|color|#208080|<arg|body>>|<tmdoc-file|<arg|destination>>>
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libntp/
H A Dauthkeys.c258 LINK_SLIST(key_hash[hash], auth, hlink); in auth_resize_hashtable()
309 LINK_SLIST(*bucket, auth, hlink); in alloc_auth_info()
332 UNLINK_SLIST(unlinked, *bucket, auth, hlink, auth_info); in free_auth_info()
361 for (auth = *bucket; NULL != auth; auth = auth->hlink) { in authtrust()
402 for (auth = *bucket; NULL != auth; auth = auth->hlink) { in authlookup()
440 for (auth_info * auth = *bucket; NULL != auth; auth = auth->hlink) { in auth_setkey()
/dports/net/p5-File-RsyncP/File-RsyncP-0.76/FileList/
H A Dhlink.c53 hlink_pool = pool_create(128 * 1024, sizeof (struct hlink), in link_idev_data()
63 struct hlink, 1, "hlink_list"); in link_idev_data()
81 struct hlink, 1, "hlink_list"); in link_idev_data()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRCore/
H A Dinternal_huf.c243 uint32_t* hlink, in hufBuildEncTable() argument
277 hlink[i] = i; in hufBuildEncTable()
367 for (uint32_t j = m;; j = hlink[j]) in hufBuildEncTable()
371 if (hlink[j] == j) in hufBuildEncTable()
377 hlink[j] = mm; in hufBuildEncTable()
386 for (uint32_t j = mm;; j = hlink[j]) in hufBuildEncTable()
390 if (hlink[j] == j) break; in hufBuildEncTable()
978 uint32_t* hlink; in internal_huf_compress() local
1002 hlink = (uint32_t*) (fHeap + HUF_ENCSIZE); in internal_huf_compress()
1006 hufBuildEncTable (freq, &im, &iM, hlink, fHeap, scode); in internal_huf_compress()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-util.c929 GnmHLink *hlink; in xls_collect_hlinks() local
938 hlink = gnm_style_get_hlink (sr->style); in xls_collect_hlinks()
939 ranges = g_hash_table_lookup (group, hlink); in xls_collect_hlinks()
941 g_hash_table_steal (group, hlink); in xls_collect_hlinks()
942 g_hash_table_insert (group, hlink, in xls_collect_hlinks()
948 GnmHLink *hlink = k->data; in xls_collect_hlinks() local
949 GSList *ranges = g_hash_table_lookup (group, hlink); in xls_collect_hlinks()
952 g_hash_table_steal (group, hlink); in xls_collect_hlinks()
953 g_hash_table_insert (group, hlink, nranges); in xls_collect_hlinks()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/drawingml/
H A Dclrscheme.hxx47 hlink, enumerator
64 { hlink, "hlink" },
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/drawingml/
H A Dclrscheme.hxx47 hlink, enumerator
64 { hlink, "hlink" },
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/sof/intel/
H A Dhda-dsp.c670 struct hdac_ext_link *hlink = NULL; in hda_resume() local
700 list_for_each_entry(hlink, &bus->hlink_list, list) { in hda_resume()
701 if (!hlink->ref_count) in hda_resume()
702 snd_hdac_ext_bus_link_power_down(hlink); in hda_resume()
731 struct hdac_ext_link *hlink = NULL; in hda_dsp_resume() local
739 list_for_each_entry(hlink, &bus->hlink_list, list) { in hda_dsp_resume()
740 if (hlink->ref_count) { in hda_dsp_resume()
741 ret = snd_hdac_ext_bus_link_power_up(hlink); in hda_dsp_resume()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/sof/intel/
H A Dhda-dsp.c670 struct hdac_ext_link *hlink = NULL; in hda_resume() local
700 list_for_each_entry(hlink, &bus->hlink_list, list) { in hda_resume()
701 if (!hlink->ref_count) in hda_resume()
702 snd_hdac_ext_bus_link_power_down(hlink); in hda_resume()
731 struct hdac_ext_link *hlink = NULL; in hda_dsp_resume() local
739 list_for_each_entry(hlink, &bus->hlink_list, list) { in hda_dsp_resume()
740 if (hlink->ref_count) { in hda_dsp_resume()
741 ret = snd_hdac_ext_bus_link_power_up(hlink); in hda_dsp_resume()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/sof/intel/
H A Dhda-dsp.c670 struct hdac_ext_link *hlink = NULL; in hda_resume() local
700 list_for_each_entry(hlink, &bus->hlink_list, list) { in hda_resume()
701 if (!hlink->ref_count) in hda_resume()
702 snd_hdac_ext_bus_link_power_down(hlink); in hda_resume()
731 struct hdac_ext_link *hlink = NULL; in hda_dsp_resume() local
739 list_for_each_entry(hlink, &bus->hlink_list, list) { in hda_dsp_resume()
740 if (hlink->ref_count) { in hda_dsp_resume()
741 ret = snd_hdac_ext_bus_link_power_up(hlink); in hda_dsp_resume()
/dports/print/transfig/transfig.3.2.5e/fig2dev/dev/
H A Dgenmap.c46 typedef struct hlink_item hlink; typedef
49 static hlink* last_link = 0;
134 hlink* hl = (hlink*)malloc(sizeof(hlink)); in add_link()
189 hlink* l; in genmap_end()
/dports/print/fig2dev/fig2dev-3.2.8a/fig2dev/dev/
H A Dgenmap.c63 typedef struct hlink_item hlink; typedef
66 static hlink* last_link = 0;
148 hlink* hl = (hlink*)malloc(sizeof(hlink)); in add_link()
205 hlink* l; in genmap_end()
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/styles/
H A Dhtml.perl366 local($curr_sec, $title, $hlink);
376 $hlink = &missing_braces unless (
377 (s/$next_pair_pr_rx/$hlink = $2;''/e)
378 ||(s/$next_pair_rx/$hlink = $2;''/e));
387 $toc_section_info{join(' ', @tmp)} = "$depth$delim$hlink$delim$title";
392 "$depth$delim$hlink$delim$title$delim".'external';
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/styles/
H A Dhtml.perl366 local($curr_sec, $title, $hlink);
376 $hlink = &missing_braces unless (
377 (s/$next_pair_pr_rx/$hlink = $2;''/e)
378 ||(s/$next_pair_rx/$hlink = $2;''/e));
387 $toc_section_info{join(' ', @tmp)} = "$depth$delim$hlink$delim$title";
392 "$depth$delim$hlink$delim$title$delim".'external';
/dports/textproc/latex2html/latex2html-2016/styles/
H A Dhtml.perl366 local($curr_sec, $title, $hlink);
376 $hlink = &missing_braces unless (
377 (s/$next_pair_pr_rx/$hlink = $2;''/e)
378 ||(s/$next_pair_rx/$hlink = $2;''/e));
387 $toc_section_info{join(' ', @tmp)} = "$depth$delim$hlink$delim$title";
392 "$depth$delim$hlink$delim$title$delim".'external';
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/packages/customize/language/
H A Dgreek.ts16 This software falls under the <hlink|GNU general public license,
19 …which the software. If not, see <hlink|http://www.gnu.org/licenses/gpl-3.0.html|http://www.gnu.org…
H A Dbritish.ts16 This software falls under the <hlink|GNU general public license,
19 …which the software. If not, see <hlink|http://www.gnu.org/licenses/gpl-3.0.html|http://www.gnu.org…

12345678910>>...36