Home
last modified time | relevance | path

Searched refs:type (Results 251 – 275 of 4303) sorted by relevance

1...<<11121314151617181920>>...173

/plugin/bootswrapper/exe/help/
H A Dcallout.txt5 <callout type="question" icon="true">
36 <callout type="primary">
41 <callout type="success">
46 <callout type="info">
51 <callout type="warning">
56 <callout type="danger">
66 <callout type="primary" icon="true">
71 <callout type="success" icon="true">
76 <callout type="info" icon="true">
86 <callout type="danger" icon="true">
[all …]
H A Dalert.txt7 <alert type="success">
11 <alert type="info">
15 <alert type="warning">
19 <alert type="danger">
24 <alert type="success">...</alert>
25 <alert type="info">...</alert>
26 <alert type="warning">...</alert>
27 <alert type="danger">...</alert>
34 <alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not looking too goo…
36 <code html5><alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not loo…
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php730 $type = $tokens[$first]['type'];
838 $type = 'IncorrectExact';
842 $type = 'Incorrect';
958 $type = $tokens[$i]['type'];
993 $type = $tokens[$i]['type'];
1033 $type = $tokens[$i]['type'];
1049 $type = $tokens[$i]['type'];
1072 $type = $tokens[$i]['type'];
1111 $type = $tokens[$first]['type'];
1212 $type = $tokens[$prev]['type'];
[all …]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock14 "type": "git",
19 "type": "zip",
32 "type": "library",
54 "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
68 "type": "custom"
72 "type": "github"
76 "type": "tidelift"
85 "type": "git",
90 "type": "zip",
102 "type"
[all...]
/plugin/abc2/abc-libraries/abc2svg/
H A Dcombine-1.js7 if(!s2||(s2.type!=C.NOTE&&s2.type!=C.REST))
11 if(s.combine<=0&&s2.type!=s.type)
15 if(s.type==C.REST){if(s.type==s2.type&&s.invis&&!s2.invis)
25 function combine_notes(s,s2){var nhd,type,m;for(m=0;m<=s2.nhd;m++)
31 s.ymx=3*(s.notes[nhd].pit-18)+4;s.ymn=3*(s.notes[0].pit-18)-4;type=s.notes[0].tie_ty
32 if((type
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudOSLogin.php82 'type' => 'string',
87 'type' => 'string',
91 'type' => 'string',
100 'type' => 'string',
105 'type' => 'string',
124 'type' => 'string',
144 'type' => 'string',
154 'type' => 'string',
164 'type' => 'string',
174 'type' => 'string',
[all …]
H A DAdMob.php79 'type' => 'string',
89 'type' => 'integer',
93 'type' => 'string',
112 'type' => 'string',
117 'type' => 'integer',
121 'type' => 'string',
140 'type' => 'string',
145 'type' => 'integer',
149 'type' => 'string',
168 'type' => 'string',
[all …]
H A DDoubleClickBidManager.php74 'type' => 'boolean',
83 'type' => 'string',
93 'type' => 'string',
103 'type' => 'integer',
107 'type' => 'string',
116 'type' => 'string',
121 'type' => 'boolean',
140 'type' => 'string',
145 'type' => 'integer',
149 'type' => 'string',
/plugin/prosemirror/schema/
H A DNode.php14 /** @var string The type of node that this is */
15 protected $type; variable in dokuwiki\\plugin\\prosemirror\\schema\\Node
32 * @param string $type
34 public function __construct($type) argument
36 $this->type = $type;
37 if ($type == 'text') {
47 if ($this->type == 'text') {
66 return $this->type;
82 if ($this->type !
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetMapping.php34 $type = $this->type ?? null;
35 if (isset($type)) {
39 if (isset($index) && isset($type)) {
40 return "/$index/_mapping/$type";
45 if (isset($type)) {
46 return "/_mapping/$type";
/plugin/strata/helper/
H A Dsyntax.php24 'type' => '(?:\[\s*[a-z0-9]+\s*(?:::[^\]]*)?\])',
37 'type' => array('\[\s*([a-z0-9]+)\s*(?:::([^\]]*))?\]', array('type', 'hint')),
54 * Extracts information from a fragment, based on the type.
173 * @param type string the type of the variable
174 * @param hint string the type hint of the variable
176 function updateTypemap(&$typemap, $var, $type, $hint=null) { argument
177 if(empty($typemap[$var]) && $type) {
178 $typemap[$var] = array('type'
[all...]
/plugin/submgr/
H A Dhelper.php43 * @param string $type every|digest|list
47 public function addRule($item, $type, $members) argument
54 if (!$isns && $type == 'list') {
67 $this->rules[$item] = array($type, $members);
70 $this->applyRule($item, $type, $members);
83 list($type, $members) = $this->rules[$item];
87 $this->ceaseRule($item, $type, $members);
146 * @param string $type every|digest|list
155 $sub->add($item, $user, $type);
164 * @param string $type every|digest|list
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DConstant.php17 protected $type; variable in Twig_Extensions_Grammar_Constant
19 public function __construct($name, $type = null) argument
22 $this->type = null === $type ? Twig_Token::NAME_TYPE : $type;
32 $this->parser->getStream()->expect($this->type, $this->name);
39 return $this->type;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php105 private function findInitialType(?string $type, SerializationContext $context): ?string argument
107 if (null !== $type) {
108 return $type;
160 $type = $this->findInitialType($type, $context);
162 $result = $this->visit($navigator, $visitor, $context, $data, $format, $type);
178 $result = $this->visit($navigator, $visitor, $context, $data, $format, $type);
195 $type = $this->findInitialType($type, $context);
196 $result = $this->visit($navigator, $visitor, $context, $data, 'json', $type);
246 if (null !== $type) {
247 $type = $this->typeParser->parse($type);
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DParam.php31 private $type; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Param
41 * @param Type $type
45 …public function __construct($variableName, Type $type = null, $isVariadic = false, Description $de… argument
51 $this->type = $type;
69 $type = null;
75 $type = $typeResolver->resolve(array_shift($parts), $context);
96 return new static($variableName, $type, $isVariadic, $description);
116 return $this->type;
136 return ($this->type ? $this->type . ' ' : '')
/plugin/struct/meta/
H A DColumn.php23 /** @var AbstractBaseType the type of this column */
24 protected $type; variable in dokuwiki\\plugin\\struct\\meta\\Column
35 * @param AbstractBaseType $type
40 public function __construct($sort, AbstractBaseType $type, $colref = 0, $enabled = true, $table = '') argument
43 $this->type = $type;
62 return $this->type->getTid();
70 return $this->type->getLabel();
87 return $this->type->getTranslatedLabel();
95 return $this->type
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DDeleteRequest.php75 public static function fromAsn1(AbstractType $type)
77 self::validate($type);
79 return new self($type->getValue());
83 * @param AbstractType $type
86 protected static function validate(AbstractType $type): void
88 if (!$type instanceof OctetStringType || $type->getTagClass() !== AbstractType::TAG_CLASS_APPLICATION) {
91 if ($type->getTagNumber() !== self::APP_TAG) {
95 $type->getTagNumber()
73 fromAsn1(AbstractType $type) global() argument
84 validate(AbstractType $type) global() argument
/plugin/mikioplugin/assets/
H A Dstyles.less70 ._mikiop-btn-type(@type: 'primary') {
71 @color: var(~'--mikiop-@{type}-text-color');
72 @background: var(~'--mikiop-@{type}-background-color');
73 @border: var(~'--mikiop-@{type}-border-color');
74 @hovercolor: var(~'--mikiop-@{type}-text-hover-color');
75 @hoverbackground: var(~'--mikiop-@{type}-background-hover-color');
76 @hoverborder: var(~'--mikiop-@{type}-border-hover-color');
104 ._mikiop-btn-outline-type(@type
[all...]
/plugin/codebutton_ext/
H A Daction.php50 'type' => 'picker',
55 'type' => 'format',
63 'type' => 'format',
71 'type' => 'format',
79 'type' => 'format',
87 'type' => 'format',
95 'type' => 'format',
103 'type' => 'format',
111 'type' => 'format',
120 'type' => 'format',
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_graphic.php4 function do_image_open($filename, &$type) { argument
12 $image = do_image_open_wrapped($filename, $type);
22 function do_image_open_wrapped($filename, &$type) { argument
33 $type = 'image/png';
41 $type = 'image/jpeg';
44 $type = 'image/png';
50 $type = 'image/png';
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc519 type: 'vbox',
523 type: 'hbox',
606 type: 'text',
630 type: 'hbox',
826 if ( type == IMAGE || type == PREVIEW ) {
877 if ( type == IMAGE || type == PREVIEW ) {
927 if ( type == IMAGE || type == PREVIEW ) {
967 if ( type == IMAGE || type == PREVIEW ) {
1036 type: 'text',
1113 type: 'file',
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc520 type: 'vbox',
524 type: 'hbox',
607 type: 'text',
631 type: 'hbox',
827 if ( type == IMAGE || type == PREVIEW ) {
878 if ( type == IMAGE || type == PREVIEW ) {
928 if ( type == IMAGE || type == PREVIEW ) {
968 if ( type == IMAGE || type == PREVIEW ) {
1037 type: 'text',
1114 type: 'file',
[all …]
/plugin/combo/ComboStrap/
H A DMessage.php16 private string $type; variable in ComboStrap\\Message
38 public function __construct($type) argument
40 $this->type = $type;
128 return $this->type;
223 switch ($this->type) {
225 $type = LogUtility::LVL_MSG_WARNING;
228 $type = LogUtility::LVL_MSG_INFO;
231 $type = LogUtility::LVL_MSG_ERROR;
234 $type
279 setType(string $type) global() argument
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst10 …access-type="public_method" discriminator-field-name="type" discriminator-disabled="false" read-on…
23 type="string"
29 access-type="public_method"
41 <type><![CDATA[]]></type>
50 <callback-method name="foo" type="pre-serialize" />
51 <callback-method name="bar" type="post-serialize" />
59 type="string"
64 access-type="public_method"
78 type="string"
83 access-type="public_method"
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php28 private $type; variable in Twig\\Profiler\\Profile
33 public function __construct($template = 'main', $type = self::ROOT, $name = 'main') argument
36 $this->type = $type;
48 return $this->type;
58 return self::ROOT === $this->type;
63 return self::TEMPLATE === $this->type;
68 return self::BLOCK === $this->type;
73 return self::MACRO === $this->type;
163 …return serialize([$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->pr…
168 …list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = uns…

1...<<11121314151617181920>>...173