Home
last modified time | relevance | path

Searched refs:options (Results 901 – 925 of 1516) sorted by relevance

1...<<31323334353637383940>>...61

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php668 function assertValidate($ics, $options, $expectedLevel, $expectedMessage = null) { argument
671 $result = $vcal->validate($options);
/plugin/bpmnio/script/
H A Dbpmnio_render.js81 const options = { format: true }; class in transferXmlToForm
82 const result = await editor.saveXML(options);
/plugin/bez/mdl/
H A DValidator.php123 public function validate_select($value, $options) { argument
124 if (in_array($value, $options)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DNetworkconnectivity.php162 'options.requestedPolicyVersion' => [
250 'options.requestedPolicyVersion' => [
398 'options.requestedPolicyVersion' => [
H A DApigateway.php154 'options.requestedPolicyVersion' => [
276 'options.requestedPolicyVersion' => [
394 'options.requestedPolicyVersion' => [
H A DNetworkSecurity.php154 'options.requestedPolicyVersion' => [
264 'options.requestedPolicyVersion' => [
436 'options.requestedPolicyVersion' => [
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js65 selectElement.options.add(oOption) ;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js720 init: function (depMaps, factory, errback, options) { argument
721 options = options || {};
755 this.ignore = options.ignore;
761 if (options.enabled || this.enabled) {
1334 makeRequire: function (relMap, options) { argument
1335 options = options || {};
1340 if (options.enableBuildCallback && callback && isFunction(callback)) {
1390 requireMod.skipMap = options.skipMap;
/plugin/jplayer/components/
H A Drequire.js720 init: function (depMaps, factory, errback, options) { argument
721 options = options || {};
755 this.ignore = options.ignore;
761 if (options.enabled || this.enabled) {
1334 makeRequire: function (relMap, options) { argument
1335 options = options || {};
1340 if (options.enableBuildCallback && callback && isFunction(callback)) {
1390 requireMod.skipMap = options.skipMap;
/plugin/ckgedit/lang/es/
H A Dmerger.txt2 …s opciones de configuración de ckgdoku [[doku>plugin:ckgdoku#configuration|configuration options]].
/plugin/mikioplugin/syntax/
H A Dnav.php19 public $options = array( variable in syntax_plugin_mikioplugin_nav
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js249 var options = {zero: 0, one: 1, empty: '', nan: NaN, nothing: null}; class in AnonymousFunction235956211300
251 _.defaults(options, {zero: 1, one: 10, twenty: 20, nothing: 'str'});
252 assert.equal(options.zero, 0, 'value exists');
253 assert.equal(options.one, 1, 'value exists');
254 assert.equal(options.twenty, 20, 'default applied');
255 assert.equal(options.nothing, null, "null isn't overridden");
258 assert.equal(options.empty, '', 'value exists');
259 assert.ok(_.isNaN(options.nan), "NaN isn't overridden");
260 assert.equal(options.word, 'word', 'new value is added, first one wins');
263 options = {};
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerAnonBindHandler.php35 * @param array $options
41 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
31 handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php71 public static function saveParameters(BigInteger $prime, BigInteger $base, array $options = []) argument
/plugin/zoom/
H A Dscript.js9options){try{document.execCommand("BackgroundImageCache",false,true)}catch(e){}this.each(function(…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js231 model.on('error', function(m, xhr, options) { argument
232 assert.strictEqual(options.textStatus, 'textStatus');
233 assert.strictEqual(options.errorThrown, 'errorThrown');
/plugin/authloginapi/
H A DREADME.md10 * Configure all options under section *Login API Authentication Plugin*.
/plugin/fedauth/Auth/OpenID/
H A DParse.php145 $options = implode("|", array_merge(array($tag_name), $close_tags));
146 $closer = sprintf("(?:%s)", $options);
H A DMDB2Store.php250 $options = array(
260 $options);
/plugin/jorgchart/
H A Djquery.jOrgChart.js16 $.fn.jOrgChart = function(options) { argument
17 var opts = $.extend({}, $.fn.jOrgChart.defaults, options);
/plugin/hidden/
H A Dsyntax.php150 private function _grepOption(&$options, $tag, &$match){ argument
154 $options[$tag] = $text[1];
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php250 $options = [
260 $options);
H A DParse.php149 $options = implode("|", array_merge([$tag_name], $close_tags));
150 $closer = sprintf("(?:%s)", $options);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1515 event(node: HTMLElement|string, event: string, handler: GanttCallback, options?: any): void;
1524 eventRemove(node: HTMLElement|string, event: string, handler: GanttCallback, options?: any): void;
2229 serverList(list_name: string, options?: any[]): any[];
2321 updateCollection(collection: string, options: any[]): boolean;

1...<<31323334353637383940>>...61