Home
last modified time | relevance | path

Searched refs:script (Results 476 – 500 of 762) sorted by path

1...<<11121314151617181920>>...31

/plugin/letsencrypt/
H A D.travis.yml15 script: cd _test && phpunit --stderr --group plugin_letsencrypt
/plugin/lightweightcss/
H A DREADME3 Adds an "Editor and better only" script part and removes a lot of
H A Daction.php194 * @param string $script the script file to check against the list
197 private function filter_css( $script ) { argument
200 return $this->includeFilter( $script, $this->templateStyles['admin'] );
202 …return $this->includeFilter( $script, $this->templateStyles['include']) && $this->excludeFilter( $
/plugin/lightweightscript/
H A DREADME3 Adds an "Editor and better only" script part and removes a lot of
H A Daction.php149 * @param string $script the script file to check against the list
152 private function filter_admin_scripts( $script ) { argument
153 return $this->includeFilter( $script, array(
180 )) && $this->excludeFilter( $script, array(
190 * @param string $script the script file to check against the list
193 private function filter_user_scripts( $script ) { argument
194 return !$this->filter_admin_scripts( $script );
/plugin/linkback/action/
H A Ddisplay.php217 <form class="button" method="post" action="<?php echo script() ?>">
/plugin/linkfix/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_linkfix
/plugin/listeabo/
H A Dadmin.php61 print '<script>document.location.search="do=listeabo&admin=true";</script>';
/plugin/log404/
H A D.travis.yml14 script: cd _test && phpunit --stderr --group plugin_log404
/plugin/magnifier/
H A DREADME.md6 _Note:_ The image of the loupe cannot be changed at the moment since the script requires its curren…
H A Dsyntax.php86 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument
92 return '<a href="'.$id.'" ' . $more . ' >' . $name . '</a>' . $script;
96 … $return .= ' shape="'.$isImageMap['shape'].'" coords="'.$isImageMap['coords'].'" />' . $script;
/plugin/maintenance/
H A Dadmin.php81 $script = $this->helper->get_script();
82 if (!is_file($script)) {
83 $msg = sprintf( $this->getLang('start_no_script'), $script);
89 $msg = sprintf( $this->getLang('locked'), $script);
94 $result = $this->helper->script_start($script);
97 $msg = sprintf( $this->getLang('start_fail'), $script);
132 $msg = sprintf( $this->getLang('locked'), $script);
H A Dhelper.php26 $script = $this->getConf('script');
27 $script = str_replace(
30 $script );
31 return $script;
50 function script_start($script) { argument
51 $script_hash = sha1($script);
56 …$cmd = 'nohup bash '.escapeshellarg($script).' > '.escapeshellarg($this->script_last_log_file). ' …
H A Dplugin.info.txt6 desc Locks the site and runs a maintenance script
/plugin/maintenance/lang/en/
H A Dintro.txt3 This page allows you to lock and run maintenance script for the site.
/plugin/mapillary/
H A D.travis.yml29 script:
/plugin/mathtran/
H A Dsyntax.php97 // this is ugly but I can't make any local script.js file work.
/plugin/mdpage/vendor/cebe/markdown/
H A D.travis.yml35 script:
H A DCHANGELOG.md57 - Fixed the `bin/markdown` script to work with composer autoloader (c497bada0e15f61873ba6b2e29f4bb8…
77 - #24 CLI script now sends all error output to stderr instead of stdout
H A DREADME.md125 ### The command line script
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_amps_and_angle_encoding.md15 Here's an inline [link](/script?foo=1&bar=2).
/plugin/mediacacheconfig/
H A D.travis.yml15 script: cd _test && phpunit --stderr --group plugin_mediacacheconfig
/plugin/mermaid/
H A Daction.php29 $event->data['script'][] = array
55 $event->data['script'][] = array
63 $event->data['script'][] = array
71 $event->data['script'][] = array
92 $event->data['script'][] = array
103 $event->data['script'][] = array
/plugin/mikioplugin/
H A Daction.php134 foreach ($scripts as $script) {
135 $event->data['script'][] = array(
138 'src' => $script
/plugin/minimap/
H A D.travis.yml18 script:

1...<<11121314151617181920>>...31