Home
last modified time | relevance | path

Searched refs:args (Results 451 – 475 of 559) sorted by last modified time

1...<<11121314151617181920>>...23

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1args","isFunction","FUNC_ERROR_TEXT","setTimeout","baseSlice","baseDifference","getIndexOf","isCom…
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
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
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
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 …]
/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/nsexport/packer/ziphtml/
H A Dzip.php21 $args = Doku_Cli_Opts::readPHPArgv(); variable
23 if (count($args) !== 5) die(-1);
/plugin/authjoomla3/
H A Dauth.php108 $args = func_get_args();
110 foreach ($args as $arg) {
115 if (substr($args[0], 0, 1) == '/') {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php99 $args = func_get_args();
100 if (count($args) === 0 || is_array($args[0])) {
101 array_unshift($args, $this, static::$defaultName);
102 call_user_func_array(['parent', '__construct'], $args);
104 array_unshift($args, $this);
105 call_user_func_array(['parent', '__construct'], $args);
/plugin/publist/bib2tpl/lib/
H A DPEAR.php229 * @param mixed $args The arguments to pass to the function
232 function registerShutdownFunc($func, $args = array()) argument
240 $GLOBALS['_PEAR_shutdown_funcs'][] = array($func, $args);
/plugin/medialist/
H A Dhelper.php67 $args = $match;
68 $args = str_replace('@ID@', $INFO['id'], $args);
69 $args = str_replace('@NS@', getNS($INFO['id']), $args);
70 $args = str_replace('@PAGE@', noNS($INFO['id']), $args);
72 $args = explode(' ', $args, 2);
75 if (substr($args[0], -1) == ':') {
76 $params['ns'] = substr($args[0], 0, -1);
78 } elseif (substr($args[0], -2) == ':*') {
81 $params['page'] = $args[0];
85 if (!empty($args[1])) {
[all …]
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/canvas/
H A Dcanvas.php196 protected function getArguments($args='', $singlekey='height') { argument
202 preg_match_all($pattern, $args, $matches, PREG_SET_ORDER);
205 $args = str_replace($match[0], '', $args); // remove parsed substring
212 preg_match_all($pattern, $args, $matches, PREG_SET_ORDER);
215 $args = str_replace($match[0], '', $args); // remove parsed substring
221 if (preg_match($pattern, $args, $matches)) {
237 $args = str_replace($matches[0], '', $args); // remove parsed substring
241 $tokens = preg_split('/\s+/', $args);
/plugin/adultcontent/
H A Daction.php24 function adultcontent__check(&$event, $args) { argument
/plugin/ditaa/
H A Daction.php39 public function ditaa_sendfile(Doku_Event $event, $args) { argument
71 public function ditaa_sendfile_not_found(Doku_Event $event, $args) { argument
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/freechat/phpfreechat/src/
H A Dpfci18n.class.php27 $args = func_get_args();
29 …$args[0] = isset($GLOBALS[$serverid]["i18n"][$args[0]]) && $GLOBALS[$serverid]["i18n"][$args[0]] !…
31 $GLOBALS[$serverid]["i18n"][$args[0]] :
32 iconv("UTF-8", $GLOBALS["output_encoding"], $GLOBALS[$serverid]["i18n"][$args[0]])) :
33 "_".$args[0]."_";
34 return call_user_func_array('sprintf', $args);
42 $args = func_get_args();
44 …$args[0] = isset($GLOBALS[$serverid]["i18n"][$args[0]]) && $GLOBALS[$serverid]["i18n"][$args[0]] !…
46 $GLOBALS[$serverid]["i18n"][$args[0]] :
48 "_".$args[0]."_";
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js207 var __method = this, args = $A(arguments), object = args.shift();
214 var __method = this, args = $A(arguments), object = args.shift();
222 var __method = this, args = $A(arguments);
229 var __method = this, args = $A(arguments), timeout = args.shift() * 1000;
231 return __method.apply(__method, args);
707 var args = $A(arguments).slice(1);
709 return value[method].apply(value, args);
779 if (Object.isFunction(args.last()))
780 iterator = args.pop();
1756 var args = $A(arguments), element = $(args.shift());
[all …]
/plugin/authucenter/
H A Dauth.php496 $args = uc_addslashes(array('username' => $username, 'isuid' => $isuid), 1, TRUE);
497 $uc_controls['user']->input = $args;
/plugin/authucenter/lib/uc_client/
H A Dclient.php134 function uc_api_mysql($model, $action, $args=array()) { argument
147 $args = uc_addslashes($args, 1, TRUE);
149 $uc_controls[$model]->input = $args;
150 return $uc_controls[$model]->$action($args);
/plugin/rdplink/RdpEncrypt/
H A DRdpEncrypt.vb206 Sub Main(ByVal args As String())
208 Dim text As String = args(0)
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest10.txt7 public static void main(String[] args) {
/plugin/latexit/tests/my/
H A Dtest10.latex17 public static void main(String[] args) {
/plugin/mellelexport/
H A Drenderer.php284 $args = $args[0];
359 $args[0] = str_replace('&', '&amp;', $args[0]);
360 $args[0] = str_replace('\'', '&apos;', $args[0]);
361 $args[0] = str_replace('<', '&lt;', $args[0]);
362 $args[0] = str_replace('>', '&gt;', $args[0]);
365 $args[1] = str_replace('&', '&amp;', $args[1]);
372 $args[0] = 'mailto:'.$args[0];
377 $args[1] = $args[0];
382 $args[1] = str_replace('"', '&quot;', $args[1]);
387 $args[0] = DOKU_URL.$args[0];
[all …]

1...<<11121314151617181920>>...23