Home
last modified time | relevance | path

Searched refs:withContent (Results 1 – 25 of 91) sorted by relevance

1234

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/respect/validation/tests/unit/Rules/
H A DSizeTest.php47 …$file2Kb = vfsStream::newFile('2kb.txt')->withContent(LargeFileContent::withKilobytes(2))->at($roo…
48 …$file2Mb = vfsStream::newFile('2mb.txt')->withContent(LargeFileContent::withMegabytes(2))->at($roo…
105 …$file1Gb = vfsStream::newFile('1gb.txt')->withContent(LargeFileContent::withGigabytes(1))->at($roo…
120 …$file1Gb = vfsStream::newFile('1gb.txt')->withContent(LargeFileContent::withGigabytes(1))->at($roo…
H A DExistsTest.php59 … $file = vfsStream::newFile('2kb.txt')->withContent(LargeFileContent::withKilobytes(2))->at($root);
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/dbinfo/
H A DDatabaseInformation.java296 protected boolean withContent = false;
383 public final void setWithContent(boolean withContent) {
384 this.withContent = withContent;
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/format/
H A Dgenerator.go28 func withContent(content string) generateFunc { func
247 "all": withContent,
H A Dxml.go45 x.generator.funcs(withContent(strings.TrimSuffix(string(out), "\n")))
H A Dtoml.go49 t.generator.funcs(withContent(strings.TrimSuffix(buffer.String(), "\n")))
H A Dyaml.go50 y.generator.funcs(withContent(strings.TrimSuffix(buffer.String(), "\n")))
H A Djson.go50 j.generator.funcs(withContent(strings.TrimSuffix(buffer.String(), "\n")))
H A Dtfvars_json.go56 j.generator.funcs(withContent(strings.TrimSuffix(buffer.String(), "\n")))
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Factory/
H A DhasContent.php18 public function withContent(Component $ui_component) : hasContent; function
/dports/www/ilias6/ILIAS-6.14/src/UI/Component/Dropzone/File/
H A DWrapper.php43 public function withContent($content); function
/dports/www/ilias/ILIAS-5.4.25/src/UI/Component/Dropzone/File/
H A DWrapper.php43 public function withContent($content); function
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MainMenu/Factory/
H A DhasContent.php29 public function withContent(Component $ui_component) : hasContent; function
/dports/www/ilias/ILIAS-5.4.25/src/UI/Component/Modal/
H A DRoundTrip.php33 public function withContent($a_content); function
/dports/www/ilias6/ILIAS-6.14/src/UI/Component/Modal/
H A DRoundTrip.php33 public function withContent($a_content); function
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/league/uri-interfaces/src/Contracts/
H A DUriComponentInterface.php87 public function withContent(?string $content): self; function
/dports/www/nextcloud/nextcloud/3rdparty/league/uri-interfaces/src/Contracts/
H A DUriComponentInterface.php87 public function withContent(?string $content): self; function
/dports/www/ilias/ILIAS-5.4.25/src/UI/Component/Table/
H A DPresentationRow.php46 public function withContent(\ILIAS\UI\Component\Listing\Descriptive $content); function
/dports/www/ilias6/ILIAS-6.14/src/UI/Component/Table/
H A DPresentationRow.php46 public function withContent(\ILIAS\UI\Component\Listing\Descriptive $content); function
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/respect/validation/tests/integration/rules/
H A Dexists_1.phpt11 $file = vfsStream::newFile('2kb.txt')->withContent(LargeFileContent::withKilobytes(2))->at($root);
/dports/www/ilias6/ILIAS-6.14/src/UI/examples/Table/Presentation/
H A Dbase.php31 ->withContent(
H A Dbase1.php26 ->withContent(
/dports/www/ilias/ILIAS-5.4.25/src/UI/examples/Table/Presentation/
H A Dbase.php31 ->withContent(
H A Dbase1.php26 ->withContent(
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Factory/Item/
H A DComplex.php54 public function withContent(Component $ui_component) : hasContent function in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Item\\Complex

1234