Home
last modified time | relevance | path

Searched refs:options (Results 951 – 975 of 1516) sorted by relevance

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

/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-diff.css77 /* diff options */
130 height: 1.5em; /* height is necessary for longer options in Webkit */
/plugin/ckgdoku/
H A Dscript.js407 var options = opts.substring(1).split('&');
411 for (var i in options) {
412 var opt = options[i];
/plugin/achart/
H A DREADME.md70 var options = {
80 options: {
106 options: {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js2740 options[name] = func(options);
3441 options = options || {};
3442 _this.overflowX = options.overflowX || options.overflow || 'auto';
3443 _this.overflowY = options.overflowY || options.overflow || 'auto';
6288 this.options = options || {};
7785 var options;
7792 options = {
9492 this.options = options = options || {};
9651 this.options = options || {};
9676 var options = this.options;
[all …]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.table.js5 Syntax.layouts.table=function(options,code,container){var table=jQuery('<table class="syntax highli… argument
H A Djquery.syntax.layout.fixed.js5 Syntax.layouts.fixed=function(options,code,container){var fixed=jQuery('<div class="fixed syntax hi… argument
/plugin/struct/lang/en/
H A Deditor_edit.txt7 The type of a field defines what kind of data can be stored in the field and influences how it will be displayed later. Each type has its own specific configuration options.
/plugin/jquery/
H A Dscript.js12 …E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select…
19options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(t…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php67 * @param array $options
72 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse
55 handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchHandler.php37 array $options
35 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerBindHandler.php37 public function handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): TokenInterface
34 handleBind(LdapMessageRequest $message, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerDispatchHandler.php36 * @param array $options
40 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
32 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md57 var options = {theme: 'simple'};
58 d.drawSVG('diagram', options);
67 var options = {theme: 'hand'};
68 $(".diagram").sequenceDiagram(options);
78 var options = {
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.1.6.class.php143 function field_select($x, $y, $w, $h, $name, $value, $options) { argument
146 foreach ($options as $option) {
/plugin/authnc/
H A Dauth.php33 $options = array(
38 curl_setopt_array($this->curl, $options);
/plugin/tagging/action/
H A Dsearch.php109 // options
110 $options = [
115 foreach ($options as $key => $label) {
/plugin/confmanager/
H A Dscript.js208 var options = { class in AnonymousFunction9634004d0d00
213 jQuery('#fileuploadform').ajaxForm(options);
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js483 (function(root,factory){if(typeof exports==="object"){root.sf2=exports;factory(exports)}else if(typeof define==="function"&&define.amd){define(["exports"],function(exports){root.sf2=exports;return(root.sf2,factory(exports))})}else{root.sf2={};factory(root.sf2)}}(this,function(exports){"use strict";var sf2=exports;sf2.Parser=function(input,options){options=options||{};this.input=input;this.parserOptions=options.parserOptions};sf2.Parser.prototype.parse=function(){var parser=new sf2.Riff.Parser(this.input,this.parserOptions),chunk;parser.parse();if(parser.chunkList.length!==1) argument
517 return{modgen:modgen}};sf2.Parser.GeneratorEnumeratorTable=['startAddrsOffset','endAddrsOffset','startloopAddrsOffset','endloopAddrsOffset','startAddrsCoarseOffset','modLfoToPitch','vibLfoToPitch','modEnvToPitch','initialFilterFc','initialFilterQ','modLfoToFilterFc','modEnvToFilterFc','endAddrsCoarseOffset','modLfoToVolume',undefined,'chorusEffectsSend','reverbEffectsSend','pan',undefined,undefined,undefined,'delayModLFO','freqModLFO','delayVibLFO','freqVibLFO','delayModEnv','attackModEnv','holdModEnv','decayModEnv','sustainModEnv','releaseModEnv','keynumToModEnvHold','keynumToModEnvDecay','delayVolEnv','attackVolEnv','holdVolEnv','decayVolEnv','sustainVolEnv','releaseVolEnv','keynumToVolEnvHold','keynumToVolEnvDecay','instrument',undefined,'keyRange','velRange','startloopAddrsCoarseOffset','keynum','velocity','initialAttenuation',undefined,'endloopAddrsCoarseOffset','coarseTune','fineTune','sampleID','sampleModes',undefined,'scaleTuning','exclusiveClass','overridingRootKey'];sf2.Riff={};sf2.Riff.Parser=function(input,options){options=options||{};this.input=input;this.ip=options.index||0;this.length=options.length||input.length-this.ip;this.offset=this.ip;this.padding=options argument
[all...]
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js342 jQuery.swap = function( elem, options, callback, args ) { argument
351 for ( name in options ) {
353 elem.style[ name ] = options[ name ];
359 for ( name in options ) {
/plugin/syntaxhighlighter4/
H A DREADME.md28 <sxh [brush][; options]>
40 Semicolon separated options for SyntaxHighlighter, see [SyntaxHighlighter Configuration](https://gi…
45 [Syntaxhighlighter default options](https://github.com/syntaxhighlighter/syntaxhighlighter/wiki/Con…
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php57 protected $options = [ variable in Hoa\\Protocol\\Bin\\Resolve
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php784 $mode = null, $options = null, $userinfo = null) argument
786 parent::PEAR_Error($message, $code, $mode, $options, $userinfo);
798 $mode = null, $options = null, $userinfo = null) argument
/plugin/ckgedit/
H A Dscript.js434 var options = opts.substring(1).split('&');
438 for (var i in options) {
439 var opt = options[i];
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md18 or all export options might not work if the web page is loaded locally (via
41 ### 2) Enable `export` with default options:
52 ### ... OR set your own custom options:
180 The above will display a menu out of three options when you hover on export
298 #### Format specific options that you can override using Menu item reviver
489 Since 1.2.1 it's also possible to set some of the annotation options without the
786 toJSON | (object) options, (function) callback | Prepares a JSON and passes the plain data to the c…
787 toCSV | (object) options, (function) callback | Prepares a CSV and passes the plain data to the cal…
789 toBlob | (object) options, (function) callback | Prepares a BLOB and passes the instance to the cal…
790 toCanvas | (object) options, (function) callback | Prepares a Canvas and passes the element to the …
[all …]
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php59 protected $options = [ variable in Hoa\\Math\\Bin\\Calc

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