Home
last modified time | relevance | path

Searched +refs:nsubstitute +refs:if (Results 1 – 21 of 21) sorted by relevance

/dports/lang/eisl/eisl-2.35/documents/
H A DSEQ.md31 - find-if pred xs
43 - count-if pred xs
51 - remove-if pred xs
61 - nsubstitute new old xs
63 - nsubstitute-if new pred xs
65 - nsubstitute-if-not new pred xs
201 >(nsubstitute 'z 'a a)
207 >(nsubstitute 'z 'a b)
213 >(nsubstitute #\z #\a c)
219 >(nsubstitute-if 0 #'evenp a)
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/
H A Dsubstitute.cnb34 …"source" : "ex:=G_{\\mu \\nu \\rho} + F_{\\mu \\nu \\rho};\nsubstitute(_, $F_{\\mu \\nu \\rho} ->…
52 …"source" : "ex:= A_{\\mu \\nu} B_{\\nu \\rho} C_{\\rho \\sigma};\nsubstitute(_, $A_{m n} C_{p q} -…
124 …"source" : "ex:= \\sin{ x }**2 + 3 + \\cos{ x }**2;\nsubstitute(ex, $\\sin{A?}**2 + \\cos{A?}**2 =…
172 "source" : "ex:= A + B + C + D;\nsubstitute(_, $A+C=Q$);"
206 "source" : "ex:= A B C D;\nsubstitute(_, $B D = Q$);"
253 "source" : "ex:= A B C D + A B C D E F;\nsubstitute(_, $A B C D = 1$, partial=False);"
263 …"source" : "It will respect non-commuting objects and will not match if that would require moving …
267 …"source" : "It will respect non-commuting objects and will not match if that would require moving …
306 "source" : "{Q,R,S,T}::NonCommuting;\nex:= Q R S T;\nsubstitute(_, $S Q = 1$);"
/dports/editors/xvile/vile-9.8v/filters/
H A Dlisp.key112 assoc-if
201 choose-if
259 count-if
267 delete-if
321 find-if
493 nsubstitute
494 nsubstitute-if
495 nsubstitute-if-not
637 split-if
775 if
[all …]
/dports/editors/vile/vile-9.8v/filters/
H A Dlisp.key112 assoc-if
201 choose-if
259 count-if
267 delete-if
321 find-if
493 nsubstitute
494 nsubstitute-if
495 nsubstitute-if-not
637 split-if
775 if
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A Dsymbols.tst56 code-char count-if cddr coerce count-if-not cdr
90 find-if endp find-if-not enough-namestring find-method
135 macroexpand member macroexpand-1 member-if macrolet
136 member-if-not make-array merge make-broadcast-stream
163 pathname-match-p nsubst-if pathname-name nsubst-if-not
164 pathname-type nsubstitute pathname-version nsubstitute-if
165 pathnamep nsubstitute-if-not peek-char nth phase nth-value pi
180 psetf remove-if psetq remove-if-not push remove-method pushnew
183 rassoc-if-not restart-bind ratio restart-case rational
205 standard-object subst step subst-if storage-condition
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/examples/
H A Dconverge.cnb34 "source" : "ex:=Q Q Q Q Q Q;\nsubstitute(ex, $Q->A+B, A->3, B->5$);"
66 "source" : "ex:=Q Q Q Q Q Q;\nsubstitute(ex, $Q->A+B, A->3, B->5$, repeat=True);"
76 …"source" : "However, this only works if you have a single algorithm to work with. If you want to a…
80 …"source" : "However, this only works if you have a single algorithm to work with. If you want to a…
H A Dref_properties.cnb15 …you can use whatever notation you like; if you\nprefer to write \\verb|\\gamma|, or perhaps even \…
19 …you can use whatever notation you like; if you\nprefer to write \\verb|\\gamma|, or perhaps even \…
83 …ce" : "at the same time. The program will not warn you if you use\nincompatible properties, so if
87 …ce" : "at the same time. The program will not warn you if you use\nincompatible properties, so if
493 …say that\n``$m$ is a dummy index'', this does not allow the program to\nsubstitute $m$ with anothe…
497 …say that\n``$m$ is a dummy index'', this does not allow the program to\nsubstitute $m$ with anothe…
H A Dsupergravity.cnb17 …"source" : "It is easier to keep track of various parts of the computation if we disable automatic…
21 …"source" : "It is easier to keep track of various parts of the computation if we disable automatic…
253 … - 1/4 \\bar{\\epsilon}\\omega_{\\mu m n} \\Gamma^{m n} ):\nsubstitute(L, covD)\ndistr…
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dlisp.vim13 if exists("b:current_syntax")
17 if exists("g:lisp_isk")
33 if exists("g:lisp_instring")
279 syn keyword lispFunc count-if-not member-if sublis
336 syn keyword lispFunc dpb nsubstitute unintern
337 syn keyword lispFunc dribble nsubstitute-if union
338 syn keyword lispFunc dynamic-extent nsubstitute-if-not unless
386 syn keyword lispFunc find-if pprint-exit-if-list-exhausted y-or-n-p
390 if exists("g:lispsyntax_clisp")
507 if exists("g:lisp_instring")
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dlisp.vim13 if exists("b:current_syntax")
17 if exists("g:lisp_isk")
33 if exists("g:lisp_instring")
279 syn keyword lispFunc count-if-not member-if sublis
336 syn keyword lispFunc dpb nsubstitute unintern
337 syn keyword lispFunc dribble nsubstitute-if union
338 syn keyword lispFunc dynamic-extent nsubstitute-if-not unless
386 syn keyword lispFunc find-if pprint-exit-if-list-exhausted y-or-n-p
390 if exists("g:lispsyntax_clisp")
507 if exists("g:lisp_instring")
[all …]
/dports/lang/sbcl/sbcl-1.3.13/doc/manual/
H A Dbeyond-ansi.texinfo47 Doesn't alter @code{*package*}: if @code{foo::bar} would cause a
247 either immediately or if an instance is created:
467 functions and actually are, if no additional methods are
506 @code{sb-sequence:count}, @code{sb-sequence:count-if}, @code{sb-sequence:count-if-not}
509 @code{sb-sequence:find}, @code{sb-sequence:find-if}, @code{sb-sequence:find-if-not}
512 @code{sb-sequence:position}, @code{sb-sequence:position-if}, @code{sb-sequence:position-if-not}
527 @code{sb-sequence:nsubstitute}, @code{sb-sequence:nsubstitute-if},
528 @code{sb-sequence:nsubstitute-if-not}, @code{sb-sequence:substitute},
529 @code{sb-sequence:substitute-if}, @code{sb-sequence:substitute-if-not}
550 @code{sb-sequence:delete}, @code{sb-sequence:delete-if}, @code{sb-sequence:delete-if-not},
[all …]
/dports/editors/emacs/emacs-27.2/info/
H A Dcl.info3037 ‘cl-delete-if’, and ‘cl-delete-if-not’ are defined similarly.
3060 -- Function: cl-nsubstitute new old seq &key :test :test-not :key
3066 The functions ‘cl-substitute-if’, ‘cl-substitute-if-not’,
3067 ‘cl-nsubstitute-if’, and ‘cl-nsubstitute-if-not’ are defined similarly.
3100 The ‘cl-find-if’, ‘cl-find-if-not’, ‘cl-position-if’,
3101 ‘cl-position-if-not’, ‘cl-count-if’, and ‘cl-count-if-not’ functions are
3291 The ‘cl-subst-if’, ‘cl-subst-if-not’, ‘cl-nsubst-if’, and
3409 The ‘cl-assoc-if’, ‘cl-assoc-if-not’, ‘cl-rassoc-if’, and
5114 * cl-nsubstitute: Sequence Functions. (line 99)
5115 * cl-nsubstitute-if: Sequence Functions. (line 105)
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dcl.texi1562 if the block does
3527 @defun cl-nsubstitute new old seq @t{&key :test :test-not :key :count :start :end :from-end}
3535 @findex cl-nsubstitute-if
3536 @findex cl-nsubstitute-if-not
3538 @code{cl-nsubstitute-if}, and @code{cl-nsubstitute-if-not} are defined
3577 The @code{cl-find-if}, @code{cl-find-if-not}, @code{cl-position-if},
3578 @code{cl-position-if-not}, @code{cl-count-if}, and @code{cl-count-if-not}
3789 The @code{cl-subst-if}, @code{cl-subst-if-not}, @code{cl-nsubst-if}, and
3829 The @code{cl-member-if} and @code{cl-member-if-not} functions
3935 The @code{cl-assoc-if}, @code{cl-assoc-if-not}, @code{cl-rassoc-if},
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dcl.texi1564 if the block does
3524 @defun cl-nsubstitute new old seq @t{&key :test :test-not :key :count :start :end :from-end}
3532 @findex cl-nsubstitute-if
3533 @findex cl-nsubstitute-if-not
3535 @code{cl-nsubstitute-if}, and @code{cl-nsubstitute-if-not} are defined
3574 The @code{cl-find-if}, @code{cl-find-if-not}, @code{cl-position-if},
3575 @code{cl-position-if-not}, @code{cl-count-if}, and @code{cl-count-if-not}
3786 The @code{cl-subst-if}, @code{cl-subst-if-not}, @code{cl-nsubst-if}, and
3824 The @code{cl-member-if} and @code{cl-member-if-not} functions
3930 The @code{cl-assoc-if}, @code{cl-assoc-if-not}, @code{cl-rassoc-if},
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/
H A DChangeLog.122340 inside the if.
2472 if necessary.
7596 if needed.
18503 if available.
27631 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27633 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27634 (nsubstitute-if-not, find, find-if, find-if-not, position)
27635 (position-if, position-if-not, count, count-if, count-if-not)
27637 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27638 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
[all …]
H A DChangeLog.17997 with port, if present.
3720 if-name-main block.
4691 Advise if needed.
8412 bars, if present.
11180 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
17356 { if it is hanging.
21333 Use cl-remove-if.
21342 Use cl-remove-if.
21352 Use cl-delete-if-not.
21603 check if the archive is new; if it is, update list of archives.
[all …]
/dports/editors/emacs/emacs-27.2/lisp/
H A DChangeLog.122340 inside the if.
2472 if necessary.
7596 if needed.
18503 if available.
27631 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27633 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27634 (nsubstitute-if-not, find, find-if, find-if-not, position)
27635 (position-if, position-if-not, count, count-if, count-if-not)
27637 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27638 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
[all …]
H A DChangeLog.17997 with port, if present.
3720 if-name-main block.
4691 Advise if needed.
8412 bars, if present.
11180 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
17356 { if it is hanging.
21333 Use cl-remove-if.
21342 Use cl-remove-if.
21352 Use cl-delete-if-not.
21603 check if the archive is new; if it is, update list of archives.
[all …]
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.310435 Disable ASLR if any kind of dumping, instead of merely if
20278 if picky.
22215 if not.
24829 should be a bit faster if B is 0, or if A is a bignum
33816 (%.elc): Use it instead if the if statement.
55672 -znocombreloc if supported and if dumping. This mostly
75350 Obsolete gnus-remove-if and gnus-remove-if-not
125404 (cl--position, cl-nsubstitute, cl-substitute, cl-remove):
128148 (cl-seq-nsubstitute-test, cl-seq-position-test)
128482 cl-delete-duplicates: Parse :if to have cl-if bound
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.34109 (erc-member-if, erc-delete-if, erc-remove-if-not, erc-subseq):
15913 compilation breaks if you try, if you build with
20442 The Edebug specification of 'if-let' and 'if-let*' doesn't work if the
20447 specification from 'if-let*' and 'if-let'.
24765 if needed.
108857 if picky.
110794 if not.
122395 (%.elc): Use it instead if the if statement.
163930 Obsolete gnus-remove-if and gnus-remove-if-not
213982 (cl--position, cl-nsubstitute, cl-substitute, cl-remove):
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dfrequencies.gold24542 "/if": -4.465908,
24561 "if": -4.465908,
26662 "nsubstitute": -7.263730,
27158 "if": -4.773506,
34208 "#if": -8.103040,
51161 "if": -2.890372,
106121 "if": -4.848116,
115146 "if": -3.737670,
123266 "if": -4.601831,
140811 "if": -3.555348,
[all …]