Home
last modified time | relevance | path

Searched refs:drop (Results 76 – 100 of 178) sorted by relevance

12345678

/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_kn.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_si.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_sl.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_ta.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_bn.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_eo.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_mr.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_my.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_hi.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_sk.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_sw.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_te.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_am.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_gu.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_hr.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
H A Ddia_lv.txt116 dragAndDropNotSupported=Drag and drop not supported for images. Would you like to import instead?
456 libraryTooltip=Drag and drop shapes here or click + to insert. Double click to edit.
692 sidebarTooltip=Click to expand. Drag and drop shapes into the diagram. Shift+click to change select…
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5drop:before{content:""}.ra-hand:before{content:""}.ra-hand-emblem:before{content:""}.ra-hand-sa…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js5094 return _.drop(array, n);
5138 actual = _(array).drop(2).drop().value();
5142 actual = _(array).filter(predicate).drop(2).drop().value();
5144 assert.deepEqual(actual, _.drop(_.drop(_.filter(array, predicate), 2)));
5146 actual = _(array).drop(2).dropRight().drop().dropRight(2).value();
5147 assert.deepEqual(actual, _.dropRight(_.drop(_.dropRight(_.drop(array, 2))), 2));
5151 actual = _(array).drop().filter(predicate).drop(2).dropRight().drop().dropRight(2).value();
5153 …assert.deepEqual(actual, _.dropRight(_.drop(_.dropRight(_.drop(_.filter(_.drop(array), predicate),…
5234 actual = _(array).dropRight(2).drop().dropRight().drop(2).value();
5235 assert.deepEqual(actual, _.drop(_.dropRight(_.drop(_.dropRight(array, 2))), 2));
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt448 - "drop" (DROP shadow)
449 [ex: &fltr[]=drop|<d>|<w>|<clr>|<a>|<o>]
643 - bvl;wmi;wmt;over;hist;fram;drop;mask;elip;ric;bord;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js48 assert.strictEqual(_.drop, _.rest, 'is an alias for rest');
/plugin/codemirror/dist/modes/
H A Dsparql.min.js.map1 … \"data\", \"copy\", \"to\", \"move\", \"add\", \"create\", \"drop\", \"clear\", \"loa…
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md69 The `GithubFlavoredMarkdownConverter` shown earlier is a drop-in replacement for the `CommonMarkConverter` which adds additional features found in the GFM spec:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md407 - [TEST] drop HHVM from build [#611] (#616) [[21a2d24]](http://github.com/elasticsearch/elasticsearch-php/commit/21a2d24)
411 - [TEST] drop HHVM from build [#611] [[0a7b402]](http://github.com/elasticsearch/elasticsearch-php/commit/0a7b402)

12345678