Home
last modified time | relevance | path

Searched refs:type (Results 801 – 825 of 4303) sorted by relevance

1...<<31323334353637383940>>...173

/plugin/bootswrapper/exe/help/
H A Dtext.txt3 <callout type="tip" icon="true">
65 <TEXT type="muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</TEXT>
67 <TEXT type="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</TEXT>
73 <TEXT type="warning">Etiam porta sem malesuada magna mollis euismod.</TEXT>
75 <TEXT type="danger">Donec ullamcorper nulla non metus auctor fringilla.</TEXT>
80 <text type="muted"> [...] </text>
81 <text type="primary"> [...] </text>
82 <text type="success"> [...] </text>
83 <text type="info"> [...] </text>
84 <text type="warning"> [...] </text>
[all …]
/plugin/semantic/
H A Dhelper.php28 '@type' => 'WebSite',
32 '@type' => 'SearchAction',
92 return ((isset($this->meta['plugin']['semantic']['schema.org']['type']))
93 ? $this->meta['plugin']['semantic']['schema.org']['type']
219 '@type' => $type,
268 '@type' => 'Person',
319 '@type' => 'WebPage',
389 'og:type' => 'article',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1ProcessorType.php44 public $type; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1ProcessorType
119 public function setType($type) argument
121 $this->type = $type;
128 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DMonitoredResourceDescriptor.php44 public $type; variable in Google\\Service\\Monitoring\\MonitoredResourceDescriptor
119 public function setType($type) argument
121 $this->type = $type;
128 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1DateTimePicker.php39 public $type; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1DateTimePicker
104 public function setType($type) argument
106 $this->type = $type;
113 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DMonitoredResourceDescriptor.php44 public $type; variable in Google\\Service\\ServiceConsumerManagement\\MonitoredResourceDescriptor
119 public function setType($type) argument
121 $this->type = $type;
128 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DMonitoredResourceDescriptor.php44 public $type; variable in Google\\Service\\ServiceNetworking\\MonitoredResourceDescriptor
119 public function setType($type) argument
121 $this->type = $type;
128 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DMonitoredResourceDescriptor.php44 public $type; variable in Google\\Service\\ServiceUsage\\MonitoredResourceDescriptor
119 public function setType($type) argument
121 $this->type = $type;
128 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DMonitoredResourceDescriptor.php44 public $type; variable in Google\\Service\\Logging\\MonitoredResourceDescriptor
119 public function setType($type) argument
121 $this->type = $type;
128 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DImClient.php39 public $type; variable in Google\\Service\\PeopleService\\ImClient
104 public function setType($type) argument
106 $this->type = $type;
113 return $this->type;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DMonitoredResourceDescriptor.php44 public $type; variable in Google\\Service\\ServiceManagement\\MonitoredResourceDescriptor
119 public function setType($type) argument
121 $this->type = $type;
128 return $this->type;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A DBulk.php41 $type = $this->type ?? null;
42 if (isset($type)) {
46 if (isset($type)) {
47 return "/_monitoring/$type/bulk";
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.tar.php134 if ($mode & 0x1000) $type='p'; // FIFO pipe
135 elseif ($mode & 0x2000) $type='c'; // Character special
136 elseif ($mode & 0x4000) $type='d'; // Directory
137 elseif ($mode & 0x6000) $type='b'; // Block special
138 elseif ($mode & 0x8000) $type='-'; // Regular
139 elseif ($mode & 0xA000) $type='l'; // Symbolic Link
140 elseif ($mode & 0xC000) $type='s'; // Socket
141 else $type='u'; // UNKNOWN
159 $s = sprintf('%1s', $type);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DMockBuilder.php26 private $type; variable in PHPUnit_Framework_MockObject_MockBuilder
90 * @param array|string $type
92 public function __construct(PHPUnit_Framework_TestCase $testCase, $type) argument
95 $this->type = $type;
107 $this->type,
133 $this->type,
156 $this->type,
198 $this->generator->getClassMethods($this->type),
/plugin/openas/
H A Dsyntax.php47 list($type,$name,$newpagevars) = explode('>',(trim($match,'~')));
65 if($type == 'OpenAsNUM') {
66 return array($state,"$type:$name");
73 if($type == 'SaveAS' || $type == 'MoveTO') {
74 $action = $actions[$type];
77 $contents = preg_replace('/~~' . $type .'.*?~~/',"",$contents,1);
80 $msg = "$ID " . $this->getLang('will_save') . $which[$type] ." $name.<br />";
83 else if($type == 'OpenAS') {
/plugin/latexcaption/syntax/
H A Dreference.php77 list($type, $num, $parnum) = $caption;
78 if (substr($type, 0, 3) == 'sub') {
79 $type = substr($type, 3);
80 …$markup .= $this->getLang($type.$langset).' '.$parnum.'('.$this->helper->number_to_alphabet($num).…
83 $markup .= $this->getLang($type.$langset).' '.$num;
/plugin/struct/meta/
H A DQueryBuilderWhere.php14 protected $type = 'AND'; variable in dokuwiki\\plugin\\struct\\meta\\QueryBuilderWhere
22 * @param string $type The type of the statement, either 'AND' or 'OR'
25 public function __construct(QueryBuilder $QB, $type = 'AND', $statement = null) argument
28 $this->type = $type;
113 * @param bool $first is this the first where statement? Then the type is ignored
121 if (!$first) $sql .= $this->type . ' ';
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng95 param-type = element type { element text { "work" | "home" }+ }?
130 param-pref, param-type }?,
147 param-pref, param-type }?,
197 element type {
210 param-type }?,
224 param-type }?,
245 param-pref, param-type }?,
252 param-pref, param-type }?,
283 element type {
300 param-type }?,
[all …]
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng95 param-type = element type { element text { "work" | "home" }+ }?
130 param-pref, param-type }?,
147 param-pref, param-type }?,
197 element type {
210 param-type }?,
224 param-type }?,
245 param-pref, param-type }?,
252 param-pref, param-type }?,
283 element type {
300 param-type }?,
[all …]
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc29 type: 'hbox',
33 type: 'vbox',
37 type: 'hbox',
41 type: 'text',
99 type: 'select',
140 type: 'vbox',
161 type: 'text',
180 type: 'text',
200 type: 'hbox',
205 type: 'text',
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php63 $type = ['name' => Author::class, 'params' => []];
82 $type = ['name' => Author::class, 'params' => []];
95 $type = ['name' => Author::class, 'params' => []];
110 $type = ['name' => Author::class, 'params' => []];
125 $type = ['name' => Author::class, 'params' => []];
143 $type = ['name' => Author::class, 'params' => []];
158 $type = ['name' => Author::class, 'params' => []];
162 $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
172 $type = ['name' => Author::class, 'params' => []];
176 $constructor->construct($this->visitor, $class, ['id' => 5], $type, $this->context);
[all …]
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js56type:"html",id:"Content",label:"spellContent",html:"",setup:function(b){b=a.iframeNumber+"_"+b._.c…
59type:"hbox",id:"rightCol",align:"right",width:"50%",children:[{type:"vbox",id:"rightCol_col__left"…
61type:"vbox",id:"rightCol_col__right",widths:["50%","50%","50%"],children:[{type:"button",id:"Ignor…
64type:"html",id:"logo",html:'\x3cimg width\x3d"99" height\x3d"68" border\x3d"0" src\x3d"" title\x3d…
66type:"html",id:"banner",label:"banner",style:"",html:"\x3cdiv\x3e\x3c/div\x3e"},{type:"html",id:"C…
68type:"vbox",children:[{type:"button",id:"ChangeTo_button",label:"Change to",title:"Change to",styl…
71type:"hbox",id:"rightCol",align:"right",width:"30%",children:[{type:"vbox",id:"rightCol_col__left"…
72type:"html",id:"Content",label:"spellContent",html:"",setup:function(){var b=a.iframeNumber+"_"+a.…
77type:"hbox",id:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",children:[…
80type:"hbox",id:"options_error",children:[{type:"html",style:"display: block;text-align: center;whi…
[all …]
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js56type:"hbox",id:"leftCol",align:"left",width:"50%",children:[{type:"vbox",id:"rightCol1",widths:["5…
58 …},{type:"hbox",id:"rightCol",align:"right",width:"50%",children:[{type:"vbox",id:"rightCol_col__le…
59type:"button",id:"ChangeAll",label:a.LocalizationButton.ChangeAll.text,title:"Change All",style:"w…
63type:"vbox",id:"rightCol1",setup:function(){this.getChild()[0].getElement().$.src=a.logotype;this.…
65type:"html",id:"banner",label:"banner",style:"",html:"\x3cdiv\x3e\x3c/div\x3e"},{type:"html",id:"C…
67type:"vbox",children:[{type:"button",id:"ChangeTo_button",label:"Change to",title:"Change to",styl…
69type:"hbox",id:"leftCol",align:"left",width:"70%",children:[{type:"vbox",id:"rightCol1",children:[…
71type:"vbox",id:"bottomGroup",style:"width:560px; margin: -10px auto; overflow: hidden;",children:[…
75type:"hbox",id:"BlockFinishChecking",style:"width:560px; margin: 0 auto;",widths:["70%","30%"],onS…
78type:"hbox",id:"options_error",children:[{type:"html",style:"display: block;text-align: center;whi…
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DParameters.php30 * @param string $type
34 public function toString($type = 'PKCS1', array $options = []) argument
36 $type = self::validatePlugin('Keys', 'PKCS1', 'saveParameters');
38 return $type::saveParameters($this->curve, $options);
/plugin/codemirror/dist/modes/
H A Dasn.1.min.js1type=c;this.align=d;this.prev=e}function s(a,b,c){var d=a.indented;if(a.context&&a.context.type=="…

1...<<31323334353637383940>>...173