/plugin/combo/ComboStrap/ |
H A D | SnippetSystem.php | 22 * Public interface of {@link Snippet} 49 * TODO: migrate the attach function to {@link Snippet} 50 * because Snippet has already a global variable {@link Snippet::getOrCreateFromComponentId()} 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 [all...] |
H A D | Snippet.php | 23 * Class Snippet 32 * A snippet identifier is a {@link Snippet::getLocalUrl() local file} 33 * * if there is content defined, it will be an {@link Snippet::hasInlineContent() inline} 34 * * if not, it will be the local file with the {@link Snippet::getLocalUrl()} 35 * * if not found or if the usage of the cdn is required, the {@link Snippet::getRemoteUrl() url} is used 38 class Snippet implements JsonSerializable class 134 * A special slot exists for {@link Snippet::REQUEST_SCOPE} 142 * * or {@link Snippet::REQUEST_SCOPE} - never cached 155 * (ie with a to function such as {@link Snippet::toTagAttributes()} or {@link 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:bootstrapJavascript.json"); 288 $snippet = Snippet::createSnippet($path) 310 case Snippet::EXTENSION_JS: 327 case Snippet [all...] |
H A D | FetcherMarkup.php | 106 * @var Snippet[] 433 * Snippet 459 * @return Snippet[] 472 $nativeSnippets[] = Snippet::createFromJson($snippet); 650 * We make the Snippet store to Html store an atomic operation 862 * @return Snippet[] 883 * @return Snippet[] 918 * @param Snippet $snippet 921 public function addSnippet(Snippet $snippet): FetcherMarkup 924 * Snippet shoul [all...] |
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 | 651 * Snippet, Css and Js from the layout if any 688 $model['head-html'] .= Snippet::getOrCreateFromComponentId("toast", Snippet::EXTENSION_JS)->toXhtml();
|
H A D | ExecutionContext.php | 766 * Snippet are not yet fully coupled to the {@link FetcherMarkup} 768 $this->closeAndRemoveRuntimeVariableIfExists(Snippet::CANONICAL);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
H A D | SearchResult.php | 29 protected $snippetType = Snippet::class; 83 * @param Snippet 85 public function setSnippet(Snippet $snippet) 90 * @return Snippet
|
H A 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/combo/lang/en/ |
H A D | settings.php | 40 use ComboStrap\Snippet; alias 313 $lang[Snippet::CONF_USE_CDN] = PluginUtility::getDocumentationHyperLink(Snippet::CANONICAL, "Cdn") . ' If checked, the snippets (js, css) are served from the CDN URL if known';
|
/plugin/combo/conf/ |
H A D | default.php | 36 use ComboStrap\Snippet; alias 435 * See {@link Snippet::CONF_USE_CDN}
|
H A D | metadata.php | 42 use ComboStrap\Snippet; alias 384 $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/ |
H A 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/ |
H A 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=…
|
H A D | 5.5.js | 1 …Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=…
|
H A D | 2.2.js | 865 CompletionItemKind.Snippet = 15; 897 InsertTextFormat.Snippet = 2; 31069 var SnippetFormat = _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_4__["InsertTextFormat"].Snippet; 34906 … insertTextFormat: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet, 34913 … insertTextFormat: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet, 34920 … insertTextFormat: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet, 34927 … insertTextFormat: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet, 34934 … insertTextFormat: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet, 34954 … insertTextFormat: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet, 34962 … insertTextFormat: _cssLanguageTypes_js__WEBPACK_IMPORTED_MODULE_2__["InsertTextFormat"].Snippet, [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A 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/ |
H A D | example_presentation.dokuwiki | 267 Downloadable Snippet 276 === Not Downloadable Snippet ===
|
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/ |
H A 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/ |
H A 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
|