Home
last modified time | relevance | path

Searched refs:parent (Results 1251 – 1275 of 3339) sorted by relevance

1...<<51525354555657585960>>...134

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNormalizeAggregation.php18 parent::__construct($name);
70 return parent::toArray();
/plugin/bureaucracy/helper/
H A Dfieldwiki.php19 parent::initialize($args);
44 return ($name === 'value') ? null : parent::getParam($name);
/plugin/bookcreator/
H A Dscript.js447 $li = $a.parent(),
451 let isAddAction = $li.parent().hasClass('deleted');
469 isAddAction = ui.item.parent().hasClass('selected'),
503 let isAddAction = ui.item.parent().hasClass('selected'),
538 pageid = $this.parent().data('pageId');
557 let $msg = $this.parent().parent().parent().find('.message'); //get $msg before deletion of the li elem
592 let $fieldset = $this.parent(),
781 let offsetparent = jQuery(this).parent()
[all...]
/plugin/gdpr/_test/
H A DCleanUser.test.php18 parent::setUp();
32 parent::tearDown();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DUpdateDocument.php20 parent::setDocument($document);
44 parent::setScript($script);
/plugin/pubmed2020/helper/
H A Dpmid.php98 parent::initialize($args);
176 parent::_validate();
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataJson.php27 $value = parent::toStoreValue();
47 parent::setFromStoreValueWithoutException($this->toInternalValue($value));
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst84 The ``parent()`` support was added in Twig 1.3.
86 The ``parent()`` function automatically determines the correct inheritance
97 {{ parent() }}
103 In this example, ``parent()`` will correctly call the ``sidebar`` block from
109 "parent" block:
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php349 if (is_int($name)) return parent::offsetExists($name);
370 if (is_int($name)) return parent::offsetGet($name);
391 parent::offsetSet($name, $value);
413 parent::offsetUnset($name);
436 $this->parameters[$key]->parent = $this;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php349 if (is_int($name)) return parent::offsetExists($name);
370 if (is_int($name)) return parent::offsetGet($name);
391 parent::offsetSet($name, $value);
413 parent::offsetUnset($name);
436 $this->parameters[$key]->parent = $this;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php349 if (is_int($name)) return parent::offsetExists($name);
370 if (is_int($name)) return parent::offsetGet($name);
391 parent::offsetSet($name, $value);
413 parent::offsetUnset($name);
436 $this->parameters[$key]->parent = $this;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php392 $settings = parent::createCurlSettingsArray($request);
403 return parent::parseCurlResult($response, $curlHandle);
420 return parent::doRequest($request);
442 return parent::curlStuff($curlHandle);
464 return parent::curlExec($curlHandle);
/plugin/bootswrapper/
H A Dscript.js64 $nav.find('.curid').parent('li').addClass('active');
70 .parent('li')
208 $list_wrap.find('a').parent().each(function () {
226 $list_wrap.find('a').parent().contents().unwrap();
227 $list_wrap.find('ul a').parent().contents().unwrap();
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php102 parent::setXmlValue($value);
123 parent::xmlSerializeValue($writer);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php35 parent::__construct((array)$resourceTypes);
101 new self(parent::xmlDeserialize($reader));
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php110 parent::setXmlValue($value);
137 parent::xmlSerializeValue($writer);
/plugin/fancysearch/
H A Dscript.js24 $curItem.parent().css('top', ($curItem.prevAll().size()*-31) + 'px');
37 … jQuery(tgt).parent().animate({'top': (jQuery(tgt).prevAll().size()*-31) + 'px' },"slow");
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DExpressionPropertyMetadata.php44 parent::serialize(),
63 return parent::unserializeProperties($parentStr);
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListItemMarkerParser.php34 if ($container->hasChildren() || ! ($container instanceof Paragraph && $container->parent() && $container->parent() instanceof ListItem)) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DHeading.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php35 parent::__construct((array)$resourceTypes);
101 new self(parent::xmlDeserialize($reader));
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php23 // call parent constructor
24 parent::__construct();
50 * Wraps an event around the parent function
73 return parent::sendRequest($url,$data,$method);
/plugin/combo/ComboStrap/
H A DFetcherPdf.php29 parent::buildFromUrl($url);
40 $url = parent::getFetchUrl($url);
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php49 parent::__construct();
190 return parent::normalize($data);
204 $data = parent::normalizeException($e, $depth);

1...<<51525354555657585960>>...134