Home
last modified time | relevance | path

Searched refs:options (Results 1501 – 1516 of 1516) sorted by last modified time

1...<<61

/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp50 combo.options.add(oOption) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dhtaccess.txt2 # and set the proper options and paths according your enviroment
/plugin/dokukiwix/
H A DCOPYING109 the interface presents a list of user commands or options, such as a
/plugin/darcs/
H A Ddarcs.php70 function darcs_check($options='') { argument
78 function darcs_get($options='') { argument
81 $this->last_cmd=$this->darcs_bin.' get '.$options.' 2>&1';
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js46 oListText.selectedIndex = oListText.options.length - 1 ;
65 oListText.options[ iIndex ].value = oTxtText.value ;
95 oTxtValue.value = oListValue.options[ iIndex ].value ;
111 if ( iFinalIndex > ( combo.options.length - 1 ) )
112 iFinalIndex = combo.options.length - 1 ;
117 var oOption = combo.options[ iActualIndex ] ;
134 var oOptions = combo.options ;
143 if ( combo.options.length > 0 )
145 if ( iSelectedIndex >= combo.options.length ) iSelectedIndex = combo.options.length - 1 ;
161 combo.options.add( oOption, index ) ;
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js32 selectElement.options.add(oOption) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js38 if( (slct.options[0].text) && slct.options[0].text != this.noSuggestionSelection ) {
39 str = slct.options[slct.selectedIndex].text;
47 if( slct.options.length == 0 ) {
50 slct.options[0].selected = true;
58 var i = slct.options.length;
60 slct.options[i] = newOption;
67 if( slct.options[j] ) {
68 slct.options[j] = null;
/plugin/flowplay/flowplayer/
H A DREADME.txt111 …eo dimensions are detected from the FLV metadata. The different resizing options are based on thos…
175 …- Images in playlist are resized according to the menu options. Images also respect the 'initialSc…
181 - New config options to hide the loop button and the size options menu.
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js48 var options = { class in Autosuggest
80 options.place = 1;
83 options.place = 0;
98 options.minlength = d;
110 options.delay = d;
122 options.list = list;
123 options.rebuildList = true;
144 options.match = match;
156 return options.delay;
165 return options.minlength;
[all …]
H A Dselectbox.js186 if (!isUndefined(this.options[i].__idx) && options[this.options[i].__idx]) {
187 options[this.options[i].__idx].selected = this.options[i].selected;
188 options[this.options[i].__idx].defaultSelected = this.options[i].defaultSelected;
440 options = options.sort();
647 options[options.length] = { 'text' : text class in addOption
658 options[options.length-1].toString = __toString;
662 __saveOptionsTrack ('added', options[options.length-1].text, options[options.length-1].value);
722 if (options[i].selected && options[i].visible) {
723 … to.addOption (options[i].text, options[i].value, options[i].selected, options[i].defaultSelected);
832 if (!options[idx1] || options[idx2]) return false;
[all …]
/plugin/gcalendar/inc/
H A Dgcal_show.php26 switch(strtolower($options['mode'])) {
29 if(isset($options['days'])) $day_shift=$options['days'];
70 if(isset($options['fontsize']))$fontsize = " style='font-size:".$options['fontsize'].";'";
74 show_column_groups($pages,$options);
76 if(!isset($options['nonav']) && !isset($options['noheader'])) {
93 if(!isset($options['nohead']) && !isset($options['noheader'])) {
106 if($options['mode']!='day' && !isset($options['nofoot']) && !isset($options['noheader'])) {
133 if(isset($options['dayshift'])) $dayshift=$options['dayshift']*60*60*24;else $dayshift=0;
139 if(isset($options['dayshift'])) $dayshift=$options['dayshift']*60*60*24;else $dayshift=0;
153 (isset($options['compact']) || isset($options['dropempty'])) ) {
[all …]
H A Dgcal_read.php11 * @param array $options contains a list of parameters passed to the plugin at the wiki-page
16 function read_pages_into_calendar(&$options,&$pages,$default_date) { argument
38 $page_list = expand_ns($page_list,isset($options['nested']));
48 if(!isset($options["showdup"]) && in_array($wikipage,$pages_allready_read)) continue;
57 if( ($options["pagelinks"]=="show") ||
58 (($options["pagelinks"]!="hide") && count($page_list)>1) ) {
65 read_wikipage_into_calendar($options,$page_key,$wikipage,$section,$pagelink,$default_date);
76 * @param array $options contains a list of parameters passed to the plugin at the wiki-page
84 function read_wikipage_into_calendar(&$options,$page_key,$wikipage,$section,$pagelink,$default_date… argument
H A Dgcal_main.php28 function render_gcal(&$options) { argument
36 if(!isset($options['mode'])) $options['mode']='month';
44 if(!isset($options['pages'])) $options['pages'] = '('.$ID.')';
49 $pages = $options['pages'];
69 …if(isset($options["month"])) $month = $options["month"] + $options["offset"] + $_SESSION["offset"];
70 if(isset($options["year"])) $year = $options["year"];
71 if(isset($options["day"])) $day = $options["day"];
79 if(isset($options["offset"])) {
80 switch($options["mode"]) {
91 if(isset($options['dayshift'])) $reference_date += 60*60*24*$options['dayshift'];
[all …]
/plugin/geourl/lang/en/
H A Dintro.txt16 Please set the following options...
/plugin/zip/pear/
H A DPEAR.php302 * @param mixed $options
347 $setoptions = $options;
609 $def_options = $options;
646 $setoptions = $options;
868 $this->callback = $options;
870 if ($options === null) {
873 $this->level = $options;
877 if (is_null($options) || is_int($options)) {
880 $format = $options;
889 if (is_null($options) || is_int($options)) {
[all …]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …tch:1,namevirtualhost:1,noproxy:1,nwssltrustedcerts:1,nwsslupgradeable:1,options:1,order:1,passenv… property in hljs.LANGUAGES.apache.dM.k.keyword

1...<<61