Home
last modified time | relevance | path

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

123456789

/plugin/sha3sum/
H A DLICENSE190 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/timetrack/
H A DLICENSE190 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/inlineedit/
H A DLICENSE190 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/searchtablejs/
H A Dtablefilter.js804 var operation = t.tf_colOperation["operation"];
810 && (typeof operation).toLowerCase()=="object" )
831 switch( operation[i].toLowerCase() )
845 switch( operation[i].toLowerCase() )
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js804 var operation = t.tf_colOperation["operation"];
810 && (typeof operation).toLowerCase()=="object" )
831 switch( operation[i].toLowerCase() )
845 switch( operation[i].toLowerCase() )
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md368 * [#13451](http://dev.ckeditor.com/ticket/13451): [IE8-9] Fixed: One drag&drop operation may affect…
/plugin/autogroup/
H A DLICENSE190 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/wavedrom/
H A DLICENSE190 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/authsplit/
H A DREADME237 meant to aid in troubleshooting its operation. This setting should not be
/plugin/davcard/db/
H A Dupdate0001.sql18 operation integer field
/plugin/davcard/
H A Dhelper.php802 * @param string $operation The operation that was performed
806 private function updateSyncTokenLog($addressbookid, $uri, $operation) argument
809 $operationCode = $this->operationNameToOperation($operation);
/plugin/nssearch/
H A DLICENSE190 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/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE190 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/authgoogle/google/contrib/
H A DGoogle_ComputeService.php427 * @param string $operation Name of the operation resource to delete.
430 public function delete($project, $operation, $optParams = array()) { argument
431 $params = array('project' => $project, 'operation' => $operation);
440 * @param string $operation Name of the operation resource to return.
444 public function get($project, $operation, $optParams = array()) { argument
445 $params = array('project' => $project, 'operation' => $operation);
1137 * @param string $operation Name of the operation resource to delete.
1151 * @param string $operation Name of the operation resource to return.
1414 * @param string $operation Name of the operation resource to delete.
1428 * @param string $operation Name of the operation resource to return.
[all …]
H A DGoogle_MirrorService.php802 public $operation; variable in Google_Notification
820 public function setOperation( $operation) { argument
821 $this->operation = $operation;
824 return $this->operation;
872 public $operation; variable in Google_Subscription
906 public function setOperation(/* array(Google_string) */ $operation) { argument
907 $this->assertIsArray($operation, 'Google_string', __METHOD__);
908 $this->operation = $operation;
911 return $this->operation;
H A DGoogle_SQLAdminService.php674 public $operation; variable in Google_InstanceOperation
723 $this->operation = $operation;
756 public $operation; variable in Google_InstancesDeleteResponse
764 $this->operation = $operation;
785 public $operation; variable in Google_InstancesExportResponse
793 $this->operation = $operation;
822 $this->operation = $operation;
839 $this->operation = $operation;
883 $this->operation = $operation;
900 $this->operation = $operation;
[all …]
/plugin/toggle/
H A DLICENSE190 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/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1operation function.\n\t *\n\t * @static\n\t * @memberOf _\n\t * @category Utility\…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2 …tion(match){return match!==""&&match!=null}),operation=m[1],args=m.slice(2).map(parseFloat);switch…
H A Dfabric.js3040 operation = m[1],
3043 switch (operation) {
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md78 ## Loading external libraries needed for operation of this plugin
89 All libraries required for plugin operation are included withing plugins */libs*
109 Here is a full list of the files that need to be loaded for each operation:
113 fabric.min.js | libs/fabric.js/ | Any export operation
/plugin/pgn4web/
H A DLICENSE190 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/plantuml/res/file-broken/
H A DLICENSE190 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/pgn4web/pgn4web/
H A Dpgn-standard.txt2225 least one operation present in an EPD line, it is separated from the last
2240 If at least one operand is present in an operation, there is a single space
2242 in an operation, there is a single blank character between every two adjacent
2244 opcode to mark the end of the operation. If any operands appear, the last
2245 operand has an appended semicolon that marks the end of the operation.
2294 If a given program does not recognize a particular opcode, that operation is
2405 For example, a position known to be a "mate in three" would have an operation
2512 16.2.5.17: Opcode "noop": no operation
2514 The "noop" opcode is used to indicate no operation. It takes zero or more
2515 operands, each of which may be of any type. The operation involves no
[all …]
/plugin/authucenter/lib/api/
H A Duc.php293 function authcode($string, $operation = 'DECODE', $key = '', $expiry = 0) { argument
300 …$keyc = $ckey_length ? ($operation == 'DECODE' ? substr($string, 0, $ckey_length): substr(md5(micr…
305 …$string = $operation == 'DECODE' ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d',…
332 if($operation == 'DECODE') {

123456789