Home
last modified time | relevance | path

Searched refs:args (Results 176 – 200 of 559) sorted by path

12345678910>>...23

/plugin/data/helper/
H A Daliastextbox.php11 private $args;
21 * @param array $args The tokenized definition, only split at spaces
23 public function initialize($args)
25 $this->init($args);
27 $this->args = [];
28 foreach ($args as $arg) {
33 $this->args[] = $arg;
41 * @param array $args data plugin related field arguments
43 private function prepareColumns($args)
49 foreach ($args a
10 private $args; global() variable in helper_plugin_data_aliastextbox
22 initialize($args) global() argument
42 prepareColumns($args) global() argument
[all...]
/plugin/data/syntax/
H A Dentry.php308 $args = func_get_args();
314 $data['sql'] = $args[$i];
316 $args[$i] = $data['sql'];
323 return call_user_func_array(array(&$sqlite, 'query'), $args);
/plugin/database2/
H A Ddatabase2.php2160 $args = func_get_args();
2161 $args = array_filter( array_slice( $args, 2 ), create_function( '$a', 'return trim($a)!=="";' ) );
2163 $disabled = in_array( 'disabled', $args ) ? ' disabled="disabled"' : '';
2166 $args[] = 'pure-text';
2168 $classes = implode( ' ', $args );
2179 $args = func_get_args();
2180 $args = array_filter( array_slice( $args, 3 ), create_function( '$a', 'return trim($a)!=="";' ) );
2182 $disabled = in_array( 'disabled', $args ) ? ' disabled="disabled"' : '';
2184 $classes = implode( ' ', $args );
H A Dsyntax.php76 $args = array();
89 if (($value === true) && ! isset($args['table'])) {
90 $args['table'] = $name;
91 unset($args[$name]);
93 $args[$name] = $value;
99 return array($state, $args);
120 list($state, $args) = $data;
123 $this->tableName = trim($args['table']);
124 $this->dbName = trim($args['database']);
130 $this->options = $args;
[all …]
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js650 var args = [];
661 var args = [];
791 var args = [];
869 var args;
1653 $(this).triggerHandler(types, { args: args });
4161 args: [
4187 args: [
4220 args: [
4257 args: [
10643 var args;
[all …]
H A Dmoment.js309 var args = [];
322 args.push(arg);
324 …warn(msg + '\nArguments: ' + Array.prototype.slice.call(args).join('') + '\n' + (new Error()).stac…
2684 var args = [].slice.call(arguments, 0);
2686 return pickBy('isBefore', args);
2690 var args = [].slice.call(arguments, 0);
2692 return pickBy('isAfter', args);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py216 options, args = parser.parse_args()
222 elif len(args) < 1:
224 elif len(args) > 1:
227 file_path = args[0]
H A Dnaturalselection117 options,args = parser.parse_args()
118 if len(args)<1:
120 cacheDir = args[0]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php14 $args = [];
15 $callBack = function($user, $pass) use (&$args) {
17 $args = [$user, $pass];
34 $this->assertEquals(['foo','bar'], $args);
/plugin/davcal/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(array('parent', '__construct'), $args);
104 array_unshift($args, $this);
105 call_user_func_array(array('parent', '__construct'), $args);
/plugin/davcard/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(array('parent', '__construct'), $args);
104 array_unshift($args, $this);
105 call_user_func_array(array('parent', '__construct'), $args);
/plugin/dev/
H A Dcli.php93 $args = $options->getArgs();
99 $test = array_shift($args);
106 $type = array_shift($args);
107 $component = array_shift($args);
114 $ident = array_shift($args);
115 $save = array_shift($args);
120 return $this->cmdCleanSVG($args, $keep);
126 return $this->cmdCheck($args);
240 * @param string ...$args
243 protected function git(...$args)
229 git(...$args) global() argument
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dslf4j-api-1.7.25.jar ... .event.Level level String msg Object[] args Throwable throwable private void recordEvent (org.slf4j. ...
/plugin/diagramsnet/lib/
H A Delectron.js1209 transparent: args.format == 'png' && (args.bg == null || args.bg == 'none'),
1216 var pageByPage = (args.format == 'pdf' && !args.print), from, pdfs;
1220 from = args.allPages? 0 : parseInt(args.from || 0);
1224 args.from = from;
1225 args.to = from;
1295 else if (args.format == 'png' || args.format == 'jpg' || args.format == 'jpeg')
1311 if (args.h)
1326 if (args.dpi != null && args.format == 'png')
1331 if (args.embedXml == "1" && args.format == 'png')
1426 args.border = args.border || 0;
[all …]
/plugin/diagramsnet/lib/js/
H A Dapp.min.js2098 …)};OpenFile=function(a){this.consumer=this.producer=null;this.done=a;this.args=null};OpenFile.prot…
2099args=arguments;this.execute()};OpenFile.prototype.error=function(a){this.cancel(!0);mxUtils.alert(…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js263 var args = [new Date().toISOString()];
269 args.push(arguments[i]);
273 console.log.apply(console, args);
H A DElectronApp.js179 editorUi.loadArgs({args: [entry.id]});
783 var paths = argsObj.args;

12345678910>>...23