Home
last modified time | relevance | path

Searched refs:deleted (Results 201 – 206 of 206) sorted by last modified time

123456789

/plugin/jmol2/jmol/
H A DCHANGES.txt34 # bug fix: polyhedra colors not deleted when polyhedra deleted
2921 # zap 1.1,2.1 # these two models deleted
2922 # zap atomIndex=0 # ALL ATOMS IN FIRST MODEL deleted
3309 # code: Closest class deleted
3641 # bug fix: state not properly representing deleted bonds
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php507 $deleted = array();
509 if (isset($this->users[$user])) $deleted[] = preg_quote($user,'/');
512 if (empty($deleted)) return 0;
514 $pattern = '/^('.join('|',$deleted).'):/';
517 foreach ($deleted as $user) unset($this->users[$user]);
518 return count($deleted);
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt370 deletion deleted lines
/plugin/code3/styles/schemes/
H A Ddefault.css32 div.PSyHi_Container span.deleted {
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt911 granted: 1) for any code that Contributor has deleted from the
/plugin/zip/pear/
H A DPEAR.php421 $deleted = false;
426 $deleted = true;
434 return $deleted;
451 $deleted = false;
459 $deleted = true;
461 $deleted = false;
464 …return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // I…

123456789