Home
last modified time | relevance | path

Searched refs:withContent (Results 26 – 50 of 91) sorted by relevance

1234

/dports/www/ilias6/ILIAS-6.14/Services/Style/System/classes/Provider/
H A DSystemStylesGlobalScreenToolProvider.php46 ->withContent($this->dic->ui()->factory()->legacy($exp->getHTML(true)));
/dports/devel/coursier/coursier-1.1.0-M12/modules/cache/jvm/src/main/scala/coursier/cache/internal/
H A DFileUtil.scala36 def withContent(is: InputStream, f: (Array[Byte], Int) => Unit, bufferSize: Int = 16384): Unit = { method
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/format/
H A Dpretty.go66 p.generator.funcs(withContent(regexp.MustCompile(`(\r?\n)*$`).ReplaceAllString(rendered, "")))
H A Dtfvars_hcl.go78 h.generator.funcs(withContent(strings.TrimSuffix(sanitize(rendered), "\n")))
H A Dgenerator_test.go121 fn: withContent,
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Factory/Tool/
H A DTool.php82 public function withContent(Component $ui_component) : hasContent function in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Tool\\Tool
/dports/www/ilias/ILIAS-5.4.25/src/UI/Implementation/Component/Dropzone/File/
H A DWrapper.php46 public function withContent($content) function in ILIAS\\UI\\Implementation\\Component\\Dropzone\\File\\Wrapper
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Dropzone/File/
H A DWrapper.php46 public function withContent($content) function in ILIAS\\UI\\Implementation\\Component\\Dropzone\\File\\Wrapper
/dports/www/sogo/SOGo-5.4.0/Tools/
H A DSOGoToolCreateFolder.m81 withContent: (NSDictionary *) content
125 if (![self createNewFolderOfType: folderType withContent: content])
/dports/www/sogo-activesync/SOGo-5.4.0/Tools/
H A DSOGoToolCreateFolder.m81 withContent: (NSDictionary *) content
125 if (![self createNewFolderOfType: folderType withContent: content])
/dports/www/sogo2/SOGo-2.4.1/Tools/
H A DSOGoToolCreateFolder.m84 withContent: (NSDictionary *) content
128 if (![self createNewFolderOfType: folderType withContent: content])
/dports/security/xray-core/Xray-core-1.5.0/app/router/
H A Dcondition_test.go48 func withContent(content *session.Content) routing.Context { func
233 input: withContent(&session.Content{Protocol: (&http.SniffHeader{}).Protocol()}),
316 …input: withContent(&session.Content{Protocol: "http/1.1", Attributes: map[string]string{":path": …
/dports/net/v2ray/v2ray-core-4.36.2/app/router/
H A Dcondition_test.go48 func withContent(content *session.Content) routing.Context { func
233 input: withContent(&session.Content{Protocol: (&http.SniffHeader{}).Protocol()}),
316 …input: withContent(&session.Content{Protocol: "http/1.1", Attributes: map[string]string{":path": …
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Modal/
H A DRoundTrip.php135 public function withContent($content) function in ILIAS\\UI\\Implementation\\Component\\Modal\\RoundTrip
/dports/www/ilias/ILIAS-5.4.25/src/UI/Implementation/Component/Modal/
H A DRoundTrip.php135 public function withContent($content) function in ILIAS\\UI\\Implementation\\Component\\Modal\\RoundTrip
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/fs/
H A Dfakefs.go62 withContent bool member
122 fs.withContent = params.Get("content") == "true"
269 if fs.withContent {
291 if fs.withContent {
481 if fs.withContent {
/dports/www/ilias6/ILIAS-6.14/Services/COPage/GlobalScreen/classes/
H A Dclass.ilCOPageEditGSToolProvider.php46 ->withContent($l($this->getContent()));
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MainMenu/Factory/Item/
H A DComplex.php52 public function withContent(Component $ui_component) : hasContent function in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Item\\Complex
H A DLost.php69 public function withContent(Component $ui_component) : hasContent function in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Item\\Lost
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/Tool/Factory/
H A DTool.php81 public function withContent(Component $ui_component) : hasContent function in ILIAS\\GlobalScreen\\Scope\\Tool\\Factory\\Tool
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/Tool/
H A DREADME.md25 ->withContent($l($this->getTree()));
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Factory/Item/
H A DLost.php89 public function withContent(Component $ui_component) : hasContent function in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Item\\Lost
/dports/www/ilias6/ILIAS-6.14/src/UI/Implementation/Component/Table/
H A DPresentationRow.php184 public function withContent(\ILIAS\UI\Component\Listing\Descriptive $content) function in ILIAS\\UI\\Implementation\\Component\\Table\\PresentationRow
/dports/www/ilias/ILIAS-5.4.25/src/UI/Implementation/Component/Table/
H A DPresentationRow.php184 public function withContent(\ILIAS\UI\Component\Listing\Descriptive $content) function in ILIAS\\UI\\Implementation\\Component\\Table\\PresentationRow
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java540 private void makeWriterDoc(String frameName, boolean withContent){ in makeWriterDoc() argument
543 if (withContent) fillWriterDocWithContent(xTextDoc); in makeWriterDoc()

1234