Home
last modified time | relevance | path

Searched refs:list (Results 176 – 200 of 1525) sorted by last modified time

12345678910>>...61

/plugin/lastpages/
H A Dplugin.info.txt7 desc Show latest pages as a list if you add ~~LASTPAGES~~.
/plugin/dwtimeline/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css607 list-style: none;
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2list=e.classList}function Q(e){for(var t;e.childNodes.length;)t=e.childNodes[0],e.removeChild(t);r…
H A Dbpmn-navigated-viewer.production.min.js2list=e.classList}function L(e){var t=e.parentNode;return t&&t.removeChild(e),e}function I(e){for(v…
H A Dbpmn-viewer.production.min.js2list=e.classList}function L(e){var t=e.parentNode;return t&&t.removeChild(e),e}function I(e){for(v…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md91 To change the list, pass respective ELs via `expressionLanguages`
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css607 list-style: none;
H A Ddmn-js-decision-table-controls.css174 .dmn-decision-table-container .dms-form-control .dms-list-component {
H A Ddmn-js-shared.css47 .dms-list-component .items {
50 list-style: none;
54 .dms-list-component .items .item .remove {
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2list=e.classList}function an(e){for(var t;e.childNodes.length;)t=e.childNodes[0],e.removeChild(t);…
H A Ddmn-navigated-viewer.production.min.js2list=e.classList}function Ft(e){for(var t;e.childNodes.length;)t=e.childNodes[0],e.removeChild(t);…
H A Ddmn-viewer.production.min.js2list=e.classList}function Ft(e){for(var t;e.childNodes.length;)t=e.childNodes[0],e.removeChild(t);…
/plugin/katex/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
110 menu, a prominent item in the list meets this criterion.
/plugin/bbcodeextensions/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
110 menu, a prominent item in the list meets this criterion.
/plugin/confightmlok/
H A DLICENSE48 An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock110 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
H A DREADME.md45 The library supports both oAuth 1.x and oAuth 2.0 compliant services. A list of currently implemented services can be found below.
/plugin/oauth/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/upgrade/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
H A Dhelper.php241 $list = file($this->tgzdir . 'data/deleted.files');
242 foreach ($list as $line) {
H A Dstyle.css63 list-style: none;
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md30 // To list the contents of an existing TAR archive, open() it and use
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock428 … "description": "FilterIterator implementation that filters files based on a list of suffixes.",
/plugin/sortablejs/
H A Dscript.js249 var cell = list[i];
418 shaker_sort: function ( list, comp_func ) {
423 var t = list.length - 1;
430 if ( comp_func( list[i], list[i + 1] ) > 0 ) {
431 q = list[i];
432 list[i] = list[i + 1];
433 list[i + 1] = q;
444 if ( comp_func( list[i], list[i - 1] ) < 0 ) {
445 q = list[i];
446 list[i] = list[i - 1];
[all …]

12345678910>>...61