Home
last modified time | relevance | path

Searched full:remove (Results 101 – 125 of 3036) sorted by relevance

12345678910>>...122

/plugin/deletepagebutton/
H A Dscript.js72 // remove the dialog's HTML
73 jQuery(this).remove();
76 // manually remove focus from it.
/template/vector/user/
H A Dboxes.php.dist6 * Create a "/user/boxes.php" file if you want to add/remove some sidebar boxes.
14 * Just remove the ".dist" extension to use them.
45 //examples: remove comments to see what is happening
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dgeneric.param.php6 * Remove magic quotes, if they're enabled
32 * Remove slashes added by magic quotes option
/plugin/clearhistory/lang/en/
H A Dlang.php14 $lang['onlysmall'] = 'Just remove small changes.';
15 $lang['onlynocomment'] = 'Just remove changes without a comment.';
/plugin/ckgdoku/ckeditor/lang/
H A Den-au.js5remove":"Remove Div","styleSelectLabel":"Style","title":"Create Div Container","toolbar":"Create D… property in CKEDITOR.lang.link.anchor
H A Den-ca.js5remove":"Remove Div","styleSelectLabel":"Style","title":"Create Div Container","toolbar":"Create D… property in CKEDITOR.lang.language
H A Dmk.js5remove":"Remove Div","styleSelectLabel":"Стил","title":"Create Div Container","toolbar":"Create Di… property in CKEDITOR.lang.link.anchor
H A Den-gb.js5remove":"Remove Div","styleSelectLabel":"Style","title":"Create Div Container","toolbar":"Create D… property in CKEDITOR.lang.div
/plugin/fckg/fckeditor/editor/lang/
H A Den-ca.js43 RemoveFormat : "Remove Format",
46 RemoveLink : "Remove Link",
49 AnchorDelete : "Remove Anchor",
78 DeleteDiv : "Remove Div Container",
82 NumberedList : "Insert/Remove Numbered List",
84 BulletedList : "Insert/Remove Bulleted List",
374 DlgPasteRemoveStyles : "Remove Styles definitions",
H A Den-au.js43 RemoveFormat : "Remove Format",
46 RemoveLink : "Remove Link",
49 AnchorDelete : "Remove Anchor",
78 DeleteDiv : "Remove Div Container",
82 NumberedList : "Insert/Remove Numbered List",
84 BulletedList : "Insert/Remove Bulleted List",
374 DlgPasteRemoveStyles : "Remove Styles definitions",
H A Den-uk.js43 RemoveFormat : "Remove Format",
46 RemoveLink : "Remove Link",
49 AnchorDelete : "Remove Anchor",
78 DeleteDiv : "Remove Div Container",
82 NumberedList : "Insert/Remove Numbered List",
84 BulletedList : "Insert/Remove Bulleted List",
374 DlgPasteRemoveStyles : "Remove Styles definitions",
/plugin/autolink2/
H A Dhelper.php89 // Remove anchor from headings
93 // Remove anchor from media (and some plugin) refs = {{something}}
96 // Remove anchor from links refs = [[something]]
99 // Remove anchor from links refs = <something>
102 // Remove custom pattern links.
177 * Remove Autolink index
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js139 // Remove global DOM ready listener
262 // Remove old padding events
575 // Remove all data.trackEvents #1178
708 this.data.trackEvents.remove( id );
1493 obj.data.trackEvents.remove( removeId );
1605 // remove track event
1641 // remove track event
1682 // remove track event
1720 // remove track event
2262 // remove all trackEvents
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js428 // If it's also a link, then just remove the name and exit
432 // Remove temporary class for IE
438 // We need to remove the anchor
439 // If we got a fake image, then just remove it and we're done
445 // Empty anchor, so just remove it
/plugin/dtable/
H A Daction.php105 $JSINFO['lang']['remove'] = $this->getLang('remove');
150 if(isset($_POST['remove']))
152 $scope = $json->decode($_POST['remove']);
182 //remove col from col12, col1 etc. to be 12 1
/plugin/fedauth/Auth/OpenID/
H A DInterface.php51 * Remove expired nonces from the store.
69 * Remove expired associations from the store.
145 * association to remove belongs to. Because of the way the server
152 * remove. If there isn't an association found that matches both
/plugin/metaheaders/
H A DREADME4 "MetaHeaders" is a DokuWiki plugin to add/remove meta headers [1]
28 over the existing one. If you got any problems, remove the plugin and
30 itself are stored separately. This means you can remove, update or
/plugin/owncloud/
H A Dscript.js44 $row.nextAll('.'+nextLevel).remove();
101 //li.find('.load3').remove();
113 jQuery(this).find('.filedesc').remove();
/plugin/alphalist/
H A Dsyntax.php34 //remove [alphalist
36 //remove ]
56 //remove empty matches
/plugin/autologoff/lang/en/
H A Dlang.php18 $lang['remove'] = 'remove';
/template/hexa/
H A Dnavigation.js25 menuItem.parentNode.children[i].classList.remove( 'focus' );
29 menuItem.classList.remove( 'focus' );
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js774 var addOptions = {add: true, remove: false};
822 remove: function(models, options) {
862 var remove = options.remove;
903 // Remove stale models.
904 if (remove) {
977 return this.remove(model, options);
988 return this.remove(model, options);
1143 // Remove references before triggering 'remove' event to prevent an
1276 remove: function() {
1286 this.$el.remove();
[all …]
/plugin/log/
H A Dscript.js25 loading && loading.remove()
29 loading.remove();
/plugin/latexit/_test/
H A Drecursionhandler.test.php36 * Testing disallow, insert and remove methods.
42 $this->r->remove("page");
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DArrayCache.php52 * @see CacheInterface::remove()
54 public function remove($key) function in Assetic\\Cache\\ArrayCache

12345678910>>...122