/plugin/masciimath/ |
H A 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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/ |
H A D | Raw.php | 75 return compact('p', 'q', 'g', 'y', 'x'); 90 return compact('p', 'q', 'g', 'y');
|
H A D | OpenSSH.php | 60 return compact('p', 'q', 'g', 'y', 'x', 'comment'); 67 return compact('p', 'q', 'g', 'y', 'comment');
|
H A D | PuTTY.php | 72 return compact('p', 'q', 'g', 'y', 'x', 'comment');
|
/plugin/gemini/ |
H A 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/ |
H A D | style.less | 6 &:not(.compact) { 46 &.compact {
|
/plugin/extlist/css/ |
H A D | definitionlist.less | 32 /* compact */ 35 dt.compact span {
|
H A D | _description.less | 40 &:not(.compact) { 60 dt.compact {
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | sfCompact.yml | 35 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 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/numberedheadings/ |
H A D | syntax.php | 80 return $data = compact('level'); 135 $data = compact('dash', 'level', 'number', 'title', 'format');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | OpenSSH.php | 134 return compact('type', 'publicKey', 'paddedKey'); 163 return compact('type', 'publicKey', 'comment');
|
/plugin/datatables/assets/datatables.net-responsive-bs/css/ |
H A D | responsive.bootstrap.min.css |
|
/plugin/orgapp/editor/ |
H A D | sample.txt | 2 …<organigram layout="top" mode="min" compact="false" backgroundColor="#eee8f7" boxBackgroundColor="…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/ |
H A D | Raw.php | 64 return compact('r', 's');
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | NativeExtensionTest.php | 34 $output = $twig->render('index', compact('d1', 'd2'));
|
/plugin/mikioplugin/icons/bootstrap-icons/svg/ |
H A D | chevron-compact-up.svg | 1 <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 D | chevron-compact-right.svg | 1 <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 D | chevron-compact-down.svg | 1 <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 D | chevron-compact-left.svg | 1 <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 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/ |
H A D | ASN1.php | 66 return Encoder::encodeDER(compact('r', 's'), EcdsaSigValue::MAP);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ |
H A D | ASN1.php | 66 return Encoder::encodeDER(compact('r', 's'), Maps\DssSigValue::MAP);
|
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/ |
H A D | wiki.jst | 102 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 D | action.php | 68 return compact('user', 'name', 'mail', 'grps');
|