Home
last modified time | relevance | path

Searched refs:type (Results 2476 – 2500 of 4303) sorted by relevance

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

/plugin/s5reloaded/ui/effects_support/
H A Dscriptaculous.js35 script.type = 'text/javascript';
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php311 $type = 'fixedheight';
313 $type = 'fixedwidth';
315 $type = 'fixedheight';
317 $type = 'fixedwidth';
321 if ($type == 'fixedheight') {
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js219 switch (evt.type)
299 … constraints.push({ axis: 'x', type: 'separation', left: topLeft.index, right: index, gap: gap });
300 … constraints.push({ axis: 'y', type: 'separation', left: topLeft.index, right: index, gap: gap });
301 …constraints.push({ axis: 'x', type: 'separation', left: index, right: bottomRight.index, gap: gap …
302 …constraints.push({ axis: 'y', type: 'separation', left: index, right: bottomRight.index, gap: gap …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1type:t,text:n||this.stream.substring(e)}},e.prototype.substring=function(e,t){return this.stream.s… property in AnonymousFunction45b83f63a700.e.token
H A D55.55.js.map1type',\n 'until',\n 'val',\n 'var',\n 'while',\n 'with',\n …
/plugin/jalbum/syntax/
H A Djalbumbadge.php120 $txt .= '<script type="text/javascript" charset="utf-8">'."\n";
/plugin/blog/
H A Dstyle.css16 list-style-type: none;
/plugin/farmer/css/
H A Dchosen.less134 .chosen-container-single .chosen-search input[type="text"] {
243 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
351 .chosen-container-active .chosen-choices li.search-field input[type="text"] {
396 .chosen-rtl .chosen-choices li.search-field input[type="text"] {
422 .chosen-rtl .chosen-search input[type="text"] {
438 .chosen-rtl .chosen-search input[type="text"],
441 .chosen-container-single .chosen-search input[type="text"],
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dandroidstudio.min.css1 …js-attribute,.hljs-addition{color:#6A8759}.hljs-section,.hljs-title,.hljs-type{color:#ffc66d}.hljs…
H A Dcodepen-embed.min.css1 …ction,.hljs-title,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-type,.hljs-attribute{col…
H A Datelier-dune-light.min.css1 …s-number,.hljs-meta,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params{color:…
H A Datelier-forest-dark.min.css1 …s-number,.hljs-meta,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params{color:…
H A Datelier-forest-light.min.css1 …s-number,.hljs-meta,.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-type,.hljs-params{color:…
/plugin/zip/
H A Dadmin.php179 if (preg_match("@zip@", $_FILES['zip_file']['type'])) {
/plugin/webdavclient/db/
H A Dupdate0001.sql10 type text, field
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListBlockRenderer.php38 $tag = $listData->type === ListBlock::TYPE_BULLET ? "* " : "- ";
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DXpackNamespace.asciidoc33 $params['accept_enterprise'] = (boolean) If an enterprise license is installed, return the type and mode as 'enterprise' (default: false)
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml22 type: json
/plugin/html2pdf/snorriheim/
H A Ddesign.css443 list-style-type: square;
464 div.dokuwiki ol {list-style-type: decimal}
465 div.dokuwiki ol ol {list-style-type: upper-roman}
466 div.dokuwiki ol ol ol {list-style-type: lower-alpha}
467 div.dokuwiki ol ol ol ol {list-style-type: lower-greek}
471 /*list-style-type: circle;*/
476 /*list-style-type: disc;*/
580 list-style-type: none;
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupButtons.js38 {name: 'buttonStyle', dispName: 'Style', type: 'enum', defVal:'round',
145 {name: 'buttonStyle', dispName: 'Style', type: 'enum', defVal:'round',
672 {name: 'buttonState', dispName: 'Button State', type: 'enum',
762 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
803 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
843 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
896 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
949 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
1002 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:10}
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php820 public $type; variable in Google_AclRuleScope
822 public function setType( $type) { argument
823 $this->type = $type;
826 return $this->type;
1538 public $type; variable in Google_EventGadget
1576 public function setType( $type) { argument
1577 $this->type = $type;
1580 return $this->type;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1216 if (isset($rule->type) === true
1217 && $this->_shouldProcessElement($rule->type) === true
1223 $this->ruleset[$code]['type'] = (string) $rule->type;
1226 echo "\t\t=> message type set to ".(string) $rule->type.PHP_EOL;
1490 foreach ($patterns as $pattern => $type) {
1678 foreach ($this->ignorePatterns as $pattern => $type) {
1679 if (is_array($type) === true) {
1687 $pattern = $type;
1688 $type = 'absolute';
1705 if ($type === 'relative') {
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt292 "type": "Type",
346 "type": "Type",
374 "noUrl": "Please type the iframe URL",
429 "errorName": "Please type the anchor name",
448 "noEmail": "Please type the e-mail address",
449 "noUrl": "Please type the link URL",
476 "type": "Link Type",
500 "type": "Type",
686 FileBrowserError_Folder_Submit: 'Please type the folder name.',
691 FileBrowserError_Type: 'Invalid type specified: ',
[all …]
/plugin/ckgedit/ckeditor/lang/
H A Dlang_array.txt292 "type": "Type",
346 "type": "Type",
374 "noUrl": "Please type the iframe URL",
429 "errorName": "Please type the anchor name",
448 "noEmail": "Please type the e-mail address",
449 "noUrl": "Please type the link URL",
476 "type": "Link Type",
500 "type": "Type",
686 FileBrowserError_Folder_Submit: 'Please type the folder name.',
691 FileBrowserError_Type: 'Invalid type specified: ',
[all …]
/plugin/mp3play2/
H A Dsyntax.php108 $params['type'] = 'application/x-shockwave-flash';

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