Home
last modified time | relevance | path

Searched refs:params (Results 2551 – 2575 of 2939) sorted by relevance

1...<<101102103104105106107108109110>>...118

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php164 if (is_array($params = $method->getParameters()) && count($params)) {
165 foreach ($params as $param) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php259 * @param array $params
262 public function createRequestUri($restPath, $params) argument
280 foreach ($params as $paramName => $paramSpec) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearch.php342 $params = $this->getOptions();
346 $data = [self::OPTION_SCROLL_ID => $params[self::OPTION_SCROLL_ID]];
347 unset($params[self::OPTION_SCROLL_ID]);
352 $response = $this->getClient()->request($path, $method, $data, $params);
H A DQuery.php330 * Converts all query params to an array.
406 * @param array|bool $params Fields to be returned or false to disable source
407 * @phpstan-param TSourceArgs $params
411 public function setSource($params): self
413 return $this->setParam('_source', $params);
409 setSource($params) global() argument
/plugin/shell/
H A DP0wnyShell.js365 makeRequest(url, params, callback) { argument
368 for (const key in params) {
369 if (params.hasOwnProperty(key)) {
370 a.push(encodeURIComponent(key) + "=" + encodeURIComponent(params[key]));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc248 $params = [
254 $response = $client->index($params);
284 $params = [
289 $response = $client->get($params);
323 $params = [
334 $response = $client->search($params);
386 $params = [
391 $response = $client->delete($params);
448 $params = [
458 $response = $client->indices()->create($params);
[all...]
/plugin/pagemod/helper/
H A Dpagemod.php153 $params = array_map('trim', explode(",", $params_string));
154 foreach($params as $param) {
/plugin/stlviewer/
H A Dsyntax.php57 $params="stlviewer";
60 list($params, $media) = explode('>', $cleanmatch, 2);
/plugin/struct/types/
H A DColor.php71 $params = [
78 $attributes = buildAttributes($params, true);
/plugin/html2pdf/html2pdf/html2ps/
H A Dobserver.class.php4 function run($params) { argument
/plugin/issuelinks/helper/
H A Ddb.php236 $params = [$service];
239 $params[] = $repo;
243 $params[] = $id;
246 $webhooks = $this->sqlArrayQuery($sql, $params);
/plugin/function/functions/
H A DanotherhelloWorld.php2 $thisfunction = function($params) { argument
/plugin/nroff/
H A Drenderer.php778 function rss ($url,$params){ argument
792 if($params['reverse']){
795 $end = $start - ($params['max']);
801 $end = ($end > $params['max']) ? $params['max'] : $end;;
811 if($params['author']){
819 if($params['date']){
822 if($params['details']){
/plugin/ebookexport/
H A Daction.php238 $params = array('do' => 'export_epub');
240 $params['rev'] = $REV;
247 …. '<a href="' . wl($ID, $params) . '" class="action export_epub" rel="nofollow" title="Export to …
/plugin/tablelayout/script/
H A Dscript.js16 var params = [
25 params.push('colwidth=' + colwidth);
28 var href = target + '?' + params.join('&');
/plugin/gitbacked/action/
H A Deditcommit.php49 $params = str_replace(
53 if ($params) {
54 Git::set_bin(Git::get_bin().' '.$params);
/plugin/gist/
H A Dgist.php11 function getCachedData($embedding, $params, $paramHash, $content, &$errorMessage) argument
/plugin/mantis/lib/
H A Dclass.soapclient.php134 * @param mixed $params An array, associative or simple, of the parameters
155 …function call($operation,$params=array(),$namespace='http://tempuri.org',$soapAction='',$headers=f… argument
167 $this->appendDebug('params=' . $this->varDump($params));
208 $this->debug('params must be array or string');
209 $this->setError('params must be array or string');
247 $this->debug('params must be array or string');
248 $this->setError('params must be array or string');
/plugin/bloglinks/
H A Daction.php20 function handle_metaheader_output(Doku_Event $event, $params) { argument
48 function handle_act_render(Doku_Event $event, $params) { argument
/plugin/bez/ctl/
H A Dtasks.php31 } elseif (empty($this->params) && isset($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME])) {
49 $filters = $this->params;
/plugin/dbquery/
H A Dhelper.php75 $params = $this->gatherVariables();
76 $sth = $this->prepareStatement($pdo, $query, $params);
/plugin/authgoogle/google/contrib/
H A DGoogle_PagespeedonlineService.php41 $params = array('url' => $url);
42 $params = array_merge($params, $optParams);
43 $data = $this->__call('runpagespeed', array($params));
/plugin/bez/action/
H A Ddefault.php12 protected $params = array(); variable in action_plugin_bez_default
23 return (isset($this->params[$id]) ? $this->params[$id] : $default);
170 throw new Exception('invalid params');
174 $this->params[$ex[$i]] = $ex[$i+1];
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js125 oConnector.SendCommand = function( command, params, callBackFunction ) argument
135 if ( params ) sUrl += '&' + params ;
/plugin/linkback/action/
H A Dsend.php35 function handle_action_act_preprocess_before(Doku_Event $event, $params) { argument
47 function handle_action_act_preprocess_after(Doku_Event $event, $params) { argument
131 function handle_editform_output(Doku_Event $event, $params) { argument

1...<<101102103104105106107108109110>>...118