Home
last modified time | relevance | path

Searched defs:withDescription (Results 1 – 17 of 17) sorted by relevance

/dports/www/ilias6/ILIAS-6.14/src/UI/Component/Item/
H A DItem.php22 public function withDescription(string $description) : Item; function
/dports/www/ilias/ILIAS-5.4.25/src/UI/Implementation/Crawler/Entry/
H A DComponentEntryDescription.php38 public function withDescription($description = array()) function in ILIAS\\UI\\Implementation\\Crawler\\Entry\\ComponentEntryDescription
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Crawler/Entry/
H A DComponentEntryDescription.php38 public function withDescription($description = array()) function in ILIAS\\UI\\Implementation\\Crawler\\Entry\\ComponentEntryDescription
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Item/
H A DItem.php66 public function withDescription(string $desc) : C\Item\Item function in ILIAS\\UI\\Implementation\\Component\\Item\\Item
/dports/www/ilias/ILIAS-5.4.25/src/UI/Component/Item/
H A DItem.php24 public function withDescription($description); function
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/types/
H A Dclass.ilStudyProgrammeTypeInfo.php53 public function withDescription(?string $description) : ilStudyProgrammeTypeInfo function in ilStudyProgrammeTypeInfo
/dports/www/ilias/ILIAS-5.4.25/src/UI/Implementation/Component/Item/
H A DItem.php67 public function withDescription($desc) function in ILIAS\\UI\\Implementation\\Component\\Item\\Item
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DCallStatus.java109 public CallStatus withDescription(String message) { in withDescription() method in CallStatus
/dports/databases/arrow/apache-arrow-6.0.1/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DCallStatus.java109 public CallStatus withDescription(String message) { in withDescription() method in CallStatus
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/flight/flight-core/src/main/java/org/apache/arrow/flight/
H A DCallStatus.java109 public CallStatus withDescription(String message) { in withDescription() method in CallStatus
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/chat-widget/
H A Dchat-widget-title.cpp225 QString ChatWidgetTitle::withDescription(const Chat &chat, const QString &title) const in withDescription() function in ChatWidgetTitle
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/
H A Dbuilder.go430 func withDescription(s spec.Schema, desc string) spec.Schema { func
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/
H A Dbuilder.go434 func withDescription(s spec.Schema, desc string) spec.Schema { func
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/
H A Dbuilder.go431 func withDescription(s spec.Schema, desc string) spec.Schema { func
/dports/devel/cccc/cccc-3.1.6/cccc/
H A Dcccc_htm.cc962 void CCCC_Html_Stream::Put_Extent_Cell(const CCCC_Extent& extent, int width, bool withDescription) { in Put_Extent_Cell()
980 void CCCC_Html_Stream::Put_Extent_List(CCCC_Record& record, bool withDescription) in Put_Extent_List()
H A Dcccc_xml.cc580 void CCCC_Xml_Stream::Put_Extent_Node(const CCCC_Extent& extent, int width, bool withDescription) in Put_Extent_Node()
592 void CCCC_Xml_Stream::Put_Extent_List(CCCC_Record& record, bool withDescription) in Put_Extent_List()
/dports/net/kcalutils/kcalutils-21.12.3/src/
H A Dhtmlexport.cpp285 …HtmlExport::createEvent(QTextStream *ts, const Event::Ptr &event, QDate date, bool withDescription) in createEventList()