Home
last modified time | relevance | path

Searched refs:libraryName (Results 1 – 3 of 3) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dscriptaculous.js28 require: function(libraryName) { argument
31 document.write('<script type="text/javascript" src="'+libraryName+'"><\/script>');
36 script.src = libraryName;
/plugin/combo/ComboStrap/
H A DIconDownloader.php250 $libraryName = substr($name, 0, $sepPosition);
251 $this->setLibrary($libraryName);
451 $libraryName = $this->getLibrary();
481 $message = "$message <a href=\"$urlLibrary\">library $libraryName</a>";
486 $message = "$message library $libraryName";
496 LogUtility::msg("The icon ($this) from the library ($libraryName) was downloaded to ($mediaDokuPath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
498 LogUtility::msg("Internal error: The icon ($this) from the library ($libraryName) could no be written to ($mediaDokuPath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
596 private function setLibrary($libraryName): IconDownloader argument
604 $this->library = $libraryName;
H A DSnippet.php378 $libraryName = $url->getLastName();
386 $localPath = WikiPath::createComboResource(Snippet::LIBRARY_BASE . ":$libraryName");
390 $messageFormat = "The url has a file name ($libraryName) that does not have any extension. To create a snippet from a remote url, the url should have a path where the last is the name of the library file. ";