Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A 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))
H A 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/datepicker/script/jscalendar-1.0/
H A 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/skipentity/
H A Daction.php27 $multiple = $this->getConf('multiple') ? 1 : 0;
28 $JSINFO['multiple'] = $multiple;
/plugin/yalist/
H A 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
H A Dplugin.info.txt6 desc Extend DokuWiki list syntax to allow definition list and multiple paragraphs in a list entry
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A 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'; } /* '' */
H A Dbpmn.css62 .bpmn-icon-start-event-non-interrupting-parallel-multiple:before { content: '\e808'; } /* '' */
67 .bpmn-icon-intermediate-event-catch-parallel-multiple:before { content: '\e80d'; } /* '' */
72 .bpmn-icon-intermediate-event-catch-non-interrupting-parallel-multiple:before { content: '\e813'; }…
79 .bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
109 .bpmn-icon-end-event-multiple:before { content: '\e839'; } /* '' */
114 .bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
123 .bpmn-icon-intermediate-event-catch-multiple:before { content: '\e847'; } /* '' */
133 .bpmn-icon-intermediate-event-catch-non-interrupting-multiple:before { content: '\e851'; } /* '' */
135 .bpmn-icon-intermediate-event-throw-multiple:before { content: '\e853'; } /* '' */
141 .bpmn-icon-start-event-non-interrupting-multiple:before { content: '\e859'; } /* '' */
/plugin/multipoll/
H A DINFO7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php56 const MULTIPLE_ATTRIBUTE = "multiple";
100 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/dwcommits/conf/
H A 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/crosspost/
H A DREADME.md1 This DokuWiki plugin allow crosspost article to multiple namespaces.
H A Dplugin.info.txt3 desc Crosspost article to multiple namespaces
/plugin/dokumicrobugtracker/
H A DCHANGELOG10 … Fix #27, remove the forced title in the form, fix multiple post occurring when displaying multip…
H A 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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dmultiple.test2 "filter" tags accept multiple chained filters
/plugin/columns/
H A Dplugin.info.txt6 desc Arrange information in multiple columns.
/plugin/submgr/lang/en/
H A Dhelp.txt2 Groups are specified with a leading at-character: ''@group'' - multiple users and groups can be spe…
/plugin/googlefonts/
H A Dplugin.info.txt6 desc Embed multiple special font for headlines with Google Font.
/plugin/survey/
H A Dplugin.info.txt6 desc Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
/plugin/feedaggregator/
H A Dplugin.info.txt6 desc A DokuWiki plugin for aggregating multiple news feeds onto a single wiki page.
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A 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/mllist/
H A Dplugin.info.txt6 desc Allows a list item to break into multiple lines with indentation on non-bullet lines
/plugin/authchained/
H A Dplugin.info.txt6 desc Delegates authentication to multiple different authentication plugins
/plugin/autonumbering/
H A DREADME.md2 This plugin allows the use of multiple counters with multiples levels, within the same page in doku…

12345678910>>...13