Home
last modified time | relevance | path

Searched refs:widget (Results 1 – 25 of 103) sorted by relevance

12345

/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.css330 /* Find widget */
331 .monaco-editor .find-widget {
343 .monaco-editor .find-widget textarea {
347 .monaco-editor .find-widget.hiddenEditor {
351 /* Find widget when replace is toggled on */
352 .monaco-editor .find-widget.replaceToggled > .replace-part {
356 .monaco-editor .find-widget.visible {
360 .monaco-editor .find-widget .monaco-inputbox.synthetic-focus {
365 .monaco-editor .find-widget .monaco-inputbox .input {
370 .monaco-editor .find-widget .monaco-findInput .input {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.css330 /* Find widget */
331 .monaco-editor .find-widget {
343 .monaco-editor .find-widget textarea {
347 .monaco-editor .find-widget.hiddenEditor {
351 /* Find widget when replace is toggled on */
352 .monaco-editor .find-widget.replaceToggled > .replace-part {
356 .monaco-editor .find-widget.visible {
360 .monaco-editor .find-widget .monaco-inputbox.synthetic-focus {
365 .monaco-editor .find-widget .monaco-inputbox .input {
370 .monaco-editor .find-widget .monaco-findInput .input {
[all …]
/plugin/combo/ComboStrap/
H A DBrandButton.php52 private $widget = self::WIDGET_BUTTON_VALUE; variable in ComboStrap\\BrandButton
110 foreach (self::WIDGETS as $widget) {
115 … $variants[] = [BrandTag::ICON_ATTRIBUTE => $typeIcon, TagAttributes::TYPE_KEY => $widget];
133 public function setWidget($widget): BrandButton argument
138 $this->widget = $widget;
139 $widget = trim(strtolower($widget));
140 if (!in_array($widget, self::WIDGETS)) {
141 …throw new ExceptionCompile("The {$this->type} widget ($widget} is unknown. The possible widgets va…
179 string $widget = self::WIDGET_BUTTON_VALUE, argument
184 ->setWidget($widget)
[all …]
H A DBrandTag.php193 … $widget = $brandAttributes->getValue(self::WIDGET_ATTRIBUTE, BrandButton::WIDGET_BUTTON_VALUE);
197 ->setWidget($widget)
/plugin/wolframalpha/
DREADME.md26 <td>wolfram, alpha, widget, embed, calculation, mathematic</td>
42 {{wolfram>widget-id-value}}
45 …an get your widget-id-value go the the [Wolfram Alpha Widget](http://developer.wolframalpha.com/wi…
48 {{#widget:WolframAlpha|id=17a1fd938ce990407de0d046c512db4}}
/plugin/golocal/src/
Dgolocal.go70 lblIntro := widget.NewLabel(i18n.T("intro", nil))
72 btnInstall := widget.NewButton(i18n.T("install", nil), func() { install(window) })
73 btnUninstall := widget.NewButton(i18n.T("uninstall", nil), func() { uninstall(window) })
105 window.SetContent(widget.NewLabel(path))
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js61 $.widget = $.widget || function( name, base, prototype ) {
120 basePrototype.options = $.widget.extend( {}, basePrototype.options );
152 constructor.prototype = $.widget.extend( basePrototype, {
175 $.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor,
186 $.widget.bridge( name, constructor );
191 $.widget.extend = function( target ) {
206 $.widget.extend( {}, target[ key ], value ) :
209 $.widget.extend( {}, value );
221 $.widget.bridge = function( name, object ) {
270 options = $.widget.extend.apply( null, [ options ].concat( args ) );
[all …]
Djquery.fancytree.columnview.js53 $table = tree.widget.element;
83 tree.widget.options.autoCollapse = true;
85 tree.widget.options.toggleEffect = false;
86 tree.widget.options.clickFolderMode = 1;
Djquery.fancytree.themeroller.js51 var $el = ctx.widget.element,
80 ctx.widget.element.removeClass(
Djquery.fancytree.js2659 function Fancytree(widget) { argument
2660 this.widget = widget;
2661 this.$div = widget.element;
2662 this.options = widget.options;
2774 widget: tree.widget, property
2775 options: tree.widget.options,
2779 } else if (obj.widget) {
2784 widget: obj.widget, property
2785 options: obj.widget.options,
3101 this.widget.destroy();
[all …]
/plugin/socialshareprivacy2/SSP/stylesheets/
Djquery.socialshareprivacy.delicious.css8 .social_share_privacy_area.box .delicious .delicious-widget,
13 .social_share_privacy_area.line .delicious .delicious-widget,
19 .social_share_privacy_area.box .delicious div.delicious-widget {
67 .social_share_privacy_area.line .delicious div.delicious-widget {
/plugin/ckgdoku/ckeditor/
DCHANGES.md74 …idget](http://ckeditor.com/addon/widget) [style definitions](http://docs.ckeditor.com/#!/guide/dev…
98 …t/11064): [Blink, WebKit] Fixed: Cannot select all editor content when a widget or a non-editable …
157 …ticket/13828): Fixed: Widget classes should be added to the wrapper rather than the widget element.
158 …): Fixed: No class in [Widget](http://ckeditor.com/addon/widget) wrapper to identify the widget ty…
187 * [#13362](http://dev.ckeditor.com/ticket/13362): [Blink, WebKit] Fixed: Active widget element is n…
202 …9): Fixed: JAWS reads "selected Blank" instead of "selected <widget name>" when selecting a widget.
213 …tor.com/ticket/14573): Fixed: Missing [Widget](http://ckeditor.com/addon/widget) drag handler CSS …
244 …* [#13377](http://dev.ckeditor.com/ticket/13377): [Widget](http://ckeditor.com/addon/widget) plugi…
312 …editor.com/ticket/13599): Fixed: Cross-editor drag and drop of an inline widget results in error/a…
313 * [#13640](http://dev.ckeditor.com/ticket/13640): [IE] Fixed: Dropping a widget outside the `<body>…
[all …]
/plugin/mapillary/
Dplugin.info.txt6 desc Allow a user to add a Mapillary widget to a page
DREADME1 **This plugin is currently broken as Mapillary discontinued their embedding widget and the underlyi…
43 Mapillary use, including the APIs and widget, are free for non-commercial use.
DCHANGES6 * fix display (heigth) of the widget
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Dnon-tables.md4 This line contains two pipes but is not a table. [[yii\widgets\DetailView|DetailView]] widget displ…
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/
Dnon-tables.md4 This line contains two pipes but is not a table. [[yii\widgets\DetailView|DetailView]] widget displ…
/plugin/mediatooltip/
DREADME.md4 …r use with any media files. The tooltips are based on the jQuery tooltip widget, and their appeara…
/plugin/findologicxmlexport/resources/
Dstyle.css27 .ui-widget-shadow {
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all-deps.js56 $.widget = function( name, base, prototype ) { function
115 basePrototype.options = $.widget.extend( {}, basePrototype.options );
147 constructor.prototype = $.widget.extend( basePrototype, {
170 $.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor,
181 $.widget.bridge( name, constructor );
186 $.widget.extend = function( target ) {
201 $.widget.extend( {}, target[ key ], value ) :
204 $.widget.extend( {}, value );
216 $.widget.bridge = function( name, object ) {
265 options = $.widget.extend.apply( null, [ options ].concat( args ) );
[all …]
Djquery.fancytree-all-deps.min.js1widget=function(e,n,t){var i,r,o,s={},a=e.split(".")[0],l=a+"-"+(e=e.split(".")[1]);return t||(t=n… property
/plugin/jokuwiki/
DREADME.md71 … the template defines the PJAX container Div and also injects a Jokuwiki widget to update the page…
82 * Add a built-in widget to initialize Dokuwiki variables
111widget several times. If the called method throws an exception or the initiator is not registered,…
114 …implemented by your syntax.php plugin, which then writes a Jokuwiki HTML widget based on the param…
/plugin/ckgedit/ckeditor/
DCHANGES.md14 …ot open the context menu over a [Widget](https://ckeditor.com/cke4/addon/widget) with the <kbd>Shi…
127 * [#2253](https://github.com/ckeditor/ckeditor-dev/issues/2253): The widget definition [`insert`](h…
183 …itor-dev/issues/1458): [Edge] Fixed: After blurring the editor it takes 2 clicks to focus a widget.
209 …editor-plugin-scayt/issues/153) [Chrome] Fixed: Correcting a word in the widget in SCAYT moves foc…
261 …or.com/cke4/addon/balloontoolbar) is not visible after drag and drop of a widget it is attached to.
268 …editor-dev/issues/1535): Fixed: [Widget](https://ckeditor.com/cke4/addon/widget) mouseover border …
314 …es/704): [Edge] Fixed: Using <kbd>Ctrl</kbd>/<kbd>Cmd</kbd> + <kbd>Z</kbd> breaks widget structure.
327 * [#1068](https://github.com/ckeditor/ckeditor-dev/issues/1068): Fixed: Upload widget paste listene…
332 …or/ckeditor-dev/issues/522): Fixed: Widget selection is not removed when widget is inside table ce…
336 …editor-dev/issues/1287): Fixed: [Widget](https://ckeditor.com/cke4/addon/widget) plugin throws exc…
[all …]
/plugin/mapillary/scss/
D_config.scss17 // floats for the widget.
/plugin/markdownextra/lib/meltdown/
DREADME.md11 ###Advanced, changing the preview slider timeout and adding an example widget, still awesome

12345