Home
last modified time | relevance | path

Searched refs:type (Results 1826 – 1850 of 4303) sorted by relevance

1...<<71727374757677787980>>...173

/plugin/geophp/vendor/composer/
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
67 * Returns a list of all package names with a specific type e.g. 'library'
69 * @param string $type
73 public static function getInstalledPackagesByType($type)
79 if (isset($package['type']) && $package['type'] === $type) {
71 getInstalledPackagesByType($type) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php245 * @param string $type
267 $type,
305 * @param string $type
314 $type,
324 * @param string $type
347 $type,
360 * @param string $type
369 $type,
2402 * @param string $type
2635 * @param string $type
[all …]
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dmonokai.min.css1type,.hljs-built_in,.hljs-builtin-name,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.h…
H A Dobsidian.min.css1type,.hljs-built_in,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-…
/plugin/webcode/
H A DwebCodeConsole.css40 table>tbody>tr:nth-of-type(odd) {
44 table>tbody>tr:nth-of-type(even) {
/plugin/bibtex/OSBib/create/
H A DMISC.php64 function ol($data, $class = FALSE, $type = "1") argument
67 <ul class="$class" type="$type">$data</ul>
/plugin/formatplus2/
H A DREADME.md4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…
6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php20 …ression $node, AbstractExpression $attribute, AbstractExpression $arguments = null, $type, $lineno) argument
27 …parent::__construct($nodes, ['type' => $type, 'is_defined_test' => false, 'ignore_strict_check' =>…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMultiMatch.php129 * Set type.
133 public function setType(string $type): self argument
135 return $this->setParam('type', $type);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DOSM.php145 if ($tag->attributes->getNamedItem('k')->nodeValue == 'type') {
154 $memberType = $member->attributes->getNamedItem('type')->nodeValue;
/plugin/diagrams/script/
H A Dprosemirror.js10 type: {default: 'mediafile'},
40 'data-type': node.attrs.type,
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js526 type: type
630 type = item ? item.tagName : false;
770 event.type == "touchmove" ||
960 if ( event.type == "touchmove" ) {
970 if ( type == 1 ) {
1778 type: "text/plain"
1796 type: cfg.type
2122 type: "base64"
2286 if ( e.type == "dragover" ) {
2632 var items = item[ type ] || _this.config.fabric.drawing[ type ] || [];
[all …]
/plugin/file2dw/
H A Daction.php452 * @param int $type -1 -> error message, 0 -> normal message, 1 -> info message.
457 function _msg( $message, $type=null, $force=false ) { argument
489 if ( is_null( $type ) ) {
502 if ( $type < -1 || $type > 1 ) return false;
503 $err = $type;
/plugin/multiorphan/
H A Dscript.js9 view : function(type) { argument
15 if (type === 'Page' || type === 'URL') {
18 …request({'do':'view'+type, 'link':decodeURIComponent($link.attr('elementid'))}, function(response){
39 delete : function(type) { argument
44 …request({'do':'delete'+type , 'link':decodeURIComponent($link.attr('elementid'))}, function(respon…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php542 * @param int $type DER tag
547 private static function encodeDER(int $type, string $value): string argument
550 if ($type === self::ASN1_SEQUENCE) {
555 $der = \chr($tag_header | $type);
604 $type = \ord($der[$pos++]) & 0x1f;
617 if ($type == self::ASN1_BIT_STRING) {
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmmultiscripts.js19type==="mi"||this.data[this.base].type==="mo")){if(b.isChar(this.data[this.base].data.join(""))&&l…
/plugin/bibtex/OSBib/format/
H A DREADME.txt54 …ly just parses a single style definition string for a particular resource type (book, web article …
132 $styleTypes -- bibliographic styling for each resource type supported by that particular style.
146 $row = $bibformat->preProcess(STRING: $type, ASSOC_ARRAY: $row);
149 $type is the resource type which must be one of the ones listed in $this->types in STYLEMAP.php.
151 …bibliographic style does not provide a definition for a specific resource type. It also handles e…
156 This method should be called for each type of creator the resource has. (See BIBSTYLE.php for an e…
164 …or 'creator5'. This is mapped against the resource type array in STYLEMAP.php to determine what t…
209 // Get the resource type ('book', 'journal_article', 'artwork' etc.)
210 $resourceType = $row['type'];
213 $resourceType = $bibformat->type;
[all …]
/plugin/authsplit/
H A Dauth.php42 foreach (array('primary', 'secondary') as $type) {
43 $settingName = $type.'_authplugin';
51 $this->authplugins[$type] = plugin_load('auth', $pluginName);
52 if (!$this->authplugins[$type]) {
58 $this->authplugins[$type] = null;
/plugin/semanticdata/syntax/
H A Dtable.php350 $type = $col['type'];
351 if (is_array($type)) $type = $type['type'];
357 if ($type=='pageid') $col['type'] = 'title';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php221 $type = '';
233 $type = trim($matches[1]);
234 $typeSpace = ($typeLen - strlen($type));
235 $typeLen = strlen($type);
280 'type' => $type,
/plugin/diagramsnet/lib/shapes/ios7/
H A DmxIOS7Ui.js64 {name: 'fillColor2', dispName: 'Fill Color 2', type: 'color'}
169 {name: 'buttonState', dispName: 'Button State', type: 'enum',
173 {name: 'strokeColor2', dispName: 'Stroke Color 2', type: 'color'},
174 {name: 'fillColor2', dispName: 'Fill Color 2', type: 'color'},
324 {name: 'strokeColor2', dispName: 'Stroke Color 2', type: 'color'}
702 {name: 'gridSize', dispName: 'Grid Size', type: 'String'},
1054 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:3}
1099 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:3}
1152 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:3}
1205 {name: 'rSize', dispName: 'Arc Size', type: 'float', min:0, defVal:3}
[all …]
/plugin/svgedit/
H A Dsyntax.php64 …ref="'.$svglink.'" type="image/svg+xml" /><'.$svgtag.'="'.$svglink.'" class="media'.$align.'" alt=…
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php70 function _tpl_action($type, $link=0, $wrapper=0) { argument
71 switch ($type) {
/plugin/revealjs/lib/css/
H A Dmonokai.css43 .hljs-type,
68 .hljs-type,
/plugin/aimg/
H A Dsyntax.php88 if ($img['type'] == 'internalmedia') {
111 $img_args = array( $img_id, $img['type'], $img['src'], $img['title'],

1...<<71727374757677787980>>...173