Home
last modified time | relevance | path

Searched refs:operations (Results 226 – 250 of 260) sorted by path

1234567891011

/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example43 /* Multiple table operations will be protected by locks. This array tolds
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md26 This library provides tools around mathematical operations.
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md422 1. `Filter::READ` when the filter applies for reading operations,
423 2. `Filter::WRITE` when the filter applies for writing operations,
482 This filter has been applied for reading operations only. So we will
516 ### Other operations
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md42 - Tons of I/O operations caused by NullMetadata [\#45](https://github.com/schmittjoh/metadata/issue…
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7 …ndency to your project, simply add a dependency on `sebastian/resource-operations` to your project…
12 "sebastian/resource-operations": "~1.0"
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dbinary.test2 Twig supports binary operations (+, -, *, /, ~, %, and, or)
H A Dbitwise.test2 Twig supports bitwise operations
/plugin/geophp/
H A Dcomposer.lock34 "ext-geos": "GEOS allows more advanced operations"
57 "description": "Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.",
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md3 GeoPHP is a open-source native PHP library for doing geometry operations. It is a fork of famous [geoPHP](https://github.com/phayes/geoPHP) library by Patrick Hayes.
13 get a useful "core-set" of geometry operations that work in all environments, and an "extended-set"of operations
/plugin/googlesearch/
H A Dnusoap.php3167 var $operations = array(); variable in soap_server
3798 } elseif(isset($this->operations[$operation])){
4615 if (isset($this->bindings[ $portData['binding'] ]['operations'])) {
4616 $ops = array_merge ($ops, $this->bindings[ $portData['binding'] ]['operations']);
5737 $this->bindings[ $this->serviceName . 'Binding' ]['operations'][$name] =
6434 var $operations = array(); // WSDL operations, empty for WSDL initialization error variable in soapclient
6504 } elseif($this->operations = $this->wsdl->getOperations()){
6719 if(isset($this->operations[$operation])){
6720 return $this->operations[$operation];
6990 $proxy->operations = $this->operations;
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt646 # --A broad range of mathematical operations
2936 # bug fix: popup menu selection of groups and symmetry operations does not work
3588 … feature: show spacegroup "X,Y,Z;-X,Y,Z;..." finds space group associated with specific operations
3806 # bug fix: math operations with bond bitsets; % and + operating on arrays
5147 # the application of symmetry operations creates new bonds that
5151 # using two different symmetry operations.
5184 # adds hourglass cursor during MO/Isosurface operations
5479 # plane and bondset are new; arithmetic operations are not fully developed.
5517 # true + 2.0 ==> 3.0 ("TRUE" evaluates to 1.0 in math operations)
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Symmetry.jar ... latticeCode org.jmol.symmetry.SymmetryOperation[] operations int operationCount boolean doNormalize org.jmol.symmetry. ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Symmetry.jar ... latticeCode org.jmol.symmetry.SymmetryOperation[] operations int operationCount boolean doNormalize org.jmol.symmetry. ...
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md169 operations
H A Dchangelog.txt2302 operations
2639 Added constant FREAD_BUFFER_SIZE for many fread() operations
H A Dreadme.txt172 operations
/plugin/linkbonus/syntax/
H A Dinterwiki.txt121 $do = array(); // list of operations to perform
/plugin/mantis/lib/
H A Dchangelog380 - wsdl: specify encodingStyle for operations
489 - nusoapclient: call SOAP 1.2 binding operations if no SOAP 1.1 present (there is no reason to beli…
501 - wsdl: check SOAP 1.2 binding operations if no SOAP 1.1 present
517 - wsdl: serialize parameters for non-SOAP 1.1 binding operations (there is no reason to believe thi…
H A Dclass.soap_server.php145 var $operations = array(); variable in nusoap_server
789 } elseif(isset($this->operations[$operation])){
893 $this->operations[$methodname] = array('name' => $methodname,'in' => $in,'out' => $out);
H A Dclass.soapclient.php54 var $operations = array(); // WSDL operations, empty for WSDL initialization error variable in nusoap_client
345 } elseif ($this->operations = $this->wsdl->getOperations('soap')) {
347 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
348 } elseif ($this->operations = $this->wsdl->getOperations('soap12')) {
350 …$this->debug('got '.count($this->operations).' operations from wsdl '.$this->wsdlFile.' for bindin…
384 if(isset($this->operations[$operation])){
385 return $this->operations[$operation];
703 $proxy->operations = $this->operations;
751 foreach ($this->operations as $operation => $opData) {
H A Dclass.wsdl.php1852 $this->bindings[ $this->serviceName . 'Binding' ]['operations'][$name] =
H A Dnusoap.php3554 var $operations = array(); variable in nusoap_server
4227 } elseif(isset($this->operations[$operation])){
4331 $this->operations[$methodname] = array('name' => $methodname,'in' => $in,'out' => $out);
6383 $this->bindings[ $this->serviceName . 'Binding' ]['operations'][$name] =
7122 var $operations = array(); // WSDL operations, empty for WSDL initialization error variable in nusoap_client
7413 } elseif ($this->operations = $this->wsdl->getOperations('soap')) {
7416 } elseif ($this->operations = $this->wsdl->getOperations('soap12')) {
7452 if(isset($this->operations[$operation])){
7453 return $this->operations[$operation];
7771 $proxy->operations = $this->operations;
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map

1234567891011