Home
last modified time | relevance | path

Searched refs:key (Results 2276 – 2300 of 2492) sorted by relevance

1...<<919293949596979899100

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1key","bind","n","object","property","prototype","hasOwnProperty","p","s","elementPosition","elem",…
/plugin/sketchcanvas/script/
H A DSketchCanvas.js57 canvas.setAttribute("tabindex", 0); // Make sure the canvas can have a key focus
395 // Pressing Ctrl key before dragging the handle pulls out the
697 // disabled by pressing ALT key while dragging.
1534 for (var key in obj) {
1535 temp[key] = cloneObject(obj[key]);
1902 if(code === 46){ // Delete key
1990 if(code === 46){ // Delete key
1991 // Pathedit tool's delete key just delete single vertex in a path
2292 // Convert enter key even
[all...]
/plugin/aceeditor/
H A Dbuild.js1key]=t},this)},this.addCommands=function(e){e&&Object.keys(e).forEach(function(t){var n=e[t];if(ty…
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md111 * Allowed to configure a sub key when adding a param with `Elastica\Param::addParam()` by @deguif [#2030](https://github.com/ruflin/Elastica/pull/2030)
124 * Deprecated passing an `int` as 1st argument to `Elastica\Search::setOptionsAndQuery()`, pass an array with the key `size` instead by @deguif [#2010](https://github.com/ruflin/Elastica/pull/2010)
739 - `Health::getIndices` returns key=>value result, where key === $indexName.
1061 - `Elastica\ScanAndScroll::$_lastScrollId` removed: `key()` now always returns the next scroll id [#842](https://github.com/ruflin/Elastica/issues/842/)
1173 - allow to customize the key on a range aggregation [#728](https://github.com/ruflin/Elastica/issues/728/)
1776 - Change Elastica_Filter_GeoDistance::__construct(), accepts geohash parameter (BC break, before: ($key, $latitude, $longitude, $distance), after: ($key, $location, $distance) where $location is array('lat' => $latitude, 'lon' => $longitude) or a geohash)
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codemirror/dist/modes/
H A Dq.min.js.map1 …m\",\"iasc\",\"idesc\",\"if\",\"ij\",\"in\",\"insert\",\"inter\",\"inv\",\"key\",\"keys\",\"last\"…
H A Dsoy.min.js.map1key\")\n return null;\n }\n stream.next()\n return n…
H A Ddylan.min.js.map1 …n // Hash symbol\n } else if (stream.match(/f|t|all-keys|include|key|next|rest/i)) {\n …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc322 * Added support of Elastic Cloud ID and API key authentication
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dopus.js2key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS… argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css324 .oi[data-glyph=key]:before { content:'\e081'; }
/plugin/fckg/
H A DChanges264 Prevent Alt from accessing CTRL short-cuts when Alt Gr key is hit( in helper.php)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css324 .oi[data-glyph=key]:before { content:'\e081'; }
/plugin/diagramsnet/lib/resources/
H A Ddia_el.txt2 # https://docs.google.com/spreadsheet/ccc?key=0AmQEO36liL4FdDJLWVNMaVV2UmRKSnpXU09MYkdGbEE
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php681 foreach ($this->symbattr as $key => $matrix) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1165 foreach ($dict as $key => $value) {
1166 $content .= "/$key $value\n";
/plugin/strata/
H A Dmanual.txt165 You can add multiple values in a single line by adding an asterisk after the type (or after the key, if it has no type). The values should be separated by '',''. Note that you can also add multiple values just by writing multiple lines with the same key.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2key,a=.7;return t.x=function(n){return arguments.length?(e=n,t):e},t.y=function(n){return argument…
3key,c=a,f="L",s=.7;return t.x=function(n){return arguments.length?(e=r=n,t):r},t.x0=function(n){re… function
5 …nal-open":ku,"cardinal-closed":Nu,monotone:Fu});Tl.forEach(function(n,t){t.key=n,t.closed=/-closed…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt401 mapping of tag names into key and attribute names for use with general purpose
1449 The first (most important, primary key) is the Date tag. Earlier dated games
1455 The second key is the Event tag. This is sorted in ascending ASCII order.
1457 The third key is the Site tag. This is sorted in ascending ASCII order.
1459 The fourth key is the Round tag. This is sorted in ascending numeric order
1464 The fifth key is the White tag. This is sorted in ascending ASCII order.
1466 The sixth key is the Black tag. This is sorted in ascending ASCII order.
1468 The seventh key is the Result tag. This is sorted in ascending ASCII order.
1470 The eighth key is the movetext itself. This is sorted in ascending ASCII order
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1key = model.uri.toString();\n if (_this._listener[key]) {\n _this._liste…
/plugin/dropfiles/
H A Dyarn.lock1915 path-key "^2.0.0"
2074 path-key@^2.0.0:
2076 …resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG40 * fixed regression (key exists check for non ArrayObject objects)
450 * fixed getting a boolean or float key on an array, so it is consistent with PHP's array access:
586 * fixed a PHP notice when trying to access a key on a non-object/array variable
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php729 $key = 1;
736 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 3000 + $key++)));
/plugin/diagramsnet/lib/js/
H A Dapp.min.js162key:"M",data:[g,n]});m=g;x=n;break;case "L":w.push({key:"L",data:_toConsumableArray(q)});k=q;d=_sl…
163key:"Q",data:p});g=p[2];n=p[3];break;case "A":w.push({key:"A",data:_toConsumableArray(q)});g=q[5];…
165key,y=p.data;switch(u){case "M":g.push({key:"M",data:_toConsumableArray(y)});a=y;e=_slicedToArray(…
210key:"getDefaultOptions",value:function(){return this.gen.defaultOptions}},{key:"line",value:functi…
211key:"circle",value:function(a,b,c,d){a=this.gen.circle(a,b,c,d);return this.draw(a),a}},{key:"line…
216key:"opsToPath",value:function(a,b){return this.gen.opsToPath(a,b)}},{key:"line",value:function(a,…
217key:"polygon",value:function(a,b){var c=this.gen.polygon(a,b);return this.draw(c)}},{key:"arc",val…
2138key:"letter",title:'US-Letter (8,5" x 11")',format:mxConstants.PAGE_FORMAT_LETTER_PORTRAIT},{key:"…
2139key:"a2",title:"A2 (420 mm x 594 mm)",format:new mxRectangle(0,0,1654,2336)},{key:"a3",title:"A3 (…
2140key:"b4",title:"B4 (250 mm x 353 mm)",format:new mxRectangle(0,0,980,1390)},{key:"b5",title:"B5 (1…
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md114 and/or implement preset classes/interfaces by overriding all their public methods. The key

1...<<919293949596979899100