| /plugin/combo/ComboStrap/ |
| H A D | SnippetSystem.php | 67 * @param Snippet[] $snippets 90 * @return Snippet[] of node type and an array of array of html attributes 94 return Snippet::getSnippets(); 98 * @return Snippet[] - the slot snippets (not the request snippet) 102 $snippets = Snippet::getSnippets(); 105 if ($snippet->hasSlot(Snippet::REQUEST_SCOPE)) { 129 * @return null|Snippet[] 137 $snippets[] = Snippet::createFromJson($element) 147 * @return Snippet a snippet not in a slot 152 function &attachCssInternalStyleSheet($componentId, string $script = null): Snippet [all …]
|
| H A D | Snippet.php | 38 class Snippet implements JsonSerializable class 178 public static function createCssSnippetFromComponentId($componentId): Snippet 180 return Snippet::createSnippetFromComponentId($componentId, self::EXTENSION_CSS); 186 public static function createSnippetFromComponentId($componentId, $type): Snippet 189 return Snippet::createSnippetFromPath($path) 199 * @return Snippet 201 … public static function getOrCreateFromComponentId(string $componentId, string $extension): Snippet 220 * @return Snippet[] 235 * @return Snippet 237 public static function createSnippet(Path $path): Snippet [all …]
|
| H A D | Bootstrap.php | 28 private Snippet $jquerySnippet; 29 private Snippet $jsSnippet; 30 private Snippet $popperSnippet; 31 private Snippet $cssSnippet; 219 public function getCssSnippet(): Snippet 228 * @return Snippet[] the js snippets in order 267 …$bootstrapJsonFile = WikiPath::createComboResource(Snippet::LIBRARY_BASE . ":bootstrap:bootstrapJa… 288 $snippet = Snippet::createSnippet($path) 310 case Snippet::EXTENSION_JS: 327 case Snippet::EXTENSION_CSS: [all …]
|
| H A D | FetcherMarkup.php | 106 * @var Snippet[] 459 * @return Snippet[] 472 $nativeSnippets[] = Snippet::createFromJson($snippet); 862 * @return Snippet[] 883 * @return Snippet[] 918 * @param Snippet $snippet 921 public function addSnippet(Snippet $snippet): FetcherMarkup
|
| H A D | IdentityFormsHelper.php | 159 $loginCss = Snippet::createCssSnippetFromComponentId($componentId);
|
| H A D | FetcherRailBar.php | 214 return Snippet::getClassFromComponentId(self::CANONICAL);
|
| H A D | TemplateForWebPage.php | 689 …$model['head-html'] .= Snippet::getOrCreateFromComponentId("toast", Snippet::EXTENSION_JS)->toXhtm…
|
| H A D | ExecutionContext.php | 768 $this->closeAndRemoveRuntimeVariableIfExists(Snippet::CANONICAL);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
| D | SearchResult.php | 29 protected $snippetType = Snippet::class; 83 * @param Snippet 85 public function setSnippet(Snippet $snippet) 90 * @return Snippet
|
| D | Snippet.php | 20 class Snippet extends \Google\Collection class 61 class_alias(Snippet::class, 'Google_Service_CloudSearch_Snippet');
|
| /plugin/combo/ComboStrap/Tag/ |
| H A D | SubscribeTag.php | 14 use ComboStrap\Snippet; alias 44 ->setFormat(Snippet::IIFE_FORMAT);
|
| /plugin/combo/resources/ |
| H A D | README.md | 12 * `snippet` : Snippet are javascript or css needed for a component
|
| /plugin/myshortcuts/ |
| H A D | style.css | 66 /* Snippet list container */ 120 /* Snippet content container */
|
| H A D | README | 75 3. Snippet Dialog:
|
| /plugin/combo/lang/en/ |
| H A D | settings.php | 41 use ComboStrap\Snippet; alias 314 $lang[Snippet::CONF_USE_CDN] = PluginUtility::getDocumentationHyperLink(Snippet::CANONICAL, "Cdn") …
|
| /plugin/combo/conf/ |
| H A D | default.php | 35 use ComboStrap\Snippet; alias
|
| H A D | metadata.php | 43 use ComboStrap\Snippet; alias 385 $meta[Snippet::CONF_USE_CDN] = array('onoff');
|
| /plugin/combo/action/ |
| H A D | registration.php | 14 use ComboStrap\Snippet; alias
|
| /plugin/fckg/fckeditor/editor/lang/ |
| D | lang-template.txt | 148 …Help: 'With this tool you can create either a "Code Block" or "Downloadable Code Snippet".' 154 GeshiDownloadable: 'Downloadable Code Snippet', 166 geshiSnippetFileName: 'Snippet File Name:',
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 6.6.js | 1 …Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | 6.6.js | 1 …Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=…
|
| /plugin/revealjs/ |
| D | example_presentation.dokuwiki | 267 Downloadable Snippet 276 === Not Downloadable Snippet ===
|
| /plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/ |
| D | geshi.js.unc | 44 …f + '?do=export_code&id=' + href_vals.id+ '&codeblock=0" title="Download Snippet" class="mediafile…
|
| /plugin/ckgedit/ckeditor/plugins/geshi/dialogs/ |
| D | geshi.js.unc | 44 …f + '?do=export_code&id=' + href_vals.id+ '&codeblock=0" title="Download Snippet" class="mediafile…
|
| /plugin/combo/ |
| H A D | deleted.files | 99 class/Snippet.php
|