Home
last modified time | relevance | path

Searched refs:features (Results 151 – 175 of 175) sorted by path

1234567

/plugin/schedule/lib/
H A DscheduleCitiesMap.js347 features: []
375 var features = feature.get ('features');
376 var size = features.length;
378 return features [0].get ('selected') ? iconSelectedStyle : iconStyle;
380 features.forEach (function (item) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedElements.txt
H A DHTML.DefinitionID.txt
H A DHTML.SafeEmbed.txt
H A DHTML.SafeObject.txt
/plugin/sketchcanvas/
H A DREADME.md10 It aims to have following features:
15 * Unlike SVG, no complex graphics features are supported
/plugin/snow/
H A Dsnowstorm.js51 features,
75 features = (function() { method in snowStorm
376 if (storm.useGPU && features.transform.prop) {
378 this.o.style[features.transform.prop] = 'translate3d(0px, 0px, 0px)';
543 features.getAnimationFrame(storm.snow);
/plugin/strata/
H A Dmanual.txt33 The same example, but extended with more features:
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js47 features = { class in AnonymousFunction5b121b410100
270 features.extensibility = on;
284 features.natives = on;
601 if (!features.natives && options.natives) {
604 if (!features.extensibility && options.extensibility) {
621 return !!(features[feature]);
829 if (features.natives && options.natives) {
832 if (features.extensibility && options.extensibility) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js547 var features = {
983 features.astral = on;
999 features.natives = on;
1440 if (!features.astral && options.astral) {
1444 if (!features.natives && options.natives) {
1462 return !!features[feature];
1793 if (features.astral && options.astral) {
1797 if (features.natives && options.natives) {
H A Dsyntaxhighlighter.js.map1features","astral","natives","nativ","RegExp","prototype","String","fixed","regexCache","patternCa…
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
/plugin/tuxquote/
H A Dquotes.txt3563 There never was a chip, it is said, that Bill Gates couldn't slow down with a new batch of features
3581 The irony is that Perl itself is a subset of UNIX features condensed into a quick-and-dirty scripti…
/plugin/txt2tags/
H A Dconfig.t2t7 % cool features (like this preproc / postproc thing see http://txt2tags.org/userguide/preproc.html)
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md852 * Updated: Brand new browser plugin with more debugging features and a design
H A DCONTRIBUTING.md12 features are out of scope for our projects.
19 instance, we've rejected features in the past because we felt uncomfortable
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php332 $features = explode(',', $dav);
333 foreach ($features as &$v) {
336 return $features;
H A DCorePlugin.php215 $features = ['1', '3', 'extended-mkcol'];
218 $features = array_merge($features, $plugin->getFeatures());
221 $response->setHeader('DAV', implode(', ', $features));
346 $features = ['1', '3', 'extended-mkcol'];
348 $features = array_merge($features, $plugin->getFeatures());
350 $response->setHeader('DAV', implode(', ', $features));
/plugin/wikistats/
H A DREADME.md167 ### Bugs and features request
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp34 This sample displays a normal HTML form with an FCKeditor with full features enabled.
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp40 This sample displays a normal HTML form with an FCKeditor with full features enabled.
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm37 This sample displays a normal HTML form with a FCKeditor with full features enabled.
H A Dsample01_mx.cfm37 This sample displays a normal HTML form with a FCKeditor with full features enabled.
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample01.lasso35 This sample displays a normal HTML form with an FCKeditor with full features
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js433 function FillPopupFields( windowName, features ) argument
440 while( ( oFeaturesMatch = oRegex.PopupFeatures.exec( features ) ) != null )

1234567