Home
last modified time | relevance | path

Searched refs:options (Results 1126 – 1150 of 1516) sorted by relevance

1...<<41424344454647484950>>...61

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js28 init: function(options) { argument
32 var config = $.extend({}, $.jPlayerInspector.defaults, options);
/plugin/bookcreator/script/
H A Djquery.fileDownload.js32 //$.fileDownload('/path/to/url/', options)
33 // see directly below for possible 'options'
34 fileDownload: function (fileUrl, options) { argument
36 //provide some reasonable defaults to any unspecified options below
58 //Requires jQuery UI: options to pass into jQuery UI Dialog
137 }, options);
/plugin/revealjs/js/
H A Dreveal.js396 function initialize( options ) { argument
442 extend( config, options );
1308 function configure( options ) { argument
1314 if( typeof options === 'object' ) extend( config, options );
3794 function loadSlide( slide, options ) { argument
3796 options = options || {};
3879 else if( backgroundIframe && options.excludeIframes !== true ) {
4201 function stopEmbeddedContent( element, options ) { argument
4203 options = extend( {
4206 }, options || {} );
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css250 #mediamanager__page .panelHeader form.options {
255 [dir=rtl] #mediamanager__page .panelHeader form.options {
298 #mediamanager__page .panelHeader form.options .ui-controlgroup-horizontal label {
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js93 function Plugin(element, options) { argument
102 this.s = $.extend({}, defaults, options);
1336 $.fn.lightGallery = function(options) { argument
1339 $.data(this, 'lightGallery', new Plugin(this, options));
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js810 _.throttle = function(func, wait, options) { argument
813 if (!options) options = {};
816 previous = options.leading === false ? 0 : _.now();
824 if (!previous && options.leading === false) previous = now;
836 } else if (!timeout && options.trailing !== false) {
/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php1769 public $options; variable in Google_CommunityPoll
1882 public function setOptions(/* array(Google_OrkutCommunitypolloptionResource) */ $options) { argument
1883 $this->assertIsArray($options, 'Google_OrkutCommunitypolloptionResource', __METHOD__);
1884 $this->options = $options;
1887 return $this->options;
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified42 …"confirmCancel": "You have changed some options. Are you sure you want to close the dialog window?…
43 "options": "Options",
246 "options": "Color Options",
254 "options": "Template Options",
259 "options": "Context Menu Options"
485 "options": "Smiley Options",
628 "options": "Special Character Options",
H A Den.js-4.9.merged5options. Are you sure you want to close the dialog window?","options":"Options","target":"Target",…
H A Den.js.unc5options. Are you sure you want to close the dialog window?","options":"Options","target":"Target",…
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified42 …"confirmCancel": "You have changed some options. Are you sure you want to close the dialog window?…
43 "options": "Options",
246 "options": "Color Options",
254 "options": "Template Options",
259 "options": "Context Menu Options"
485 "options": "Smiley Options",
628 "options": "Special Character Options",
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1options) {\n return setProperty(text, path, void 0, options);\n}\nexport function setProperty(t…
/plugin/showsamples/
H A Djquery.scrollTo.min.js7 …n(a){return $(a.elem)[a.prop]()}, set:function(a){var d=this.get(a);if(a.options.interrupt&&a._las…
/plugin/html2pdf/snorriheim/
H A Dmedia.css58 /* --- options --- */
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php265 function field_select($x, $y, $w, $h, $name, $value, $options) { /* N/A */ } argument
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp47 combo.options.add(oOption) ;
/plugin/foldablelist/
H A DREADME.md50 added config-options for CSS and separate Button-Up and Button-Down
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md199 options](http://www.requirejs.org/docs/api.html#config):
227 Current available RequireJS options for individual packages include:
/plugin/redissue/
H A DREADME.md63 …es of a specific project and/or a specific tracker, it's also possible. You've **2** other options:
121 ### Other options
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js3821 options = Object(options);
3833 options = Object(options);
12553 if (sns.options && sns.options.length) {
12634 sns.options = sns.options || options;
12936 config.options = options;
12946 options = options.slice(0);
12986 if (sns.options && sns.options.length) {
13351 var options = sections[i].options;
18239 options = config.options || [];
29869 options = options || [];
[all …]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md28 - Added more configuration options to the Heading Permalinks extension (#939):
294 - **Added new configuration options:**
295 - Added `heading_permalink/min_heading_level` and `heading_permalink/max_heading_level` options to control which headings get permalinks (#519)
369 - **Changes to configuration options:**
382 - `SlugNormalizer::normalizer()` now supports optional prefixes and max length options passed in via the `$context` argument
399 - `Configuration` objects must now be configured with a schema and all options must match that schema - arbitrary keys are no longer permitted
/plugin/authshibboleth/
H A DREADME.md47 …not the case or you need to tune something, there is a bunch of configuration options you can set.
/plugin/txt2tags/
H A Dtoolbar.php198 'options'=> 'width=750,height=500,left=20,top=20,scrollbars=yes,resizable=yes',
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp50 combo.options.add(oOption) ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02_mx.cfm49 combo.options.add(oOption) ;

1...<<41424344454647484950>>...61