Home
last modified time | relevance | path

Searched full:stale (Results 1 – 25 of 67) sorted by relevance

123

/plugin/stale/
Dadmin.php32 /** @var helper_plugin_stale $stale */
33 $stale = plugin_load('helper', 'stale');
34 return $stale->getIcon();
41 /** @var helper_plugin_stale $stale */
42 $stale = plugin_load('helper', 'stale');
45 $reason = $stale->canTouch();
47 msg('Plugin stale: You can\'t touch the file for the following reason: ' . $reason, -1);
51 $this->msg = $stale->stale();
Daction.php4 use dokuwiki\plugin\stale\StaleMenuItem;
44 /** @var helper_plugin_stale $stale */
45 $stale = plugin_load('helper', 'stale');
47 if ($stale->canTouch() !== true) {
52 $message = $stale->stale();
73 /** @var helper_plugin_stale $stale */
74 $stale = plugin_load('helper', 'stale');
75 if ($stale->canTouch()===true){
DREADME.md1 # Stale Plugin - Making your Dokuwiki Cache Stale
5 Stale is a [DokuWiki Plugin](https://www.dokuwiki.org/plugin:stale) that aims to delete or make all…
8 …e only the modified date, not the content) in order to make the rendering cache stale (ie HTML,...)
21 …are using the cache system, must make the cache dependent of their info file to get the cache stale
25 ## How to stale ?
27 You can stale the cache:
38 …* As [per request 2](https://github.com/ComboStrap/stale/issues/2), Make the cache stale, reload t…
42 * The stale menu item is now a website item
DMenuitem.php3 namespace dokuwiki\plugin\stale;
11 * Implements the stale button
61 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
62 return $stale->getLang('menu');
67 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
68 return $stale->getLang("menuItemLabel");
74 /** @var helper_plugin_stale $stale */
75 $stale = plugin_load('helper', helper_plugin_stale::PLUGIN_NAME);
76 return $stale->getIcon();
Dplugin.info.txt1 base stale
5 name Stale plugin
6 desc Make the cache stale by touching configuration files
7 url https://www.dokuwiki.org/plugin:stale
Dhelper.php9 const PLUGIN_NAME = 'stale';
38 * $stale->canTouch()!==true
72 public function stale() function in helper_plugin_stale
82 $message .= "<br>The cache is now stale.";
Dstale.js7 const queryParameterKey = "stale";
35 …dialogElement.html(`<h3>Stale</h3><p>${message}</p><p>The page was reloaded.</p><p>Note: This wind…
50 dialogClass: "stale-dialog",
Dstyle.css1 .stale-dialog > .ui-dialog-titlebar {
Dscript.js8 /* DOKUWIKI:include stale.js */
/plugin/siteexport/.github/
Dstyle.yml1 # Number of days of inactivity before an issue becomes stale
3 # Number of days of inactivity before a stale issue is closed
5 # Issues with these labels will never be considered stale
10 # Label to use when marking an issue as stale
12 # Comment to post when marking an issue as stale. Set to `false` to disable
14 This issue has been automatically marked as stale because it has not had
17 # Comment to post when closing a stale issue. Set to `false` to disable
/plugin/stale/lang/en/
Dlang.php3 $lang['h1'] = 'Stale';
4 $lang['menuItemLinkTitle'] = 'Stale - make the cache stale';
5 $lang['menuItemLabel'] = 'Stale the cache';
Dsettings.php3 $lang[helper_plugin_stale::CONF_ADMIN_ONLY] = 'Allow stale plugin only for admins (superusers)';
/plugin/stale/_test/
DbaseTest.php61 /** @var helper_plugin_stale $stale */
62 $stale = plugin_load('helper', 'stale');
64 $result = $stale->deleteSitemap();
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php37 'stale',
164 case 'stale':
237 case 'stale':
/plugin/cleanup/lang/en/
Dsettings.php17 $lang['lockage'] = 'Delete stale lock files after this time (seconds).';
/plugin/cleanup/lang/fr/
Dsettings.php17 $lang['lockage'] = 'Effacer les fichiers stale lock après cette durée (en secondes).';
/plugin/fedauth/Auth/Yadis/
DManager.php231 'stale');
300 // Stale flag for cleanup if PHP lib has trouble.
301 $this->stale = false;
/plugin/openid/Auth/Yadis/
DManager.php246 'stale',
335 // Stale flag for cleanup if PHP lib has trouble.
336 $this->stale = false;
/plugin/drawio/
DREADME.md39 …hat I would like to be implemented by somebody else. The un-labeled issues became stale or removed.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
DProjectsLocationsSecuritySettings.php64 * Retrieves the specified SecuritySettings. The returned settings may be stale
/plugin/cronojob/jobs/
Dclearcache.php78 * remove stale lock files
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
DProjectsIndexes.php92 * return stale results. (indexes.listProjectsIndexes)
/plugin/autolink3/
Dajax.php95 // looks like a stale lock - remove it
/plugin/doxycode/helper/
Dbuildmanager.php383 * of the doxygen task runner. We then assume that the lock is stale and remove it.
385 * If a lock is present and not stale locking fails.
397 // looks like a stale lock - remove it
/plugin/solr/
Dhelper.php200 // looks like a stale lock - remove it
202 print "solr_indexer: stale lock removed".NL;

123