Home
last modified time | relevance | path

Searched refs:remove (Results 551 – 575 of 799) sorted by relevance

1...<<21222324252627282930>>...32

/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js720 this._form.remove();
/plugin/ckgedit/ckeditor/
H A DCHANGES.md9 * [#1397](https://github.com/ckeditor/ckeditor-dev/issues/1397): Fixed: Using the dialog to remove
636 …st/api/CKEDITOR_dom_element.html#method-removeAttribute) method does not remove all attributes if …
978 * [#13344](https://dev.ckeditor.com/ticket/13344): [WebKit/Blink] Fixed: It is possible to remove o…
1020 …(https://ckeditor.com/docs/ckeditor4/latest/guide/dev_acf.html) fails to remove custom tags. Thank…
1022 * [#12621](https://dev.ckeditor.com/ticket/12621): Fixed: Cannot remove inline styles (bold, italic…
1052 …[Remove Format](https://ckeditor.com/cke4/addon/removeformat) should also remove `<cite>` elements.
1272 * [#8673](https://dev.ckeditor.com/ticket/8673): [WebKit] Fixed: Cannot select and remove the [Page…
1283 …i/CKEDITOR_dom_domObject.html#method-removeAllListeners) method does not remove custom listeners c…
1385 …language) plugin fixes: Added active language highlighting, added an option to remove the language.
1575 * [#10337](https://dev.ckeditor.com/ticket/10337): Fixed: Unable to remove `<s>` using [Remove Form…
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt27 » add demo.mysqli.php, remove demo.mysql.php
120 * bugfix: (G:123) remove MySQL engine and collation from create table
121 * bugfix: (#2066) fix AAC MIME type, remove video key for audio-only files
162 * bugfix (G:61): ID3v2 remove BOM from frame descriptions
373 * Bugfix: remove false warning of junk data on WAV+ID3v1
457 * remove SafeStripSlashes() and FixTextFields functions
646 * Bugfix: remove [audio/video][bitrate] key if falsely set to zero
1260 optional and makes it easy to remove support for undesired formats
1274 Simply remove all modules you don't need
1305 Simplified clean-up procedure: simply remove all empty root keys
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jar ... .ServletContext context String name Object value public static void remove (javax.servlet.jsp.PageContext, java ...
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1825 remove-trailing-separator "^1.0.1"
2145 remove-trailing-separator@^1.0.1:
2147 …resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0…
/plugin/dropfiles/
H A Dyarn.lock1901 remove-trailing-separator "^1.0.1"
2350 remove-trailing-separator@^1.0.1:
2352 …resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0…
/plugin/authsplit/
H A DREADME137 Thus, deleting a user with the user manager will remove knowledge of his or
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md87 - Changed `EmbedProcessor` to also remove `Embed` blocks that aren't direct children of the `Document`
502 - `remove()`
/plugin/diagramsnet/lib/stencils/
H A DLICENSE54 …If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A…
/plugin/diagramsnet/lib/templates/
H A DLICENSE54 …If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A…
/plugin/diagramsnet/lib/img/
H A DLICENSE54 …If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less1069 /* remove top rounded corners */
1077 /* remove bottom rounded corners */
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt257 (positive values remove color, negative values boost
260 remove all color from image, make it grayscale
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1remove=t}(Yr||(Yr={}));var ri=function(){this.id=0,this.attr=0,this.tag=0};function ii(e,t){for(va…
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …",g);this.originalElement.removeListener("abort",g);this.originalElement.remove();this.originalEle…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css46 /* remove if not needed */
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1 …",g);this.originalElement.removeListener("abort",g);this.originalElement.remove();this.originalEle…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css46 /* remove if not needed */
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8remove(t[n],i)}:function(t){this[n]=Bridge.fn.remove(this[n],t)}}(t,n,r)},createInstance:function(…
/plugin/diagramsnet/lib/math/config/
H A DAccessible.js63remove){clearTimeout(v.hover.remove);delete v.hover.remove}v.hover.nofade=true}var u=MathJax.Menu;…
/plugin/fetchmedia/
H A Dyarn.lock2238 remove-trailing-separator "^1.0.1"
2612 remove-trailing-separator@^1.0.1:
2614 …resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.0.2…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md41 * <a href="#_removearray-predicate_identity">`_.remove`</a>
1321 **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove`
1322 to remove elements from an array by predicate.
1329 2. `[values]` *(...&#42;)*: The values to remove.
1351 This method is like `_.pull` except that it accepts an array of values to remove.
1361 2. `values` *(Array)*: The values to remove.
1395 2. `values` *(Array)*: The values to remove.
1430 2. `values` *(Array)*: The values to remove.
1510 var evens = _.remove(array, function(n) {
2588 **Note:** Unlike `_.remove`, this method returns a new array.
[all …]
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1remove this hack\n // that's currently necessary to prevent weird initial history state.\n …
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8remove(t[n],i)}:function(t){this[n]=Bridge.fn.remove(this[n],t)}}(t,n,r)},createInstance:function(…

1...<<21222324252627282930>>...32