Home
last modified time | relevance | path

Searched refs:remove (Results 26 – 50 of 799) sorted by relevance

12345678910>>...32

/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.diff.css9 .syntax-theme-base .syntax .remove {
11 .syntax-theme-base .syntax .remove-line {
/plugin/sequencediagram/bower_components/raphael/dev/test/svg/
H A Ddom.js11 paper.remove();
209 el.remove();
220 el.remove();
231 el.remove();
232 el.remove();
242 paper.remove();
243 el.remove();
/plugin/revealjs/plugin/search/
H A Dsearch.js91 this.remove = function() method in RevealSearch.Hilitor
103 this.remove();
123 if(myHilitor) myHilitor.remove();
142 if(myHilitor) myHilitor.remove();
/plugin/autotabber/
H A Dtaboverride.js533 remove,
544 remove = function (elem) { function
552 remove(elem);
559 remove = function (elem) {
565 remove(elem);
574 remove: remove
605 listeners.remove(elem);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php107 foreach ($elem['value']['{DAV:}prop'] as $remove => $value) {
108 $self->properties[$remove] = null;
/plugin/cookiebanner/
H A Dscript.js17 jQuery('.plugin-cookiebanner').remove();
25 jQuery('.plugin-cookiebanner').remove();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php107 foreach ($elem['value']['{DAV:}prop'] as $remove => $value) {
108 $self->properties[$remove] = null;
/plugin/freechat/phpfreechat/data/public/js/
H A Dcompat.js40 remove: function (name) method in Cookie
51 Cookie.remove('cookiesEnabled');
/plugin/combo/ComboStrap/
H A DFile.php97 public function remove() function in ComboStrap\\File
151 $this->remove();
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php166 ->when($result = SUT::remove($filter))
180 ->when($result = SUT::remove($name))
190 SUT::remove('foo');
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DMetricsGenerator.php75 $this->fontCache->remove($fontkey . '.cgm');
79 $this->fontCache->remove($fontkey . '.z');
87 $this->fontCache->remove($fontkey . '.cw');
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php134 $this->remove($name);
144 public function remove($name) function in Mustache_HelperCollection
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.pre.fields.class.php30 $parent->remove($tree);
36 $parent->remove($tree);
/plugin/externalembed/
H A Dscript.js12 element.classList.remove("externalembed_tosRejected_" + jsonData.domain);
23 element.classList.remove("externalembed_tosRejected");
/plugin/diagramsnet/lib/math/extensions/
H A DMathEvents.js19remove){clearTimeout(v.hover.remove);delete v.hover.remove}v.hover.nofade=true}var u=MathJax.Menu;…
/plugin/snow/
H A Dsnowstorm.js192 remove: (old?'detachEvent':'removeEventListener') property in snowStorm.events.evt
228 remove: removeEvent
333 storm.events.remove(window,'scroll',storm.scrollHandler);
334 storm.events.remove(window,'resize',storm.resizeHandler);
337 storm.events.remove(document,'focusout',storm.freeze);
338 storm.events.remove(document,'focusin',storm.resume);
340 storm.events.remove(window,'blur',storm.freeze);
341 storm.events.remove(window,'focus',storm.resume);
649 storm.events.remove(isIE?document:window,'mousemove',doDelayedStart);
657 storm.events.remove(window, 'load', doStart);
/plugin/tablelayout/script/
H A Dtablelayout_functions.js87 jQuery($frozenRows[i]).remove();
90 $frozenTable.find('tbody').remove();
94 jQuery($tableRows[i]).remove();
98 $table.find('thead').remove();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php220 $remove = [];
222 $remove[] = $share['href'];
224 $node->updateShares([], $remove);
289 $node->updateShares($message->set, $message->remove);
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js58 $('hr').remove();
97 $('p:empty + h3').prev().remove();
189 const $header = $('h1').first().remove();
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php64 $filesystem->remove($realpath);
65 $filesystem->remove($realpath . '.php');
/plugin/revealjs/js/
H A Dreveal.js1348 dom.wrapper.classList.remove( 'rtl' );
1355 dom.wrapper.classList.remove( 'center' );
2059 anchor.classList.remove( 'roll' );
2791 dom.wrapper.classList.remove( 'paused' );
3211 element.classList.remove( 'past' );
3212 element.classList.remove( 'present' );
3213 element.classList.remove( 'future' );
3533 node.classList.remove( 'enabled' );
3534 node.classList.remove( 'fragmented' );
3611 backgroundh.classList.remove( 'past' );
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php141 public function remove($item) function in Sabre\\VObject\\Component
155 $this->remove($child);
485 $this->remove($name);
501 $this->remove($name);
637 $this->remove($propName);
/plugin/pagebuttons/
H A Dscript.js64 jQuery(this).remove();
120 jQuery(this).remove();
176 jQuery(this).remove();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceNetworking.php270 ],'remove' => [
271 'path' => 'v1/{+parent}/dnsRecordSets:remove',
310 ],'remove' => [
311 'path' => 'v1/{+parent}/dnsZones:remove',
/plugin/copycode/
H A Dscript.js115 textarea.remove();
172 $(this).remove();

12345678910>>...32