/dports/audio/flite/flite-2.1-release/tools/ |
H A D | make_didb.scm | 180 (let ((time (nth 0 frame)) 181 (coeffs (nth 1 frame)) 182 (size (nth 2 frame)) 183 (r (nth 3 frame))) 210 (let ((time (nth 0 frame)) 211 (coeffs (nth 1 frame)) 212 (size (nth 2 frame)) 213 (r (nth 3 frame))) 310 (set! frame (cddr frame)) ;; skip the "1" 311 (set! frame (cdr frame)) ;; skip the energy [all …]
|
H A D | make_didb2.scm | 230 (let ((time (nth 0 frame)) 231 (coeffs (nth 1 frame)) 232 (size (nth 2 frame)) 233 (r (nth 3 frame))) 269 (let ((time (nth 0 frame)) 270 (coeffs (nth 1 frame)) 271 (size (nth 2 frame)) 272 (r (nth 3 frame))) 371 (set! frame (cddr frame)) ;; skip the "1" 372 (set! frame (cdr frame)) ;; skip the energy [all …]
|
H A D | make_clunits.scm | 336 (nth 1 info) (nth 2 info) (nth 3 info) 560 (define (output_sts name frame fname ofdlpc ofdres) 563 (let ((time (nth 0 frame)) 564 (coeffs (nth 1 frame)) 565 (size (nth 2 frame)) 566 (r (nth 3 frame))) 598 (define (output_mcep name frame ofd) 602 (set! mcep_order (- (length frame) (+ 3 1))) 604 (set! frame (cddr frame)) ;; skip time and the "1" 605 (set! frame (cdr frame)) ;; skip the energy [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/lisp/ |
H A D | frame.el | 212 (let ((frame (nth 1 event))) 228 (let ((frame (nth 1 event))) 1051 (set-mouse-pixel-position frame (1- (nth 2 edges)) (nth 1 edges)))) 1412 (- (nth 2 edges) (nth 0 edges)))) 1773 ((and (eq (nth 0 item) frame) (= (nth 1 item) 1)) 1776 ((and (eq (nth 0 item) frame) (= (nth 1 item) 2)) 1787 ((and (eq (nth 0 item) frame) (= (nth 1 item) 5)) 1794 (nth 0 item) (nth 1 item) (nth 2 item) (nth 3 item)))) 1799 (nth 0 item) (nth 1 item) (nth 2 item) (nth 3 item)))) 1804 (nth 0 item) (nth 1 item) (nth 2 item) (nth 3 item)))) [all …]
|
H A D | talk.el | 60 frame buffer) 61 (if (and elt (frame-live-p (nth 1 elt))) 62 (setq frame (nth 1 elt)) 72 (when (eq (nth 1 d) frame) 81 (delete-frame (nth 1 elt)) 82 (kill-buffer (nth 2 elt)) 90 (let ((frame (nth 1 (car tail))) 91 (this-buffer (nth 2 (car tail))) 93 (mapcar (lambda (elt) (nth 2 elt)) 98 (talk-split-up-frame frame buffers)) [all …]
|
H A D | image-mode.el | 224 (image-size spec pixels frame)) 230 (cons (/ (float (nth 3 slice)) (frame-char-width frame)) 234 (image-size image pixels frame)) 411 (defun image-mode-fit-frame (&optional frame toggle) 426 (width (frame-width frame)) 427 (height (frame-height frame))) 428 (with-selected-frame (or frame (selected-frame)) 433 (set-frame-width frame (car (nth 1 saved))) 434 (set-frame-height frame (cdr (nth 1 saved))) 442 (set-frame-width frame (+ (ceiling (car size)) [all …]
|
H A D | window.el | 3893 (cons (+ (nth 0 edges) (nth 0 pos-in-window)) 3894 (+ (nth 1 edges) (nth 1 pos-in-window))))))) 4420 (= (nth 2 e) (nth 2 edges))) 4667 window new-buffer (nth 1 entry) (nth 2 entry)) 4800 window new-buffer (nth 1 entry) (nth 2 entry)) 5166 (or (eq (nth 1 quit-restore) 'frame) 5199 window (nth 0 quad) (nth 1 quad) (nth 2 quad)) 6199 (nth 3 scroll-bars) (nth 5 scroll-bars) (nth 6 scroll-bars))) 7252 (eq (nth 1 quit-restore) 'frame))) 8136 (< (nth p other-edges) (nth q window-edges))) [all …]
|
H A D | tab-bar.el | 288 (nth 2 item)) 289 (if (functionp (nth 1 item)) 303 (functionp (nth 1 item))) 304 (call-interactively (nth 1 item))) 1049 (defun tab-bar--tab-index-recent (nth &optional tabs frame) 1053 (tab (nth (1- nth) sorted-tabs))) 1148 (setf (nth to-index tabs) (tab-bar--current-tab-make (nth to-index tabs))) 1593 (when (nth keep-index tabs) 1631 (frame (alist-get 'frame closed)) 1763 (tab (nth tab-index tabs)) [all …]
|
/dports/editors/emacs/emacs-27.2/lisp/ |
H A D | talk.el | 60 frame buffer) 61 (if (and elt (frame-live-p (nth 1 elt))) 62 (setq frame (nth 1 elt)) 72 (when (eq (nth 1 d) frame) 81 (delete-frame (nth 1 elt)) 82 (kill-buffer (nth 2 elt)) 90 (let ((frame (nth 1 (car tail))) 91 (this-buffer (nth 2 (car tail))) 93 (mapcar (function (lambda (elt) (nth 2 elt))) 98 (talk-split-up-frame frame buffers)) [all …]
|
H A D | image-mode.el | 205 (image-size spec pixels frame)) 211 (cons (/ (float (nth 3 slice)) (frame-char-width frame)) 215 (image-size image pixels frame)) 392 (defun image-mode-fit-frame (&optional frame toggle) 407 (width (frame-width frame)) 408 (height (frame-height frame))) 409 (with-selected-frame (or frame (selected-frame)) 414 (set-frame-width frame (car (nth 1 saved))) 415 (set-frame-height frame (cdr (nth 1 saved))) 423 (set-frame-width frame (+ (ceiling (car size)) [all …]
|
H A D | window.el | 3868 (cons (+ (nth 0 edges) (nth 0 pos-in-window)) 3869 (+ (nth 1 edges) (nth 1 pos-in-window))))))) 4298 (= (nth 2 e) (nth 2 edges))) 4540 window new-buffer (nth 1 entry) (nth 2 entry)) 4673 window new-buffer (nth 1 entry) (nth 2 entry)) 5014 (or (eq (nth 1 quit-restore) 'frame) 5047 window (nth 0 quad) (nth 1 quad) (nth 2 quad)) 6038 (nth 3 scroll-bars) (nth 5 scroll-bars) (nth 6 scroll-bars))) 7055 (eq (nth 1 quit-restore) 'frame))) 7856 (< (nth p other-edges) (nth q window-edges))) [all …]
|
H A D | tab-bar.el | 542 (defun tab-bar--tab-index-recent (nth &optional tabs frame) 545 (tab (nth (1- nth) sorted-tabs))) 574 (to-tab (nth to-index tabs)) 625 (setf (nth to-index tabs) (tab-bar--current-tab (nth to-index tabs))) 682 (from-tab (nth (1- from-index) tabs)) 782 (setf (nth from-index tabs) from-tab)) 967 (nth index tabs) 973 (tab . ,(nth index tabs))) 997 (frame (alist-get 'frame closed)) 1032 (tab-to-rename (nth tab-index tabs)) [all …]
|
/dports/databases/leo_center/leo_center-0.4.7/public/js/ext/resources/themes/stylesheets/neptune/default/mixins/ |
H A D | _frame.scss | 12 @mixin x-frame( 56 @if $padding-top < $frame-top { 72 @include border-top-left-radius(nth($border-radius, 1)); 73 @include border-top-right-radius(nth($border-radius, 2)); 75 @include border-top-left-radius(nth($border-radius, 1)); 76 @include border-top-right-radius(nth($border-radius, 2)); 77 @include border-bottom-right-radius(nth($border-radius, 3)); 79 @include border-top-left-radius(nth($border-radius, 1)); 80 @include border-top-right-radius(nth($border-radius, 2)); 81 @include border-bottom-right-radius(nth($border-radius, 3)); [all …]
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/ |
H A D | gdb-mi.el | 248 (dolist (frame (frame-list)) 389 (nth 6 breakpoint) ":" (nth 7 breakpoint) "\t" 446 (let ((frame nil) 451 (let ((frame (list (match-string 1) 456 (push frame call-stack)))) 463 (dolist (frame (nreverse call-stack)) 465 (nth 0 frame) "\t" 466 (nth 2 frame) "\t" 467 (nth 3 frame) ":" (nth 4 frame) "\t" 468 (nth 1 frame) "\n"))) [all …]
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/mi/ |
H A D | gdb-mi.el | 248 (dolist (frame (frame-list)) 389 (nth 6 breakpoint) ":" (nth 7 breakpoint) "\t" 446 (let ((frame nil) 451 (let ((frame (list (match-string 1) 456 (push frame call-stack)))) 463 (dolist (frame (nreverse call-stack)) 465 (nth 0 frame) "\t" 466 (nth 2 frame) "\t" 467 (nth 3 frame) ":" (nth 4 frame) "\t" 468 (nth 1 frame) "\n"))) [all …]
|
/dports/databases/leo_center/leo_center-0.4.7/public/js/ext/resources/themes/stylesheets/ext4/default/mixins/ |
H A D | _frame.scss | 12 @mixin x-frame( 56 @if $padding-top < $frame-top { 72 @include border-top-left-radius(nth($border-radius, 1)); 73 @include border-top-right-radius(nth($border-radius, 2)); 75 @include border-top-left-radius(nth($border-radius, 1)); 76 @include border-top-right-radius(nth($border-radius, 2)); 77 @include border-bottom-right-radius(nth($border-radius, 3)); 79 @include border-top-left-radius(nth($border-radius, 1)); 80 @include border-top-right-radius(nth($border-radius, 2)); 81 @include border-bottom-right-radius(nth($border-radius, 3)); [all …]
|
/dports/editors/emacs/emacs-27.2/lisp/cedet/ |
H A D | pulse.el | 115 (pulse-int-to-hex (nth 0 values) 4) ; red 116 (pulse-int-to-hex (nth 1 values) 4) ; green 117 (pulse-int-to-hex (nth 2 values) 4))) ; blue 133 (let* ((frame (color-values (face-background 'default))) 140 (frac (list (/ (- (nth 0 frame) (nth 0 start)) pulse-iterations) 141 (/ (- (nth 1 frame) (nth 1 start)) pulse-iterations) 142 (/ (- (nth 2 frame) (nth 2 start)) pulse-iterations))) 148 (+ (nth 0 start) (* (nth 0 frac) it)) 149 (+ (nth 1 start) (* (nth 1 frac) it)) 150 (+ (nth 2 start) (* (nth 2 frac) it)))))
|
/dports/editors/emacs/emacs-27.2/lisp/emacs-lisp/ |
H A D | regi.el | 55 (let (frame tail) 64 (setq frame (append frame (list element)) 67 frame)) 70 (defun regi-interpret (frame &optional start end) 178 frame) ; end-mapcar 187 (pred (nth 0 entry)) 188 (func (nth 1 entry)) 189 (negate-p (nth 2 entry)) 190 (case-fold-search (nth 3 entry)) 221 (if (assq 'frame result) [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emacs-lisp/ |
H A D | regi.el | 55 (let (frame tail) 64 (setq frame (append frame (list element)) 67 frame)) 70 (defun regi-interpret (frame &optional start end) 175 frame) ; end-mapcar 184 (pred (nth 0 entry)) 185 (func (nth 1 entry)) 186 (negate-p (nth 2 entry)) 187 (case-fold-search (nth 3 entry)) 221 (if (assq 'frame result) [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/lisp/textmodes/ |
H A D | reftex-toc.el | 326 (frame (selected-frame))) 390 (setq frame (or frame (selected-frame))) 393 (frame-property frame 'name) 394 (frame-parameter frame 'name)) 782 (name (nth 1 x)) 947 (let* ((file (nth 3 toc)) 1038 (let* ((frames (frame-list)) frame 1042 (while (setq frame (pop frames)) 1046 (delete-frame frame) 1079 (defun reftex-toc-delete-frame-hook (frame) [all …]
|
/dports/editors/emacs/emacs-27.2/lisp/textmodes/ |
H A D | reftex-toc.el | 334 (frame (selected-frame))) 398 (setq frame (or frame (selected-frame))) 401 (frame-property frame 'name) 402 (frame-parameter frame 'name)) 796 (name (nth 1 x)) 960 (let* ((file (nth 3 toc)) 1057 (let* ((frames (frame-list)) frame 1061 (while (setq frame (pop frames)) 1065 (delete-frame frame) 1101 (defun reftex-toc-delete-frame-hook (frame) [all …]
|
/dports/editors/emacs-devel/emacs-4d1968b/lisp/term/ |
H A D | common-win.el | 48 (defun x-setup-function-keys (frame) 52 (unless (terminal-parameter frame 'x-setup-function-keys) 54 (with-selected-frame frame 88 (cons (cons (nth 3 aelt) 91 (or (nth 4 aelt) (pop x-invocation-args)))) 103 (cons (cons (nth 3 aelt) 104 (or (nth 4 aelt) (pop x-invocation-args))) 213 (if aelt (setq handler (nth 2 aelt))) 409 (defun xw-defined-colors (&optional frame) 413 (or frame (setq frame (selected-frame))) [all …]
|
/dports/editors/emacs/emacs-27.2/lisp/term/ |
H A D | common-win.el | 48 (defun x-setup-function-keys (frame) 52 (unless (terminal-parameter frame 'x-setup-function-keys) 54 (with-selected-frame frame 88 (cons (cons (nth 3 aelt) 91 (or (nth 4 aelt) (pop x-invocation-args)))) 103 (cons (cons (nth 3 aelt) 104 (or (nth 4 aelt) (pop x-invocation-args))) 213 (if aelt (setq handler (nth 2 aelt))) 409 (defun xw-defined-colors (&optional frame) 413 (or frame (setq frame (selected-frame))) [all …]
|
/dports/lang/abcl/abcl-src-1.8.0/contrib/abcl-introspect/ |
H A D | stacktrace.lisp | 49 (defun swankish-frame (frame) 75 (if (null frame) 78 (#"getOperator" frame) 79 (let ((frame (if (typep frame 'java-stack-frame) (javaframe frame) frame))) 81 (concatenate 'string (#"getClassName" frame) "." (#"getMethodName" frame)) 152 (remove-if (lambda(frame) 189 until (not (eq (stackframe-head (nth next stacktrace)) 'error)) 195 (if (and (eq (stackframe-head (nth (+ error-position 2) spliced)) 'signal) 196 (eq (second (frame-to-list (nth error-position spliced))) 197 (second (frame-to-list (nth (+ error-position 2) spliced))))) [all …]
|
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/tabs/ |
H A D | tabgroup.jl | 166 (wins (tab-group-window-list (nth index tab-groups)))) 191 (let* ((old (nth index tab-groups)) 222 (let* ((group (nth index tab-groups))) 445 (nth (modulo (+ r n) size) gr))) 478 (if (not (nth (+ rank 1) wins)) 481 (setq right (nth (+ rank 1) wins)) 627 (if (not (eq (window-get win 'current-frame-style) (nth 0 (frame-style-tabbars-support win)))) 628 …(warp-cursor (+ (car (window-position win)) start-right (nth 4 tab-pos-list) (quotient (nth 6 tab-… 633 (nth 1 (frame-style-tabbars-support win))))) 635 …) (warp-cursor (+ (car (window-position win)) start-right (nth 4 tab-pos-list) (quotient (nth 6 ta… [all …]
|