Home
last modified time | relevance | path

Searched refs:browsable (Results 1 – 25 of 783) sorted by relevance

12345678910>>...32

/dports/textproc/R-cran-htmltools/htmltools/man/
H A Dbrowsable.Rd3 \name{browsable}
4 \alias{browsable}
5 \alias{is.browsable}
6 \title{Make an HTML object browsable}
8 browsable(x, value = TRUE)
10 is.browsable(x)
13 \item{x}{The object to make browsable or not.}
15 \item{value}{Whether the object should be considered browsable.}
18 \code{browsable} returns \code{x} with an extra attribute to indicate
19 that the value is browsable.
[all …]
H A Dprint.html.Rd8 \method{print}{shiny.tag}(x, browse = is.browsable(x), ...)
10 \method{print}{html}(x, ..., browse = is.browsable(x))
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DBrowsableAttribute.cs44 private bool browsable = true; field in System.ComponentModel.BrowsableAttribute
49 public BrowsableAttribute(bool browsable) { in BrowsableAttribute() argument
50 this.browsable = browsable; in BrowsableAttribute()
60 return browsable;
74 return (other != null) && other.Browsable == browsable; in Equals()
81 return browsable.GetHashCode(); in GetHashCode()
/dports/www/moodle310/moodle/lib/htmlpurifier/
H A Dlocallib.php33 public $browsable = true; variable in HTMLPurifier_URIScheme_rtsp
49 public $browsable = false; variable in HTMLPurifier_URIScheme_rtmp
65 public $browsable = true; variable in HTMLPurifier_URIScheme_irc
81 public $browsable = true; variable in HTMLPurifier_URIScheme_mms
97 public $browsable = true; variable in HTMLPurifier_URIScheme_gopher
113 public $browsable = true; variable in HTMLPurifier_URIScheme_teamspeak
/dports/www/moodle311/moodle/lib/htmlpurifier/
H A Dlocallib.php33 public $browsable = true; variable in HTMLPurifier_URIScheme_rtsp
49 public $browsable = false; variable in HTMLPurifier_URIScheme_rtmp
65 public $browsable = true; variable in HTMLPurifier_URIScheme_irc
81 public $browsable = true; variable in HTMLPurifier_URIScheme_mms
97 public $browsable = true; variable in HTMLPurifier_URIScheme_gopher
113 public $browsable = true; variable in HTMLPurifier_URIScheme_teamspeak
/dports/www/moodle39/moodle/lib/htmlpurifier/
H A Dlocallib.php33 public $browsable = true; variable in HTMLPurifier_URIScheme_rtsp
49 public $browsable = false; variable in HTMLPurifier_URIScheme_rtmp
65 public $browsable = true; variable in HTMLPurifier_URIScheme_irc
81 public $browsable = true; variable in HTMLPurifier_URIScheme_mms
97 public $browsable = true; variable in HTMLPurifier_URIScheme_gopher
113 public $browsable = true; variable in HTMLPurifier_URIScheme_teamspeak
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/tests/
H A DBrowsableAttributeTests.cs15 public void Ctor_Browsable(bool browsable) in Ctor_Browsable() argument
17 var attribute = new BrowsableAttribute(browsable); in Ctor_Browsable()
18 Assert.Equal(browsable, attribute.Browsable); in Ctor_Browsable()
19 Assert.Equal(browsable, attribute.IsDefaultAttribute()); in Ctor_Browsable()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/pbconf/fossology/deb/
H A Dcontrol15 which produce results that are then browsable via the web interface.
29 which produce results that are then browsable via the web interface.
44 which produce results that are then browsable via the web interface.
57 which produce results that are then browsable via the web interface.
70 which produce results that are then browsable via the web interface.
82 which produce results that are then browsable via the web interface.
100 which produce results that are then browsable via the web interface.
112 which produce results that are then browsable via the web interface.
124 which produce results that are then browsable via the web interface.
136 which produce results that are then browsable via the web interface.
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/debian/
H A Dcontrol21 which produce results that are then browsable via the web interface.
39 which produce results that are then browsable via the web interface.
58 which produce results that are then browsable via the web interface.
74 which produce results that are then browsable via the web interface.
88 which produce results that are then browsable via the web interface.
100 which produce results that are then browsable via the web interface.
120 which produce results that are then browsable via the web interface.
133 which produce results that are then browsable via the web interface.
145 which produce results that are then browsable via the web interface.
157 which produce results that are then browsable via the web interface.
[all …]
/dports/games/warmux/warmux-11.04/tools/servers/game_server/
H A Dmain.cpp170 bool browsable = false; in main() local
171 if (!config.Get("public", browsable)) { in main()
178 game_name, password, browsable)) { in main()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Primitives/src/System/ComponentModel/
H A DBrowsableAttribute.cs40 public BrowsableAttribute(bool browsable) in BrowsableAttribute() argument
42 Browsable = browsable; in BrowsableAttribute()
/dports/graphics/opendx/dx-4.4.4/src/uipp/prompter/
H A DImportableChoice.C41 boolean browsable, boolean testable, in ImportableChoice() argument
45 ) : TypeChoice(name, browsable, testable, visualizable, prompterable, gcw, sym) in ImportableChoice()
H A DNonimportableChoice.h33 boolean browsable, in NonimportableChoice() argument
39 ) : TypeChoice (name, browsable, testable, visualizable, prompterable, gcw, sym) in NonimportableChoice()
H A DTypeChoice.h70 boolean browsable; variable
79 boolean browsable,
154 boolean isBrowsable() { return this->browsable; } in isBrowsable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DWebBrowsableAttribute.cs38 public WebBrowsableAttribute(bool browsable) { in WebBrowsableAttribute() argument
39 _browsable = browsable; in WebBrowsableAttribute()
/dports/www/R-cran-bslib/bslib/man/
H A Dhtml-browse.Rd6 \title{Make HTML browsable by default}
18 Make HTML browsable by default
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler_ui/src/
H A Dmodelexporthelper.h99 bool show_grid, show_delim, page_by_page, splitted, browsable; variable
170 …void exportToDataDict(DatabaseModel *db_model, const QString &path, bool browsable, bool splitted);
197 …void setExportToDataDictParams(DatabaseModel *db_model, const QString &path, bool browsable, bool …
/dports/devel/R-cran-fontawesome/fontawesome/R/
H A Dfa_i.R94 icon_tag <- htmltools::browsable(icon_tag)
145 htmltools::browsable(icon_tag)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DPropertyDescriptors.cs448 bool browsable = false; in GetBindableMembers()
453 browsable = browsableAttribute.Browsable; in GetBindableMembers()
461browsable = (bool)attributeInfoAttribute.AttributeInfo.GetArgumentValueAs(context, 0, typeof(bool)… in GetBindableMembers()
468 if (!browsable) in GetBindableMembers()
827 …BrowsableAttribute browsable = property.Attributes[typeof(BrowsableAttribute)] as BrowsableAttribu… in GetProperties()
828 … if (browsable != null && browsable.Browsable && !(property is ReadonlyPropertyDescriptor)) in GetProperties()
844 … BrowsableAttribute browsable = e.Attributes[typeof(BrowsableAttribute)] as BrowsableAttribute; in GetEvents()
845 if (browsable != null && browsable.Browsable) in GetEvents()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/
H A DWalker.cs281 bool browsable = false; in IsBrowsableType()
284 browsable = browsableAttrs[0].Browsable; in IsBrowsableType()
285 return browsable; in IsBrowsableType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Common/
H A DWalker.cs282 bool browsable = false; in IsBrowsableType()
285 browsable = browsableAttrs[0].Browsable; in IsBrowsableType()
286 return browsable; in IsBrowsableType()
/dports/graphics/R-cran-DiagrammeR/DiagrammeR/R/
H A DgrViz.R150 htmltools::browsable(
159 htmltools::browsable(htmltools::tagList(
/dports/www/py-flask-api/flask-api-3.0/docs/about/
H A Drelease-notes.md55 * Added support for Markdown in the browsable API (requires `markdown >= 2.1`)
71 * Hyperlink content in the browsable API.
/dports/mail/horde-turba/turba-4.2.25/
H A Dsearch.php76 $browsable = !empty($cfgSources[$source]['browse']) && !empty($submitted); variable
88 if (count($criteria) || $browsable) {
96 if ($browsable) {
/dports/www/py-flask-api/flask-api-3.0/docs/
H A Dindex.md9 Flask API is a drop-in replacement for Flask that provides an implementation of browsable APIs simi…
22 * Markdown (`2.6+`): Markdown support for the browsable API
42 …to a JSON response. If you're viewing the API in a browser it'll default to the browsable API HTML.

12345678910>>...32