Home
last modified time | relevance | path

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

12345

/plugin/masciimath/
H A 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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DRaw.php75 return compact('p', 'q', 'g', 'y', 'x');
90 return compact('p', 'q', 'g', 'y');
H A DOpenSSH.php60 return compact('p', 'q', 'g', 'y', 'x', 'comment');
67 return compact('p', 'q', 'g', 'y', 'comment');
H A DPuTTY.php72 return compact('p', 'q', 'g', 'y', 'x', 'comment');
/plugin/gemini/
H A 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/
H A Dstyle.less6 &:not(.compact) {
46 &.compact {
/plugin/extlist/css/
H A Ddefinitionlist.less32 /* compact */
35 dt.compact span {
H A D_description.less40 &:not(.compact) {
60 dt.compact {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfCompact.yml35 Combinations of compact and inline notation are allowed
88 Combinations of compact and inline notation are allowed
141 Combinations of compact and inline notation are allowed
/plugin/odp/
H A 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/numberedheadings/
H A Dsyntax.php80 return $data = compact('level');
135 $data = compact('dash', 'level', 'number', 'title', 'format');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php134 return compact('type', 'publicKey', 'paddedKey');
163 return compact('type', 'publicKey', 'comment');
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/orgapp/editor/
H A Dsample.txt2 …<organigram layout="top" mode="min" compact="false" backgroundColor="#eee8f7" boxBackgroundColor="…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/
H A DRaw.php64 return compact('r', 's');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DNativeExtensionTest.php34 $output = $twig->render('index', compact('d1', 'd2'));
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dchevron-compact-up.svg1 <svg class="bi bi-chevron-compact-up" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchevron-compact-right.svg1 <svg class="bi bi-chevron-compact-right" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchevron-compact-down.svg1 <svg class="bi bi-chevron-compact-down" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dchevron-compact-left.svg1 <svg class="bi bi-chevron-compact-left" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/offline/
H A 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/
H A DASN1.php66 return Encoder::encodeDER(compact('r', 's'), EcdsaSigValue::MAP);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/
H A DASN1.php66 return Encoder::encodeDER(compact('r', 's'), Maps\DssSigValue::MAP);
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst102 var compact = _.partial(_.filter, _, Boolean);
103 compact(['a', null, 'c']);
108 var compact = fp.filter(Boolean);
109 compact(['a', null, 'c']);
/plugin/oauthgeneric/
H A Daction.php68 return compact('user', 'name', 'mail', 'grps');

12345