Home
last modified time | relevance | path

Searched refs:type (Results 2326 – 2350 of 4303) sorted by relevance

1...<<919293949596979899100>>...173

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAbusiveExperienceReport.php72 'type' => 'string',
H A DAdExperienceReport.php71 'type' => 'string',
H A DTexttospeech.php87 'type' => 'string',
/plugin/diagramsnet/lib/
H A DCITATION.cff3 type: software
/plugin/dwedit/
H A DMenuItem.php15 protected $type = 'dwedit'; variable in dokuwiki\\plugin\\dwedit\\MenuItem
/plugin/dataloop/syntax/
H A Droll.php100 list($key,$type) = $this->dthlp->_column($col);
101 $data['cols'][$key] = $type;
122 list($key,$type) = $this->dthlp->_column($col);
H A Dtextloop.php109 list($key,$type) = $this->dthlp->_column($col);
110 $data['cols'][$key] = $type;
131 list($key,$type) = $this->dthlp->_column($col);
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupContainers.js39 {name: 'fillColor2', dispName: 'Fill2 Color', type: 'color'},
40 {name: 'textColor', dispName: 'Text Color', type: 'color'},
41 {name: 'strokeColor2', dispName: 'Stroke2 Color', type: 'color'},
42 {name: 'strokeColor3', dispName: 'Stroke3 Color', type: 'color'},
435 {name: 'strokeColor2', dispName: 'Stroke2 Color', type: 'color'},
436 {name: 'strokeColor3', dispName: 'Stroke3 Color', type: 'color'}
635 {name: 'strokeColor2', dispName: 'Stroke2 Color', type: 'color'}
834 {name: 'strokeColor2', dispName: 'Stroke2 Color', type: 'color'}
1114 {name: 'strokeColor2', dispName: 'Stroke2 Color', type: 'color'},
1115 {name: 'strokeColor3', dispName: 'Stroke3 Color', type: 'color'}
[all …]
/plugin/unsplashdoku/
H A Daction.php51 …$event->data['style'][] = array('type' => 'text/css', '_data' => $html_style . ' ' . $body_style);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DVirtualPropertyMetadata.php23 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void argument
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DConfigSchema.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCache.DefinitionImpl.txt
/plugin/diagramsnet/lib/js/diagramly/
H A DStorageLibrary.js24 StorageLibrary.prototype.type = 'L'; method in StorageLibrary
/plugin/mermaid/
H A Daction.php31 'type' => 'text/javascript',
57 'type' => 'module',
65 'type' => 'text/javascript',
73 'type' => 'text/javascript',
84 'type' => 'text/css',
94 'type' => 'text/javascript',
105 'type' => 'text/javascript',
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm32 <link href="../sample.css" rel="stylesheet" type="text/css" />
61 <input type="submit" value="Submit">
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DClassDeclarationSniff.php91 $type = strtolower($tokens[$stackPtr]['content']);
94 $type,
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconnector.asp58 ' Check if it is an allowed resource type.
60 SendError 1, "The """ & sResourceType & """ resource type isn't allowed"
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php343 list($type, $subType) = $mimeType;
370 'type' => $type,
/plugin/templateconfhelper/exe/
H A Dcss.php36 $type = 'feed';
39 $type = '';
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php135 foreach ($images as $image => $type) {
136 $item->addImage(new Image($image, $type, $usergroup));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md32 `getDocComment()` method, such as an object of type `ReflectionClass`, the
50 The `create` method will yield an object of type `\phpDocumentor\Reflection\DocBlock`
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php398 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
400 $key = $type::saveParameters($this->prime, $this->base);
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php343 list($type, $subType) = $mimeType;
370 'type' => $type,
/plugin/combo/action/
H A Dsnippetsbootstrap.php179 if (isset($scriptData["type"])) {
180 $type = strtolower($scriptData["type"]);
181 if ($type == "text/javascript") {
182 unset($scriptData["type"]);
279 $message = "The header type ($headTagName) is unknown and was not controlled.";
/plugin/siteexport/
H A Dpreload.php248 public function getList($type = '', $all = false) { argument
249 $plugins = parent::getList($type, $all);

1...<<919293949596979899100>>...173