Home
last modified time | relevance | path

Searched refs:arg (Results 151 – 175 of 176) sorted by last modified time

12345678

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1arg","length","parent","undefined","fromNumber","fromString","arguments","fromObject","that","allo…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1309 folder: function(arg) { argument
1310 if (!arg) {
1314 if (utils.isRegExp(arg)) {
1316 return file.dir && arg.test(relativePath);
1321 var name = this.root + arg;
/plugin/authjoomla3/
H A Dauth.php110 foreach ($args as $arg) {
111 $paths = array_merge($paths, (array)$arg);
/plugin/canvas/
H A Dcanvas.php197 $arg = array();
214 $arg[$match[1]] = (int)$match[2];
224 $arg['width'] = $matches[1];
225 if (!$matches[2]) $arg['width'].= $unit;
226 $arg['height'] = $matches[4];
227 if (!$matches[5]) $arg['height'].= $unit;
231 $arg[$singlekey] = $matches[1];
235 $arg[$singlekey] = $matches[1].$unit;
245 $arg[$matches[1]] = false;
247 $arg[$token] = true;
[all …]
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/freechat/phpfreechat/data/public/js/
H A Dsprintf2.js1 function sprintf2(arg) { argument
2 if( arg.length < 2 ) {
3 return arg[0];
5 var data = arg[ 0 ];
6 for( var k=1; k<arg.length; ++k ) {
7 switch( typeof( arg[ k ] ) )
10 data = data.replace( /%s/, arg[ k ] );
13 data = data.replace( /%d/, arg[ k ] );
16 data = data.replace( /%b/, arg[ k ] ? 'true' : 'false' );
/plugin/authucenter/lib/uc_client/
H A Dclient.php97 function uc_api_post($module, $action, $arg = array()) { argument
99 foreach($arg as $k => $v) {
118 function uc_api_requestdata($module, $action, $arg='', $extra='') { argument
119 $input = uc_api_input($arg);
124 function uc_api_url($module, $action, $arg='', $extra='') { argument
125 $url = UC_API.'/index.php?'.uc_api_requestdata($module, $action, $arg, $extra);
/plugin/subjectindex/syntax/
H A Dindex.php70 foreach ($args as $arg) {
71 list($key, $value) = explode('=', $arg);
/plugin/eventum/
H A Dclass.Eventum_RPC.php107 foreach ($args as $arg) {
109 if ($arg instanceof XML_RPC_Value) {
110 $params[] = $arg;
115 if (is_object($arg)) {
116 $arg = serialize($arg);
119 $params[] = XML_RPC_encode($arg);
/plugin/advrack/
H A Draphael.js1211 var arg = Array.prototype.slice.call(arguments, 0),
1212 args = arg.join("\u2400"),
1221 cache[args] = f[apply](scope, arg);
5234 var arg = arguments;
5236 el[methodname][apply](el, arg);
7122 var arg = arguments;
7124 el[methodname].apply(el, arg);
8102 var arg = arguments;
8104 el[methodname].apply(el, arg);
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokupp/
H A Dsyntax.php46 list ($match, $arg) = $data;
51 $renderer->doc .=sprintf($arg, $N[$S]);
59 if ($arg==='') $arg= $N[$match]; // preserve amount if no amount given
61 $N[$S] = intval($arg);
/plugin/eventline/timeline_js/scripts/
H A Dsources.js372 function cleanArg(arg) { argument
374 return (args[arg] != null && args[arg] != "") ? args[arg] : null;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js435 var arg = arguments[1];
441 $self.find('.'+(options.services[arg].class_name||arg)+' .switch.off').click();
449 $self.find('.'+(options.services[arg].class_name||arg)+' .switch.on').click();
457 $self.find('.'+(options.services[arg].class_name||arg)+' .switch').click();
464 value[arg] = arguments[2];
470 return this.data('social-share-privacy-options')[arg];
475 $.extend(true, options, arg);
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/semanticdata/
H A Dbureaucracy_field.php14 foreach ($args as $arg) {
15 if ($arg[0] !== '_') {
16 $n_args[] = $arg;
19 $datatype = $dthlp->_column($arg);
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js731 triggerCallback: function(cbName, arg) { argument
733 this.options[cbName](this, arg);
/plugin/tline/
H A DCHANGES.txt115 * Added band arg to eventPaintListener listeners -- LarryK rev 1662
/plugin/qrcode2/
H A Dphpqrcode.php1837 public function append(QRbitstream $arg) argument
1839 if (is_null($arg)) {
1843 if($arg->size() == 0) {
1848 $this->data = $arg->data;
1852 $this->data = array_values(array_merge($this->data, $arg->data));
/plugin/jquery/
H A Djquery-1.4.2.js657 map: function( elems, callback, arg ) { argument
663 value = callback( elems[ i ], i, arg );
/plugin/distribute/syntax/
H A Dsyntax.php49 …$renderer->doc .= "<a href='$_SERVER[PHP_SELF]?do=distribute&plugin=$match->arg&id=$ID' class='med…
/plugin/conform/
H A Dhelper.php213 array_push($args, htmlspecialchars($arg));
215 $arg = "";
228 $arg .= ' ';
233 if ( strlen($arg) < 1 ) continue;
234 array_push($args, htmlspecialchars($arg));
235 $arg = "";
239 $arg .= $line{$i};
241 if ( strlen($arg) > 0 ) array_push($args, htmlspecialchars($arg));
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js527 var arg = args[i] ;
528 for ( var p in arg )
529 o[p] = arg[p] ;
/plugin/tip/
H A Dsyntax.php226 while (list($i, $arg) = each($aMatch)) {
227 switch ($i = strtolower($arg{0})) {

12345678