Home
last modified time | relevance | path

Searched refs:script (Results 76 – 100 of 762) sorted by path

12345678910>>...31

/plugin/codehighlight/cp/languages/
H A Dvbscript.css61 /* script */
H A Dxsl.css13 strong {color:#800000;} /* script */
14 tt i {color:darkblue;font-weight:bold;} /* script reserved words */
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js1script:[["lang",/(javascript|babel)/i,"javascript"],["type",/^(?:text|application)\/(?:x-)?(?:java… property in AnonymousFunctionadf2cad50100.b
H A Dhtmlmixed.min.js.map1script","style","maybeBackup","stream","pat","cur","current","close","search","backUp","length","m…
H A Dmirc.min.js.map1 … \"$reptok $result $rgb $right $round $scid $scon $script $scriptdir $script…
H A Dmumps.min.js.map1 …MIT license: https://codemirror.net/LICENSE\n\n/*\n This MUMPS Language script was constructed us…
H A Dntriples.min.js.map1 …E\n\n/**********************************************************\n* This script provides syntax hi…
H A Dpug.min.js.map1script') {\n state.scriptType = 'application/javascript';\n }\n return 'tag';\n …
H A Drpm.min.js.map1 …false; }\n return \"def\";\n }\n\n //TODO: Include bash script sub-parser (CodeMi…
H A Dstylus.min.js.map1 …am\",\"pre\", \"progress\",\"q\",\"rp\",\"rt\",\"ruby\",\"s\",\"samp\",\"script\",\"section\",\"se…
H A Dvue.min.js1 …)}})(function(a){var b={script:[["lang",/coffee(script)?/,"coffeescript"],["type",/^(?:text|applic… property in AnonymousFunctioncc94f7b90100.b
H A Dvue.min.js.map1script","style","template","defineMode","config","parserConfig","mustacheOverlay","token","stream"…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1script","others","requirejs","autoLoadMode","instance","multiplexingMode","returnEnd","innerActive…
/plugin/codeprettify/
H A DREADME.md11 <Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//>
H A Daction.php52 foreach ($scripts as $script) {
56 'src' => $urlPrettifyHandlers. $script.'.js',
/plugin/codeprettify/code-prettify/
H A DCHANGES.md21 script block or PHP tag that was not properly closed would not silently drop the content.
127 * Added a one script autoload&run mechanism and a way to embed hints in
H A DREADME.md5 An embeddable script that makes source-code snippets in HTML prettier.
24 * Include the script tag below in your document:
26 <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></scri…
/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/codify/
H A Daction.php54 $event->data['script'][] = array(
66 $event->data['script'][] = array(
78 $event->data['script'][] = array(
/plugin/combo/.travis/
H A D.travis.yml45 script:
/plugin/combo/ComboStrap/
H A DBootstrap.php283 foreach ($bootstrapMetas as $key => $script) {
284 $fileNameWithExtension = $script["file"];
290 $url = $script["url"] ?? null;
295 if (isset($script['integrity'])) {
296 $snippet->setIntegrity($script['integrity']);
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/combo/action/
H A Dcache.php108 $event->data["script"][] = array(
125 $script = $_SERVER["SCRIPT_NAME"];
126 if (in_array($script, self::STATIC_SCRIPT_NAMES)) {
H A Djs.php33 // To get only the script that we need
47 $scripts = &$event->data['script'];
48 foreach ($scripts as &$script) {
49 $src = $script['src'] ?? null;
55 $script['src'] = $src . '&' . self::ACCESS_PROPERTY_KEY . '=' . self::ACCESS_PROPERTY_VALUE_PUBLIC;
83 // The directory path for the internal dokuwiki script
85 // The directory path for the plugin script (we need to keep them)
92 1 => $dokuScriptPath . "script.js",
97 6 => $dokuScriptPath . "cookie.js", // plugin may depend on this library such as styling (lib/plugins/styling/script.js)
109 // This is a plugin script, w
[all...]

12345678910>>...31