Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/metadisplay/helper/
H A Dhtml.php299 function process_dates($created, $modified) { argument
302 if ($created) {
303 $rfc_cr = date("r", $created);
305 "</td><td>$created</td></tr>\n";
H A Dplaintext.php297 function process_dates($created, $modified) { argument
300 if ($created) {
301 $rfc_cr = date("r", $created);
303 " $created\n";
/plugin/blogmeta/
H A Daction.php58 … print $this->getLang('posted')." ".strftime($conf['dformat'],$INFO['meta']['date']['created']);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCache.SerializerPermissions.txt
/plugin/projects/action/
H A Dnamespace.php38 function created(&$event, $param) { function in action_plugin_projects_namespace
/plugin/bugzillaint/
H A DREADME.md8 Icon `bug1.gif` created by Neal Applebaum and found on the official Jira wiki at
/plugin/rssbycreated/
H A Dplugin.info.txt8 desc Sorts the RSS feed by the date it was created
/plugin/googlepagerank/
H A Dplugin.info.txt6 desc The Google PageRank is a scoring system created by Google to give websites a rank. Generall…
/plugin/epub/
H A DREADME1 A plugin for creating ebooks on Dokuwiki sites. The digital books created with this plugin are for…
/plugin/pagequery/
H A Dreadme.md12 * Create all sorts of indexes for your wiki: A-Z, recent, created by, authored by, start pages
31 * Listing all pages created by a certain user
66 Another example, grouping by //year created//, then //month created//, then by //name//, in 2 columns, and displaying the real month name, plus having the links in "Sentence Case" with no underscores, and to top it off: a border around the table columns:
80 Or, all files in the "happy:go:lucky" namespace, sorted by year, then date created, in proper case, in 2 columns, and use the page title, not the name in the listing:
/plugin/submgr/lang/en/
H A Dintro.txt5 namespace immeadiately). All existing rules are automatically applied to all newly created users.
/plugin/discordnotifier/examples/
H A DREADME.md7 ![Example created notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/exam…
/plugin/vkeyboard/
H A Dchange_log18 Select menu; on submit a new hidden input is created called 'vkb' which
21 is seen in action.php, a cookie named VKB is created with the name of the
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php577 public $created; variable in Google_Insert2
590 public function setCreated( $created) { argument
591 $this->created = $created;
594 return $this->created;
/plugin/block/
H A DREADME7 been created. You can add images to these boxes but their positons depend
/plugin/userspagecreate/
H A Daction.php92 saveWikiText($pageName,con('',$text,'',1),$lang['created'],'');
/plugin/socialshareprivacy2/JC/
H A DREADME.md77created (standard browser behavior).* If you want to make it available for instance across the ent…
91 Define the domain where the cookie is valid. Default: domain of page where the cookie was created.
/plugin/userimportextended/lang/en/
H A Dintro.txt6 Except for the user-id, all of the columns may be empty. In that case the users will be created wit…
/plugin/inclform/
H A DREADME.md1 This DokuWiki-plugin was originally created to include an approved html-form into a wiki-page. But …
/plugin/prettyprint/
H A Dscript.js44 var cont = LANG.plugins.prettyprint.created+'&nbsp;<strong>'+author+'</strong>';
/plugin/archivegenerator/lang/en/
H A Dintro.txt5 ''admin'' user is created. Please provide email and password for that admin user below.
/plugin/userhomepage/
H A Daction.php117 $created = array();
131 $created['private'] = page_exists($this->private_page);
176 $created['public'] = page_exists($this->public_page);
210 if (($created['public']) && (page_exists($this->public_page))) {
214 …} elseif (($created['private']) && (page_exists($this->private_page)) && ($this->getConf('edit_bef…
/plugin/isauth/
H A DCHANGELOG
/plugin/avtaskbox/
H A DREADME.md29 * created plugin.
/plugin/pgn4web/
H A DREADME.md19 is created which instructs the reader to open solely the article.
38 # diff -u pgn4web/pgn4web.js /tmp/pgn4web.js >pgn4web.patch # created the patch

12345678910>>...15