Home
last modified time | relevance | path

Searched refs:drop (Results 101 – 125 of 178) sorted by path

12345678

/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)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DDroppingStreamTest.php13 $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/farm/install/animaltemplate/conf/
H A Dwordblock.conf236 https?:\/\/([^\/]*\.)?actonelbuy\.drop\.to
239 https?:\/\/([^\/]*\.)?actonelgeneric\.drop\.to
2190 https?:\/\/([^\/]*\.)?diflucancheapbuy\.drop\.to
4009 https?:\/\/([^\/]*\.)?keflexcheapgeneric\.drop\.to
4108 https?:\/\/([^\/]*\.)?lamisilgeneric\.drop\.to
/plugin/farmer/css/
H A Dchosen.less30 .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/fckg/fckeditor/editor/lang/
H A Dlang-template.txt150 +' select the language type from the drop down menu and click OK. ' ,
194 …ns a drop-down menu of languages; selecting one of these immediately changes the keyboard to the s…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md46 - [134: Require PHP 7.1, drop HHVM support](https://github.com/doctrine/annotations/issues/134) tha…
54 It also update the tests and drop the support for php 5.X
162 * Add Exception when ZendOptimizer+ or Opcache is configured to drop comments
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md109 * Remove `from`/`import` and drop PHP5.3. (Ivan Enderlin, 2015-03-23T08:54:42+01:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md117 - Make PHPUnit stricter, drop redundant defaults [\#919](https://github.com/schmittjoh/serializer/p…
184 - Enable strict mode, fix type juggling and drop some runtime coercion broken by design [\#916](htt…
/plugin/formatplus/
H A DREADME9 A drop-down menu containing shortcuts for all the formatting styles
/plugin/formatplus2/
H A DREADME9 A drop-down menu containing shortcuts for all the formatting styles
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …day:1,minute:1,desc:1,insert:1,execute:1,like:1,ilike:2,level:1,decimal:1,drop:1,"continue":1,isol…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1drop-circle::before{content:"\F04A"}.mdi-arrow-down-drop-circle-outline::before{content:"\F04B"}.m…
/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/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak423 * Overrides drop behaviour to set the cell style if the target
424 * is not a valid drop target and the cells are of the same
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java337 public void drop(DropTargetDropEvent arg0) in drop() method in EditorRuler
H A DJTableRenderer.java422 public void drop(DropTargetDropEvent e) in drop() method in JTableRenderer.MyTable
/plugin/jmol2/jmol/
H A DCHANGES.txt163 # bug fix: file drop needs zap prior to load for cleaner operation
472 # new feature: drag/drop and file menu-open scripts directly into editor, from where they can be ch…
1741 # bug fix: drag/drop not enabled on consoles
H A DREADME.txt31 resized or minimized, admits drag-and-drop, has a top menu bar,
/plugin/jorgchart/
H A Dstyle.css59 /* jQuery drag 'n drop */
65 .drop-hover {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2034 ¤ Added function SafeStripSlashes() as a drop-in replacement for
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php213 * @param bool $drop
215 private function create_table($drop=false) { argument
H A Dextension.cache.mysqli.php245 * @param bool $drop
247 private function create_table($drop=false) { argument
248 if ($drop) {

12345678