Home
last modified time | relevance | path

Searched refs:type (Results 301 – 325 of 4303) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSearchConsole.php79 'type' => 'string',
99 'type' => 'string',
104 'type' => 'string',
114 'type' => 'string',
119 'type' => 'string',
129 'type' => 'string',
134 'type' => 'string',
143 'type' => 'string',
148 'type' => 'string',
168 'type' => 'string',
[all …]
H A DKeep.php77 'type' => 'string',
82 'type' => 'string',
105 'type' => 'string',
115 'type' => 'string',
125 'type' => 'string',
129 'type' => 'integer',
133 'type' => 'string',
152 'type' => 'string',
162 'type' => 'string',
H A DChromePolicy.php79 'type' => 'string',
99 'type' => 'string',
109 'type' => 'string',
129 'type' => 'string',
139 'type' => 'string',
144 'type' => 'string',
148 'type' => 'integer',
152 'type' => 'string',
171 'type' => 'string',
/plugin/blogtng/syntax/
H A Dblog.php93 list($type,$conf) = explode('>',$match,2);
94 $type = trim($type);
97 if(!$type) $type = 'list';
100 if(!in_array($type,$this->type_whitelist)){
101 msg('Unknown blog syntax type "'.hsc($type).'" using "list" instead',-1);
102 $type = 'list';
110 if (($type != 'tagsearch') && (!count($conf['blog']))) {
117 if($type == 'tagcloud' && !$conf['limit']) {
122 if(($type == 'recentcomments' || $type == 'tagsearch') && !isset($conf['listwrap'])){
140 return array('type'=>$type, 'conf'=>$conf);
/plugin/combo/ComboStrap/
H A DBrand.php123 * @param $type - the button type (ie one of {@link BrandButton::TYPE_BUTTONS}
124 * @return array - the brand names that can be used as type in the brand button
126 public static function getBrandNamesForButtonType($type): array argument
131 if ($brand->supportButtonType($type)) {
233 * @var string $type - the type of button
235 public function getWebUrlTemplate(string $type): ?string argument
237 if (isset($this->brandDict[$type])) {
238 return $this->brandDict[$type]["we
248 getTitle(string $type = null) global() argument
292 getIconName(string $type) global() argument
321 supportButtonType(string $type) global() argument
[all...]
H A DNoteTag.php35 $type = $tagAttributes->getValue(TagAttributes::TYPE_KEY);
38 switch ($type) {
40 $type = "warning";
43 $type = "danger";
47 if ($type != "tip") {
53 $tagAttributes->addClassName("alert-" . $type);
55 $tagAttributes->addClassName("badge-" . $type);
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DLine.php22 private $type; variable in SebastianBergmann\\Diff\\Line
30 * @param int $type
33 public function __construct($type = self::UNCHANGED, $content = '') argument
35 $this->type = $type;
52 return $this->type;
/plugin/refnotes/
H A Dbibtex.php213 public function __construct($type) { argument
217 $this->name .= '_' . $type;
219 list($open, $close) = ($type == 'parented') ? array('\(', '\)') : array('{', '}');
263 public function __construct($type) { argument
267 $this->name .= '_' . $type;
269 list($open, $close, $exit) = ($type == 'quoted') ? array('"', '"', '"') : array('{', '}', '(?:}|(?=@))');
274 $this->allowedModes = array('nested_braces_' . $type);
284 public function __construct($type) { argument
288 $this->name .= '_' . $type;
291 $this->exitPattern[] = ($type
524 private $type; global() variable in refnotes_bibtex_entry
531 __construct($type) global() argument
624 addToken($type, $text) global() argument
632 public $type; global() variable in refnotes_bibtex_field_token
638 __construct($type, $text) global() argument
[all...]
/plugin/templateconfhelper/inc/
H A Dconfutils.php15 …* @param string $type the configuration settings to be read, must correspond to a key/array…
19 function getConfigPath($type, $file) { argument
22 …if (!is_array($config_cascade[$type])) trigger_error('Missing config cascade for "'.$type.'"',E_US…
24 if (empty($config_cascade[$type][$config_group])) continue;
25 foreach( $config_cascade[$type][$config_group] as $path ) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js520 type: "trackend"
771 type: "cue"
794 type: eventType,
985 origType = type,
1468 type: "trackadded",
1576 type = natives && natives.type;
1615 type = natives && natives.type;
1654 type = natives && natives.type;
1692 type = natives && natives.type;
2179 type: name
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DGetFieldMapping.php42 $type = $this->type ?? null;
43 if (isset($type)) {
47 if (isset($index) && isset($type)) {
48 return "/$index/_mapping/$type/field/$fields";
53 if (isset($type)) {
54 return "/_mapping/$type/field/$fields";
/plugin/combo/
H A Dcomposer.lock13 "type": "git",
18 "type": "zip",
33 "type": "library",
64 "type": "git",
69 "type": "zip",
77 "type": "library",
107 "type": "git",
112 "type": "zip",
123 "type": "library",
154 "type"
[all...]
/plugin/davcard/
H A Dscript.js145 phoneRow['type'] = type;
154 mailRow['type'] = type;
167 addrRow['type'] = type;
454 var type = 'other';
463 var type = 'other';
475 var type = 'other';
496 addressTypeToString: function(type) argument
499 switch(type)
514 phoneTypeToString: function(type) argument
517 switch(type)
[all …]
/plugin/tindexmenu/
H A Dadmin.php171 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
182 …ptln(' <strong>description:</strong><input type="text" name="description_info" value="" size…
184 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
385 ptln(' <input type="hidden" name="do" value="admin" />');
386 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
387 ptln(' <input type="hidden" name="req" value="'.$act.'" />');
388 ptln(' <input type="hidden" name="repo" value="'.$n.'" />');
397 …ptln(' <input type="submit" name="btn" '.$this->repos['status'][$n].' value="'.$this->getLang…
424 $out .= '<input type="hidden" name="cmd" value="_s-xclick" />'."\n";
425 $out .= '<input type="hidden" name="hosted_button_id" value="102873" />'."\n";
[all …]
/plugin/imagereference/syntax/
H A Dimgcaption.php23 * @return string Syntax type
30 * @return string Paragraph type
97 self::captionReferencesStorage($param['type'], $param);
147 $caprefs = self::getCaptionreferences($ID, $data['type']);
149 $caprefs = p_get_metadata($ID, 'captionreferences '.$data['type']);
168 $type = $data['type'];
169 if(!isset($renderer->meta['captionreferences'][$type])) {
170 $renderer->meta['captionreferences'][$type][] = '';
172 $renderer->meta['captionreferences'][$type][]
223 captionReferencesStorage($type, $captiondata = null, $id = null) global() argument
251 getCaptionreferences($id, $type) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php42 protected $type = null; variable in Elasticsearch\\Endpoints\\AbstractEndpoint
140 return $this->type;
147 public function setType(?string $type) argument
149 if ($type === null) {
153 if (is_array($type) === true) {
154 $type = array_map('trim', $type);
155 $type = implode(",", $type);
158 $this->type
[all...]
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
155 foreach ($this->fileHandles as $type => $fileHandle) {
156 $data = stream_get_contents($fileHandle, -1, $this->readBytes[$type]);
159 $this->readBytes[$type] += \strlen($data);
160 $read[$type] = $data;
165 flock($this->lockHandles[$type], \LOCK_UN);
166 fclose($this->lockHandles[$type]);
167 unset($this->fileHandles[$type], $this->lockHandles[$type]);
196 foreach ($this->fileHandles as $type
[all...]
/plugin/autoindentcontrol/
H A Dscript.js79 var type,
82 type = jQuery.browser.opera ? 'keypress' : 'keydown';
88 $editor.unbind(type);
93 $editor.bind(type, dw_editor.keyHandler);
172 var type,
178 type = (is_opera && !auto.isLemming) ? 'keypress' : 'keydown';
185 for (guid in editor.events[type]) {
186 func = editor.events[type][guid].toString();
189 removeEvent(editor, type, editor.events[type][guid]);
195 addEvent(editor, type, keyHandler);
/plugin/bootswrapper/exe/help/
H A Dpanel.txt5 <panel type="default">Basic panel example</panel>
7 <code html5><panel type="default">Basic panel example</panel></code>
11 <panel type="default" title="Panel title">
15 <code html5><panel type="default" title="Panel title">
33 <panel type="primary" title="Panel title">Panel content</panel>
35 <panel type="info" title="Panel title">Panel content</panel>
37 <panel type="danger" title="Panel title">Panel content</panel>
42 <panel type="info" title="Panel title">Panel content</panel>
51 <panel type="default" title="Panel title" no-body="true">
71 <panel type="default" title="Panel title" no-body="true">
[all …]
/plugin/xssnipper/
H A Daction.php39 'type' => 'picker',
44 'type' => 'format',
51 'type' => 'format',
58 'type' => 'format',
65 'type' => 'format',
72 'type' => 'format',
79 'type' => 'format',
86 'type' => 'format',
93 'type' => 'format',
100 'type' => 'format',
/plugin/virtualkeyboard/vk/
H A Dreadme.txt8 <script type="text/javascript" src="ArrayExtensions.js"></script>
9 <script type="text/javascript" src="DOMextensions.js"></script>
10 <script type="text/javascript" src="ddi/ddi.js"></script>
11 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixNoMouseSelect.js"></script>
12 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.moveIT.js"></script>
13 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.adjustZIndex.js"></script>
14 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixDragInMz.js"></script>
15 <script type="text/javascript" src="ddi/Plugins/ddi.plugin.fixDragInIE.js"></script>
16 <script type="text/javascript" src="virtualkeyboard.js"></script>
17 <link rel="stylesheet" type="text/css" href="keyboard/keyboard.css" /><!-- ��������� �� ���� �� key…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php68 protected function encodeTime(AbstractTimeType $type, string $format)
70 $this->validateTimeType($type);
72 return parent::encodeTime($type, $format);
89 * @param AbstractTimeType $type
92 protected function validateTimeType(AbstractTimeType $type)
94 if ($type->getTimeZoneFormat() !== AbstractTimeType::TZ_UTC) {
97 $type->getTimeZoneFormat()
100 $dtFormat = $type->getDateTimeFormat();
142 foreach ($setOf as $type) {
143 $child = ['original' => $this->encode($type)];
61 encodeTime(AbstractTimeType $type, string $format) global() argument
85 validateTimeType(AbstractTimeType $type) global() argument
[all...]
/plugin/passwordgenerator/
H A Dscript.js19 function generatePassword(type, plen){ argument
33 type = type || "all";
34 type = isNaN(type)?type.toLowerCase():"all";
39 …src = type === "alpha"? [lwrAlph, uprAlph]:type === "alphanum"?[lwrAlph, uprAlph, nums]:[lwrAlph, …
86 type: "passwordgenerator", property in window.toolbar
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExpectedEntryCountControl.php101 public static function fromAsn1(AbstractType $type)
103 $request = self::decodeEncodedValue($type);
105 throw new ProtocolException('An ExpectedEntryCount control value must be a sequence type.');
110 throw new ProtocolException('An ExpectedEntryCount control value sequence 0 must be an integer type.');
113 throw new ProtocolException('An ExpectedEntryCount control value sequence 1 must be an integer type.');
120 return self::mergeControlData($control, $type);
137 * @param AbstractType $type
140 protected static function validate(AbstractType $type): void
142 if (!($type instanceof SequenceType && count($type)
95 fromAsn1(AbstractType $type) global() argument
134 validate(AbstractType $type) global() argument
[all...]
/plugin/bookcreator/syntax/
H A Dexportsaved.php49 [$type, $savedSelectionPage] = array_pad(explode(':', $match, 2), 2, '');
50 //type: EXPORT...
51 $type = strtolower(substr($type, 6));
58 if (!in_array($type, array_keys($exporturl))) {
59 $type = 'pdf';
61 $link = $exporturl[$type];
74 $title = sprintf($this->getLang('exportselection'), $savedSelectionPage, $type);
80 'type' => $type
[all...]

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