Home
last modified time | relevance | path

Searched refs:Snippet (Results 1 – 25 of 40) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSearchResult.php29 protected $snippetType = Snippet::class;
83 * @param Snippet
85 public function setSnippet(Snippet $snippet)
90 * @return Snippet
H A DSnippet.php20 class Snippet extends \Google\Collection class
61 class_alias(Snippet::class, 'Google_Service_CloudSearch_Snippet');
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md553 * [#13131](http://dev.ckeditor.com/ticket/13131): Fixed: The [Code Snippet](http://ckeditor.com/add…
745 * [#11926](http://dev.ckeditor.com/ticket/11926): Fixed: [Code Snippet](http://ckeditor.com/addon/c…
747 …http://ckeditor.com/addon/sourcedialog) plugin dependency from the [Code Snippet](http://ckeditor.…
758 …It is not possible to change the language back to _Not set_ in the [Code Snippet](http://ckeditor.…
798 …ault [Code Snippet](http://ckeditor.com/addon/codesnippet) which uses the [highlight.js](http://hi…
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc44 …f + '?do=export_code&id=' + href_vals.id+ '&codeblock=0" title="Download Snippet" class="mediafile…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc747 … if(this.link_title && this.link_title.match(/Snippet/)) this.code_snippet = true;
/plugin/ckgedit/ckeditor/
H A DCHANGES.md973 * [#13131](https://dev.ckeditor.com/ticket/13131): Fixed: The [Code Snippet](https://ckeditor.com/c…
1165 * [#11926](https://dev.ckeditor.com/ticket/11926): Fixed: [Code Snippet](https://ckeditor.com/cke4/…
1167 …//ckeditor.com/cke4/addon/sourcedialog) plugin dependency from the [Code Snippet](https://ckeditor…
1178 …It is not possible to change the language back to _Not set_ in the [Code Snippet](https://ckeditor…
1218 …t [Code Snippet](https://ckeditor.com/cke4/addon/codesnippet) which uses the [highlight.js](http:/…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc44 …f + '?do=export_code&id=' + href_vals.id+ '&codeblock=0" title="Download Snippet" class="mediafile…
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc807 … if (this.link_title && this.link_title.match(/Snippet/)) this.code_snippet = true;
/plugin/combo/ComboStrap/
H A DBootstrap.php28 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 DExecutionContext.php766 * Snippet are not yet fully coupled to the {@link FetcherMarkup}
768 $this->closeAndRemoveRuntimeVariableIfExists(Snippet::CANONICAL);
H A DFetcherMarkup.php106 * @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 DFetcherRailBar.php214 return Snippet::getClassFromComponentId(self::CANONICAL);
H A DIdentityFormsHelper.php159 $loginCss = Snippet::createCssSnippetFromComponentId($componentId);
H A DSnippet.php23 * 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 DSnippetSystem.php21 * Public interface of {@link Snippet}
48 * TODO: migrate the attach function to {@link Snippet}
49 * because Snippet has already a global variable {@link Snippet::getOrCreateFromComponentId()}
66 * @param Snippet[] $snippets
89 * @return Snippet[] of node type and an array of array of html attributes
93 return Snippet::getSnippets();
97 * @return Snippet[] - the slot snippets (not the request snippet)
101 $snippets = Snippet::getSnippets();
104 if ($snippet->hasSlot(Snippet
[all...]
H A DTemplateForWebPage.php651 * Snippet, Css and Js from the layout if any
688 $model['head-html'] .= Snippet::getOrCreateFromComponentId("toast", Snippet::EXTENSION_JS)->toXhtml();
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php14 use ComboStrap\Snippet; alias
44 ->setFormat(Snippet::IIFE_FORMAT);
/plugin/combo/action/
H A Dregistration.php14 use ComboStrap\Snippet; alias
/plugin/combo/conf/
H A Ddefault.php36 use ComboStrap\Snippet; alias
435 * See {@link Snippet::CONF_USE_CDN}
H A Dmetadata.php42 use ComboStrap\Snippet; alias
384 $meta[Snippet::CONF_USE_CDN] = array('onoff');
/plugin/combo/
H A Ddeleted.files99 class/Snippet.php
/plugin/combo/lang/en/
H A Dsettings.php40 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/resources/
H A DREADME.md12 * `snippet` : Snippet are javascript or css needed for a component
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1Snippet=15,e.Color=16,e.File=17,e.Reference=18,e.Folder=19,e.EnumMember=20,e.Constant=21,e.Struct=…
H A Dbundle.js426 …ameter=24]="TypeParameter",e[e.User=25]="User",e[e.Issue=26]="Issue",e[e.Snippet=27]="Snippet"}(o|…

12