Home
last modified time | relevance | path

Searched defs:params (Results 226 – 250 of 435) sorted by path

12345678910>>...18

/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScript.php25 public function __construct(string $scriptCode, ?array $params = null, ?string $lang = null, ?string $documentId = null) argument
H A DScriptId.php23 public function __construct(string $scriptId, ?array $params = null, ?string $lang = null, ?string $documentId = null) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php133 public function setSmoothingModel(string $model, array $params): self argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php59 abstract public function exec(Request $request, array $params): Response; argument
96 public static function create($transport, Connection $connection, array $params = []): AbstractTransport argument
H A DGuzzle.php50 public function exec(Request $request, array $params): Response argument
H A DHttp.php48 public function exec(Request $request, array $params): Response argument
H A DHttpAdapter.php55 public function exec(ElasticaRequest $elasticaRequest, array $params): Response argument
H A DNullTransport.php32 public function getResponse(array $params = []): Response argument
56 public function generateDefaultResponse(array $params): Response argument
86 public function exec(Request $request, array $params): Response argument
[all...]
/plugin/emoji/script/
H A Djquery.textcomplete.js906 Strategy.parse = function (strategiesArray, params) { argument
/plugin/epub/scripts/
H A Dscript.js43 function epub_post(url,params,callback) { argument
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js16 params: { bundle:"true" } class in SimileAjax
H A Dsimile-ajax-bundle.js748 jQuery.fn.extend({_load:jQuery.fn.load,load:function(url,params,callback){if(typeof url!="string"){… argument
/plugin/eventline/timeline_js/
H A Dtimeline-api.js58 var params = document.location.search.substr(1).split("&"); variable
/plugin/eventum/XML/
H A DRPC.php1175 var $params = array(); variable in XML_RPC_Message
/plugin/evesso/
H A Dauth.php175 … protected function processLogin($sticky, $hlp, $service, $servicename, $page, $params = array()) {
/plugin/exttab2/
H A Dsyntax.php236 function _opentag($tag, $params=NULL, $before='', $after='') {
252 function table_start($params=NULL) {
259 function table_end($params=NULL) {
292 function terminate($params=NULL) {
299 function table_caption($params=NULL) {
308 function table_row($params=NULL) {
315 function table_header($params=NULL) {
322 function table_cell($params=NULL) {
/plugin/facebookalbum/
H A Dfacebook.php418 public function getLoginUrl($params=array()) {
445 public function getLogoutUrl($params=array()) {
467 public function getLoginStatusUrl($params=array()) {
503 protected function _restserver($params) {
529 protected function _graph($path, $method='GET', $params=array()) {
564 protected function _oauthRequest($url, $params) {
588 protected function makeRequest($url, $params, $ch=null) {
864 protected function getUrl($name, $path='', $params=array()) {
922 protected static function generateSignature($params, $secret) {
/plugin/farmer/script/
H A Dplugins.js104 $animalSelect.on('chosen:showing_dropdown', function (evt, params) { argument
108 }).on('chosen:hiding_dropdown', function (evt, params) { argument
116 $animalSelect.on('change', function (evt, params) { argument
/plugin/fastwiki/
H A Dpagecache.js89 var params = {partial: 1}; class in CPageCache.load
95 function doPost(params) { argument
H A Dscript.js455 subscribe(params, extraData) global() argument
478 index(params, extraData) global() argument
483 edit(params, extraData) global() argument
509 revisions(params, extraData) global() argument
517 save(params, extraData) global() argument
572 show(params, extraData) global() argument
592 _action(action, params, callback, insertLoc, extraData) global() argument
684 _sendPartial(params, spinnerParent, callback) global() argument
730 load(page, sectionForm, params, force, callback) global() argument
[all...]
/plugin/fblogin/lib/
H A 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/fedauth/Auth/OpenID/
H A DDatabaseConnection.php51 function query($sql, $params = array())
91 function getOne($sql, $params = array())
109 function getRow($sql, $params = array())
126 function getAll($sql, $params = array())
/plugin/fedauth/classes/
H A Dfa_base.class.php102 function error($msg, $params=null) {
114 function success($msg, $params=null) {
126 function warn($msg, $params=null) {
138 function info($msg, $params=null) {
152 function _status($msg, $code, $params) {
/plugin/filelist/
H A Dsyntax.php203 _render_link($filename, $filepath, $basedir, $webdir, $params, Doku_Renderer $renderer) global() argument
277 _render_list($result, $params, Doku_Renderer $renderer) global() argument
292 _render_list_items($files, $basedir, $webdir, $params, Doku_Renderer $renderer, $level = 1) global() argument
371 _render_table($result, $params, $pos, Doku_Renderer $renderer) global() argument
485 _render_page($result, $params, Doku_Renderer $renderer) global() argument
513 _render_page_section($files, $basedir, $webdir, $params, Doku_Renderer $renderer, $level) global() argument
551 _render_preview_image($filepath, $basedir, $webdir, $params, Doku_Renderer $renderer) global() argument
591 _create_filelist($pattern, $params) global() argument
775 _crawl_files($pattern, $params) global() argument
1030 get_preview_image_path($filename, $params, & $isImage) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DPreDeserializeEvent.php27 public function setType(string $name, array $params = []): void

12345678910>>...18