Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCreate.php23 * Class Create
29 class Create extends AbstractEndpoint class
58 public function setBody($body): Create
68 public function setRepository($repository): Create
78 public function setSnapshot($snapshot): Create
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActionDetail.php24 protected $createType = Create::class;
60 * @param Create
62 public function setCreate(Create $create)
67 * @return Create
H A DCreate.php20 class Create extends \Google\Model class
74 class_alias(Create::class, 'Google_Service_DriveActivity_Create');
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A Dfunctions.php55 return Create::promiseFor($value);
70 return Create::rejectionFor($reason);
84 return Create::exceptionFor($reason);
98 return Create::iterFor($value);
H A DCoroutine.php129 $this->currentPromise = Create::promiseFor($yielded)
160 $nextYield = $this->generator->throw(Create::exceptionFor($reason));
H A DPromise.php45 $promise = Create::promiseFor($this->result);
51 $rejection = Create::rejectionFor($this->result);
72 throw Create::exceptionFor($this->result);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfcktoolbar.js60 FCKToolbar.prototype.Create = function( parentElement ) method in FCKToolbar
84 this.Items[i].Create( targetRow.insertCell(-1) ) ;
100 FCKToolbarSeparator.prototype.Create = function( parentElement ) method in FCKToolbarSeparator
H A Dfckmenublockpanel.js35 FCKMenuBlockPanel.prototype.Create = function() method in FCKMenuBlockPanel
41 FCKMenuBlock.prototype.Create.call( this, oPanel.MainNode ) ; method in FCKMenuBlock
H A Dfckmenublock.js64 FCKMenuBlock.prototype.Create = function( parentElement ) method in FCKMenuBlock
90 this._Items[i].Create( this._ItemsTable ) ;
134 FCKMenuSeparator.prototype.Create = function( parentTable ) method in FCKMenuSeparator
H A Dfcktoolbarbutton.js41 FCKToolbarButton.prototype.Create = function( targetElement ) method in FCKToolbarButton
46 this._UIButton.Create( targetElement ) ;
H A Dfcktoolbarspecialcombo.js46 FCKToolbarSpecialCombo.prototype.Create = function( targetElement ) method in FCKToolbarSpecialCombo
63 this._Combo.Create( targetElement ) ;
H A Dfcktoolbarpanelbutton.js44 FCKToolbarPanelButton.prototype.Create = function( parentElement ) method in FCKToolbarPanelButton
48 this._UIButton.Create( parentElement ) ;
H A Dfckmenuitem.js52 FCKMenuItem.prototype.Create = function( parentTable ) method in FCKMenuItem
95 this.SubMenu.Create() ;
H A Dfcktoolbarbreak_ie.js29 FCKToolbarBreak.prototype.Create = function( targetElement ) method in FCKToolbarBreak
H A Dfcktoolbarbreak_gecko.js29 FCKToolbarBreak.prototype.Create = function( targetElement ) method in FCKToolbarBreak
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DCreate.php23 * Class Create
29 class Create extends AbstractEndpoint class
57 public function setBody($body): Create
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DCreate.php23 * Class Create
29 class Create extends AbstractEndpoint class
75 public function setBody($body): Create
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp38 ' Create the XML document header.
41 ' Create the main "Connector" node.
55 ' Create the XML document header.
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md66 # Create a search operation to be used based on the above filter
69 # Create a paged search, 100 results at a time
84 * [Create](#create)
89 ## Create section in CRUD Operations:
95 # Create a new LDAP entry object
100 # Create the entry with the LDAP client
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak63 // Create directories
79 // Create main htaccess if needed
96 // Create animals htaccess
120 // Create animal default template meta
133 // Create farmer/wsdl.php
/plugin/translate/lang/en/
H A Dnewpage.txt1 ====== Create a new page ======
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/docker/
H A DDockerfile4 # Create app directory
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample01.php51 $oFCKeditor->Create() ;
H A Dsample03.php83 $oFCKeditor->Create() ;
/plugin/docsearchsitemap/
H A DREADME.md4 Create an additional Sitemap for documents found by the [docsearch plugin](https://www.dokuwiki.org…

12345678910>>...15