Home
last modified time | relevance | path

Searched refs:class (Results 76 – 100 of 100) sorted by relevance

1234

/dokuwiki/inc/Ui/
H A DMediaRevisions.php15 class MediaRevisions extends Revisions
64 'class' => 'changes',
76 $class = ($RevInfo->val('type') === DOKU_CHANGE_TYPE_MINOR_EDIT) ? 'minor' : '';
77 $form->addTagOpen('li')->addClass($class);
110 $form->addTagClose('div'); // close div class=no
H A DPageRevisions.php14 class PageRevisions extends Revisions
64 'class' => 'changes',
76 $class = ($RevInfo->val('type') === DOKU_CHANGE_TYPE_MINOR_EDIT) ? 'minor' : '';
77 $form->addTagOpen('li')->addClass($class);
109 $form->addTagClose('div'); // close div class=no
H A DRecent.php15 class Recent extends Ui
57 echo '<div class="level1"><p>'
63 $form = new Form(['id' => 'dw__recent', 'method' => 'GET', 'action' => wl($ID), 'class' => 'changes']);
82 $class = ($RevInfo->val('type') === DOKU_CHANGE_TYPE_MINOR_EDIT) ? 'minor' : '';
83 $form->addTagOpen('li')->addClass($class);
101 $form->addTagClose('div'); // close div class=no
186 $html = '<div class="pagenav">';
189 $html .= '<div class="pagenav-prev">';
191 . ' title="' . $lang['btn_newer'] . ' [N]" class="button show">'
197 $html .= '<div class
[all...]
H A DSearch.php10 class Search extends Ui
507 $html = '<div class="search_quickresult">';
509 $html .= '<ul class="search_quickhits">';
525 $html .= '<div class="clearer"></div>';
544 return '<div class="nothing">' . $lang['nothingfound'] . '</div>';
547 $html = '<div class="search_fulltextresult">';
550 $html .= '<dl class="search_results">';
568 $lastMod = '<span class="lastmod">' . $lang['lastmod'] . '</span> ';
575 $hits = '<span class="hits">' . $cnt . ' ' . $lang['hits'] . '</span>, ';
589 $html .= '<div class
[all...]
/dokuwiki/inc/
H A Dhtml.php67 dbg_deprecated(Login::class . '::show()');
79 dbg_deprecated(Denied::class . '::showBanner()');
163 $html = '<div class="secedit editbutton_' . $data['target'] . ' editbutton_' . $secid . '">';
180 return '<a class="nolink" href="#dokuwiki__top">'
181 . '<button class="button" onclick="window.scrollTo(0, 0)" title="' . $lang['btn_top'] . '">'
223 $html = '<form class="button btn_' . $name . '" method="' . $method . '" action="' . $script . '"><div class="no">';
257 dbg_deprecated(PageView::class . '::showrev()');
270 dbg_deprecated(PageView::class . '::show()');
282 dbg_deprecated(PageDraft::class
428 html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false) global() argument
[all...]
H A Dtemplate.php191 $class = $INPUT->str('page');
192 if (!empty($class)) {
195 if (in_array($class, $pluginlist)) {
198 $plugin = plugin_load('admin', $class);
606 'class="action ' . $type . '" ' .
635 $class = '\\dokuwiki\\Menu\\Item\\' . ucfirst($type);
636 if (class_exists($class)) {
639 $item = new $class();
733 'class' => 'search',
789 $crumbs_sep = ' <span class
[all...]
H A Dparserutils.php602 $class = 'dokuwiki\\Parsing\\ParserMode\\' . ucfirst($m);
603 $obj = new $class();
705 * Figure out the correct renderer class to use for $mode,
825 return "<$wrapper class=\"code $language\">$highlighted_code</$wrapper>";
H A Dmedia.php47 echo '<div class="search_result">';
48 echo '<span class="mediaref_ref">' . hsc($row) . '</span>';
53 echo '<div class="mediaref_hidden">' . $lang['ref_hidden'] . '</div>';
157 echo '<div class="nothing">' . $lang['media_perm_upload'] . '</div>' . DOKU_LF;
175 'class' => 'meta'
190 'class' => 'edit',
200 )->id($p['id'])->addClass($p['class'])->val($value);
204 ->addClass($p['class'])
722 echo '<div class="nothing">' . $lang['nothingfound'] . '</div>' . NL;
742 echo '<div class
[all...]
/dokuwiki/lib/plugins/extension/helper/
H A Dgui.php16 class helper_plugin_extension_gui extends Plugin
39 echo '<div class="panelHeader">';
68 echo '<div class="panelHeader">';
102 echo '<div class="panelHeader">';
108 'class' => 'search',
154 echo '<div class="panelHeader">';
161 'class' => 'install',
188 echo '<ul class="tabs">';
192 $class = ' active';
194 $class
[all...]
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md32 class Minimal extends CLI
61 - create a class and ``extend splitbrain\phpcli\CLI``
71 - instantiate your class and call ```run()``` on it
78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is available and only
96 For more complex coloring you can access the color class through ``$this->colors`` in your script. The ``wrap()`` method
105 The ``TableFormatter`` class allows you to align texts in multiple columns. It tries to figure out the available
130 The CLI class is a fully PSR-3 compatible logger (printing colored log data to STDOUT and STDERR). This is useful when
133 If you need to pass a class implementing the `Psr\Log\LoggerInterface` you can do so by inheriting from one of the two provided classes implementing this interface instead of `splitbrain\phpcli\CLI`.
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md16 - New class `SimplePie\Cache\CallableNameFilter` to provide a `callable` to customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
19 - Registry: Allow using class-strings instead of magic strings by @jtojnar and @Art4 in [#766](https://github.com/simplepie/simplepie/pull/766)
46 - The class `SimplePie\Cache` is deprecated, use implementation of `SimplePie\SimplePie::set_cache()` instead
47 - The class `SimplePie\Cache\DB` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
48 - The class `SimplePie\Cache\File` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
49 - The class `SimplePie\Cache\Memcache` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
50 - The class `SimplePie\Cache\Memcached` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
51 - The class `SimplePie\Cache\MySQL` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
52 - The class `SimplePie\Cache\Redis` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
65 - New class `SimplePi
[all...]
H A DREADME.markdown4 SimplePie is a very fast and easy-to-use class, written in PHP, that puts the
/dokuwiki/lib/exe/
H A Dcss.php338 * for an interwiki URL it is set in it's own class. Both classes can be
356 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $iw);
361 echo "a.iw_$class {";
397 $class = preg_replace('/[^_\-a-z0-9]+/', '_', $ext);
398 echo ".mf_$class {";
419 * Helper class to abstract loading of css/less files
423 class DokuCssFile
/dokuwiki/lib/plugins/config/
H A Dadmin.php19 * need to inherit from this class
21 class admin_plugin_config extends AdminPlugin
88 echo '<div class="info">' . $this->getLang('locked') . '</div>';
95 echo '<div class="no"><input type="hidden" name="id" value="' . $ID . '" /></div>';
123 echo '<div class="table">';
124 echo '<table class="inline">';
129 $class = $setting->isDefault()
130 ? ' class="default"'
131 : ($setting->isProtected() ? ' class="protected"' : '');
133 ? ' class
[all...]
/dokuwiki/data/
H A Ddeleted.files97 inc/PassHash.class.php
102 inc/Input.class.php
111 inc/plugincontroller.class.php
214 lib/plugins/config/settings/config.class.php
215 lib/plugins/config/settings/extra.class.php
224 inc/feedcreator.class.php
234 inc/Tar.class.php
235 inc/ZipLib.class.php
255 inc/TarLib.class.php
490 lib/plugins/plugin/classes/ap_delete.class
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php29 * The class allows to convert internationalized domain names
34 * The class provides two public methods, encode() and decode(), which do exactly
54 class idna_convert
609 $class = $this->_get_combining_class($output[$i]);
610 if ((!$last_class || $last_class > $class) && $class) {
631 // The current class is 0
632 if (!$class) $last_starter = $i;
633 $last_class = $class;
702 * Returns the combining class o
[all...]
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md67 The FileInfo class can be used to specify additional info like ownership or permissions when adding a file to
/dokuwiki/lib/plugins/acl/
H A Dadmin.php17 * need to inherit from this class
19 class admin_plugin_acl extends AdminPlugin
186 echo '<div class="level1">';
197 echo '<div class="clearer"></div>';
199 echo '<div class="level2">';
203 echo '<div class="footnotes"><div class="fn">';
204 echo '<sup><a id="fn__1" class="fn_bot" href="#fnt__1">1)</a></sup>';
205 echo '<div class="content">' . $this->getLang('p_include') . '</div>';
351 echo '<form action="' . wl() . '" method="post" accept-charset="utf-8"><div class
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php33 abstract class ASN1
100 * @link http://php.net/class.datetime
291 /* Class is UNIVERSAL, APPLICATION, PRIVATE, or CONTEXT-SPECIFIC. The UNIVERSAL class is restricted to the ASN.1
293 data types. The other three classes are user defined. The APPLICATION class distinguishes data types that
296 alternatives of a CHOICE, or universally tagged set members. Only the class number appears in braces for this
300 $class = ($type >> 6) & 3;
301 switch ($class) {
307 'type' => $class,
336 'type' => $class,
603 // Get the mapping and input class
[all...]
H A DX509.php47 class X509
588 [static::class, 'decodeNameConstraintIP'] :
589 [static::class, 'decodeIP'];
697 $value = ASN1::encodeDER($value, $map, ['iPAddress' => [static::class, 'encodeIP']]);
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php21 * need to inherit from this class
23 class admin_plugin_usermanager extends AdminPlugin
193 * @todo split into smaller functions, use Form class
216 echo '<div class="level2">';
236 echo '<div class="table">';
237 echo '<table class="inline">';
248 echo '<td class="rightalign"><input type="image" src="' .
250 $this->lang['search_prompt'] . '" alt="' . $this->lang['search'] . '" class="button" /></td>';
251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt410 * The HelloWorldApp class implements an application that
413 class HelloWorldApp {
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php5 * The GeSHi class for Generic Syntax Highlighting. Please refer to the
7 * information about how to use this class.
145 for this regexp's html tag class */
219 * about how to use this class.
226 class GeSHi {
422 * The overall class for this code block
851 * class can then be used in a stylesheet to style this object's
854 * @param string $class The class name to use for this block of code
857 public function set_overall_class($class) { argument
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG521 - The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
799 - Allow regexes to set a CSS class name (SmokingRope)
915 - The $_GESHI_ERRORS array is gone, error messages are internal to the GeSHi class
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE

1234