Home
last modified time | relevance | path

Searched refs:fullref (Results 1 – 25 of 53) sorted by relevance

123

/dports/audio/jamulus/jamulus-r3_8_1/.github/actions_scripts/
H A Danalyse_git_reference.py59 fullref=os.environ['GITHUB_REF'] variable
60 reflist = fullref.split("/", 2)
73 if fullref.startswith("refs/tags/"):
91 elif fullref.startswith("refs/heads/"):
98 print('unknown git-reference type: ' + fullref)
/dports/devel/cgit/cgit-1.2.3/
H A Dui-tag.c43 struct strbuf fullref = STRBUF_INIT; in cgit_print_tag() local
50 strbuf_addf(&fullref, "refs/tags/%s", revname); in cgit_print_tag()
51 if (get_oid(fullref.buf, &oid)) { in cgit_print_tag()
119 strbuf_release(&fullref); in cgit_print_tag()
/dports/devel/git-lfs/git-lfs-3.0.2/git/
H A Dgit.go304 fullref := &Ref{Sha: lines[0]}
308 fullref.Name = lines[0]
309 fullref.Sha = lines[0]
310 fullref.Type = RefTypeOther
311 return fullref, nil
315 fullref.Type, fullref.Name = ParseRefToTypeAndName(lines[1])
316 return fullref, nil
616 fullref := match[1]
652 if fullref == "HEAD" {
653 name = fullref
[all …]
/dports/graphics/enblend/enblend-enfuse-4.2/doc/
H A Denfuse-local-contrast-weighting.tex16 large. See \sectionName~\fullref{sec:standard-deviation}.
20 \sectionName~\fullref{sec:laplacian-of-gaussian}.
24 stick with \acronym{LoG}. See \sectionName~\fullref{sec:blend-sdev-and-log}.
66 \item[--contrast-weight] \sectionName~\fullref{opt:contrast-weight}
68 \item[--gray-projector] \sectionName~\fullref{opt:gray-projector}
69 \item[--hard-mask] \sectionName~\fullref{opt:hard-mask}
209 \item[--contrast-weight] \sectionName~\fullref{opt:contrast-weight}
210 \item[--hard-mask] \sectionName~\fullref{opt:hard-mask}
239 \item[--contrast-weight] \sectionName~\fullref{opt:contrast-weight}
241 \item[--gray-projector] \sectionName~\fullref{opt:gray-projector}
[all …]
H A Denfuse-exposure-weighting.tex83 as introduced in \equationabbr~\fullref{equ:linear-luminance-transform}.
99 \fullref*{equ:weight:gauss} &
100 \fullref*{fig:gaussian} \\
106 \fullref*{equ:weight:lorentz} &
107 \fullref*{fig:lorentzian} \\
112 \fullref*{equ:weight:halfsine} &
113 \fullref*{fig:halfsine} \\
118 \fullref*{equ:weight:fullsine} &
119 \fullref*{fig:fullsine} \\
124 \fullref*{equ:weight:bisquare} &
[all …]
H A Denfuse-local-entropy-weighting.tex50 quite similar to Local-Contrast Weighting (\fullref{sec:local-contrast-weighting}). The size of
68 \item[--entropy-cutoff] \sectionName~\fullref{opt:entropy-cutoff}
69 \item[--entropy-weight] \sectionName~\fullref{opt:entropy-weight}
70 \item[--entropy-window-size] \sectionName~\fullref{opt:entropy-window-size}
H A Dcommon-interaction.tex24 what its exact version number is (see \sectionabbr~\fullref{sec:exact-version} and
28 what features it does support (see \sectionabbr~\fullref{sec:compiled-in-features} and
34 \sectionabbr~\fullref{sec:image-formats} and
38 who built it, (see \sectionabbr~\fullref{sec:name-of-builder} and
43 \sectionabbr~\fullref{sec:compiler-and-libraries} and
152 \exampleName~\fullref{ex:option-version-verbose} shows such a report. Remember that your binary
438 \sectionName~\fullref{sec:information-options}) the text goes to Standard~Output. \appcmd{}
528 explained in \appendixName~\fullref{sec:bug-reports}.
571 %% features (see \sectionName~\fullref{sec:compiled-in-features}) do not show an \acronym{OpenCL}
578 %% Weighting Functions. See \sectionName~\fullref{sec:user-defined-opencl-functions}.
[all …]
H A Denfuse-fusion-options.tex72 See Section~\fullref{sec:exposure-weighting}.
84 this option to fine-tune exposure weighting (See Section~\fullref{sec:exposure-weighting}).
H A Denfuse-exposure-weighting-user-dynamic.tex26 Section~\fullref{sec:finding-out-details} on how to check this feature), \App{} can work with
570 \item[--exposure-optimum] Section~\fullref{opt:exposure-optimum}
571 \item[--exposure-weight-function] Section~\fullref{opt:exposure-weight-function}
572 \item[--exposure-weight] Section~\fullref{opt:exposure-weight}
573 \item[--exposure-width] Section~\fullref{opt:exposure-width}
574 \item[--gray-projector] Section~\fullref{opt:gray-projector}
H A Denblend-mask-generation-options.tex149 Section~\fullref{sec:common-options}). \tableName~\ref{tab:mask-template-characters} lists
176 \chapterName~\fullref{sec:visualization-image}.
184 \tableName~\fullref{tab:mask-template-characters} lists all variables.
/dports/news/tin/tin-2.4.5/src/
H A Dfilter.c250 ptr->fullref = FILTER_MSGID; in set_filter()
469 ptr[i].fullref = FILTER_MSGID; in read_filter_file()
809 switch (ptr->filter[i].fullref) { in write_filter_array()
1089 rule.fullref = FILTER_MSGID; in filter_menu()
1280 rule.fullref = FILTER_MSGID; in filter_menu()
1285 rule.fullref = FILTER_MSGID; in filter_menu()
1587 rule.fullref = FILTER_MSGID; in quick_filter_select_posted_art()
1664 ptr[i].fullref = FILTER_MSGID; in add_filter_rule()
1727 ptr[i].fullref = rule->counter; in add_filter_rule()
1785 ptr[i].fullref = rule->fullref; in add_filter_rule()
[all …]
/dports/chinese/tin/tin-2.4.5/src/
H A Dfilter.c250 ptr->fullref = FILTER_MSGID; in set_filter()
469 ptr[i].fullref = FILTER_MSGID; in read_filter_file()
809 switch (ptr->filter[i].fullref) { in write_filter_array()
1089 rule.fullref = FILTER_MSGID; in filter_menu()
1280 rule.fullref = FILTER_MSGID; in filter_menu()
1285 rule.fullref = FILTER_MSGID; in filter_menu()
1587 rule.fullref = FILTER_MSGID; in quick_filter_select_posted_art()
1664 ptr[i].fullref = FILTER_MSGID; in add_filter_rule()
1727 ptr[i].fullref = rule->counter; in add_filter_rule()
1785 ptr[i].fullref = rule->fullref; in add_filter_rule()
[all …]
/dports/devel/git-lfs/git-lfs-3.0.2/commands/
H A Dcommand_ls_files.go50 fullref, err := git.CurrentRef()
54 ref = fullref.Sha
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dcomponent_references_lister.cpp302 wxString fullref; in buildFullReference() local
303 fullref = aItem.GetRef() + aItem.GetRefNumber(); in buildFullReference()
306 fullref << ".." << aItem.GetUnit(); in buildFullReference()
308 fullref << ".." << aUnitNumber; in buildFullReference()
310 return fullref; in buildFullReference()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/data/complete/tex/
H A Dvarioref.cwl3 \fullref{label}
/dports/news/mmail/mmail-0.52/mmail/
H A Dsoup.cc494 char *fullref = 0; in getNextLetter() local
498 fullref = new char[strlen(msgid) + strlen(refs) + 2]; in getNextLetter()
499 sprintf(fullref, "%s %s", refs, msgid); in getNextLetter()
500 msgid = fullref; in getNextLetter()
513 delete[] fullref; in getNextLetter()
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dvarioref.cwl59 \fullref{label}#r
/dports/devel/git-p4/git-2.34.1/
H A Drefs.c651 struct strbuf fullref = STRBUF_INIT;
660 strbuf_reset(&fullref);
661 strbuf_addf(&fullref, *p, len, str);
663 fullref.buf, RESOLVE_REF_READING,
670 } else if ((flag & REF_ISSYMREF) && strcmp(fullref.buf, "HEAD")) {
671 warning(_("ignoring dangling symref %s"), fullref.buf);
672 } else if ((flag & REF_ISBROKEN) && strchr(fullref.buf, '/')) {
673 warning(_("ignoring broken ref %s"), fullref.buf);
676 strbuf_release(&fullref);
/dports/devel/git-svn/git-2.34.1/
H A Drefs.c651 struct strbuf fullref = STRBUF_INIT; in expand_ref() local
660 strbuf_reset(&fullref); in expand_ref()
661 strbuf_addf(&fullref, *p, len, str); in expand_ref()
663 fullref.buf, RESOLVE_REF_READING, in expand_ref()
670 } else if ((flag & REF_ISSYMREF) && strcmp(fullref.buf, "HEAD")) { in expand_ref()
671 warning(_("ignoring dangling symref %s"), fullref.buf); in expand_ref()
672 } else if ((flag & REF_ISBROKEN) && strchr(fullref.buf, '/')) { in expand_ref()
673 warning(_("ignoring broken ref %s"), fullref.buf); in expand_ref()
676 strbuf_release(&fullref); in expand_ref()
/dports/devel/git-gui/git-2.34.1/
H A Drefs.c651 struct strbuf fullref = STRBUF_INIT; in expand_ref() local
660 strbuf_reset(&fullref); in expand_ref()
661 strbuf_addf(&fullref, *p, len, str); in expand_ref()
663 fullref.buf, RESOLVE_REF_READING, in expand_ref()
670 } else if ((flag & REF_ISSYMREF) && strcmp(fullref.buf, "HEAD")) { in expand_ref()
671 warning(_("ignoring dangling symref %s"), fullref.buf); in expand_ref()
672 } else if ((flag & REF_ISBROKEN) && strchr(fullref.buf, '/')) { in expand_ref()
673 warning(_("ignoring broken ref %s"), fullref.buf); in expand_ref()
676 strbuf_release(&fullref); in expand_ref()
/dports/devel/git/git-2.34.1/
H A Drefs.c651 struct strbuf fullref = STRBUF_INIT; in expand_ref() local
660 strbuf_reset(&fullref); in expand_ref()
661 strbuf_addf(&fullref, *p, len, str); in expand_ref()
663 fullref.buf, RESOLVE_REF_READING, in expand_ref()
670 } else if ((flag & REF_ISSYMREF) && strcmp(fullref.buf, "HEAD")) { in expand_ref()
671 warning(_("ignoring dangling symref %s"), fullref.buf); in expand_ref()
672 } else if ((flag & REF_ISBROKEN) && strchr(fullref.buf, '/')) { in expand_ref()
673 warning(_("ignoring broken ref %s"), fullref.buf); in expand_ref()
676 strbuf_release(&fullref); in expand_ref()
/dports/devel/git-cvs/git-2.34.1/
H A Drefs.c651 struct strbuf fullref = STRBUF_INIT; in expand_ref() local
660 strbuf_reset(&fullref); in expand_ref()
661 strbuf_addf(&fullref, *p, len, str); in expand_ref()
663 fullref.buf, RESOLVE_REF_READING, in expand_ref()
670 } else if ((flag & REF_ISSYMREF) && strcmp(fullref.buf, "HEAD")) { in expand_ref()
671 warning(_("ignoring dangling symref %s"), fullref.buf); in expand_ref()
672 } else if ((flag & REF_ISBROKEN) && strchr(fullref.buf, '/')) { in expand_ref()
673 warning(_("ignoring broken ref %s"), fullref.buf); in expand_ref()
676 strbuf_release(&fullref); in expand_ref()
/dports/devel/cgit/cgit-1.2.3/git/
H A Drefs.c647 struct strbuf fullref = STRBUF_INIT; in expand_ref() local
656 strbuf_reset(&fullref); in expand_ref()
657 strbuf_addf(&fullref, *p, len, str); in expand_ref()
659 fullref.buf, RESOLVE_REF_READING, in expand_ref()
666 } else if ((flag & REF_ISSYMREF) && strcmp(fullref.buf, "HEAD")) { in expand_ref()
667 warning(_("ignoring dangling symref %s"), fullref.buf); in expand_ref()
668 } else if ((flag & REF_ISBROKEN) && strchr(fullref.buf, '/')) { in expand_ref()
669 warning(_("ignoring broken ref %s"), fullref.buf); in expand_ref()
672 strbuf_release(&fullref); in expand_ref()
/dports/textproc/htdig/htdig-3.2.0b6/htcommon/
H A DURL.cc229 String fullref(parent._service); in URL() local
230 fullref << ':' << ref; in URL()
231 parse((char*)fullref); in URL()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dvarioref.sty.ltxml57 DefMacro('\fullref', Tokens());

123