Home
last modified time | relevance | path

Searched refs:operations (Results 226 – 250 of 260) sorted by last modified time

1234567891011

/plugin/dlcounter/
H A DREADME.md10 …n how to access it and retrieve the data, so you can perform any other operations on the data or i…
/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 Dbitwise.test2 Twig supports bitwise operations
H A Dbinary.test2 Twig supports binary operations (+, -, *, /, ~, %, and, or)
/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/hoa/math/
H A DREADME.md26 This library provides tools around mathematical operations.
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc688 // to carry all the operations #4724
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md457 …ontent when the process is done. It also handles editing and undo/redo operations when a file is b…
458 …* All drag and drop operations were integrated with the editor. All dropped content is passed thro…
477 …origin of the copied content in these browsers only. All drag and drop operations can be identifie…
601 …ed: Various issues related to restoring the selection after performing operations on filler charac…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified98 …rity settings don't permit the editor to automatically execute copying operations. Please use the …
100 …rity settings don't permit the editor to automatically execute cutting operations. Please use the …
H A Den.js.unc5operations. Please use the keyboard for that (Ctrl/Cmd+C).","cut":"Cut","cutError":"Your browser s…
H A Dlang_array.txt102 …rity settings don't permit the editor to automatically execute copying operations. Please use the …
104 …rity settings don't permit the editor to automatically execute cutting operations. Please use the …
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php3603 public $operations; variable in Google_OperationsScopedList
3607 public function setOperations(/* array(Google_Operation) */ $operations) { argument
3608 $this->assertIsArray($operations, 'Google_Operation', __METHOD__);
3609 $this->operations = $operations;
3612 return $this->operations;
H A DGoogle_SQLAdminService.php378 public $operations; variable in Google_SQLAdminService
393 …$this->operations = new Google_OperationsServiceResource($this, $this->serviceName, 'operations', …
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 … * this method is to \"tap into\" a method chain in order to perform operations\n\t * on int…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt2127 followed by zero or more operations. The four fields of the EPD specification
2146 unlike FEN, EPD is designed to be expandable by the addition of new operations
2158 varies somewhat according to the position and any associated operations. In
2224 Multiple operations are separated by a single space character. If there is at
2247 Any given opcode appears at most once per EPD record. Multiple operations in a
2249 (mnemonics). However, a program reading EPD records may allow for operations
2352 operations are interpreted from left to right. (Actually, all operations in n
2353 EPD record are interpreted from left to right.) Because operations appear in
2614 name operations are interpreted from left to right. (Actually, all operations
2615 in n EPD record are interpreted from left to right.) Because operations appear
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php23 var $operations = array(); variable in notemodel
34 $this->operations = array(
141 if($this->operations[$note['operation']][2]) {
142 $this->base->load($this->operations[$note['operation']][2]);
143 $func = $this->operations[$note['operation']][3];
144 $_ENV[$this->operations[$note['operation']][2]]->$func($appid, $response);
189 $action = $this->operations[$operation][1];
/plugin/tuxquote/
H A Dquotes.txt4105 …ear no evil for I am at 80,000 feet and climbing. <BR> --sign over the entrance to SR-71 operations
/plugin/subjectindex/plugins/
H A Dbible_verses.txt11691 And the doers of the work began operations, and the repair work kept advancing by their hand, and f…
28641 and there are varieties of operations, and yet it is the same God who performs all the operations i…
28645 to yet another operations of powerful works, to another prophesying, to another discernment of insp…
28646 But all these operations the one and the same spirit performs, making a distribution to each one re…
/plugin/mantis/lib/
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.wsdl.php1852 $this->bindings[ $this->serviceName . 'Binding' ]['operations'][$name] =
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 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 …]
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) {
/plugin/bible/bible_douayRheims/
H A D1_Corinthians.txt276 12:6. And there are diversities of operations, but the same God, who worketh all in all.

1234567891011