/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | Multiple.php | 58 $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 D | Demultiplexer.php | 57 $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 D | calendar-setup.js | 101 …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 D | action.php | 27 $multiple = $this->getConf('multiple') ? 1 : 0; 28 $JSINFO['multiple'] = $multiple;
|
/plugin/yalist/ |
H A D | README.md | 5 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 D | plugin.info.txt | 6 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 D | bpmn-codes.css | 7 .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 D | bpmn.css | 62 .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 D | INFO | 7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
|
/plugin/combo/ComboStrap/Meta/Form/ |
H A D | FormMetaField.php | 56 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 D | default.local.ini.dist | 1 ; 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 D | README.md | 1 This DokuWiki plugin allow crosspost article to multiple namespaces.
|
H A D | plugin.info.txt | 3 desc Crosspost article to multiple namespaces
|
/plugin/dokumicrobugtracker/ |
H A D | CHANGELOG | 10 … Fix #27, remove the forced title in the form, fix multiple post occurring when displaying multip…
|
H A D | README.md | 61 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 D | multiple.test | 2 "filter" tags accept multiple chained filters
|
/plugin/columns/ |
H A D | plugin.info.txt | 6 desc Arrange information in multiple columns.
|
/plugin/submgr/lang/en/ |
H A D | help.txt | 2 Groups are specified with a leading at-character: ''@group'' - multiple users and groups can be spe…
|
/plugin/googlefonts/ |
H A D | plugin.info.txt | 6 desc Embed multiple special font for headlines with Google Font.
|
/plugin/survey/ |
H A D | plugin.info.txt | 6 desc Dokuwiki plugin to generate user surveys with multiple levels of questions and answers
|
/plugin/feedaggregator/ |
H A D | plugin.info.txt | 6 desc A DokuWiki plugin for aggregating multiple news feeds onto a single wiki page.
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | README.md | 257 $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 D | plugin.info.txt | 6 desc Allows a list item to break into multiple lines with indentation on non-bullet lines
|
/plugin/authchained/ |
H A D | plugin.info.txt | 6 desc Delegates authentication to multiple different authentication plugins
|
/plugin/autonumbering/ |
H A D | README.md | 2 This plugin allows the use of multiple counters with multiples levels, within the same page in doku…
|