| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_select/ |
| D | fck_select.js | 24 function Select( combo ) argument 26 var iIndex = combo.selectedIndex ; 99 function ChangeOptionPosition( combo, steps ) argument 101 var iActualIndex = combo.selectedIndex ; 111 if ( iFinalIndex > ( combo.options.length - 1 ) ) 112 iFinalIndex = combo.options.length - 1 ; 117 var oOption = combo.options[ iActualIndex ] ; 121 combo.remove( iActualIndex ) ; 123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ; 129 function RemoveSelectedOptions(combo) argument [all …]
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_select/ |
| D | fck_select.js | 24 function Select( combo ) argument 26 var iIndex = combo.selectedIndex ; 99 function ChangeOptionPosition( combo, steps ) argument 101 var iActualIndex = combo.selectedIndex ; 111 if ( iFinalIndex > ( combo.options.length - 1 ) ) 112 iFinalIndex = combo.options.length - 1 ; 117 var oOption = combo.options[ iActualIndex ] ; 121 combo.remove( iActualIndex ) ; 123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ; 129 function RemoveSelectedOptions(combo) argument [all …]
|
| /plugin/fckg/fckeditor/editor/dialog/fck_select/ |
| D | fck_select.js | 24 function Select( combo ) argument 26 var iIndex = combo.selectedIndex ; 99 function ChangeOptionPosition( combo, steps ) argument 101 var iActualIndex = combo.selectedIndex ; 111 if ( iFinalIndex > ( combo.options.length - 1 ) ) 112 iFinalIndex = combo.options.length - 1 ; 117 var oOption = combo.options[ iActualIndex ] ; 121 combo.remove( iActualIndex ) ; 123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ; 129 function RemoveSelectedOptions(combo) argument [all …]
|
| /plugin/combo/resources/snippet/js/ |
| H A D | metadata.js | 18 const combo = /** @type {import('combo.d.ts')} */ (window.combo); 19 let viewerCall = combo 27 let formViewerId = combo.Html.toHtmlId(`combo-metadata-viewer-form-${pageId}`); 28 … let formHtmlElement = combo.Form.createFromJson(formViewerId, jsonFormMeta).toHtmlElement(); 41 let response = await combo.DokuUrl 91 const combo = /** @type {import('combo.d.ts')} */ (window.combo); 92 combo.Modal 107 const combo = /** @type {import('combo.d.ts')} */ (window.combo); 108 let modalManagerId = combo.Html.toHtmlId(`combo-meta-manager-page-${pageId}`); 109 let managerModal = combo.Modal.getOrCreate(modalManagerId) [all …]
|
| H A D | quality.js | 10 const combo = /** @type {import('combo.d.ts')} */ (window.combo); 16 … let modalQualityMessageId = combo.Html.toHtmlId(`combo-quality-message-page-${pageId}`); 17 let qualityMessageModal = combo.Modal.getOrCreate(modalQualityMessageId) 24 let html = await combo
|
| H A D | cache.js | 11 const combo = /** @type {import('combo.d.ts')} */ (window.combo); 17 let modalBacklinkId = combo.Html.toHtmlId(`combo-cache-${pageId}`); 18 let cacheModal = combo.Modal 49 let slotUrl = combo.DokuUrl.createEdit(slot).toString() 73 … let mtime = combo.Date.createFromIso(result["mtime"]).toSqlTimestampString(); 76 let fileUrl = combo.DokuUrl
|
| H A D | backlink.js | 10 const combo = /** @type {import('combo.d.ts')} */ (window.combo); 16 let modalBacklinkId = combo.Html.toHtmlId(`combo-backlink-${pageId}`); 17 let backlinkModal = combo.Modal.getOrCreate(modalBacklinkId) 24 let html = await combo
|
| H A D | subscribe.js | 1 (function (combo) { argument 21 let idResultModal = combo.Html.createRandomIdWithPrefix(componentName); 22 let modal = combo.Modal.getOrCreate(idResultModal); 58 })(combo);
|
| H A D | lightbox.js | 38 const combo = /** @type {import('combo.d.ts')} */ (window.combo); 39 let lightBoxId = combo.Html.toHtmlId(`combo-lightbox`); 41 let lightBoxModel = combo.Modal.getOrCreate(lightBoxId);
|
| /plugin/combo/ |
| H A D | contrib.md | 13 property of the [Combo Plugin page](https://www.dokuwiki.org/plugin:combo) 48 git clone https://github.com/dokuwiki/dokuwiki combo 49 cd combo 56 git clone git@github.com:ComboStrap/combo 72 cd dokuwiki_home/lib/plugins/combo 78 cd dokuwiki_home/lib/plugins/combo 94 * add lib/plugins/combo as a registered root (Intellij> Version Control > Directory Mapping) 111 Use_autoloader: combo\_test\vendor\autoload.php 112 Use_default_configuration_file: combo/_test/phpunit.xml 113 Use_default_bootstrap_file: combo/lib/plugins/combo/_test/bootstrap.php [all …]
|
| H A D | README.md | 8 …ild Status](https://travis-ci.com/ComboStrap/combo.svg?branch=main)](https://travis-ci.com/ComboSt…
|
| H A D | plugin.info.txt | 1 base combo
|
| /plugin/colorpicker/ |
| D | action.php | 34 $combo = explode('=', $line, 2); 35 if (count($combo) != 2) { 38 $key = trim($combo[0]); 39 $colorvalue = trim($combo[1]);
|
| /plugin/combo/resources/theme/default/components/css/ |
| H A D | onhover.css | 2 .combo-hover-easing { 6 .combo-float { 10 .combo-grow {
|
| H A D | quality.css | 1 .combo-quality-item-low > svg {
|
| /plugin/combo/grammar/ |
| H A D | README.md | 7 -o D:\dokuwiki\lib\plugins\combo\ComboStrap\PageSqlParser ^ 10 -lib D:/dokuwiki/lib/plugins/combo/grammar ^ 11 D:/dokuwiki/lib/plugins/combo/grammar\PageSql.g4 16 * Output directory: `D:\dokuwiki\lib\plugins\combo\` 19 * Lib (not yet used): `D:\dokuwiki\lib\plugins\combo\grammar`
|
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fcktoolbarspecialcombo.js | 68 function FCKToolbarSpecialCombo_RefreshActiveItems( combo, value ) argument 70 combo.DeselectAll() ; 71 combo.SelectItem( value ) ; 72 combo.SetLabelById( value ) ;
|
| D | fcktoolbarfontformatcombo.js | 94 FCKToolbarFontFormatCombo.prototype.RefreshActiveItems = function( combo, value ) argument 101 if ( combo.Label != ' ' ) 102 combo.DeselectAll(true) ; 109 combo.SelectItemByLabel( value, true ) ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fcktoolbarspecialcombo.js | 70 function FCKToolbarSpecialCombo_RefreshActiveItems( combo, value ) argument 72 combo.DeselectAll() ; 73 combo.SelectItem( value ) ; 74 combo.SetLabelById( value ) ;
|
| /plugin/datepicker/ |
| D | style.css | 174 .calendar .combo { 188 .calendar .combo .label, 189 .calendar .combo .label-IEfix { 194 .calendar .combo .label-IEfix { 198 .calendar .combo .hilite { 205 .calendar .combo .active {
|
| /plugin/combo/db/combo/ |
| H A D | README.md | 4 The database can be found at meta/combo.sqlite3
|
| /plugin/wysiwyg/fckeditor/_samples/lasso/ |
| D | sample02.lasso | 44 function AddComboOption(combo, optionText, optionValue) 48 combo.options.add(oOption) ;
|
| /plugin/ckgedit/ckeditor/skins/kama/ |
| D | readme.md | 17 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, 18 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
|
| /plugin/grensladawritezor/fckeditor/_samples/lasso/ |
| D | sample02.lasso | 44 function AddComboOption(combo, optionText, optionValue) 48 combo.options.add(oOption) ;
|
| /plugin/ckgdoku/ckeditor/skins/moono-lisa/ |
| D | readme.md | 25 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar, 26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
|