/plugin/structtemplate/_vagrant/ |
H A D | install_dokuwiki_extension.sh | 44 printf '%s\n' "Install a plugin into a DokuWiki instance" 45 printf 'Usage: %s [-p|--path <arg>] [-h|--help] [<extension-1>] ... [<extension-n>] ...\n' "$0" 46 printf '\t%s\n' "<extension>: Extensions to install; start templates with template:" 47 printf '\t%s\n' "-p, --path: Path to DokuWiki instance; overrides DW_PATH (no default)" 48 printf '\t%s\n' "-h, --help: Prints help" 49 printf '\nEnvironment variables that are supported:\n' 50 printf '\t%s\n' "DW_PATH: Path to DokuWiki instance. (default: './')" 51 printf '\t%s\n' "DW_EXTENSIONS: Extensions to install, space-separated." 53 printf '\n%s\n' "The DokuWiki instance must exist in the current directory, or be given via the
|
/plugin/publish/action/ |
H A D | banner.php | 76 printf('<div class="approval %s">', $class); 107 printf('<span>%s</span>', hsc($note)); 123 printf($this->getLang('apr_recent_draft'), wl($ID, 'force_rev=1')); 141 printf($this->getLang('apr_outdated'), wl($ID, 'rev=' . $latestApprovedRevision)); 156 printf($this->getLang('apr_draft'), '<span class="approval_date">' . dformat($revision) . '</span>'); 158 printf(' ' . $this->getLang('approvals'), $approvalCount, $this->getConf('number_of_approved')); 160 printf(' ' . $this->getLang('approved by'), implode(', ', $this->hlp->getApprovers())); 171 printf($this->getLang('apr_approved'), 184 printf($this->getLang('apr_previous'),
|
/plugin/badbehaviour/ |
H A D | admin.php | 73 printf('<p><b>'.$this->getLang('blocked').'</b></p>',$all,$days); 85 printf("%.2f%%",100*$count/$all); 113 printf('<p>'.$this->getLang('lkpresult').'</p>', 116 printf('<p>'.$this->getLang('lkplist').'</p>',7);
|
/plugin/readability/ |
H A D | calc.php | 23 printf('<li><div class="li"><b>Gunning-Fog Score:</b> %.2f ',$gf); 33 printf('<li><div class="li"><b>Flesch-Kincaid Score:</b> %.2f ',$fs); 43 printf('<li><div class="li"><b>Flesch-Kincaid Grade:</b> %.2f ',$fg);
|
/plugin/botbouncer/admin/ |
H A D | statistics.php | 76 printf('<p><b>'.$this->getLang('blocked').'</b></p>',$all,$days); 87 printf("%.2f%%",100*$count/$all);
|
/plugin/superacl/ |
H A D | admin.php | 296 printf($this->getLang('p_choose_ns'),hsc($this->ns)); 298 printf($this->getLang('p_choose_id'),hsc($ID)); 393 printf($this->getLang('p_user_ns'),hsc($who),hsc($ns),join(', ',$names)); 395 printf($this->getLang('p_user_id'),hsc($who),hsc($ID),join(', ',$names)); 399 … printf($this->getLang('p_group_ns'),hsc(ltrim($who,'@')),hsc($ns),join(', ',$names)); 401 … printf($this->getLang('p_group_id'),hsc(ltrim($who,'@')),hsc($ID),join(', ',$names));
|
/plugin/shell/ |
H A D | admin.php | 20 printf('<p0wny-shell cwd="%s" backend="%s"></p0wny-shell>',$cwd, $backend);
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | WavFile.java | 731 out.printf("File: %s\n", file); in display() 732 out.printf("Channels: %d, Frames: %d\n", numChannels, numFrames); in display() 733 out.printf("IO State: %s\n", ioState); in display() 734 out.printf("Sample Rate: %d, Block Align: %d\n", sampleRate, blockAlign); in display() 735 out.printf("Valid Bits: %d, Bytes per sample: %d\n", validBits, in display() 770 System.out.printf("%d %d\n", framesRead, framesWritten); in main()
|
/plugin/bez/tpl/ |
H A D | thread.php | 44 <?php printf($tpl->getLang('user_closed_issue'), 53 <?php printf($tpl->getLang('user_rejected_issue'),
|
H A D | 8d.php | 14 <?php printf($tpl->getLang('8d_report_header'), $D); ?>
|
H A D | task.php | 70 <?php printf($tpl->getLang('user_did_task'),
|
/plugin/nsexport/action/ |
H A D | export.php | 66 printf($this->getLang('inns'), $ns);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/ |
H A D | benchmark.php | 61 printf('Benchmarking collection for format "%s".' . PHP_EOL, $format);
|
/plugin/solr/ |
H A D | index_all.php | 85 printf("\nImported %d pages in %0.3f seconds\n", $data['global_count'], microtime(true)-$start);
|
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/ |
H A D | README.md | 15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
|
/plugin/combo/vendor/symfony/deprecation-contracts/ |
H A D | README.md | 15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
|
/plugin/blogtng/helper/ |
H A D | comments.php | 572 printf($fmt_zero_comments, $count); 575 printf($fmt_one_comments, $count); 578 printf($fmt_comments, $count);
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/ |
H A D | Pp.php | 227 printf(
|
/plugin/zip/pear/ |
H A D | PEAR.php | 211 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this))); 882 printf($format, $this->getMessage());
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/ |
H A D | IntegrationTestCase.php | 228 printf("Compiled templates that failed on case %d:\n", $i + 1);
|
/plugin/move/admin/ |
H A D | main.php | 169 printf($this->getLang('treelink'), $treelink);
|
/plugin/publist/bib2tpl/lib/ |
H A D | PEAR.php | 193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this))); 873 printf($format, $this->getMessage());
|
/plugin/publistf/bib2tpl/lib/ |
H A D | PEAR.php | 193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this))); 873 printf($format, $this->getMessage());
|
/plugin/publistx/bib2tpl/lib/ |
H A D | PEAR.php | 193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this))); 873 printf($format, $this->getMessage());
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/ |
H A D | Command.php | 367 printf( 405 printf(
|