Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DMultiple.php58 $multiple = new LUT\Multiple(
62 $multiple->attachIterator($foo, 'one'),
63 $multiple->attachIterator($bar, 'two')
65 ->when($result = iterator_to_array($multiple, false))
81 $multiple = new LUT\Multiple(
85 $multiple->attachIterator($foobar, 'one', '!'),
86 $multiple->attachIterator($baz, 'two', '?')
88 ->when($result = iterator_to_array($multiple, false))
104 ->given($multiple = new LUT\Multiple())
105 ->when($result = iterator_to_array($multiple))
DDemultiplexer.php57 $multiple = new LUT\Multiple(),
58 $multiple->attachIterator($counter),
59 $multiple->attachIterator(clone $counter),
61 $multiple,
89 $multiple = new LUT\Multiple(
93 $multiple->attachIterator($counter, 'one'),
94 $multiple->attachIterator(clone $counter, 'two'),
96 $multiple,
/plugin/struct/script/
H A Dvanilla-combobox.js11 #multiple;
63 this.#multiple = this.#select.multiple;
277 …if ((this.shadowRoot.activeElement === this.#input) && this.#multiple && this.#input.value !== '')…
291 if (this.#multiple) {
314 if (this.#multiple) {
331 … if (this.#multiple && option.value === '') return; // Ignore empty options in multiple mode
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dwhitespace-control.js192 function omitRight(body, i, multiple) { argument
197 (!multiple && current.rightStripped)
204 multiple ? /^\s+/ : /^[ \t]*\r?\n?/,
217 function omitLeft(body, i, multiple) { argument
222 (!multiple && current.leftStripped)
229 current.value = current.value.replace(multiple ? /\s+$/ : /[ \t]+$/, '');
/plugin/datepicker/script/jscalendar-1.0/
Dcalendar-setup.js101 …if (!(params.flat || params.multiple || params.inputField || params.displayArea || params.button))…
177 if (params.multiple) {
178 cal.multiple = {};
179 for (var i = params.multiple.length; --i >= 0;) {
180 var d = params.multiple[i];
182 cal.multiple[ds] = d;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dwhitespace-control.js186 function omitRight(body, i, multiple) { argument
188 if (!current || current.type !== 'ContentStatement' || !multiple && current.rightStripped) {
193 current.value = current.value.replace(multiple ? /^\s+/ : /^[ \t]*\r?\n?/, '');
204 function omitLeft(body, i, multiple) { argument
206 if (!current || current.type !== 'ContentStatement' || !multiple && current.leftStripped) {
212 current.value = current.value.replace(multiple ? /\s+$/ : /[ \t]+$/, '');
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dwhitespace-control.js188 function omitRight(body, i, multiple) { argument
190 if (!current || current.type !== 'ContentStatement' || !multiple && current.rightStripped) {
195 current.value = current.value.replace(multiple ? /^\s+/ : /^[ \t]*\r?\n?/, '');
206 function omitLeft(body, i, multiple) { argument
208 if (!current || current.type !== 'ContentStatement' || !multiple && current.leftStripped) {
214 current.value = current.value.replace(multiple ? /\s+$/ : /[ \t]+$/, '');
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
Dbpmn-codes.css7 .bpmn-icon-start-event-non-interrupting-parallel-multiple:before { content: '\e808'; } /* '' */
12 .bpmn-icon-intermediate-event-catch-parallel-multiple:before { content: '\e80d'; } /* '' */
17 .bpmn-icon-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\e813'; }…
24 .bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
54 .bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
59 .bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
68 .bpmn-icon-intermediate-event-catch-multiple:before { content: '\e847'; } /* '' */
78 .bpmn-icon-intermediate-event-catch-non-interrupting-multiple:before { content: '\e851'; } /* '' */
80 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
86 .bpmn-icon-start-event-non-interrupting-multiple:before { content: '\e859'; } /* '' */
Dbpmn.css63 .bpmn-icon-start-event-non-interrupting-parallel-multiple:before { content: '\e808'; } /* '' */
68 .bpmn-icon-intermediate-event-catch-parallel-multiple:before { content: '\e80d'; } /* '' */
73 .bpmn-icon-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\e813'; }…
80 .bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
110 .bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
115 .bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
124 .bpmn-icon-intermediate-event-catch-multiple:before { content: '\e847'; } /* '' */
134 .bpmn-icon-intermediate-event-catch-non-interrupting-multiple:before { content: '\e851'; } /* '' */
136 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
142 .bpmn-icon-start-event-non-interrupting-multiple:before { content: '\e859'; } /* '' */
/plugin/yalist/
DREADME.md5 and list items with multiple paragraphs. The complete syntax is as follows:
13 -- ordered list item w/ multiple paragraphs
14 ** unordered list item w/ multiple paragraphs
15 :: definition list definition w/multiple paragraphs
/plugin/skipentity/
Daction.php27 $multiple = $this->getConf('multiple') ? 1 : 0;
28 $JSINFO['multiple'] = $multiple;
/plugin/multipoll/
DINFO7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php100 private $multiple = false; variable in ComboStrap\\Meta\\Form\\FormMetaField
316 if ($this->multiple) {
317 $associative[self::MULTIPLE_ATTRIBUTE] = $this->multiple;
495 $this->multiple = $bool;
502 return $this->multiple;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/
Dprecompiler.js163 var multiple = opts.templates.length !== 1 || opts.hasDirectory;
164 if (opts.simple && multiple) {
233 if (opts.amd && !multiple) {
243 if (multiple) {
/plugin/asciidocjs/node_modules/handlebars/lib/
Dprecompiler.js169 const multiple = opts.templates.length !== 1 || opts.hasDirectory;
170 if (opts.simple && multiple) {
253 if (opts.amd && !multiple) {
270 if (multiple) {
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/
Dprecompiler.js178 var multiple = opts.templates.length !== 1 || opts.hasDirectory;
179 if (opts.simple && multiple) {
248 if (opts.amd && !multiple) {
258 if (multiple) {
/plugin/dwcommits/conf/
Ddefault.local.ini.dist1 ; This file enables you to specify multiple gits and dates. They will be added to the
8 ; There can be multiple identifiers sf the same name, enabling the listing of more
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DCONTRIBUTING.md19 - **One pull request per feature** - If you want to do more than one thing, send multiple pull requ…
21 …ndividual commit in your pull request is meaningful. If you had to make multiple intermediate comm…
/plugin/dokumicrobugtracker/
DCHANGELOG10 … Fix #27, remove the forced title in the form, fix multiple post occurring when displaying multip…
DREADME.md61 There is currently a bug on the sort of header when displaying multiple form in the same page.
74 …| Fix #27, remove the forced title in the form, fix multiple post occurring when displaying multip…
/plugin/crosspost/
DREADME.md1 This DokuWiki plugin allow crosspost article to multiple namespaces.
/plugin/radarchart/
DREADME.md3 A flexible DokuWiki plugin for creating radar charts with multiple datasets, custom styling, and ex…
33 Advanced usage with multiple datasets and custom colors:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
Dmultiple.test2 "filter" tags accept multiple chained filters
/plugin/findologicxmlexport/vendor/hoa/iterator/
DREADME.md257 $multiple = new Hoa\Iterator\Multiple(
261 $multiple->attachIterator($foobar, 'one', '!');
262 $multiple->attachIterator($baz, 'two', '?');
264 foreach ($multiple as $iterators) {
286 $multiple = new Hoa\Iterator\Multiple();
287 $multiple->attachIterator($counter);
288 $multiple->attachIterator(clone $counter);
290 $multiple,
/plugin/columns/
Dplugin.info.txt6 desc Arrange information in multiple columns.

12345678910>>...17