/plugin/masciimath/ |
D | syntax.php | 318 $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/ |
D | compact.js | 16 function compact(array) { function 31 module.exports = compact;
|
/plugin/asciidocjs/node_modules/acorn/src/bin/ |
D | acorn.js | 5 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/ |
D | acorn | 11 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/ |
D | acorn | 11 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/ |
D | acorn.js | 5 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/ |
D | Raw.php | 75 return compact('p', 'q', 'g', 'y', 'x'); 90 return compact('p', 'q', 'g', 'y');
|
D | OpenSSH.php | 60 return compact('p', 'q', 'g', 'y', 'x', 'comment'); 67 return compact('p', 'q', 'g', 'y', 'comment');
|
/plugin/gemini/ |
D | cli.php | 57 $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/ |
D | style.less | 6 &:not(.compact) { 46 &.compact {
|
/plugin/extlist/css/ |
D | definitionlist.less | 32 /* compact */ 35 dt.compact span {
|
D | _description.less | 40 &:not(.compact) { 60 dt.compact {
|
/plugin/odp/ |
D | ZipLib.class.php | 42 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/ |
D | OpenSSH.php | 134 return compact('type', 'publicKey', 'paddedKey'); 163 return compact('type', 'publicKey', 'comment');
|
/plugin/numberedheadings/ |
D | syntax.php | 80 return $data = compact('level'); 135 $data = compact('dash', 'level', 'number', 'title', 'format');
|
/plugin/orgapp/editor/ |
D | sample.txt | 2 …<organigram layout="top" mode="min" compact="false" backgroundColor="#eee8f7" boxBackgroundColor="…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/ |
D | Raw.php | 64 return compact('r', 's');
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
D | NativeExtensionTest.php | 34 $output = $twig->render('index', compact('d1', 'd2'));
|
/plugin/mikioplugin/icons/bootstrap-icons/svg/ |
D | chevron-compact-up.svg | 1 <svg class="bi bi-chevron-compact-up" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCol…
|
D | chevron-compact-right.svg | 1 <svg class="bi bi-chevron-compact-right" width="1em" height="1em" viewBox="0 0 16 16" fill="current…
|
D | chevron-compact-left.svg | 1 <svg class="bi bi-chevron-compact-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentC…
|
D | chevron-compact-down.svg | 1 <svg class="bi bi-chevron-compact-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentC…
|
/plugin/offline/ |
D | create.php | 380 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/ |
D | ASN1.php | 66 return Encoder::encodeDER(compact('r', 's'), EcdsaSigValue::MAP);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ |
D | ASN1.php | 66 return Encoder::encodeDER(compact('r', 's'), Maps\DssSigValue::MAP);
|