Home
last modified time | relevance | path

Searched refs:run_cron (Results 1 – 23 of 23) sorted by relevance

/dports/www/phpbb3/phpBB3/phpbb/controller/
H A Dhelper.php146 $run_cron = true;
163 $this->display_footer($run_cron);
297 * @param bool $run_cron Flag whether cron should be run
301 public function display_footer($run_cron = true) argument
313 if ($run_cron)
/dports/www/drupal9/drupal-9.2.10/core/modules/system/templates/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
44 {% if cron.run_cron %}
45 {{ cron.run_cron }}
/dports/www/drupal8/drupal-8.9.20/core/modules/system/templates/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
44 {% if cron.run_cron %}
45 {{ cron.run_cron }}
/dports/www/drupal8/drupal-8.9.20/core/themes/stable/templates/admin/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
44 {% if cron.run_cron %}
45 {{ cron.run_cron }}
/dports/www/drupal9/drupal-9.2.10/core/themes/stable/templates/admin/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
44 {% if cron.run_cron %}
45 {{ cron.run_cron }}
/dports/www/drupal9/drupal-9.2.10/core/themes/stable9/templates/admin/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
44 {% if cron.run_cron %}
45 {{ cron.run_cron }}
/dports/www/drupal8/drupal-8.9.20/core/themes/claro/templates/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
50 {% if cron.run_cron %}
51 <div class="system-status-general-info__run-cron">{{ cron.run_cron }}</div>
/dports/www/drupal8/drupal-8.9.20/core/themes/seven/templates/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
50 {% if cron.run_cron %}
51 <div class="system-status-general-info__run-cron">{{ cron.run_cron }}</div>
/dports/www/drupal9/drupal-9.2.10/core/themes/claro/templates/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
61 {% if cron.run_cron %}
62 <div class="system-status-general-info__run-cron">{{ cron.run_cron }}</div>
/dports/www/drupal9/drupal-9.2.10/core/themes/seven/templates/
H A Dstatus-report-general-info.html.twig13 * - cron.run_cron: An array to render a button for running cron.
50 {% if cron.run_cron %}
51 <div class="system-status-general-info__run-cron">{{ cron.run_cron }}</div>
/dports/www/habari/habari-0.8/system/
H A Dindex.php190 CronTab::run_cron( true );
/dports/www/habari/habari-0.8/system/classes/
H A Dcrontab.php18 static function run_cron( $async = false ) function in CronTab
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Extension/
H A Dmodule.api.php1016 … href=":cron">run cron manually</a>.', [':cron' => Url::fromRoute('system.run_cron')->toString()]);
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Extension/
H A Dmodule.api.php1030 … href=":cron">run cron manually</a>.', [':cron' => Url::fromRoute('system.run_cron')->toString()]);
/dports/www/drupal9/drupal-9.2.10/core/modules/update/
H A Dupdate.module251 …return t('No update information available. <a href=":run_cron">Run cron</a> or <a href=":check_man…
252 ':run_cron' => Url::fromRoute('system.run_cron', [], ['query' => $destination])->toString(),
/dports/www/drupal8/drupal-8.9.20/core/modules/update/
H A Dupdate.module338 …return t('No update information available. <a href=":run_cron">Run cron</a> or <a href=":check_man…
339 ':run_cron' => Url::fromRoute('system.run_cron', [], ['query' => $destination])->toString(),
/dports/www/drupal8/drupal-8.9.20/core/modules/system/
H A Dsystem.routing.yml225 system.run_cron:
H A Dsystem.install687 '#url' => Url::fromRoute('system.run_cron'),
/dports/www/drupal9/drupal-9.2.10/core/modules/system/
H A Dsystem.routing.yml225 system.run_cron:
H A Dsystem.install650 '#url' => Url::fromRoute('system.run_cron'),
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions.php4226 * @param bool $run_cron Whether or not to run the cron
4230 function page_footer($run_cron = true, $display_template = true, $exit_handler = true) argument
4257 $controller_helper->display_footer($run_cron);
/dports/www/drupal7/drupal-7.82/modules/update/
H A Dupdate.module370 …return t('No update information available. <a href="@run_cron">Run cron</a> or <a href="@check_man…
371 '@run_cron' => url('admin/reports/status/run-cron', array('query' => $destination)),
/dports/chinese/phpbb3-tw/phpBB3/includes/
H A Dfunctions.php4770 function page_footer($run_cron = true) argument
4815 if (!defined('IN_CRON') && $run_cron && !$config['board_disable'] && !$user->data['is_bot'])