Home
last modified time | relevance | path

Searched refs:script (Results 26 – 50 of 762) sorted by relevance

12345678910>>...31

/plugin/combo/ComboStrap/
H A DPipelineTag.php19 $script = "";
32 $script .= '"';
35 $script .= $actual->getCapturedContent();
39 $script .= $actual->getCapturedContent();
44 $openingCall->addAttribute(PluginUtility::PAYLOAD, $script);
H A DSnippetSystem.php145 * @param string|null $script - the css snippet to add, otherwise it takes the file
151 function &attachCssInternalStyleSheet($componentId, string $script = null): Snippet argument
154 if ($script !== null) {
155 $snippet->setInlineContent($script);
163 * @param string|null $script
166 public function attachJavascriptFromComponentId($componentId, string $script = null): Snippet argument
169 if ($script !== null) {
171 $content = "{$snippet->getInternalDynamicContent()} $script";
173 $content = $script;
252 * Add a local javascript script a
[all...]
/plugin/owncloud/exe/
H A Dfetch.php62 $script = '_media'; variable
64 $script = 'lib/exe/fetch.php'; variable
68 $xlink .= $script.'/'.$realmedia;
72 $xlink .= $script.'?'.$queryString;
74 $xlink .= $script.'?media='.$realmedia;
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php28 * @param string $script The PHP script to run (as a string)
34 …public function __construct($script, $cwd = null, array $env = null, $timeout = 60, array $options… argument
44 file_put_contents($file, $script);
47 $script = null;
53 parent::__construct($php, $cwd, $env, $script, $timeout, $options);
/plugin/maintenance/
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 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);
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php18 * PhpProcess runs a PHP script in an independent process.
29 * @param string $script The PHP script to run (as a string)
35 public function __construct(string $script, string $cwd = null, array $env = null, int $timeout = 60, array $php = null) argument
44 file_put_contents($file, $script);
47 $script = null;
50 parent::__construct($php, $cwd, $env, $script, $timeout);
/plugin/skype/
H A Dsyntax.php131 …$code = '<script type="text/javascript" src="https://www.skypeassets.com/i/scom/js/skype-uri.js"><…
133 $code .= '<script type="text/javascript">Skype.ui({';
143 $code .= '});</script></div>';
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScriptFields.php13 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-script-fields.html
34 public function addScript(string $name, AbstractScript $script): self argument
39 $this->setParam($name, $script);
52 foreach ($scripts as $name => $script) {
53 $this->addScript($name, $script);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractSimpleAggregation.php22 * Set a script for this aggregation.
24 * @param \Elastica\Script\AbstractScript|string $script
28 public function setScript($script): self argument
30 return $this->setParam('script', $script);
38 if (!$this->hasParam('field') && !$this->hasParam('script')) {
39 throw new InvalidException('Either the field param or the script param should be set');
45 if (isset($array[$baseName]['script']) && \is_array($array[$baseName]['script'])) {
46 $script
[all...]
H A DWeightedAvg.php23 if ($this->hasParam('value') && isset($this->getParam('value')['script'])) {
24 throw new InvalidException('Weighted Average aggregation with a value mixing field and script is not possible.');
37 * Set the value as a script for this aggregation.
41 public function setValueScript(string $script) argument
44 throw new InvalidException('Weighted Average aggregation with a value mixing field and script is not possible.');
47 return $this->setParam('value', ['script' => $script]);
59 if ($this->hasParam('weight') && isset($this->getParam('weight')['script'])) {
60 throw new InvalidException('Weighted Average aggregation with a weight mixing field and script is not possible.');
73 * Set the weight as a script fo
77 setWeightScript(string $script) global() argument
[all...]
/plugin/noticeboard/
H A Dsyntax.php98 $out .= "<form action='".$script."' method='post'>
110 $out .= "<form action='".$script."' method='post'>
121 $out .= "<form action='".$script."' method='get'>
140 $out .= "<form action='".$script."' method='get'>
158 …$out .="<form method='post' action='".$script."' class='noticeboard-listForm'><p><strong>".$this-…
299 $out .= "<form action='".$script."' method='post'>
348 $out .= "<form action='".$script."' method='post'>
356 $out .= "<form action='".$script."' method='post'>
403 <form action='".$script."' method='post' class='prevnext'>
413 <form action='".$script."' method='post' class='prevnext'>
/plugin/noticeboard/noticeboard/
H A Dsyntax.php98 $out .= "<form action='".$script."' method='post'>
110 $out .= "<form action='".$script."' method='post'>
121 $out .= "<form action='".$script."' method='get'>
140 $out .= "<form action='".$script."' method='get'>
158 …$out .="<form method='post' action='".$script."' class='noticeboard-listForm'><p><strong>".$this-…
299 $out .= "<form action='".$script."' method='post'>
348 $out .= "<form action='".$script."' method='post'>
356 $out .= "<form action='".$script."' method='post'>
403 <form action='".$script."' method='post' class='prevnext'>
413 <form action='".$script."' method='post' class='prevnext'>
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js197 var script = scripts[i]; variable
198 var match = script.src.match(
205 script.parentNode.removeChild(script);
239 script.onload = script.onerror = script.onreadystatechange = function () {
240 if (script && (
241 !script.readyState || /loaded|complete/.test(script.readyState))) {
243 script.onerror = script.onload = script.onreadystatechange = null;
249 if (script.parentNode) {
250 script.parentNode.removeChild(script);
253 script = null;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToOther.php41 * @param string $script
44 public function getCodePage($script) argument
66 return isset($codePages[$script]) ? $codePages[$script] : 0;
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js62 var script = doc.createElement("script");
64 try { script.innerHTML = onerror; } catch(e) {}
65 script.setAttribute("onerror", onerror);
68 script.setAttribute("charset", charset);
70 script.type = "text/javascript";
71 script.language = "JavaScript";
72 script.src = url;
73 return getHead(doc).appendChild(script);
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-api.js62 var script = doc.createElement("script");
64 try { script.innerHTML = onerror; } catch(e) {}
65 script.setAttribute("onerror", onerror);
68 script.setAttribute("charset", charset);
70 script.type = "text/javascript";
71 script.language = "JavaScript";
72 script.src = url;
73 return getHead(doc).appendChild(script);
/plugin/jsmath/
H A Dsyntax.php143 $renderer->doc .= '<span dir="ltr"><script type="math/tex">';
152 $renderer->doc .= '<span dir="ltr"><script type="math/tex; mode=display">';
176 $renderer->doc .= '</script></span>';
185 $renderer->doc .= '</script></span>';
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php13 $script = '';
16 $script = strtolower($tags[1]);
248 //CASE 'mn': CASE 'mon': // MONGOLIAN (Vertical script)
445 /* Undetermined language - script used */
447 $unifont = $this->fontByScript($script, $adobeCJK);
454 protected function fontByScript($script, $adobeCJK) argument
456 switch ($script) {
501 //CASE 'phag': // PHAGS_PA (Vertical script)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php124 * @param string $script
129 public function executeScript($script, array $arguments = []) argument
137 $this->dispatch('beforeScript', $script, $this);
140 $result = $this->driver->executeScript($script, $arguments);
146 $this->dispatch('afterScript', $script, $this);
152 * @param string $script
157 public function executeAsyncScript($script, array $arguments = []) argument
165 $this->dispatch('beforeScript', $script, $this);
168 $result = $this->driver->executeAsyncScript($script, $arguments);
173 $this->dispatch('afterScript', $script,
[all...]
/plugin/gallery2/dwgallery/
H A Ddwgallery.php209 $script = wl($gallery['namespace'].':'.$conf['start']);
211 …echo '<a href="'.$script.'"><img src="'.$media.'" alt="'.$alt.'" width="'.$gallery['randomwidth'].…
229 $script = wl($ID);
233 if (stristr($script, '?')) {
494 $script = wl($ID);
498 if (stristr($script, '?')) {
552 …echo '<a href="'.$script.$trenner.'pic=1" title="'.$gallery['picturename'].'1">&lt;&lt;</a>&nbsp;'…
553 …echo '<a href="'.$script.$trenner.'pic='.($gallery['pic']-1).'" title="'.$gallery['picturename'].(…
559 …echo '<a href="'.$script.'" title="'.$gallery['content'].'">'.$gallery['content'].'</a>&nbsp;'."\n…
562 …echo '<a href="'.$script.$trenner.'pic='.($gallery['pic']+1).'" title="'.$gallery['picturename'].(…
[all …]
/plugin/cookiebanner/
H A Dscript.js7 const script = jQuery('<script>');
8 script.text(JSINFO.plugins.cookiebanner.script);
9 script.appendTo('head');
/plugin/s5reloaded/ui/effects_support/
H A Dscriptaculous.js34 var script = document.createElement('script');
35 script.type = 'text/javascript';
36 script.src = libraryName;
37 document.getElementsByTagName('head')[0].appendChild(script);
/plugin/inlinejs/
H A Dhelper.php17 public function renderInlineJsHtml(Doku_Renderer $renderer, $script) argument
19 if (empty($script)) return false;
22 $html .= $script;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildStep.php52 public $script; variable in Google\\Service\\CloudBuild\\BuildStep
175 public function setScript($script) argument
177 $this->script = $script;
184 return $this->script;

12345678910>>...31