Home
last modified time | relevance | path

Searched defs:default (Results 76 – 100 of 175) sorted by relevance

1234567

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php233 $default = new CurlHandler($singleParams); variable in Elasticsearch\\ClientBuilder
236 $default = new CurlMultiHandler($config); variable in Elasticsearch\\ClientBuilder
242 return $future ? Middleware::wrapFuture($default, $future) : $default; variable in Elasticsearch\\ClientBuilder
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php106 private function isSslRequired(Connection $conn, bool $default = false): bool argument
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php118 function format($value,&$default = null){
/plugin/graphgear/
H A Dsyntax.php117 function color($in,$default){
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php214 function Auth_Yadis_getXRDExpiration($xrd_element, $default=null)
/plugin/note/
H A Dsyntax.php55 var $default = 'plugin_note noteclassic'; variable in syntax_plugin_note
/plugin/highlightjs/highlight/languages/
H A Djavascript.js10 …eak': 1, 'catch': 1, 'instanceof': 1, 'with': 1, 'throw': 1, 'case': 1, 'default': 1, 'try': 1, 't… property in hljs.LANGUAGES.javascript.defaultMode.keywords.keyword
/plugin/condition/
H A Dbase_tester.php.orig.php193 function _bt_strtotime($value, $default) {
/plugin/authfacebook/lib/
H A DSignedRequest.php97 public function get($key, $default = null)
/plugin/html2pdf/html2pdf/html2ps/
H A Dheight.php86 function _fix_value($value, &$box, $default, $no_table_recursion) {
/plugin/combo/ComboStrap/
H A DSiteConfig.php167 public function getValue(string $key, ?string $default = null, ?string $scope = PluginUtility::PLUGIN_BASE_NAME) argument
177 public function getBooleanValue(string $key, int $default): bool argument
[all...]
H A DDataType.php74 public static function toIntegerOrDefaultIfNull($targetValue, $default): int argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/contactmodern/
H A Dsyntax.php311 protected function _table_row($label, $name, $type, $default='') {
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php320 function get_var ( $name, $array, $maxlength = 255, $default = null ) {
/plugin/openid/Auth/Yadis/
H A DXRDS.php214 function Auth_Yadis_getXRDExpiration($xrd_element, $default=null)
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php322 public function getOpt($option = null, $default = false) argument
/plugin/pgn4web/pgn4web/
H A Dviewer.php100 function get_param($param, $shortParam, $default) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php248 protected function parseName($name, $default = self::MAIN_NAMESPACE)
/plugin/bez/action/
H A Ddefault.php22 public function get_param($id, $default='') { argument
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dzope.py166 def get(self, key, default=None): argument
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php345 public function getAttribute($attribute, $default = null)
/plugin/sqlite/
H A DSQLiteDB.php298 getOpt($opt, $default = null) global() argument
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php200 function sharedapi_extract_gpc_variable($source, $name, $default = '') {
219 function sharedapi_gpc_variable($name, $default = '', $r = 'g') {
527 …function sharedapi_url_add_destination($url, $capture_referrer = true, $default = '', $lid = '', $…
/plugin/fedauth/Auth/OpenID/
H A DSReg.php506 function get($field_name, $default=null)

1234567