Home
last modified time | relevance | path

Searched full:remove (Results 51 – 75 of 2908) sorted by relevance

12345678910>>...117

/plugin/glossary/
H A Dajax.php39 case $glossary->prop.'remove':
42 case $glossary->def.'remove':
45 case 'glos-remove':
/plugin/wysiwyg/fckeditor/editor/dialog/
H A Dfck_anchor.html77 // Remove any illegal character in a name attribute:
83 // Remove the anchor if the user leaves the name blank
102 …cing the .name for the existing anchor (in order to preserve the content), we must remove the .name
105 // We remove the previous name
123 // Remove the fake href
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.metaflac.php104 …//$commandline = '"'.GETID3_HELPERAPPSDIR.'metaflac.exe" --no-utf8-convert --remove-all-tags --imp…
116 …$commandline = GETID3_HELPERAPPSDIR.'metaflac.exe --no-utf8-convert --remove-all-tags --import-ta…
136 …$commandline = 'metaflac --no-utf8-convert --remove-all-tags --import-tags-from='.escapeshellarg(…
145 // Remove temporary comments file
179 $commandline = GETID3_HELPERAPPSDIR.'metaflac.exe --remove-all-tags "'.$this->filename.'" 2>&1';
195 $commandline = 'metaflac --remove-all-tags "'.$this->filename.'" 2>&1';
/plugin/tagentry/
H A Dscript.js14 // remove this tag is already present
24 if (ce == '}' ) { // no trailing whitespace to remove
40 if (tagend != 6) ws=" "; // empty "{{tag>" - TODO remove it!?
/plugin/icons/exe/
H A Dlist-glyphicon.php94 'floppy-remove',
190 'remove',
191 'remove-circle',
192 'remove-sign',
/plugin/freechat/phpfreechat/src/
H A Dpfccontainerinterface.class.php66 * Remove a meta data or a group of metadata
67 * @param $group if null then it will remove all the possible groups (all the created metadata)
68 …* @param $subgroup if null then it will remove the $group's childs (all the subgroup contained by …
69 …* @param $leaf if null then it will remove all the $subgroup's childs (all the leafs contained by …
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js102 remove = convert('remove', _.remove),
113 remove = convert('remove', _.remove, allFalseOptions);
129 lodash = convert({ 'remove': _.remove }),
145 lodash = convert({ 'remove': _.remove }, allFalseOptions),
187 remove = convert('remove', _.remove, { 'cap': false }),
193 remove = convert('remove', _.remove, { 'curry': false });
194 actual = remove(isEven);
202 remove = convert('remove', _.remove, { 'immutable': false });
209 remove = convert('remove', _.remove, { 'rearg': false });
299 remove = isFp ? lodash.remove : lodash,
[all …]
/plugin/fckg/fckeditor/editor/dialog/
H A Dfck_anchor.html82 // Remove any illegal character in a name attribute:
88 // Remove the anchor if the user leaves the name blank
107 …cing the .name for the existing anchor (in order to preserve the content), we must remove the .name
110 // We remove the previous name
125 // Remove the fake href
/plugin/txtconf/lang/en/
H A Dlang.php29remove item by erasing its value before saving.<br /> To modify a key name, remove it first then r…
/plugin/authsqlite/lang/en/
H A Dsettings.php18 $lang['delGroup'] = 'SQL statement to remove a group';
21 $lang['delUserRefs'] = 'SQL statement to remove a user from all groups';
28 $lang['delUserGroup'] = 'SQL statement to remove a user from a given group';
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DIShareableCalendar.php26 * Every element in the remove array is just the address string.
29 * @param array $remove
32 function updateShares(array $add, array $remove); argument
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js28 …this.removing = false; // Flag is true during remove animation, disabling the remove() method unti…
135 …// Remove the empty <li> from the page HTML. Allows page to be valid HTML, while not interfereing …
138 // Create .on() handlers for the playlist items along with the free media and remove controls.
163 removeItemClass: "jp-playlist-item-remove"
254 // Create remove control
301 // Create live handlers for the remove controls
305 self.remove(index);
356 remove: function(index) { method in jPlayerPlaylist
375 $(this).remove();
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.js28 …this.removing = false; // Flag is true during remove animation, disabling the remove() method unti…
135 …// Remove the empty <li> from the page HTML. Allows page to be valid HTML, while not interfereing …
138 // Create .on() handlers for the playlist items along with the free media and remove controls.
163 removeItemClass: "jp-playlist-item-remove"
254 // Create remove control
301 // Create live handlers for the remove controls
305 self.remove(index);
356 remove: function(index) { method in jPlayerPlaylist
375 $(this).remove();
/plugin/darcs/
H A Dadmin.php71 if (is_array($_REQUEST['remove'])) {
72 while (list($plugin_id, $plugin_name) = each($_REQUEST['remove'])) {
135 $this->lang['remove'].' ^ '.$this->lang['update']." ^\n";
153 ' | <html><input type="checkbox" name="remove[]" value="'.$entry.'"/> </html>'.
230 if (($_REQUEST['remove_plugins']!='') && (is_array($_REQUEST['remove']))) {
242 $this->lang['remove'].' ^ '.$this->lang['update']." ^\n";
244 while (list($plugin_id, $plugin_name) = each($_REQUEST['remove'])) {
247 ' name="remove[]" value="'.$plugin_name.'"/></html> | ... |'."\n";
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md24 * Core: Remove `Hoa\Core`. (Ivan Enderlin, 2016-01-09T08:17:49+01:00)
60 * Remove a note about PHP5.4. (Ivan Enderlin, 2014-11-07T14:24:48+01:00)
64 * Remove the `Recursive\Tree` iterator. (Ivan Enderlin, 2014-11-07T14:04:30+01:00)
65 * `HasChildren` is not very well-defined, remove it. (Ivan Enderlin, 2014-11-07T13:38:15+01:00)
74 * Remove `from`/`import` and update to PHP5.4. (Ivan Enderlin, 2014-09-28T20:50:27+02:00)
/plugin/revealjs/plugin/search/
H A Dsearch.js90 // remove highlighting
91 this.remove = function() method in RevealSearch.Hilitor
103 this.remove();
123 if(myHilitor) myHilitor.remove();
142 if(myHilitor) myHilitor.remove();
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js121 combo.remove( iActualIndex ) ;
128 // Remove all selected options from a SELECT object
136 // Remove all selected options
139 if (oOptions[i].selected) combo.remove(i) ;
/plugin/sectionedit/
H A Dscript.js86 // and remove the elements
89 // Now remove the content again
91 // ...and remove the section highlight wrapper
113 // Remove current edit handler
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js121 combo.remove( iActualIndex ) ;
128 // Remove all selected options from a SELECT object
136 // Remove all selected options
139 if (oOptions[i].selected) combo.remove(i) ;
/template/bushwick/
H A Dfunctions.js21 // Remove mejs players from sidebar
24 mejs.players[ el.id ].remove();
139 menuItem.parentNode.children[i].classList.remove( 'focus' );
143 menuItem.classList.remove( 'focus' );
/plugin/structsection/lib/
H A Dbundle.js1remove(),jQuery("#plugin__structsection_output").on("submit","form.btn_secedit",(function(e){e.pre…
/template/kajukkd/
H A Dscript.js70 this.body.classList.remove("mm-menu-open"), this.dokuwiki__site.classList.remove("mm-menu-open"), this.toggle.classList.remove("active"), this.menu.classList.remove("active");
74 a.classList.remove("in-view");
77 this.mask.classList.remove("active"), this.menuPosition = "off";
105 this.classList.remove("animating");
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt29 - Remove call to file_get_contents that doesn't even work. (Jaime Pérez)
38 - Add .gitattributes to remove unneeded files. (Filippo Tessarotto)
48 - Remove use of mcrypt (skymeyer)
162 - Remove closing PHP tag to fix extra whitespace characters from being output
171 - Remove erroneous whitespace causing issues under certain circumastances.
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/lang/
H A Den.js5 remove: 'Remove Header'
/plugin/glossary/lang/en/
H A Dlang.php16 $lang['remove'] = 'Remove';
48 $lang['glossaryNotEmpty'] = 'Can\'t remove the no-empty glossary: ';

12345678910>>...117