Home
last modified time | relevance | path

Searched defs:note (Results 76 – 100 of 7430) sorted by relevance

12345678910>>...298

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/helpers/
H A Dnotes_helper.rb6 def note_target_title(note) argument
13 def note_target_fields(note) argument
20 def note_supports_quick_actions?(note) argument
84 def note_max_access_for_user(note) argument
88 def note_human_max_access(note) argument
119 def note_url(note, project = @project) argument
127 def noteable_note_url(note) argument
/dports/print/texlive-base/texlive-20150521-source/utils/m-tx/mtx-0.60d/
H A Dnotes.c66 Char durationCode(note) in durationCode() argument
104 Static Void addDuration(note, dur) in addDuration() argument
119 Static Void extractFirst(note, first) in extractFirst() argument
130 Static Void extractOneOf(note, hits, hit) in extractOneOf() argument
152 Static Void extractContiguous(note, hits, hit) in extractContiguous() argument
179 Static Void extractAfter(note, delim, tail) in extractAfter() argument
202 Static Void extractDotShortcut(note, tail) in extractDotShortcut() argument
354 Char note[256]; local
496 Char octaveCode(note) in octaveCode() argument
510 Void removeOctaveCode(code, note) in removeOctaveCode() argument
[all …]
/dports/misc/ringtonetools/ringtonetools-2.26/src/
H A Dbmp.c21 void write_bmp_info_header(FILE *out, struct note_t *note, int bits, int *palette, int palette_coun… in write_bmp_info_header()
52 void write_bmp_header(FILE *out, struct note_t *note) in write_bmp_header()
70 int compute_palette(struct note_t *note,int *palette,int *palette_count,int true_color) in compute_palette()
126 void write_bmp_data(FILE *out, struct note_t *note, int bits, int *palette, int palette_count) in write_bmp_data()
224 void write_bmp_footer(FILE *out, struct note_t *note) in write_bmp_footer()
294 void write_text_footer(FILE *out, struct note_t *note) in write_text_footer()
314 void write_wbmp_header(FILE *out, struct note_t *note) in write_wbmp_header()
322 void write_wbmp_footer(FILE *out, struct note_t *note) in write_wbmp_footer()
354 void write_icon_header(FILE *out, struct note_t *note) in write_icon_header()
378 void write_icon_footer(FILE *out, struct note_t *note) in write_icon_footer()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dsigqueue_note.go15 func sigNoteSetup(*note) {
19 func sigNoteSleep(*note) {
23 func sigNoteWakeup(*note) {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dsigqueue_note.go15 func sigNoteSetup(*note) {
19 func sigNoteSleep(*note) {
23 func sigNoteWakeup(*note) {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dsigqueue_note.go15 func sigNoteSetup(*note) {
19 func sigNoteSleep(*note) {
23 func sigNoteWakeup(*note) {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dsigqueue_note.go14 func sigNoteSetup(*note) {
18 func sigNoteSleep(*note) {
22 func sigNoteWakeup(*note) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dsigqueue_note.go15 func sigNoteSetup(*note) {
19 func sigNoteSleep(*note) {
23 func sigNoteWakeup(*note) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dsigqueue_note.go15 func sigNoteSetup(*note) {
19 func sigNoteSleep(*note) {
23 func sigNoteWakeup(*note) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dsigqueue_note.go15 func sigNoteSetup(*note) {
19 func sigNoteSleep(*note) {
23 func sigNoteWakeup(*note) {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Dsigqueue_note.go15 func sigNoteSetup(*note) {
19 func sigNoteSleep(*note) {
23 func sigNoteWakeup(*note) {
/dports/net/v2ray/v2ray-core-4.36.2/common/net/
H A Dport.go17 // PortFromInt converts an integer to a Port.
19 func PortFromInt(val uint32) (Port, error) {
23 return Port(val), nil
24 }
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/docs/source/
H A Dcitation.rst67 .. _data_copyright_table:
75 .. |copy| unicode:: 0xA9 .. copyright sign
76 .. |TM| unicode:: U+2122
78 .. |---| unicode:: U+02014 .. em dash
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/safe-0.3.19/
H A DSafe.hs113 tailNote note x = withFrozenCallStack $ fromNote note "tailNote []" $ tailMay x function
129 initNote note x = withFrozenCallStack $ fromNote note "initNote []" $ initMay x function
145 headNote note x = withFrozenCallStack $ fromNote note "headNote []" $ headMay x function
146 lastNote note x = withFrozenCallStack $ fromNote note "lastNote []" $ lastMay x function
153 minimumNote note x = withFrozenCallStack $ fromNote note "minumumNote []" $ minimumMay x function
154 maximumNote note x = withFrozenCallStack $ fromNote note "maximumNote []" $ maximumMay x function
200 foldr1Note note f x = withFrozenCallStack $ fromNote note "foldr1Note []" $ foldr1May f x function
223 cycleNote note x = withFrozenCallStack $ fromNote note "cycleNote []" $ cycleMay x function
231 fromJustNote note x = withFrozenCallStack $ fromNote note "fromJustNote Nothing" x function
234 assertNote note True val = val function
[all …]

12345678910>>...298