Home
last modified time | relevance | path

Searched refs:main (Results 26 – 50 of 580) sorted by relevance

12345678910>>...24

/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
H A Dspecial-attributes.md6 ## The Site ## {.main}
8 ## The Site ## {.main .shine #the-site}
19 this is just normal text {.main .shine #the-site}
/plugin/combo/.travis/
H A D.travis.yml8 - main
16 - if: branch =~ ^main
20 - if: branch =~ ^main
24 - if: branch =~ ^main
31 # - if: branch =~ ^main
/plugin/twofactortelegram/
H A DREADME.md9 ![Login Page](https://github.com/nudred/twofactortelegram/blob/main/screenshots/login-page.png?raw=…
13 ![Admin Conf](https://github.com/nudred/twofactortelegram/blob/main/screenshots/admin-conf.png?raw=…
17 ![User Conf](https://github.com/nudred/twofactortelegram/blob/main/screenshots/user-conf.png?raw=tr…
/plugin/catlist/
H A Dsyntax.php303 // Info on the main page (the "header" page)
307 $main = array( 'id' => $id,
311 $main['title'] = $data['headTitle'];
313 if ($data['useheading'] && $main['exist'])
314 $main['title'] = p_get_first_heading($main['id'], true);
315 if (is_null($main['title'])) {
317 $main['title'] = end($ex);
320 $data['main'] = $main;
[all...]
/plugin/combo/resources/theme/default/pages/templates/
H A Dminimal.yml2 - 'main-header'
3 - 'main-toc'
H A Dapp-login.css1 #main-content {
/plugin/quicksubscribe/
H A Ddeleted.files2 images/main-no.png
3 images/main-yes.png
/plugin/diagramsnet/lib/plugins/
H A Dtrello.js39 function main() function
88 main();
97 main();
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DREADME.md7 [main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
/plugin/combo/resources/theme/default/pages/partials/
H A Dmain-header-partial.hbs1 {{#if main-header-html}}
2 {{{ main-header-html }}}
/plugin/combo/resources/theme/default/components/css/
H A Danchor.css9 #page-main a {
13 #page-main a:hover {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2158.phpt2 #2158: Failure to run tests in separate processes if a file included into main process contains con…
10 PHPUnit_TextUI_Command::main();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php89 * @param string $main
93 public static function setEngine($main, array $modexps = ['DefaultEngine']) argument
97 $fqmain = 'phpseclib3\\Math\\BigInteger\\Engines\\' . $main;
99 throw new \InvalidArgumentException("$main is not a valid engine");
102 throw new BadConfigurationException("$main is not setup correctly on this system");
122 … throw new BadConfigurationException("No valid modular exponentiation engine found for $main");
125 self::$engines = [$main, $modexp];
/plugin/templateconfhelper/
H A DREADME42 For the main.php the default is hardcoded in dokuwiki.php. So for templates to overwrite the main.p…
57 …iles a main.php like this can be used in the default_tpl or base_tpl in dokuwiki //lib/tpl/// dire…
58 <file php main.php>
60 tpl_include( 'main.php' );
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A DREADME.md13 [main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php97 public static function parseGrammar($str, $main = true) argument
101 if (true === $main) {
127 } elseif (true !== $main && preg_match('/\]/A', $str, $match, null, $cursor)) {
/plugin/combo/vendor/symfony/polyfill-php80/
H A DREADME.md19 [main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md86 {main}: (0) Hello world!
100 * {main}: (0) Hello world!
106 * {main}: (0) Hello previous.
160 * {main}: (0) Failed because of several reasons.
165 * • {main}: (0) First reason
168 * • {main}: (0) Second reason
171 * • {main}: (0) Third reason
176 * • {main}: (0) Fourth reason
/plugin/cli/
H A Dcli-examples.txt106 irb(main):001:0> 2+2
108 irb(main):002:0>
109 irb(main):003:0> 2 + # This is a comment
110 irb(main):004:0* 40
112 irb(main):005:0>
117 irb(main):001:0> 2+2
119 irb(main):002:0>
120 irb(main):001:0> 2 + # This is a comment
121 irb(main):002:0* 40
123 irb(main):003:0>
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection73 def main():
140 main()
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/
H A DPROJECT_VERSION1 main
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat16 my $main = $parts{''}; delete $parts{''};
24 writeFile($debugDir . '/' . $fname, $newComment . "\n" . $main . "\n\n" . $v);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php185 function main($showPassed = true) function in PHPUnit_GUI_Gtk
190 gtk::main();
649 * @see main
653 $this->main($showPassed);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DMakefile88 dist/sequence-diagram.js: src/main.js build/diagram-grammar.js src/jquery-plugin.js src/sequence-di…
93 dist/sequence-diagram-raphael.js: src/main.js build/diagram-grammar.js src/jquery-plugin.js src/seq…
97 dist/sequence-diagram-snap.js: src/main.js build/diagram-grammar.js src/jquery-plugin.js src/sequen…
/plugin/gcalendar/inc/
H A Dstandard.css2 * standard.css is the main style-sheet for the dokuwiki-plugin gCalendar
12 /* main-table definition ----------------------------------------------------------------------- */
34 /* navi-table (header of main-table) ----------------------------------------------------------- */

12345678910>>...24