Home
last modified time | relevance | path

Searched refs:parent (Results 176 – 200 of 3339) sorted by last modified time

12345678910>>...134

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php47 parent::__construct($parser);
/plugin/dw2pdf/
H A DDokuPDF.class.php55 parent::__construct([
94 parent::GetFullPath($path, $basepath);
/plugin/hidden/
H A Dscript.js9 jQuery("div.hiddenSinceBeginning").parent().addClass('hiddenHidden');
11 jQuery(this).parent().toggleClass('hiddenHidden');
H A Dsyntax.php31 return parent::accepts($mode);
/plugin/combo/ComboStrap/
H A DAnalyticsMenuItem.php48 $linkAttributes = parent::getLinkAttributes($classprefix);
H A DLdJson.php205 parent::setFromStoreValueWithoutException($value);
H A DLocalFileSystem.php135 * the current and parent relative directory (ie `.` and `..`)
194 $parent = $path;
197 $parent = $parent->getParent();
201 $closest = $parent->resolve($lastFullName);
225 * It fails to calculate the parent because it just don't use
H A DLocalPath.php217 throw new ExceptionNotFound("No parent");
296 throw new ExceptionBadArgument("The path ($localPath) is not a parent path of the actual path ($actualPath)");
359 * is to look for an existing parent directory.
368 $parent = dirname($workingPath);
377 if (preg_match("/^(\.|\/|\\\\|[a-z]:\\\\)$/i", $parent)
378 || $parent === $workingPath
379 || $parent === "\\" // bug on regexp
388 $parts[] = substr($workingPath, strlen($parent) + $lastSep);
390 $realPath = realpath($parent);
405 $workingPath = $parent;
[all...]
H A DBlockquoteTag.php58 $parent = $callStack->moveToParent();
59 if ($parent !== false) {
60 $context = $parent->getTagName();
62 $parent = $callStack->moveToParent();
63 if ($parent !== false) {
64 $context = $parent->getTagName();
H A DLowQualityCalculatedIndicator.php37 return parent::getValue();
H A DBrandTag.php43 $parent = $callStack->moveToParent();
44 if ($parent === false) {
47 $context = $parent->getTagName();
H A DMarkupFileSystem.php60 * We get the parent directory, iterate over it and returns the children page
64 $parent = $pathObject->getParent();
69 $childrenPath = FileSystems::getChildren($parent, $type);
H A DMarkupPath.php181 * @var Path - {@link MarkupPath} has other hierachy system in regards with parent
850 // no parent, no last name, etc
982 * Because a page has always a parent, the string is never null.
1426 * The parent page is the parent in the page tree directory
1428 * If the page is at the root, the parent page is the root home
1429 * Only the root home does not have any parent page and return null.
1439 throw new ExceptionNotFound("No parent page");
1444 * The parent of a home page
1445 * is in the parent director
[all...]
H A DCacheExpirationDate.php86 return parent::getValue();
91 parent::setValue($value);
H A DCreationDate.php51 return parent::buildFromReadStore();
73 return parent::toStoreValue();
/plugin/combo/syntax/
H A Dheader.php73 $parent = $callStack->moveToParent();
75 if ($parent !== false) {
76 $parentName = $parent->getTagName();
123 $parent = $data[PluginUtility::CONTEXT];
125 switch ($parent) {
144 $parent = $data[PluginUtility::CONTEXT];
145 switch ($parent) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php24 parent::__construct($service->getURL());
42 $value = parent::execute($command);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php116 * @var Metadata|null - the parent with runtime metadata
118 private ?Metadata $parent; variable in ComboStrap\\Meta\\Api\\Metadata
125 public function __construct(Metadata $parent = null) argument
127 $this->parent = $parent;
135 if ($this->parent === null) {
136 throw new ExceptionNotFound("No parent");
138 return $this->parent;
199 $parent = $this->getParent();
200 if ($parent
[all...]
H A DMetadataBoolean.php81 return parent::toStoreDefaultValue();
H A DMetadataSystem.php155 * @param Metadata|null $parent
159 public static function toMetadataObject($class, Metadata $parent = null): Metadata argument
164 return new $class($parent);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCheckboxes.php14 parent::__construct($element);
H A DWebDriverRadios.php15 parent::__construct($element);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DTokenException.php33 parent::__construct($message);
H A DTokenMismatchException.php30 parent::__construct(
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php266 return parent::getValue();

12345678910>>...134