Home
last modified time | relevance | path

Searched refs:types (Results 126 – 150 of 570) sorted by last modified time

12345678910>>...23

/plugin/ckgedit/ckeditor/
H A Dckeditor.js727 ….ie&&CKEDITOR.plugins.clipboard.isFileApiSupported&&a.data.$.dataTransfer.types.contains("Files")&&
749 ….clipboard.isCustomDataTypesSupported){if(this.$.types)for(c=0;c<this.$.types.length;c++)a(this.$.
751 …lipboard.isCustomDataTypesSupported){if(this.$.types)for(var c=0;c<this.$.types.length;c++)a[this.…
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js34 return Array.prototype.forEach.call(clipboardData.types, function (type, i) { argument
/plugin/epub/
H A Dhelper.php88 $types = array('metadata','i','xhtml');
89 foreach ($types as $type) {
/plugin/dwedit/
H A DDweditMenu.php14 protected $types = array( variable in dokuwiki\\plugin\\dwedit\\DweditMenu
/plugin/bootswrapper/
H A Dall.css37 /* Common styles for all types */
/plugin/changes/
H A Dsyntax.php102 static $types = ['edit' => 'E', 'create' => 'C', 'delete' => 'D', 'minor' => 'e'];
117 if (array_key_exists($value, $types)) {
118 $data[$name][] = $types[$value];
/plugin/wrap/
H A Dexample.txt116 :!: Attention: In order to work properly, wraps with width keywords need an **additional ''%%<WRAP group>%%'' around a set** of them. If you mix several types in one group, you might need a ''%%<WRAP clear/>%%'' after a row.
400 You can combine and nest all classes and types of boxes, e.g.
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1618 EmitterMixin.prototype.on = function (types, handler) {
1619 $(this).on(types, this._prepareIntercept(handler));
1622 EmitterMixin.prototype.one = function (types, handler) {
1623 $(this).one(types, this._prepareIntercept(handler));
1643 EmitterMixin.prototype.off = function (types, handler) {
1644 $(this).off(types, handler);
1647 EmitterMixin.prototype.trigger = function (types) {
1653 $(this).triggerHandler(types, { args: args });
1656 EmitterMixin.prototype.triggerWith = function (types, context, args) {
1659 $(this).triggerHandler(types, { context: context, args: args });
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php644 $types = [
696 if (isset($types[$resourceType])) {
697 $info['string'][] = $types[$resourceType]['string'];
702 foreach ($types as $key => $resourceInfo) {
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md39 * #216: `ENCODING` parameter is now validated for all document types.
/plugin/spreadout/
H A DREADME.md2 A simple plugin that allows for two spaces between content sentences if the user types two spaces r…
H A Dplugin.info.txt6 desc A simple plugin that allows for two spaces between content sentences if the user types two s…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DScript.php161 'userProcessFilter.types' => [
209 'scriptProcessFilter.types' => [
H A DDfareporting.php1948 'types' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DCustomError.php28 public $types; variable in Google\\Service\\ServiceConsumerManagement\\CustomError
47 public function setTypes($types) argument
49 $this->types = $types;
56 return $this->types;
H A DService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php50 protected static $types = [ variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\PuTTY
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPuTTY.php45 protected static $types = ['ssh-rsa']; variable in phpseclib3\\Crypt\\RSA\\Formats\\Keys\\PuTTY
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFileUploadQuestion.php38 public $types; variable in Google\\Service\\Forms\\FileUploadQuestion
85 public function setTypes($types) argument
87 $this->types = $types;
94 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php441 public function setTypes($types) argument
443 $this->types = $types;
450 return $this->types;
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING34 and conversions to other media types.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md12 * Added support for keeping native BSON types as is in MongoDBFormatter (#1620)
109 …ds log/debug/info/notice/warning/error/critical/alert/emergency now have explicit void return types
545 * Fixed normalization of exotic resource types
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php188 if (!in_array($candidate, static::$types)) {
189 …ew \RuntimeException("The key type ($candidate) is not equal to: " . implode(',', static::$types));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php38 protected static $types = ['ssh-dss']; variable in phpseclib3\\Crypt\\DSA\\Formats\\Keys\\OpenSSH

12345678910>>...23