Home
last modified time | relevance | path

Searched refs:params (Results 1176 – 1200 of 2939) sorted by relevance

1...<<41424344454647484950>>...118

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDataFrameTransformDeprecatedNamespace.asciidoc33 .`deleteTransform(array $params = [])`
39 $params['transform_id'] = (string) The id of the transform to delete
40 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
48 .`getTransform(array $params = [])`
54 $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
55 $params['from'] = (int) skips a number of transform configs, defaults to 0
56 $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
57 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
58 $params['exclude_generated'] = (boolean) Omits generated fields. Allows transform configurations to be easily copied between clusters and within the same cluster (Default = false)
66 .`getTransformStats(array $params
[all...]
H A DNodesNamespace.asciidoc30 .`hotThreads(array $params = [])`
35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
36 $params['interval'] = (time) The interval for the second sampling of threads
37 $params['snapshots'] = (number) Number of samples of thread stacktrace (default: 10)
38 $params['threads'] = (number) Specify the number of threads to provide information for (default: 3)
39 $params['ignore_idle_threads'] = (boolean) Don't show threads that are in known-idle places, such as waiting on a socket select or pulling from an empty task queue (default: true)
40 $params['type'] = (enum) The type to sample (default: cpu) (Options = cpu,wait,block)
41 $params['timeout'] = (time) Explicit operation timeout
49 .`info(array $params = [])`
54 $params['node_i
[all...]
H A DEqlNamespace.asciidoc29 .`delete(array $params = [])`
34 $params['id'] = (string) The async search ID
42 .`get(array $params = [])`
47 $params['id'] = (string) The async search ID
48 $params['wait_for_completion_timeout'] = (time) Specify the time that the request should block waiting for the final response
49 $params['keep_alive'] = (time) Update the time interval in which the results (partial or final) for this search will be available (Default = 5d)
57 .`getStatus(array $params = [])`
62 $params['id'] = (string) The async search ID
70 .`search(array $params = [])`
75 $params['inde
[all...]
/plugin/osm/
H A Dscript.js3 var params = this.getParams(div);
26 if (!layers[params['layer']]) {
27 params['layer'] = 'mapnik';
29 map.addLayer(layers[params['layer']]);
32 if (layer != params['layer']) {
42 map.setCenter(lonLat, params['zoom']);
60 var params = url.split('&');
63 param = params[j].split('=');
64 delete params[j];
68 params[param[0]] = param[1];
[all …]
/plugin/epub/scripts/
H A Dscript.js5 var params="user="+encodeURIComponent(user);
7 params += "&location="+encodeURIComponent(window.location);
8 params += "&title="+encodeURIComponent(epub_title);
10 params+="&epub_ids="+epub_stringifyArray(epub_id);
11 params+="&epub_titles="+epub_stringifyArray(epub_wikilink);
14 params += "&client="+encodeURIComponent(client);
17 epub_post(url,params, function (data) {
35 var params="remove="+encodeURIComponent(id);
37 epub_post(url,params, function (data) {
43 function epub_post(url,params,callback) { argument
[all …]
/plugin/mp3play2/
H A Dsyntax.php110 $params['wmode'] = 'transparent';
111 $params['border'] = '0';
136params['menu'].'" quality="'.$params['quality'].'" width="'.$options['width'].'" height="'.$option…
/plugin/authgoogle/google/contrib/
H A DGoogle_BloggerService.php39 $params = array_merge($params, $optParams);
70 $params = array_merge($params, $optParams);
87 $params = array_merge($params, $optParams);
104 $params = array_merge($params, $optParams);
135 $params = array_merge($params, $optParams);
159 $params = array_merge($params, $optParams);
189 $params = array_merge($params, $optParams);
208 $params = array_merge($params, $optParams);
237 $params = array_merge($params, $optParams);
253 $params = array_merge($params, $optParams);
[all …]
/plugin/freechat/phpfreechat/
H A Dindex.php4 $params = array(); variable
5 $params["title"] = "Quick chat";
6 $params["nick"] = "guest".rand(1,1000); // setup the intitial nickname
7 $params['firstisadmin'] = true;
9 $params["serverid"] = md5(__FILE__); // calculate a unique id for this chat
10 $params["debug"] = false;
11 $chat = new phpFreeChat( $params );
/plugin/exttab2/
H A Dsyntax.php252 function table_start($params=NULL) { argument
254 $r.= $this->_opentag(EXTTAB2_TABLE, $params);
259 function table_end($params=NULL) { argument
292 function terminate($params=NULL) { argument
299 function table_caption($params=NULL) { argument
308 function table_row($params=NULL) { argument
310 $r.= $this->_opentag(EXTTAB2_TR, $params);
315 function table_header($params=NULL) { argument
317 $r.= $this->_opentag(EXTTAB2_TH, $params);
322 function table_cell($params=NULL) { argument
[all …]
/plugin/odt/ODT/
H A DODTUtility.php69 $params = explode (',', $item);
71 if ( $page == $params [1] ) {
515 $params->import->getPropertiesForElement($dest, $toMatch, $params->units);
529 $params->htmlStack->close($element);
552 $params->import->getPropertiesForElement($dest, $toMatch, $params->units, $inherit);
558 $params->htmlStack->removeCurrent();
816 $media = $params->import->getMedia ();
1015 $params->document->paragraphClose();
1049 $params->content .= $content;
1065 $params->htmlStack->removeCurrent();
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/Resource/
H A DProcesses.php72 $params = [];
73 $params = array_merge($params, $optParams);
74 return $this->call('list', [$params], ListUserProcessesResponse::class);
111 $params = [];
112 $params = array_merge($params, $optParams);
113 return $this->call('listScriptProcesses', [$params], ListScriptProcessesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/Resource/
H A DPlayers.php43 $params = ['applicationId' => $applicationId, 'playerId' => $playerId];
44 $params = array_merge($params, $optParams);
45 return $this->call('hide', [$params]);
60 $params = ['applicationId' => $applicationId, 'playerId' => $playerId];
61 $params = array_merge($params, $optParams);
62 return $this->call('unhide', [$params]);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/Resource/
H A DOnboarding.php44 $params = [];
45 $params = array_merge($params, $optParams);
46 return $this->call('listCategories', [$params], Category::class);
68 $params = [];
69 $params = array_merge($params, $optParams);
70 return $this->call('listCategoryVolumes', [$params], Volume2::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/Resource/
H A DCategories.php52 $params = [];
53 $params = array_merge($params, $optParams);
54 return $this->call('batchGet', [$params], BatchGetCategoriesResponse::class);
78 $params = [];
79 $params = array_merge($params, $optParams);
80 return $this->call('list', [$params], ListCategoriesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/Resource/
H A DV1beta1.php44 $params = [];
45 $params = array_merge($params, $optParams);
46 return $this->call('getSettings', [$params], Settings::class);
61 $params = ['postBody' => $postBody];
62 $params = array_merge($params, $optParams);
63 return $this->call('updateSettings', [$params], Settings::class);
/plugin/approve/syntax/
H A Dtable.php34 $params = [
71 $params[$key] = $value;
73 return $params;
102 public function renderMetadata(Doku_Renderer $renderer, $params)
107 if ($params['approver'] == '$USER$') {
123 public function renderXhtml(Doku_Renderer $renderer, $params)
138 if ($params['approver'] == '$USER$') {
139 $params['approver'] = $INFO['client'];
142 $pages = $approveMetadata->getPages($params['approver'], $params['state
100 renderMetadata(Doku_Renderer $renderer, $params) global() argument
121 renderXhtml(Doku_Renderer $renderer, $params) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DCustomLists.php45 $params = ['customListId' => $customListId];
46 $params = array_merge($params, $optParams);
47 return $this->call('get', [$params], CustomList::class);
79 $params = [];
80 $params = array_merge($params, $optParams);
81 return $this->call('list', [$params], ListCustomListsResponse::class);
H A DGoogleAudiences.php48 $params = ['googleAudienceId' => $googleAudienceId];
49 $params = array_merge($params, $optParams);
50 return $this->call('get', [$params], GoogleAudience::class);
84 $params = [];
85 $params = array_merge($params, $optParams);
86 return $this->call('list', [$params], ListGoogleAudiencesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/Resource/
H A DWorkspaces.php44 $params = ['name' => $name];
45 $params = array_merge($params, $optParams);
46 return $this->call('get', [$params], Workspace::class);
65 $params = [];
66 $params = array_merge($params, $optParams);
67 return $this->call('list', [$params], ListWorkspacesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Libraryagent/Resource/
H A DShelves.php42 $params = ['name' => $name];
43 $params = array_merge($params, $optParams);
44 return $this->call('get', [$params], GoogleExampleLibraryagentV1Shelf::class);
63 $params = [];
64 $params = array_merge($params, $optParams);
65 return $this->call('list', [$params], GoogleExampleLibraryagentV1ListShelvesResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/Resource/
H A DOperations.php44 $params = ['name' => $name];
45 $params = array_merge($params, $optParams);
46 return $this->call('get', [$params], GoogleLongrunningOperation::class);
69 $params = [];
70 $params = array_merge($params, $optParams);
71 return $this->call('list', [$params], GoogleLongrunningListOperationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/Resource/
H A DAssets.php45 $params = ['name' => $name];
46 $params = array_merge($params, $optParams);
47 return $this->call('get', [$params], Asset::class);
80 $params = [];
81 $params = array_merge($params, $optParams);
82 return $this->call('list', [$params], ListAssetsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PostmasterTools/Resource/
H A DDomains.php45 $params = ['name' => $name];
46 $params = array_merge($params, $optParams);
47 return $this->call('get', [$params], Domain::class);
67 $params = [];
68 $params = array_merge($params, $optParams);
69 return $this->call('list', [$params], ListDomainsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
H A DProjects.php44 $params = ['projectId' => $projectId];
45 $params = array_merge($params, $optParams);
46 return $this->call('getServiceAccount', [$params], GetServiceAccountResponse::class);
61 $params = [];
62 $params = array_merge($params, $optParams);
63 return $this->call('list', [$params], ProjectList::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/Resource/
H A DOperations.php44 $params = ['name' => $name];
45 $params = array_merge($params, $optParams);
46 return $this->call('get', [$params], Operation::class);
77 $params = [];
78 $params = array_merge($params, $optParams);
79 return $this->call('list', [$params], ListOperationsResponse::class);

1...<<41424344454647484950>>...118