Home
last modified time | relevance | path

Searched defs:options (Results 76 – 100 of 867) sorted by relevance

12345678910>>...35

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DAnonymousChallenge.php45 public function challenge(?string $received = null, array $options = []): SaslContext argument
71 protected function processClient(array $options): void argument
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php46 private $options = [ variable in Monolog\\Handler\\PHPConsoleHandler
77 …public function __construct(array $options = [], ?Connector $connector = null, $level = Logger::DE…
92 private function initOptions(array $options): array
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php24 private $options; variable in Twig\\Cache\\FilesystemCache
30 public function __construct($directory, $options = 0)
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59 …RAMS:{format:"png"},isBaseLayer:true,initialize:function(name,url,params,options){var newArguments… argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js25 Backbone.sync = function(method, model, options) { argument
29 options: options property in env.syncArgs
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSaslBindRequest.php47 protected $options; global() variable in FreeDSx\\Ldap\\Operation\\Request\\SaslBindRequest
49 __construct(string $mechanism, string $credentials = null, array $options = []) global() argument
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js179 function loadFile( url, holder, options, providerKey ) { argument
370 function postprocess( data, options ) { argument
416 function raiseError( msg, error, options ) { argument
509 AmCharts.loadFile = function( url, options, handler ) { argument
587 AmCharts.parseCSV = function( response, options ) { argument
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php249 public function stream_open($path, $mode, $options, &$openedPath)
383 public function dir_opendir($path, $options)
438 public function mkdir($path, $mode, $options)
487 public function rmdir($path, $options)
/plugin/task/syntax/
H A Dtask.php186 function _statusMenu($options, $status) {
200 function _statusMenuNew($options, $status) {
239 function _statusMenuOld($options, $status) {
/plugin/googlemaps3/
H A Dscript.js51 function attachMarker(map, options, position) { argument
80 function attachAddressMarker(map, options) { argument
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTwigTest.php25 protected $options; variable in Twig\\TwigTest
29 public function __construct($name, $callable, array $options = [])
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.mail.js23 function getBody (options, uri, settings) { argument
37 'button' : function (options, uri, settings) { argument
/plugin/newpagetemplate/
H A Dcli.php11 protected function setup(Options $options) argument
53 main(Options $options) global() argument
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php103 array $options = []
120 private static function cmpCallback(array &$options, $name, array &$results)
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php7 protected array $options = []; variable in TableRoller\\Table\\BaseTable
26 protected function setOptions(array $options) { argument
[all...]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php42 function options($options, $selected = null, $labelIsValue = false) argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php104 public static function savePublicKey(BigInteger $n, BigInteger $e, array $options = [])
132 …eger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = [])
/plugin/gcalendar/inc/
H A Dgcal_read.php16 function read_pages_into_calendar(&$options,&$pages,$default_date) {
84 function read_wikipage_into_calendar(&$options,$page_key,$wikipage,$section,$pagelink,$default_date…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php81 …tion savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, array $options = [])
118 …p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $options = [])
/plugin/publist/bib2tpl/lib/
H A DPEAR.php307 function setErrorHandling($mode = null, $options = null)
479 $options = null,
570 function staticPushErrorHandling($mode, $options = null)
653 function pushErrorHandling($mode, $options = null)
831 $mode = null, $options = null, $userinfo = null)
/plugin/zip/pear/
H A DPEAR.php329 function setErrorHandling($mode = null, $options = null)
521 $options = null,
595 function staticPushErrorHandling($mode, $options = null)
680 function pushErrorHandling($mode, $options = null)
852 $mode = null, $options = null, $userinfo = null)
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php307 function setErrorHandling($mode = null, $options = null)
479 $options = null,
570 function staticPushErrorHandling($mode, $options = null)
653 function pushErrorHandling($mode, $options = null)
831 $mode = null, $options = null, $userinfo = null)
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php307 function setErrorHandling($mode = null, $options = null)
479 $options = null,
570 function staticPushErrorHandling($mode, $options = null)
653 function pushErrorHandling($mode, $options = null)
831 $mode = null, $options = null, $userinfo = null)
/plugin/mikioplugin/syntax/
H A Dcore.php146 $options_clean = $this->cleanOptions($options); argument
27 public $options = array(); global() variable in syntax_plugin_mikioplugin_core
399 buildClass($options = null, $classes = null, $inclAttr = false, $optionsTemplate = null) global() argument
472 buildTooltipString($options) global() argument
807 findTags($tagName, $content, $options, $hasEndTag = true) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php108 public function verify($token, array $options = [])
293 public function revoke($token, array $options = [])
327 private function getCerts($location, $cacheKey, array $options = [])
370 private function retrieveCertsFromLocation($url, array $options = [])

12345678910>>...35