/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | DroppingStreamTest.php | 13 $drop = new DroppingStream($stream, 5); 14 $this->assertEquals(3, $drop->write('hel')); 15 $this->assertFalse($drop->write('lo')); 16 $this->assertEquals(5, $drop->getSize()); 17 $this->assertEquals('hello', $drop->read(5)); 18 $this->assertEquals(0, $drop->getSize()); 19 $drop->write('12345678910'); 21 $this->assertEquals(5, $drop->getSize()); 22 $this->assertEquals('12345', (string) $drop); 23 $this->assertEquals(0, $drop [all...] |
/plugin/prosemirror/ |
H A D | renderer.php | 58 $this->nodestack->drop($nodeType); 73 $this->nodestack->drop($parentNode); 116 $this->nodestack->drop('paragraph'); 123 $this->nodestack->drop('paragraph'); 132 $this->nodestack->drop('paragraph'); 134 $this->nodestack->drop('blockquote'); 143 $this->nodestack->drop('paragraph'); 152 $this->nodestack->drop('bullet_list'); 159 $this->nodestack->drop('paragraph'); 168 $this->nodestack->drop('ordered_lis [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/ |
H A D | Modification.php | 27 public $drop; variable in Google\\Service\\BigtableAdmin\\Modification 52 public function setDrop($drop) argument 54 $this->drop = $drop; 61 return $this->drop;
|
/plugin/dev/ |
H A D | LangProcessor.php | 37 $drop = array_diff_key($lang, $this->codeKeys); 39 $drop['js'] = array_diff_key($lang['js'], $found['js']); 40 if (!count($drop['js'])) unset($drop['js']); 43 foreach ($drop as $key => $value) { 65 $drop = array_diff_key($lang, $this->settingKeys); 66 foreach ($drop as $key => $value) {
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | dragdrop.js | 57 if(drop.tree) { 70 ((!drop.accept) || 77 if(drop.hoverclass) 78 Element.removeClassName(drop.element, drop.hoverclass); 82 activate: function(drop) { argument 83 if(drop.hoverclass) 84 Element.addClassName(drop.element, drop.hoverclass); 101 if (drop) { 103 if(drop.onHover) 104 drop.onHover(element, drop.element, Position.overlap(drop.overlap, drop.element)); [all …]
|
/plugin/tagfilter/script/select2/ |
H A D | select2-bootstrap.css | 33 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choice, 34 .control-group.warning .select2-dropdown-open.select2-drop-above .select2-choices, 48 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choice, 49 .control-group.error .select2-dropdown-open.select2-drop-above .select2-choices, 63 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choice, 64 .control-group.info .select2-dropdown-open.select2-drop-above .select2-choices, 78 .control-group.success .select2-dropdown-open.select2-drop-above .select2-choice, 79 .control-group.success .select2-dropdown-open.select2-drop-above .select2-choices,
|
H A D | select2.css | 15 .select2-drop, 59 .select2-container.select2-drop-above .select2-choice { 113 .select2-drop-mask { 131 .select2-drop { 149 .select2-drop.select2-drop-above { 160 .select2-drop-active { 165 .select2-drop.select2-drop-above.select2-drop [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/ |
H A D | Step.php | 142 public function setDrop(DropInfo $drop) argument 144 $this->drop = $drop; 151 return $this->drop;
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | diagram-js.css | 72 --shape-drop-allowed-fill-color: var(--color-f6f6f6); 116 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) { 121 fill: var(--shape-drop-allowed-fill-color) !important; 124 svg.drop-not-ok { 133 .djs-connection.drop-ok .djs-visual > :nth-child(1) { 134 stroke: var(--shape-drop-allowed-fill-color) !important; 138 .djs-connection.drop-not-ok .djs-visual > :nth-child(1) { 142 .drop-not-ok, 153 .djs-frame.drop-not-ok .djs-visual > :nth-child(1) { 686 .drop-ok .djs-bendpoint, [all …]
|
/plugin/tagfilter/ |
H A D | style.css | 79 .select2-drop { 118 .select2-drop, 162 .select2-container.select2-drop-above .select2-choice { 216 .select2-drop-mask { 234 .select2-drop { 252 .select2-drop.select2-drop-above { 263 .select2-drop-active { 268 .select2-drop.select2-drop [all...] |
/plugin/jorgchart/ |
H A D | style.css | 59 /* jQuery drag 'n drop */ 65 .drop-hover {
|
/plugin/bpmnio/vendor/bpmn-js/dist/assets/ |
H A D | diagram-js.css | 133 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) { 138 fill: var(--shape-drop-allowed-fill-color) !important; 141 svg.drop-not-ok { 150 /* Override move cursor during drop and connect */ 151 .drop-not-ok, 153 .drop-not-ok *, 158 .drop-ok, 160 .drop-ok *, 171 .djs-frame.drop-not-ok .djs-visual > :nth-child(1) { 850 .drop-ok .djs-bendpoint, [all …]
|
/plugin/bpmnio/vendor/dmn-js/dist/assets/ |
H A D | diagram-js.css | 133 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) { 138 fill: var(--shape-drop-allowed-fill-color) !important; 141 svg.drop-not-ok { 150 /* Override move cursor during drop and connect */ 151 .drop-not-ok, 153 .drop-not-ok *, 158 .drop-ok, 160 .drop-ok *, 171 .djs-frame.drop-not-ok .djs-visual > :nth-child(1) { 850 .drop-ok .djs-bendpoint, [all …]
|
H A D | dmn-js-decision-table-controls.css | 14 --drag-and-drop-handle-color: var(--color-grey-225-10-55); 15 --drag-and-drop-handle-hover-color: var(--color-grey-225-10-15); 191 /* drag and drop */ 197 color: var(--drag-and-drop-handle-hover-color); 209 color: var(--drag-and-drop-handle-color);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | extension.cache.mysqli.php | 245 * @param bool $drop 247 private function create_table($drop=false) { argument 248 if ($drop) {
|
H A D | extension.cache.mysql.php | 213 * @param bool $drop 215 private function create_table($drop=false) { argument
|
/plugin/farmer/css/ |
H A D | chosen.less | 30 .chosen-container .chosen-drop { 41 .chosen-container.chosen-with-drop .chosen-drop { 148 .chosen-container-single .chosen-drop { 315 .chosen-container-multi .chosen-drop .result-selected { 327 .chosen-container-active.chosen-with-drop .chosen-single { 340 .chosen-container-active.chosen-with-drop .chosen-single div { 344 .chosen-container-active.chosen-with-drop .chosen-single div b { 408 .chosen-rtl .chosen-drop { 419 .chosen-rtl.chosen-container-active.chosen-with-drop [all...] |
/plugin/move/lang/ru/ |
H A D | tree.txt | 3 Здесь вы можете перемещать пространства имён, страницы и медиафайлы вашей вики перетаскиванием (drag-and-drop)
|
/plugin/twistienav/ |
H A D | plugin.info.txt | 6 desc Adds drop-down navigation menus to breadcrumbs
|
/plugin/dropfiles/ |
H A D | plugin.info.txt | 6 desc Allows to upload files by drang'n'drop into the editarea of a page
|
/plugin/twistienav4bootstrap3/ |
H A D | plugin.info.txt | 6 desc Adds drop-down navigation menus to breadcrumbs - original plugin twistienav adapted for Boot…
|
/plugin/csv/_test/csv/ |
H A D | c-q-q-evil.csv | 6 Evil Guy,""";drop table"
|
/plugin/tplinc/lang/en/ |
H A D | intro.txt | 5 here. You can change the order by drag'n'drop.
|
/plugin/ckgedit/ckeditor/skins/kama/ |
H A D | readme.md | 18 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded 21 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
|
/plugin/ckgdoku/ckeditor/skins/moono-lisa/ |
H A D | readme.md | 26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded 29 - **menu.css**: the file contains styles of all editor menus including context menu and button drop…
|