Home
last modified time | relevance | path

Searched refs:operation (Results 201 – 208 of 208) sorted by last modified time

123456789

/plugin/jmol2/jmol/
H A DCHANGES.txt163 # bug fix: file drop needs zap prior to load for cleaner operation
164 # bug fix: Hall symbol translation generates incorrect Jones-Faithful operation (missing translatio…
230 # new feature: popup menu gives Symmetry operation display option
233 # draws symmetry operation for spacegroup
562 # new feature: -p Jmol application command line option --printOnly silent operation with only prin…
884 # yes symop symmetry operation code
1083 # bug fix: Hall lattice operation (SHELX only) could place atoms in unexpected unit cell
1290 # bug fix: set picking draw can lose focus during drag operation
5065 # spinning now detects that a zoomTo or moveTo operation is occurring
5067 # for that operation to complete before resuming spinning
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example46 * a warning during operation. See the example below.
/plugin/offline/
H A DCOPYING.txt190 the covered work, and you disclaim any intention to limit operation or
334 adversely affects the operation of the network or violates the rules and
/plugin/prolog/
H A Dsyntax.php78 * @return string kind of the paragraph's operation
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt196 the covered work, and you disclaim any intention to limit operation or
340 adversely affects the operation of the network or violates the rules and
/plugin/dokukiwix/
H A DCOPYING190 the covered work, and you disclaim any intention to limit operation or
334 adversely affects the operation of the network or violates the rules and
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php810 function traite_operation($noeuds, $operation) argument
819 if(!$change && $i < count($noeuds) - 2 && $noeuds[$i+1]->texte == $operation)
/plugin/googlesearch/
H A Dnusoap.php4644 if ($operation == $bOperation) {
5010 * @param string $operation operation name
6645 $payload = "<$operation xmlns=\"$namespace\">" . $payload . "</$operation>";
6647 $payload = "<$operation>" . $payload . "</$operation>";
6654 "</$nsPrefix:$operation>";
6656 $payload = "<$operation>" .
6658 "</$operation>";
6718 function getOperationData($operation){ argument
6719 if(isset($this->operations[$operation])){
6720 return $this->operations[$operation];
[all …]

123456789