Home
last modified time | relevance | path

Searched refs:tagprefix (Results 1 – 25 of 32) sorted by relevance

12

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dlibutil.cc161 string this_result = strip_tag_prefix(s, tagprefix); in strip_multiple_tag_prefix()
171 string strip_tag_prefix(string &s, const string &tagprefix) in strip_tag_prefix() argument
173 string::size_type pos = s.find(tagprefix); in strip_tag_prefix()
176 pos = s.find(tagprefix, pos + 1); in strip_tag_prefix()
185 const string argument = s.substr(pos + tagprefix.length(), in strip_tag_prefix()
186 ns - pos - tagprefix.length()); in strip_tag_prefix()
196 string::size_type pos = s.find(tagprefix); in tag_without_prefix()
199 pos = s.find(tagprefix, pos + 1); in tag_without_prefix()
208 return s.substr(pos + tagprefix.length(), ns - pos - tagprefix.length()); in tag_without_prefix()
211 int strip_number_tag(string &s, const string &tagprefix) in strip_number_tag() argument
[all …]
H A Dlibutil.h103 int strip_number_tag(string &s, const string &tagprefix);
104 vector<string> strip_multiple_tag_prefix(string &s, const string &tagprefix);
105 string strip_tag_prefix(string &s, const string &tagprefix);
106 const string tag_without_prefix(const string &s, const string &tagprefix);
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Dmaker_canon.c204 char *nameoftag,*tagprefix; in canon1_offset_makervalue() local
232 tagprefix = fulldirname; in canon1_offset_makervalue()
234 tagprefix = nameoftag; in canon1_offset_makervalue()
260 tagprefix = fulldirname; in canon1_offset_makervalue()
262 tagprefix = nameoftag; in canon1_offset_makervalue()
288 tagprefix = fulldirname; in canon1_offset_makervalue()
290 tagprefix = nameoftag; in canon1_offset_makervalue()
319 tagprefix = nameoftag; in canon1_offset_makervalue()
347 tagprefix = nameoftag; in canon1_offset_makervalue()
375 tagprefix = nameoftag; in canon1_offset_makervalue()
[all …]
H A Dmaker_minolta.c177 char *nameoftag,*tagprefix; in minolta1_offset_makervalue() local
207 tagprefix = fulldirname; in minolta1_offset_makervalue()
209 tagprefix = nameoftag; in minolta1_offset_makervalue()
210 max_offset = minolta_camerasetting(inptr,byteorder,model,tagprefix, in minolta1_offset_makervalue()
631 char *tagprefix,struct ifd_entry *entry_ptr,unsigned long offset,int indent) in minolta_camerasetting() argument
651 chpr += printf("%s.",tagprefix); in minolta_camerasetting()
/dports/www/fabio/fabio-1.5.14/docs/content/ref/
H A Dregistry.consul.tagprefix.md2 title: "registry.consul.tagprefix"
5 `registry.consul.tagprefix` configures the prefix for tags which define routes.
13 registry.consul.tagprefix = urlprefix-
/dports/mail/neomutt/neomutt-20211029/menu/
H A Dmenu.c291 if (menu->tagprefix && (op != OP_TAG_PREFIX) && in menu_loop()
294 menu->tagprefix = false; in menu_loop()
303 if (menu->tagprefix) in menu_loop()
338 if (menu->tagprefix) in menu_loop()
340 menu->tagprefix = false; in menu_loop()
347 menu->tagprefix = true; in menu_loop()
363 menu->tagprefix = true; in menu_loop()
369 if (menu->tagprefix) in menu_loop()
464 if (menu->tagprefix && !c_auto_tag) in menu_loop()
H A Dlib.h73 bool tagprefix : 1; ///< User has pressed <tag-prefix> member
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DTemplateControlParser.cs111 string tagprefix = GetString (atts, "TagPrefix", null); in AddDirective()
112 if (tagprefix == null || tagprefix.Trim () == "") in AddDirective()
125 RegisterNamespace (tagprefix, ns, assembly); in AddDirective()
138 RegisterCustomControl (tagprefix, tagname, src); in AddDirective()
/dports/mail/neomutt/neomutt-20211029/attach/
H A Ddlg_attach.c513 if (!menu->tagprefix) in recvattach_extract_pgp_keys()
542 if (!menu->tagprefix) in recvattach_pgp_check_traditional()
690 mutt_save_attachment_list(actx, cur_att->fp, menu->tagprefix, in dlg_select_attachment()
695 if (!menu->tagprefix && c_resolve && (index < menu->max)) in dlg_select_attachment()
733 if (!menu->tagprefix) in dlg_select_attachment()
778 if (!menu->tagprefix) in dlg_select_attachment()
810 menu->tagprefix ? NULL : cur_att->body); in dlg_select_attachment()
821 menu->tagprefix ? NULL : cur_att->body); in dlg_select_attachment()
844 menu->tagprefix ? NULL : cur_att->body, SEND_NEWS); in dlg_select_attachment()
889 menu->tagprefix ? NULL : cur_att->body, flags); in dlg_select_attachment()
[all …]
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Drecvattach.c1074 menu->tagprefix ? cur : idx[menu->current]->content); in mutt_view_attachments()
1083 menu->tagprefix)) in mutt_view_attachments()
1091 mutt_print_attachment_list (fp, menu->tagprefix, in mutt_view_attachments()
1092 menu->tagprefix ? cur : idx[menu->current]->content); in mutt_view_attachments()
1096 mutt_pipe_attachment_list (fp, menu->tagprefix, in mutt_view_attachments()
1097 menu->tagprefix ? cur : idx[menu->current]->content, 0); in mutt_view_attachments()
1101 mutt_save_attachment_list (fp, menu->tagprefix, in mutt_view_attachments()
1129 if (!menu->tagprefix) in mutt_view_attachments()
1170 if (!menu->tagprefix) in mutt_view_attachments()
1199 menu->tagprefix ? NULL : idx[menu->current]->content); in mutt_view_attachments()
[all …]
H A Dcompose.c872 if (menu->tagprefix) in mutt_compose_menu()
985 if(menu->tagprefix) in mutt_compose_menu()
1116 …mutt_save_attachment_list (NULL, menu->tagprefix, menu->tagprefix ? msg->content : idx[menu->curr… in mutt_compose_menu()
1123 …mutt_print_attachment_list (NULL, menu->tagprefix, menu->tagprefix ? msg->content : idx[menu->curr… in mutt_compose_menu()
1130 …mutt_pipe_attachment_list (NULL, menu->tagprefix, menu->tagprefix ? msg->content : idx[menu->curre… in mutt_compose_menu()
1132 menu->redraw = menu->tagprefix ? REDRAW_FULL : REDRAW_CURRENT; in mutt_compose_menu()
H A Dmutt_menu.h51 int tagprefix; member
H A Dmenu.c897 menu->tagprefix = 1; in mutt_menuLoop()
918 menu->tagprefix = 1; in mutt_menuLoop()
920 menu->tagprefix = 0; in mutt_menuLoop()
1031 if (menu->tagprefix && !option (OPTAUTOTAG)) in mutt_menuLoop()
H A Dquery.c421 if (menu->tagprefix) in query_menu()
454 if (!menu->tagprefix) in query_menu()
H A Daddrbook.c200 if (menu->tagprefix) in mutt_alias_menu()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/imapx/
H A Dcamel-imapx-server.c298 gchar tagprefix; member
937 is->priv->tagprefix, in imapx_untagged_vanished()
2017 is->priv->tagprefix, in imapx_untagged_ok_no_bad()
4133 is->priv->tagprefix, in camel_imapx_server_process_command_sync()
4136 is->priv->tagprefix, in camel_imapx_server_process_command_sync()
5650 is->priv->tagprefix, in camel_imapx_server_refresh_info_sync()
5671 is->priv->tagprefix, in camel_imapx_server_refresh_info_sync()
7449 return is->priv->tagprefix; in camel_imapx_server_get_tagprefix()
7454 gchar tagprefix) in camel_imapx_server_set_tagprefix() argument
7457 …g_return_if_fail ((tagprefix >= 'A' && tagprefix <= 'Z') || (tagprefix >= 'a' && tagprefix <= 'z')… in camel_imapx_server_set_tagprefix()
[all …]
H A Dcamel-imapx-utils.h390 #define camel_imapx_debug(type, tagprefix, fmt, ...) \ argument
393 printf ("[imapx:%c] " fmt, tagprefix , ##__VA_ARGS__); \
H A Dcamel-imapx-server.h149 gchar tagprefix);
/dports/mail/py-alot/alot-0.9/tests/settings/
H A Dtest_manager.py148 tagprefix = 'foo'
154 """.format(tag=tagprefix)))
160 tagprefixrep = manager.get_tagstring_representation(tagprefix)
/dports/textproc/p5-Pod-HtmlEasy/Pod-HtmlEasy-1.0108/scripts/
H A Dpod2indexed_html.pl570 my ($tagprefix) = $tag =~ m{^(\w+)}sxm;
571 if ( $tagprefix !~ m{$first_re}sxm ) {
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/admin/scripts/
H A Dacro_release53 tagprefix=release_$versionname
/dports/mail/neomutt/neomutt-20211029/compose/
H A Dfunctions.c971 if (shared->adata->menu->tagprefix) in op_compose_get_attachment()
1571 if (shared->adata->menu->tagprefix) in op_compose_update_encoding()
1735 mutt_pipe_attachment_list(shared->adata->actx, NULL, shared->adata->menu->tagprefix, in op_filter()
1739 shared->adata->menu->tagprefix ? MENU_REDRAW_FULL : MENU_REDRAW_CURRENT); in op_filter()
1764 shared->adata->menu->tagprefix, cur_att->body); in op_print()
1778 mutt_save_attachment_list(shared->adata->actx, NULL, shared->adata->menu->tagprefix, in op_save()
/dports/mail/neomutt/neomutt-20211029/alias/
H A Ddlgquery.c479 if (menu->tagprefix) in dlg_select_query()
522 if (menu->tagprefix) in dlg_select_query()
H A Ddlgalias.c330 if (menu->tagprefix) in dlg_select_alias()
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Dregister-rtf.ll752 set(tagprefix, 0)
762 if (not(tagprefix)) {
763 set(tagprefix, tagname(indi))
765 tagprefix d(found)

12