Home
last modified time | relevance | path

Searched defs:params (Results 51 – 75 of 511) sorted by relevance

12345678910>>...21

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DReindex.php61 public function __construct(Index $oldIndex, Index $newIndex, array $params = [])
152 protected function _getBody(Index $oldIndex, Index $newIndex, array $params): array
162 protected function _getSourcePartBody(Index $index, array $params): array
171 protected function _getDestPartBody(Index $index, array $params): array
186 private function _resolveSourceOptions(array $params): array
197 private function _resolveDestOptions(array $params): array
206 private function _resolveBodyOptions(array $params): array
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DStreamHandler.php408 private function add_proxy(RequestInterface $request, &$options, $value, &$params)
427 private function add_timeout(RequestInterface $request, &$options, $value, &$params)
434 private function add_verify(RequestInterface $request, &$options, $value, &$params)
460 private function add_cert(RequestInterface $request, &$options, $value, &$params)
474 private function add_progress(RequestInterface $request, &$options, $value, &$params)
486 private function add_debug(RequestInterface $request, &$options, $value, &$params)
523 private function addNotification(array &$params, callable $notify)
/plugin/authfacebook/lib/Http/
DRequestBodyUrlEncoded.php36 protected $params = []; variable in Facebook\\Http\\RequestBodyUrlEncoded
43 public function __construct(array $params)
DRequestBodyMultipart.php47 private $params; variable in Facebook\\Http\\RequestBodyMultipart
59 public function __construct(array $params = [], array $files = [], $boundary = null)
145 private function getNestedParams(array $params)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
DGoogleCloudRecommenderV1RecommenderGenerationConfig.php25 public $params; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1RecommenderGenerationConfig
30 public function setParams($params)
DGoogleCloudRecommenderV1InsightTypeGenerationConfig.php25 public $params; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1InsightTypeGenerationConfig
30 public function setParams($params)
/plugin/solr/
Daction.php272 protected function search_query($params){
339 protected function array2paramstr($params) {
363 public function quicksearch(&$event, $params){
405 public function delete_index(&$event, $params){
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DXpackNamespace.php40 public function info(array $params = [])
58 public function usage(array $params = [])
DFeaturesNamespace.php39 public function getFeatures(array $params = [])
59 public function resetFeatures(array $params = [])
/plugin/odt/ODT/
DODTFootnote.php23 function footnoteOpen(ODTInternalParams $params, $element=NULL, $attributes=NULL) {
43 function footnoteClose(ODTInternalParams $params) {
DODTExport.php23 …protected static function buildFromScratch(ODTInternalParams $params, $meta=null, $userfields=null…
133 …protected static function buildFromODTTemplate(ODTInternalParams $params, $meta=null, $userfields=…
253 …public static function buildZIPFile(ODTInternalParams $params, $meta=null, $userfields=null, $page…
DODTUtility.php511 …public static function openHTMLElement (ODTInternalParams $params, array &$dest, $element, $attrib…
528 public static function closeHTMLElement (ODTInternalParams $params, $element) {
548 …public static function getHTMLElementProperties (ODTInternalParams $params, array &$dest, $element…
649 …protected static function createTextStyle (ODTInternalParams $params, $element, $attributes, $styl…
672 …protected static function createParagraphStyle (ODTInternalParams $params, $element, $attributes, …
758 …public static function generateODTfromHTMLCode(ODTInternalParams $params, $HTMLCode, array $option…
DODTImage.php26 …public static function addImage(ODTInternalParams $params, $src, $width = NULL, $height = NULL, $a…
129 …function addStringAsSVGImage(ODTInternalParams $params, $string, $width = NULL, $height = NULL, $a…
185 …public static function addImageUseProperties(ODTInternalParams $params, $src, array $properties, $…
/plugin/components/ajax/
Dexample.php33 protected function auth($params) {
39 protected function call($params) {
/plugin/filelist/
DOutput.php28 public function renderAsList($params)
46 public function renderAsTable($params)
66 protected function renderTableItems($items, $params)
141 protected function renderListItems($items, $params, $level = 1)
/plugin/odt/ODT/elements/
DODTElementFrame.php48 public function getOpeningTag (ODTInternalParams $params=NULL) {
146 public function getMaxWidthOfNestedContainer (ODTInternalParams $params, array $data) {
171 public function getMaxWidth (ODTInternalParams $params) {
281 public function adjustWidth (ODTInternalParams $params, $allowNested=false) {
/plugin/swiftmail/Swift/Plugin/
DMailSend.php48 public function __construct($params="-oi -f %s")
57 public function setAdditionalParams($params)
153 public function doMail($to, $subject, $message, $headers, $params)
/plugin/combo/action/
H A Dlinkmove.php101 function check_lock_file_age(Doku_Event $event, $params)
113 function handle_rename_before(Doku_Event $event, $params)
175 function handle_rename_after(Doku_Event $event, $params)
249 function handle_link(Doku_Event $event, $params)
H A Dcache.php66 function createCacheResult(Doku_Event $event, $params)
91 function addCacheLogHtmlDataBlock(Doku_Event $event, $params)
122 public static function deleteVaryFromStaticGeneratedResources(Doku_Event $event, $params)
/plugin/html2pdf/html2pdf/html2ps/features/
Dautomargins.php12 function handle_before_page_heights($params) {
39 function install(&$pipeline, $params) {
Dwatermark.php14 function handle_after_page($params) {
22 function install(&$pipeline, $params) {
/plugin/fblogin/lib/
Dbase_facebook.php574 public function getLoginUrl($params=array()) {
603 public function getLogoutUrl($params=array()) {
625 public function getLoginStatusUrl($params=array()) {
804 protected function _restserver($params) {
855 protected function _graph($path, $method = 'GET', $params = array()) {
892 protected function _oauthRequest($url, $params) {
918 protected function makeRequest($url, $params, $ch=null) {
1122 protected function getUrl($name, $path='', $params=array()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/
DGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest.php29 public $params; variable in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest
48 public function setParams($params)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
DMemcacheParameters.php29 public $params; variable in Google\\Service\\CloudMemorystoreforMemcached\\MemcacheParameters
48 public function setParams($params)
/plugin/statistics/
DSearchEngines.php224 protected function matchKnownEngine(string $domain, array $params): ?array
247 protected function matchGenericEngine(string $domain, array $params): ?array
275 protected function extractQuery(array $params, array $paramNames): ?string

12345678910>>...21