Home
last modified time | relevance | path

Searched refs:args (Results 1 – 25 of 559) sorted by path

12345678910>>...23

/plugin/a2s/
H A DASCIIToSVG.php2235 private function applyTransformToPoint($txf, $p, $args) { argument
2238 return $this->translateTransform($args[0], $args[1], $p->x, $p->y);
2241 return $this->scaleTransform($args[0], $args[1], $p->x, $p->y);
2244 if (count($args) > 1) {
2245 return $this->rotateTransform($args[0], $p->x, $p->y, $args[1], $args[2]);
2247 return $this->rotateTransform($args[0], $p->x, $p->y);
2251 return $this->skewXTransform($args[0], $p->x, $p->y);
2254 return $this->skewYTransform($args[0], $p->x, $p->y);
2262 private function applyTransformToPath($txf, &$p, $args) { argument
2396 list ($x, $y) = $this->applyTransformToPoint($txf, $tP, $args);
[all …]
/plugin/aceeditor/
H A Dbuild.js1args,r),o&&r&&e!=-1&&s.passEvent!=1&&i.stopEvent(r);if(o)break}return o},this.onCommandKey=functio… property in exec.r
/plugin/adfs/phpsaml/lib/Saml2/
H A DError.php34 * @param array|null $args Arguments used in the message that describes the error.
36 public function __construct($msg, $code = 0, $args = null) argument
41 $message = OneLogin_Saml2_Utils::t($msg, $args);
110 * @param array|null $args Arguments used in the message that describes the error.
112 public function __construct($msg, $code = 0, $args = null) argument
117 $message = OneLogin_Saml2_Utils::t($msg, $args);
H A DUtils.php49 * @param array|null $args Arguments
53 public static function t($msg, $args = array()) argument
64 if (!empty($args)) {
65 $params = array_merge(array($translatedMsg), $args);
/plugin/adultcontent/
H A Daction.php24 function adultcontent__check(&$event, $args) { argument
/plugin/advrack/
H A Djquery.qtip.js508 function setCallback(notation, args) { argument
514 args.push(match);
518 this.plugins[category] || this, args
1422 PROTOTYPE._trigger = function(type, args, event) { argument
1427 this.tooltip.trigger(callback, [this].concat(args || []));
1752 args = $.makeArray(arguments).slice(1), variable
1753 event = args[args.length - 1],
1783 api[command].apply(api, args);
H A Draphael.js458 if (R.is(args[args.length - 1], "function")) {
459 var f = args.pop();
1215 if (cache[has](args)) {
1216 repush(count, args);
1217 return postprocessor ? postprocessor(cache[args]) : cache[args];
1220 count.push(args);
1222 return postprocessor ? postprocessor(cache[args]) : cache[args];
5282 args = [],
5285 args.push(arguments[i]);
5293 var arglen = args.length;
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js2749 var args = [ e, item ];
2760 callback.apply( _this, args );
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js167 var args = arguments.length;
168 if (args < 3) {
172 this.data.slice(start, args > 1 ? end : this.data.length)
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js1319 …result[i] = args.length ? array[i][method].apply(array[i], args) : array[i][method].call(array[i]);
1510 if (args.length) {
2935 var angle = args[0];
2944 var multiplierX = args[0],
2945 multiplierY = (args.length === 2) ? args[1] : args[0];
2960 matrix[4] = args[0];
2961 if (args.length === 2) {
2962 matrix[5] = args[1];
3048 args[0] = fabric.util.degreesToRadians(args[0]);
3052 scaleMatrix(matrix, args);
[all …]
H A Dfabric.min.js1args=slice.call(arguments,2),result=[];for(var i=0,len=array.length;i<len;i++){result[i]=args.leng… variable
2args){var angle=args[0];matrix[0]=Math.cos(angle);matrix[1]=Math.sin(angle);matrix[2]=-Math.sin(an… argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js4991 push.apply(args, action.args);
5445 args = reorder(args, argPos);
8744 if (args.length > 3 && isIterateeCall(args[1], args[2], args[3])) {
8745 args = [collection, args[1]];
28683 args[args.length] = +curArg;
28687 args: args
28701 args: args
28711 args[args.length] = +curArg;
28726 args: args
28736 args[args.length] = +curArg;
[all …]
H A Dpdfmake.min.js7 …=n.value());for(var i=-1,o=e.length;++i<o;){var a=[n],s=e[i];ra.apply(a,s.args),n=s.func.apply(s.t…
8args:arguments,thisArg:t}),r.__chain__=n,r}var i=[this.value()];return ra.apply(i,arguments),e.app…
13args:e},e=[],i="",a=!1),r=n;else if(" "===n||","===n||"-"===n&&i.length>0&&"e"!==i[i.length-1]||".… property in h
H A Dpdfmake.min.js.map1args","isFunction","FUNC_ERROR_TEXT","setTimeout","baseSlice","baseDifference","getIndexOf","isCom…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.map1 …ify_formula","supbooks","_range","stack","nameidx","fflen","argc","func","args","lbl","XLSXFutureF…
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php246 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeader
248 …on setArgs(/* array(Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs) */ $args) { argument
249 …$this->assertIsArray($args, 'Google_ResultFormattedResultsRuleResultsElementUrlBlocksHeaderArgs', …
250 $this->args = $args;
253 return $this->args;
305 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsDetails
309 $this->args = $args;
312 return $this->args;
342 public $args; variable in Google_ResultFormattedResultsRuleResultsElementUrlBlocksUrlsResult
346 $this->args = $args;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildStep.php26 public $args; variable in Google\\Service\\CloudBuild\\BuildStep
77 public function setArgs($args) argument
79 $this->args = $args;
86 return $this->args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1TaskExecutionSpec.php25 public $args; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1TaskExecutionSpec
38 public function setArgs($args) argument
40 $this->args = $args;
47 return $this->args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ContainerSpec.php26 public $args; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
43 public function setArgs($args) argument
45 $this->args = $args;
52 return $this->args;
H A DGoogleCloudMlV1TrainingInput.php26 public $args; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1TrainingInput
117 public function setArgs($args) argument
119 $this->args = $args;
126 return $this->args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DContainer.php26 public $args; variable in Google\\Service\\CloudRun\\Container
77 public function setArgs($args) argument
79 $this->args = $args;
86 return $this->args;
H A DGoogleCloudRunOpV2Container.php26 public $args; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
51 public function setArgs($args) argument
53 $this->args = $args;
60 return $this->args;
H A DGoogleCloudRunV2Container.php26 public $args; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
51 public function setArgs($args) argument
53 $this->args = $args;
60 return $this->args;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildStep.php23 public $args; variable in Google\\Service\\ContainerAnalysis\\BuildStep
41 public function setArgs($args) argument
43 $this->args = $args;
47 return $this->args;
H A DCommand.php26 public $args; variable in Google\\Service\\ContainerAnalysis\\Command
51 public function setArgs($args) argument
53 $this->args = $args;
60 return $this->args;

12345678910>>...23