Home
last modified time | relevance | path

Searched refs:tilde (Results 1 – 25 of 3816) sorted by relevance

12345678910>>...153

/dports/devel/checkbashisms/devscripts-2.21.4/test/bashisms/
H A Dtilde-expansion.sh.out1 possible bashism in bashisms/tilde-expansion.sh line 8 (non-standard tilde expansion):
2 echo BASHISM: tilde plus: ~+
3 possible bashism in bashisms/tilde-expansion.sh line 9 (non-standard tilde expansion):
4 echo BASHISM: tilde minus: ~-
9 possible bashism in bashisms/tilde-expansion.sh line 16 (non-standard tilde expansion):
11 possible bashism in bashisms/tilde-expansion.sh line 17 (non-standard tilde expansion):
13 possible bashism in bashisms/tilde-expansion.sh line 18 (non-standard tilde expansion):
15 possible bashism in bashisms/tilde-expansion.sh line 20 (non-standard tilde expansion):
17 possible bashism in bashisms/tilde-expansion.sh line 21 (non-standard tilde expansion):
19 possible bashism in bashisms/tilde-expansion.sh line 22 (non-standard tilde expansion):
[all …]
H A Dtilde-expansion.sh3 echo tilde alone: ~/
4 echo tilde with name: ~root/
8 echo BASHISM: tilde plus: ~+
9 echo BASHISM: tilde minus: ~-
16 echo BASHISM: tilde plus n: ~+1
17 echo BASHISM: tilde implicit plus n: ~1
18 echo BASHISM: tilde minus n: ~-1
20 echo BASHISM: tilde plus 10: ~+10
21 echo BASHISM: tilde implicit plus 10: ~10
22 echo BASHISM: tilde minus 10: ~-10
/dports/math/octave-forge-optics/optics-0.1.4/doc/
H A Dzernikes_and_derivatives_cartesian_OSA.tex147tilde{n},\tilde{m}}=xU_{\tilde{n}-1,\tilde{m}}+yU_{\tilde{n}-1,\tilde{n}-1-\tilde{m}}+xU_{\tilde{n…
152 \item for $\tilde{m}=\tilde{n}$$\qquad U_{\tilde{n},\tilde{n}}=xU_{\tilde{n}-1,\tilde{n}-1}-yU_{\ti…
155 …_{\tilde{n},\tilde{m}}=yU_{\tilde{n}-1,\tilde{n}-1-\tilde{m}}+xU_{\tilde{n}-1,\tilde{m}-1}-yU_{\ti…
159 U_{\tilde{n},\tilde{m}}=xU_{\tilde{n}-1,\tilde{m}}+yU_{\tilde{n}-1,\tilde{n}-1-\tilde{m}}+yU_{\tild…
163 U_{\tilde{n},\tilde{m}}=2xU_{\tilde{n}-1,\tilde{m}}+2yU_{\tilde{n}-1,\tilde{m}-1}-U_{\tilde{n}-2,\t…
236 …l U_{\tilde{n},\tilde{m}}}{\partial x}=\tilde{n}U_{\tilde{n}-1,\tilde{m}}+\tilde{n}U_{\tilde{n}-1,…
240 …al U_{\tilde{n},\tilde{m}}}{\partial y}=\tilde{n}U_{\tilde{n}-1}-\tilde{n}U_{\tilde{n}-1,\tilde{n}…
250 …_{\tilde{n},\tilde{n}}}{\partial x}=-\tilde{n}U_{\tilde{n}-1,\tilde{n}-1}\qquad\frac{\partial U_{\
254tilde{n},\tilde{m}}}{\partial x}=\tilde{n}U_{\tilde{n}-1,\tilde{m}-1}+\frac{\partial U_{\tilde{n}-…
258tilde{n},\tilde{m}}}{\partial x}=\tilde{n}U_{\tilde{n}-1,\tilde{m}}+\tilde{n}U_{\tilde{n}-1,\tilde
[all …]
/dports/shells/yash/yash-2.51/tests/
H A Dtilde-p.tst1 # tilde-p.tst: test of tilde expansion for any POSIX-compliant shell
17 HOME=/tilde/expansion
21 [/tilde/expansion]
26 HOME=/tilde/expansion
30 [/tilde/expansion/][/tilde/expansion/slash]
46 HOME=/tilde/expansion
55 HOME=/tilde/expansion
59 [/foo/bar/][/foo/bar/baz][/tilde/expansion/][/tilde/expansion/slash]
64 HOME=/tilde/expansion
68 [/foo/bar:][/foo/bar:baz][/tilde/expansion:][/tilde/expansion:colon]
[all …]
/dports/textproc/py-pymdown-extensions/pymdown-extensions-9.1/tests/extensions/tilde/
H A Dtests.yml3 tilde:
5 pymdownx.tilde:
7 tilde (dumb):
9 pymdownx.tilde:
12 tilde (dumb no sub):
14 pymdownx.tilde:
18 tilde (no delete):
20 pymdownx.tilde:
23 tilde (no sub):
25 pymdownx.tilde:
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dtypeterm.go15 tilde bool // valid if typ != nil member
25 case x.tilde:
43 return x.tilde == y.tilde && Identical(x.typ, y.typ)
72 if x.tilde || !y.tilde {
100 if !x.tilde || y.tilde {
118 if x.tilde {
148 return !x.tilde || y.tilde
158 if y.tilde {
162 if x.tilde {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dtypeterm.go15 tilde bool // valid if typ != nil member
25 case x.tilde:
43 return x.tilde == y.tilde && Identical(x.typ, y.typ)
72 if x.tilde || !y.tilde {
100 if !x.tilde || y.tilde {
118 if x.tilde {
148 return !x.tilde || y.tilde
158 if y.tilde {
162 if x.tilde {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/vendor/golang.org/x/tools/internal/typeparams/
H A Dtypeterm.go19 tilde bool // valid if typ != nil member
29 case x.tilde:
47 return x.tilde == y.tilde && types.Identical(x.typ, y.typ)
76 if x.tilde || !y.tilde {
104 if !x.tilde || y.tilde {
122 if x.tilde {
152 return !x.tilde || y.tilde
162 if y.tilde {
166 if x.tilde {
/dports/www/gitea/gitea-1.16.5/vendor/golang.org/x/tools/internal/typeparams/
H A Dtypeterm.go19 tilde bool // valid if typ != nil member
29 case x.tilde:
47 return x.tilde == y.tilde && types.Identical(x.typ, y.typ)
76 if x.tilde || !y.tilde {
104 if !x.tilde || y.tilde {
122 if x.tilde {
152 return !x.tilde || y.tilde
162 if y.tilde {
166 if x.tilde {
/dports/math/spooles-mpich/spooles.2.2/MT/doc/
H A Dsolve.tex86 ${\tilde L}_i$
90 ${\tilde L}_i$
97 {\tilde L}_0 \
98 {\tilde L}_1 \
100 {\tilde L}_k \
101 {\tilde U}_k \
104 {\tilde U}_0
176 {\tilde L}_0 \ A_1 \ {\tilde U}_0
245 {\tilde L}_1 \ A_2 \ {\tilde U}_1
362 where $L = {\tilde L}_0 {\tilde L}_1 {\tilde L}_2$
[all …]
/dports/math/spooles-mpich/spooles.2.2/MPI/doc/
H A Dsolve.tex86 ${\tilde L}_i$
90 ${\tilde L}_i$
97 {\tilde L}_0 \
98 {\tilde L}_1 \
100 {\tilde L}_k \
101 {\tilde U}_k \
104 {\tilde U}_0
176 {\tilde L}_0 \ A_1 \ {\tilde U}_0
245 {\tilde L}_1 \ A_2 \ {\tilde U}_1
362 where $L = {\tilde L}_0 {\tilde L}_1 {\tilde L}_2$
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/MT/doc/
H A Dsolve.tex86 ${\tilde L}_i$
90 ${\tilde L}_i$
97 {\tilde L}_0 \
98 {\tilde L}_1 \
100 {\tilde L}_k \
101 {\tilde U}_k \
104 {\tilde U}_0
176 {\tilde L}_0 \ A_1 \ {\tilde U}_0
245 {\tilde L}_1 \ A_2 \ {\tilde U}_1
362 where $L = {\tilde L}_0 {\tilde L}_1 {\tilde L}_2$
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/MPI/doc/
H A Dsolve.tex86 ${\tilde L}_i$
90 ${\tilde L}_i$
97 {\tilde L}_0 \
98 {\tilde L}_1 \
100 {\tilde L}_k \
101 {\tilde U}_k \
104 {\tilde U}_0
176 {\tilde L}_0 \ A_1 \ {\tilde U}_0
245 {\tilde L}_1 \ A_2 \ {\tilde U}_1
362 where $L = {\tilde L}_0 {\tilde L}_1 {\tilde L}_2$
[all …]
/dports/math/spooles/spooles.2.2_SHARED/MT/doc/
H A Dsolve.tex86 ${\tilde L}_i$
90 ${\tilde L}_i$
97 {\tilde L}_0 \
98 {\tilde L}_1 \
100 {\tilde L}_k \
101 {\tilde U}_k \
104 {\tilde U}_0
176 {\tilde L}_0 \ A_1 \ {\tilde U}_0
245 {\tilde L}_1 \ A_2 \ {\tilde U}_1
362 where $L = {\tilde L}_0 {\tilde L}_1 {\tilde L}_2$
[all …]
/dports/math/spooles/spooles.2.2_SHARED/MPI/doc/
H A Dsolve.tex86 ${\tilde L}_i$
90 ${\tilde L}_i$
97 {\tilde L}_0 \
98 {\tilde L}_1 \
100 {\tilde L}_k \
101 {\tilde U}_k \
104 {\tilde U}_0
176 {\tilde L}_0 \ A_1 \ {\tilde U}_0
245 {\tilde L}_1 \ A_2 \ {\tilde U}_1
362 where $L = {\tilde L}_0 {\tilde L}_1 {\tilde L}_2$
[all …]
/dports/math/spooles/spooles.2.2/MPI/doc/
H A Dsolve.tex86 ${\tilde L}_i$
90 ${\tilde L}_i$
97 {\tilde L}_0 \
98 {\tilde L}_1 \
100 {\tilde L}_k \
101 {\tilde U}_k \
104 {\tilde U}_0
176 {\tilde L}_0 \ A_1 \ {\tilde U}_0
245 {\tilde L}_1 \ A_2 \ {\tilde U}_1
362 where $L = {\tilde L}_0 {\tilde L}_1 {\tilde L}_2$
[all …]
/dports/math/spooles/spooles.2.2/MT/doc/
H A Dsolve.tex86 ${\tilde L}_i$
90 ${\tilde L}_i$
97 {\tilde L}_0 \
98 {\tilde L}_1 \
100 {\tilde L}_k \
101 {\tilde U}_k \
104 {\tilde U}_0
176 {\tilde L}_0 \ A_1 \ {\tilde U}_0
245 {\tilde L}_1 \ A_2 \ {\tilde U}_1
362 where $L = {\tilde L}_0 {\tilde L}_1 {\tilde L}_2$
[all …]
/dports/shells/bash/bash-5.1/lib/tilde/
H A DMakefile.in65 CSOURCES = $(srcdir)/tilde.c
68 HSOURCES = $(srcdir)/tilde.h
70 OBJECTS = tilde.o
73 DOCSOURCE = doc/tilde.texi
74 DOCOBJECT = doc/tilde.dvi
122 tilde.o: tilde.h $(BASHINCDIR)/ansi_stdlib.h
123 tilde.o: $(BUILD_DIR)/config.h
126 tilde.o: tilde.c
/dports/science/nest/nest-simulator-3.1/doc/userdoc/model_details/
H A Dsiegert_neuron_integration.ipynb41 …"$$ I(\\tilde{V}_{\\mathrm{th}},\\tilde{V}_{\\mathrm{r}})\t=\t\\int_{\\tilde{V}_{\\mathrm{r}}}^{\\
123tilde{V}_{\\mathrm{th}},\\tilde{V}_{\\mathrm{r}})=2\\int_{\\tilde{V}_{\\mathrm{r}}}^{\\tilde{V}_{\…
127tilde{V}_{\\mathrm{th}},\\tilde{V}_{\\mathrm{r}})=2e^{\\tilde{V}_{\\mathrm{th}}^{2}}D(\\tilde{V}_{…
131tilde{V}_{\\mathrm{th}}^{2}}}{e^{-\\tilde{V}_{\\mathrm{th}}^{2}}\\tau_{\\mathrm{ref}}+\\tau_{\\mat…
133tilde{V}_{\\mathrm{r}}<\\tilde{V}_{\\mathrm{th}}$. Extracting $e^{\\tilde{V}_{\\mathrm{th}}^{2}}$ …
139 …"$$I(\\tilde{V}_{\\mathrm{th}},\\tilde{V}_{\\mathrm{r}})=\\int_{|\\tilde{V}_{\\mathrm{th}}|}^{|\\t…
145 … "as a numerically safe expression for $\\tilde{V}_{\\mathrm{r}}<\\tilde{V}_{\\mathrm{th}}<0$.\n",
151tilde{V}_{\\mathrm{th}},\\tilde{V}_{\\mathrm{r}})=2e^{\\tilde{V}_{\\mathrm{th}}^{2}}D(\\tilde{V}_{…
155tilde{V}_{\\mathrm{th}}^{2}}}{e^{-\\tilde{V}_{\\mathrm{th}}^{2}}\\tau_{\\mathrm{ref}}+\\tau_{\\mat…
157 …"as a numerically safe expressions for $\\tilde{V}_{\\mathrm{r}}\\le0\\le\\tilde{V}_{\\mathrm{th}}…
[all …]
/dports/comms/scrcpy/scrcpy-1.9/server/src/main/java/com/genymobile/scrcpy/
H A DKeyComposition.java137 map.put('Ã', tilde('A')); in createDecompositionMap()
138 map.put('Ñ', tilde('N')); in createDecompositionMap()
139 map.put('Õ', tilde('O')); in createDecompositionMap()
140 map.put('ã', tilde('a')); in createDecompositionMap()
141 map.put('ñ', tilde('n')); in createDecompositionMap()
142 map.put('õ', tilde('o')); in createDecompositionMap()
143 map.put('Ĩ', tilde('I')); in createDecompositionMap()
144 map.put('ĩ', tilde('i')); in createDecompositionMap()
145 map.put('Ũ', tilde('U')); in createDecompositionMap()
146 map.put('ũ', tilde('u')); in createDecompositionMap()
[all …]
/dports/math/octave-forge-nnet/nnet/doc/latex/developers/algorithm/
H A DLevenbergMarquardt.tex31 $\tilde{\textbf{S}}^1 = [\tilde{\textbf{S}}^1_1 | \tilde{\textbf{S}}^1_2 | ... | \tilde{\textbf{S}}…
32 …ndent $\tilde{\textbf{S}}^1_1$ will hold 3 elements $\tilde{\textbf{S}}^1_1 = [\tilde{\textbf{S}}…
33tilde{\textbf{S}}^1_2 = [\tilde{\textbf{S}}^1_{1,2} ~ \tilde{\textbf{S}}^1_{2,2} ~ \tilde{\textbf{…
34 and a size of 1x100 for $\tilde{\textbf{S}}^1_{2}$.\\
/dports/math/gismo/gismo-21.12.0/doc/
H A Dieti_example.dox118 \tilde B_1 & \tilde B_2 & \cdots & \tilde B_{K+1} & 0 \\
140 \tilde{A}_k
149 \tilde{B}_k
159 \underline{\tilde f}_k
191 F = \sum_{k=1}^{K+1} \tilde B_k \tilde A_k^{-1} \tilde B_k^\top
193 \underline g = \sum_{k=1}^{K+1} \tilde B_k \tilde A_k^{-1} \underline{\tilde f}_k.
271 \f$ \tilde A_k \f$, and \f$ \underline{\tilde f}_k \f$ thereafter. Finally, this
273 \f$ \tilde A_{K+1} \f$, and \f$ \underline{\tilde f}_{K+1} \f$ in the object.
281 Now, we add \f$ \tilde B_k \f$, \f$ \tilde A_k \f$, and \f$ \underline{\tilde f}_k \f$
292 Finally, we add \f$ \tilde B_{K+1} \f$, \f$ \tilde A_{K+1} \f$, and
[all …]
/dports/shells/bash/bash-5.1/support/
H A DSYMLINKS6 lib/readline/tilde.c ../tilde/tilde.c
7 lib/readline/tilde.h ../tilde/tilde.h
17 #lib/tilde/memalloc.h ../../include/memalloc.h
/dports/lang/librep/librep_0.92.7/lisp/rep/io/file-handlers/
H A Dtilde.jl1 #| tilde.jl -- File handler for tilde expansion
25 (define-structure rep.io.file-handlers.tilde ()
33 (defun tilde-expand (file-name)
46 (defun tilde-file-handler (op #!rest args)
50 ;; Slightly tricky. It's necessary to remove the tilde, call
74 ;; argument). Expand the tilde expression then re-call OP.
77 (apply copy-file (tilde-expand (car args)) (cdr args)))
80 (copy-file (car args) (tilde-expand (cadr args))))
83 (copy-file (tilde-expand (car args)) (tilde-expand (cadr args))))
88 (define-file-handler 'tilde-file-handler tilde-file-handler)
[all …]
/dports/shells/bash/bash-5.1/lib/readline/
H A DMakefile.in100 TILDEOBJ = tilde.o
143 tilde.o: tilde.c
145 $(CC) $(CCFLAGS) -DREADLINE_LIBRARY -c $(srcdir)/tilde.c
176 bind.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
219 kill.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
232 nls.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
260 tilde.o: ansi_stdlib.h
261 tilde.o: ${BUILD_DIR}/config.h
262 tilde.o: tilde.h
336 tilde.o: xmalloc.h
[all …]

12345678910>>...153