Home
last modified time | relevance | path

Searched refs:getName (Results 126 – 150 of 2279) sorted by last modified time

12345678910>>...92

/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php385 if (!($matches = ($typeToMatch->isBuiltin() && \gettype($object) === $typeToMatch->getName())
386 || (new \ReflectionClass($typeToMatch->getName()))->isInstance($object))) {
391 $matches = ($type->isBuiltin() && \gettype($object) === $type->getName())
392 || (new \ReflectionClass($type->getName()))->isInstance($object);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php140 $index = $index->getName();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php65 $index = $index->getName();
H A DNameableInterface.php17 public function getName(); function
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
H A DIndex.php37 public function getName(): string function in Elastica\\Cluster\\Health\\Index
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php91 throw new NotFoundException('Index '.$this->getIndex()->getName().' not found');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php190 public function getName(): string
187 public function getName(): string global() function in Elastica\\Node\\Info
H A DStats.php119 $endpoint->setNodeId($this->getNode()->getName());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php120 public function getName(): string function in Elastica\\Suggest\\AbstractSuggest
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php42 public function getName(): string function in Nyholm\\Dsn\\Configuration\\DsnFunction
107 return sprintf('%s(%s)%s', $this->getName(), implode(' ', $this->getArguments()), empty($this->parameters) ? '' : '?'.http_build_query($this->parameters));
/plugin/structnotification/helper/
H A Ddb.php44 if ($this->sqlite->getAdapter()->getName() != DOKU_EXT_PDO) {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1256 …not clearing the [`element.getName()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom…
H A Dckeditor.js.unc2488 getName: function() {
2497 return this.getName()
2516 var a = this.getName();
3099 return a && a.getName && "span" == a.getName() && a.data("cke-bookmark")
9924 x(a, e, C[a.getName()]);
10173 var d = a.getName();
10395 return b.getName() in
12135 getName: function() {
16312 if (p && p.getName && -1 !== l(h, p.getName())) {
19233 if (e[a].getName && p[e[a].getName()]) {
[all …]
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js5 …olor").setValue("");y()}function z(a){a=a.data.getTarget();var c;"td"==a.getName()&&(c=a.getChild(…
6 …TOR.event(a));var c=!/mouse/.test(a.name),b=a.data.getTarget(),k;"td"==b.getName()&&(k=b.getChild(…
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js100 if (typeof prevNode.getName === 'undefined') {
103 nodeType = prevNode.getName();
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1getName();if(C=="img"||C=="input"){this.imageElement=D.getItem(0);if(this.imageElement.getName()==…
H A Dimage.js.unc343 var childTagName = linkChildren.getItem( 0 ).getName();
346 if ( this.imageElement.getName() == 'img' )
348 else if ( this.imageElement.getName() == 'input' )
371 …if ( element && element.getName() == 'img' && !element.data( 'cke-realelement' ) || element && ele…
372 this.imageEditMode = element.getName();
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …path.lastElement&&d.data.path.lastElement.getAscendant("a",true);if(e&&e.getName()=="a"&&e.getAttr…
/plugin/ckgedit/
H A Dscript.js470 if ( dialog.getName() == "image" ) {
489 if (dialog.getName() == "link") {
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getName()=="a"&&(l=m.getChild(0).getHtml())){m.removeClass("cke_light_background");g.hide();var k=…
H A Dspecialchar.js.orig5getName()&&(b=c.getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document…
6 …=b}},d=function(c,b){b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());"a"==b.getName
H A Dspecialchar.js.unc19 if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) {
38 if ( target.getName() == 'span' )
41 if ( target.getName() == 'a' && ( value = target.getChild( 0 ).getHtml() ) ) {
60 if ( target.getName() == 'span' )
63 if ( target.getName() == 'a' ) {
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js1 …ows.length;v++){q=new CKEDITOR.dom.element(x.$.rows[v]);if(q.getParent().getName()=="tbody"){t=new…
H A Dtable.js.unc191 if ( row.getParent().getName() == 'tbody' ) {
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js1 …:"td",items:[[e.data,"td"],[e.header,"th"]],setup:i(function(m){return m.getName()}),commit:functi…

12345678910>>...92