/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shAutoloader.js | 27 scripts = {}, 69 if(url && scripts[url] === undefined) 73 if(scripts[brushes['xml']] === undefined) { 75 scripts[url] = false; 79 scripts[url] = false; 98 scripts[url] = true; 113 for(var url in scripts) 114 if (scripts[url] == false)
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shAutoloader.js | 43 scripts = {}, 85 if(url && scripts[url] === undefined) 89 if(scripts[brushes['xml']] === undefined) { 91 scripts[url] = false; 95 scripts[url] = false; 114 scripts[url] = true; 129 for(var url in scripts) 130 if (scripts[url] == false)
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/ |
H A D | ScriptFields.php | 9 * Container for scripts as fields. 18 * @param array<string, AbstractScript> $scripts OPTIONAL 20 public function __construct(array $scripts = []) argument 22 if ($scripts) { 23 $this->setScripts($scripts); 45 * @param array<string, AbstractScript> $scripts Associative array of string => Elastica\Script\Script 49 public function setScripts(array $scripts): self argument 52 foreach ($scripts as $name => $script) {
|
/plugin/dokucrypt2/patches/ |
H A D | patch1.diff | 8 lib/scripts/edit.js 13 diff --git a/lib/scripts/edit.js b/lib/scripts/edit.js 15 --- a/lib/scripts/edit.js 16 +++ b/lib/scripts/edit.js
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/ |
H A D | RequireJsProcess.php | 108 $scripts = isset($options['scripts']) ? $options['scripts'] : array(); 109 if (!empty($scripts)) { 111 …$result = $this->aggregateScripts($package, $scripts, $name.DIRECTORY_SEPARATOR.$name.'-built.js'); 154 * @param array $scripts 158 public function aggregateScripts($package, array $scripts, $file) argument 162 foreach ($scripts as $script) {
|
/plugin/toolbox/ |
H A D | extension.php | 36 $scripts = glob(__DIR__ . '/Toolbox*.js'); variable 37 $scripts[] = __DIR__ . '/toolbox.js'; 38 foreach($scripts as $script) {
|
/plugin/revealjs/lib/font/league-gothic/ |
H A D | LICENSE | 2 http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
|
/plugin/rigrr/action/ |
H A D | javascript.php | 28 $scripts = $this->rigrr_javascript(); 29 ptln($scripts);
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/ |
H A D | Installer.php | 50 $scripts = $rootPackage->getScripts(); 53 …$scripts['post-autoload-dump']['component-installer'] = 'ComponentInstaller\\Installer::postAutolo… 54 $rootPackage->setScripts($scripts);
|
/plugin/codeprettify/ |
H A D | action.php | 22 // Base URL for prettify.js and optional language handler scripts 40 // load prettify.js and optional language handler scripts 47 $scripts = explode(',', $handlers); 49 foreach ($scripts as $script) {
|
/plugin/icons/assets/ |
H A D | LICENSE.md | 10 - http://scripts.sil.org/OFL 27 - http://scripts.sil.org/OFL 61 - Distributed under [SIL Open Font Licence](http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) licence.
|
/plugin/webcomponent/action/ |
H A D | js.php | 46 $scripts = &$event->data['script']; 47 foreach ($scripts as &$script) {
|
/plugin/dokucrypt2/ |
H A D | OLDER_VERSIONS.md | 16 --- \lib\scripts\edit-original.js 17 +++ \lib\scripts\edit.js 44 1. In the file /lib/scripts.edit.js
|
/plugin/combo/action/ |
H A D | js.php | 47 $scripts = &$event->data['script']; 48 foreach ($scripts as &$script) { 84 $dokuScriptPath = $directorySeparatorInDokuwikiList . 'lib' . $directorySeparatorInDokuwikiList . 'scripts' . $directorySeparatorInDokuwikiList;
|
/plugin/eventline/timeline_js/ |
H A D | timeline-api.js | 151 var scripts = heads[h].getElementsByTagName("script"); 152 for (var s = 0; s < scripts.length; s++) { 153 var url = scripts[s].src;
|
/plugin/tline/timeline_js/ |
H A D | timeline-api.js | 151 var scripts = heads[h].getElementsByTagName("script"); 152 for (var s = 0; s < scripts.length; s++) { 153 var url = scripts[s].src;
|
/plugin/quickstats/lang/en/ |
H A D | intro.txt | 1 To save download time, ''quickstats'' attempts to download its table sorting scripts only if needed. For this purpose it keeps a cache file of pages which
2 use the ''quickstats'' syntax and therefore use these scripts. This utility will prune away any files which are no longer being used for ''quickstats''.
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ |
H A D | build-phar.php | 27 $scripts = array( variable 32 foreach ($scripts as $script) {
|
/plugin/mikioplugin/ |
H A D | action.php | 43 $scripts = []; 134 foreach ($scripts as $script) {
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | README.md | 4 PHP\_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that tokenizes PHP, JavaScrip… 13 …niffs may have additional requirements such as external applications and scripts. See the [Configu… 57 php scripts/phpcs -h 58 php scripts/phpcbf -h
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Bulk.php | 164 * @param AbstractScript[] $scripts 169 public function addScripts(array $scripts, $opType = null): self 171 foreach ($scripts as $script) { 167 addScripts(array $scripts, $opType = null) global() argument
|
/plugin/jplayer/vendor/robloach/component-installer/ |
H A D | README.md | 51 available, which allows autoloading scripts only when needed. A *require.css* 99 to load the scripts in the web browser. It is important to make sure the 153 "scripts": [ 169 * `scripts` - List of all the JavaScript files that will be concatenated 262 "scripts": [ 291 "scripts": [
|
/plugin/instantpage/ |
H A D | deleted.files | 3 scripts/instantpage.js
|
/plugin/phpwikify/ |
H A D | README.md | 2 DokuWiki plugin allowing output of PHP scripts to be parsed
|
/plugin/indexmenu2/cms/templates/ |
H A D | skins.txt | 1 This is the place for menu skins - server-side scripts, javascript, css, images, etc.
|