Home
last modified time | relevance | path

Searched refs:options (Results 1476 – 1500 of 1516) sorted by path

1...<<5152535455565758596061

/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php361 * @param int $options
364 public function validate($options = 0) { argument
366 $messages = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php306 * @param int $options
309 public function validate($options = 0) { argument
311 $warnings = parent::validate($options);
323 if ($options & self::REPAIR) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php298 * @param int $options
301 public function validate($options = 0) { argument
303 $messages = parent::validate($options);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DReader.php38 * @param int $options
41 static public function read($data, $options = 0) { argument
44 $result = $parser->parse($data, $options);
61 * @param int $options
64 static public function readJson($data, $options = 0) { argument
67 $result = $parser->parse($data, $options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php45 * @param int $options Parser options, see the OPTIONS constants.
47 public function __construct($input, $options = 0) { argument
49 $data = VObject\Reader::read($input, $options);
H A DVCard.php45 * @param int $options Parser options, see the OPTIONS constants.
47 public function __construct($input, $options = 0) { argument
50 $this->parser = new MimeDir($input, $options);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php669 function assertValidate($ics, $options, $expectedLevel, $expectedMessage = null) { argument
672 $result = $vcal->validate($options);
H A DVCardTest.php262 function assertValidate($vcf, $options, $expectedLevel, $expectedMessage = null) { argument
265 $result = $vcal->validate($options);
/plugin/widearea/widearea/
H A Dwidearea.js388 setOptions: function(options) { argument
389 this._options = _mergeOptions(this._options, options);
/plugin/wrap/
H A Dexample.txt122 You can use the same options with spans (as each element that floats is automatically a block level element), but it probably doesn't make too much sense. :!: Widths on spans normally do not work (by design), but can make sense, when it is floating.
126 All of those options will also work in the [[#boxes and notes]] wraps (see below).
132 If that config options is enabled and you need text that is bold and italic, simply use it the other way around: ''%%**//No Headline//**%%''.
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp47 combo.options.add(oOption) ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp50 combo.options.add(oOption) ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm49 combo.options.add(oOption) ;
H A Dsample02_mx.cfm49 combo.options.add(oOption) ;
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso48 combo.options.add(oOption) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js286 selectElement.options.add(oOption) ;
/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/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/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js32 selectElement.options.add(oOption) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc183 …ption" access="public" output="true" returnType="void" hint="Sets values for allowed CFC options.">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dhtaccess.txt2 # and set the proper options and paths according your enviroment
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js36 …Tools.GetElementDocument(A).createElement("OPTION");D.text=B;D.value=C;A.options.add(D);return D;}…
H A Dfckeditorcode_ie.js37 …Tools.GetElementDocument(A).createElement("OPTION");D.text=B;D.value=C;A.options.add(D);return D;}…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc224 …the caseless configuration keys to a list of all available configuration options in the correct ca…
H A Dfckeditor.cfm136 …the caseless configuration keys to a list of all available configuration options in the correct ca…

1...<<5152535455565758596061