Home
last modified time | relevance | path

Searched refs:compact (Results 1 – 25 of 147) sorted by relevance

123456

/plugin/masciimath/
Dsyntax.php318 $sym = compact('ml', 'ml_nobr');
324 $sym = compact('ml', 'ml_nobr');
330 $sym = compact('ml', 'ml_nobr');
335 $sym = compact('ml', 'ml_nobr');
385 return compact('ml', 'ml_nobr');
402 return compact ('ml', 'ml_nobr', 'row');
409 return compact ('ml', 'ml_nobr');
417 return compact ('ml', 'ml_nobr');
430 return compact ('ml', 'ml_nobr');
438 return compact ('ml', 'ml_nobr');
[all …]
/plugin/asciidocjs/node_modules/lodash/
Dcompact.js16 function compact(array) { function
31 module.exports = compact;
/plugin/asciidocjs/node_modules/acorn/src/bin/
Dacorn.js5 let infile, forceFile, silent = false, compact = false, tokenize = false variable
22 else if (arg == "--compact") compact = true
50 if (!silent) console.log(JSON.stringify(result, null, compact ? null : 2))
/plugin/asciidocjs/node_modules/acorn/bin/
Dacorn11 var compact = false;
29 else if (arg == "--compact") compact = true
57 if (!silent) console.log(JSON.stringify(result, null, compact ? null : 2))
/plugin/asciidocjs/node_modules/with/node_modules/acorn/bin/
Dacorn11 var compact = false;
33 else if (arg == "--compact") compact = true
55 if (!silent) console.log(JSON.stringify(result, null, compact ? null : 2))
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/bin/
Dacorn.js5 let infile, forceFile, silent = false, compact = false, tokenize = false variable
26 else if (arg == "--compact") compact = true
48 if (!silent) console.log(JSON.stringify(result, null, compact ? null : 2))
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
DRaw.php75 return compact('p', 'q', 'g', 'y', 'x');
90 return compact('p', 'q', 'g', 'y');
DOpenSSH.php60 return compact('p', 'q', 'g', 'y', 'x', 'comment');
67 return compact('p', 'q', 'g', 'y', 'comment');
/plugin/gemini/
Dcli.php57 $this->notice('Using certificate in {pemfile}', compact('pemfile'));
95 $this->success('Listening on {interface}:{port}', compact('interface', 'port'));
140 $this->warning('TLS failed for connection from {peername}', compact('peername'));
273 $this->info('Generating new certificate for {domain}', compact('domain'));
/plugin/structpublish/
Dstyle.less6 &:not(.compact) {
46 &.compact {
/plugin/extlist/css/
Ddefinitionlist.less32 /* compact */
35 dt.compact span {
D_description.less40 &:not(.compact) {
60 dt.compact {
/plugin/odp/
DZipLib.class.php42 function Add($files,$compact) argument
51 $ret[basename($fn[0])]=$this->add_File($fn[1],$fn[0],$compact);
118 function add_File($data, $name, $compact = 1) argument
127 if($compact)
132 if($compact){
146 if($compact)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DOpenSSH.php134 return compact('type', 'publicKey', 'paddedKey');
163 return compact('type', 'publicKey', 'comment');
/plugin/numberedheadings/
Dsyntax.php80 return $data = compact('level');
135 $data = compact('dash', 'level', 'number', 'title', 'format');
/plugin/orgapp/editor/
Dsample.txt2 …<organigram layout="top" mode="min" compact="false" backgroundColor="#eee8f7" boxBackgroundColor="…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/
DRaw.php64 return compact('r', 's');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DNativeExtensionTest.php34 $output = $twig->render('index', compact('d1', 'd2'));
/plugin/mikioplugin/icons/bootstrap-icons/svg/
Dchevron-compact-up.svg1 <svg class="bi bi-chevron-compact-up" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCol…
Dchevron-compact-right.svg1 <svg class="bi bi-chevron-compact-right" width="1em" height="1em" viewBox="0 0 16 16" fill="current…
Dchevron-compact-left.svg1 <svg class="bi bi-chevron-compact-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentC…
Dchevron-compact-down.svg1 <svg class="bi bi-chevron-compact-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentC…
/plugin/offline/
Dcreate.php380 log_msg(__LINE__, compact('msgStr'));
384 log_msg(__LINE__, compact('msgStr'));
466 log_msg(__LINE__, compact('msgStr'));
475 log_msg(__LINE__, compact('msgStr'));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
DASN1.php66 return Encoder::encodeDER(compact('r', 's'), EcdsaSigValue::MAP);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
DASN1.php66 return Encoder::encodeDER(compact('r', 's'), Maps\DssSigValue::MAP);

123456