Home
last modified time | relevance | path

Searched refs:manager (Results 101 – 125 of 170) sorted by last modified time

1234567

/plugin/news/
H A DREADME91 …entry in newsfeed.ini or, lacking that, from the options set in the Dokuwiki configuration manager.
/plugin/selfmeasurement/
H A Ddescription.txt45 You can configure the email where to send the reports in the dokuwiki configuration manager.
/plugin/jokuwiki/
H A DREADME.md9 Download the zip file and unzip in the plugins directory or install via the plugin manager.
/plugin/authldaplocal/
H A DREADME.md44manager can be used to add, delete or edit users. User information is pulled from the LDAP when ne…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedModules.txt
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/removeold/
H A DREADME10 This is an admin plugin available via admin manager to delete listed files
/plugin/orgchart/
H A DREADME22 The order of the columns must be: name, line manager, job title, photo. Job title and photo are opt…
23 The line manager's name must be the same as it appears in the name column of that manager.
30manager (line manager's pagename, type: 'page' or simple string; when using 'page' this needs to b…
54 * if type 'page' is used for line manager, the link text doesn't need to match the exact name as th…
H A Dscript.js28 var id, name, title, manager, photo = '';
50 manager = getStaffId($link.attr('title'));
52 manager = $this.text().trim().toLowerCase();
73 staff[i] = [name_detail, manager];
/plugin/upload/
H A Dsyntax.php118 …field here "id" because it is misinterpreted by DokuWiki if the upload form is not in media manager
/plugin/rdplink/
H A DREADME.md15 …ithub.com/justinshepard/rdplink/zipball/master) into the DokuWiki plugin manager and click "Downlo…
/plugin/mediasyntax/
H A DREADME7 Do NOT try to install this plugin via un-tarring it. Use plugin manager as described in the above link.
/plugin/acronym/
H A DREADME7 Do NOT try to install this plugin via un-tarring it. Use plugin manager as described in the above l…
/plugin/zotero/
H A DREADME.md10 manager and point to http://f.macke.it/ZoteroPlugin for an automatic
/plugin/sfauth/
H A DREADME.wiki24 …* Callback URL - see DokuWiki's config manager. Should be something like ''http://example.com/doku…
30 - Configure the plugin in the configuration manager using the data given
/plugin/tuxquote/
H A DREADME21 - From the plugin manager (Admin - Manage Plugins), enter "https://github.com/eldougo/dokuwiki_plug…
H A Dquotes.txt1342 …take of being seventy again! <BR> -- Casey Stengel, (1890-1975), U.S. baseball manager for NY Mets
3622 All work and no play, will make you a manager.
/plugin/components/action/
H A Daction.php16 $action_manager = Doku_Action_Manager::manager();
H A Dajax.php23 $manager = new Doku_AJAX_Manager();
24 if ($manager && $manager->call($event->data))
H A Drender.php18 $action_manager = Doku_Action_Manager::manager();
/plugin/components/lib/
H A Daction_manager.php29 private static $manager = NULL; variable in Doku_Action_Manager
31 public static function manager() { function in Doku_Action_Manager
32 if (!self::$manager)
33 self::$manager = new Doku_Action_Manager;
34 return self::$manager;
/plugin/imagemap/
H A DREADME48 Download using the plugin manager, or manually and unzip in your ''plugins''
/plugin/authdrupal7/
H A DREADME.md50 * manager: add a manager group (with @) or username that matches one of your drupal roles or users
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php284 $manager = ManagerEncoding::get();
285 $ref = $manager->get_encoding_glyphs('windows-1252');
304 $manager = ManagerEncoding::get();
305 $ref = $manager->get_encoding_vector($encoding);
391 $manager = ManagerEncoding::get();
392 $map = $manager->get_encoding_glyphs($enc);
401 $fm = ReadTTF($fontfile, $manager->get_encoding_vector($enc));
/plugin/html2pdf/snorriheim/
H A Dmedia.css2 * The CSS in here cotrols the appearance of the media manager

1234567