Home
last modified time | relevance | path

Searched refs:parent (Results 3101 – 3125 of 3339) sorted by path

1...<<121122123124125126127128129130>>...134

/plugin/struct/types/
H A DDate.php75 $rawvalue = parent::validate($rawvalue);
H A DDateTime.php32 parent::__construct($config, $label, $ismulti, $tid);
H A DDecimal.php101 $rawvalue = parent::validate($rawvalue);
H A DLookup.php34 parent::__construct($config, $label, $ismulti, $tid);
238 parent::select($QB, $tablealias, $colname, $alias);
272 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
303 parent::sort($QB, $tablealias, $colname, $order);
H A DMail.php37 $rawvalue = parent::validate($rawvalue);
H A DMedia.php25 $rawvalue = parent::validate($rawvalue);
H A DPage.php127 parent::select($QB, $tablealias, $colname, $alias);
146 parent::sort($QB, $tablealias, $colname, $order);
200 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
241 * In contrast to parent, this method does not throw away unknown keys.
H A DUrl.php25 $rawvalue = parent::validate($rawvalue);
H A DUser.php29 $rawvalue = parent::validate($rawvalue);
132 parent::select($QB, $tablealias, $colname, $alias);
179 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
/plugin/structat/meta/
H A DSearchConfigAt.php28 parent::__construct($config);
H A DSearchConfigAtParameters.php24 parent::__construct($searchConfig);
51 $config = parent::updateConfig($config);
/plugin/structautolink/
H A Drenderer.php38 parent::document_start();
49 parent::cdata($text);
55 parent::cdata($text);
62 parent::cdata(substr($text, $start, $token['pos'] - $start));
68 parent::cdata(substr($text, $start));
/plugin/structcombolookup/types/
H A DNarrowingLookup.php151 list($val, $parent) = $option;
158 …$html .= "<option data-parent=\"" . hsc($parent) . "\" $selected value=\"" . hsc($opt) . "\">" . h…
/plugin/structcondstyle/meta/
H A DOperator.php62 return parent::evaluate($lvalue, $rvalue);
/plugin/structgroup/types/
H A DGroup.php25 $rawvalue = parent::validate($rawvalue);
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php35 parent::__construct($id, $mode, $renderer, $searchConfig);
89 parent::renderExportControls();
H A DAggregationTableOdt.php32 parent::__construct($id, $mode, $renderer, $searchConfig);
66 parent::renderExportControls();
/plugin/structprogress/types/
H A DProgress.php31 $rawvalue = parent::validate($rawvalue);
/plugin/structpublish/_test/
H A Drevision.test.php25 parent::setUp();
/plugin/structpublish/helper/
H A Ddb.php
/plugin/structsection/lib/
H A Dbundle.js1 …",(function(e){e.preventDefault(),e.stopPropagation();var t=jQuery(this).parent().prev().find("div…
/plugin/structsection/script/
H A Dmain.js18 const $self = jQuery(this).parent().prev().find('div.level2'); // fixme: too fragile!
/plugin/structsection/
H A Dyarn.lock1423 glob-parent "^5.0.0"
1623 glob-parent@^5.0.0:
1625 …resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1…
1726 parent-module "^1.0.0"
2238 parent-module@^1.0.0:
2240 …resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a…
/plugin/structstatus/
H A Dscript.js8 $self.parent().css('visibility', 'hidden');
10 const set = makeDataSet($self.parent(), $self.data('rid'));
13 sectok: $self.parent().data('st'),
14 field: $self.parent().data('field'),
15 pid: $self.parent().data('page'),
16 rid: $self.parent().data('rid'),
17 rev: $self.parent().data('rev'),
32 applyDataSet($self.parent(), set);
33 …jQuery('#plugin__struct_output').find('td[data-struct="' + $self.parent().data('field') + '"]').ht…
36 $self.parent().css('visibility', 'visible');
/plugin/structtasks/_test/
H A DUtilitiesTest.php21 parent::setUp();
64 parent::setUp();
169 parent::setUp();

1...<<121122123124125126127128129130>>...134