Home
last modified time | relevance | path

Searched refs:type (Results 2051 – 2075 of 4303) sorted by relevance

1...<<81828384858687888990>>...173

/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php268 'type' => 'tag',
275 'type' => '',
321 protected function createColumnEntry($name, $multi, $key, $origkey, $title, $type) { argument
328 'type' => $type
/plugin/codemirror/dist/modes/
H A Dasciiarmor.min.js.map1type","result","eatWhile","next","blankLine","startState","defineMIME"],"mappings":"CAGA,SAAUA,GAC…
/plugin/revealjs/css/theme/template/
H A Dtheme.scss106 list-style-type: decimal;
110 list-style-type: disc;
114 list-style-type: square;
118 list-style-type: circle;
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js143 var type = (ticket.type != null) ? deskTypes[ticket.type] : 'bug';
149 cell.style = mxUtils.setStyle(cell.style, 'issueType', type);
/plugin/tagfilter/
H A Dscript.js226 var type = jQuery.type(value);
230 if(type === 'string') {
234 if(type === 'array') {
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php96 function mb_get_info(?string $type = 'all'): array|string|int|false { return p\Mbstring::mb_get_info((string) $type); } argument
111 function mb_http_input(?string $type = null): array|string|false { return p\Mbstring::mb_http_input($type); } argument
/plugin/bez/action/
H A Dmigration.php175 if ($row['type'] == '0') {
176 $type = 'comment';
177 } elseif ($row['type'] == '1') {
178 $type = 'cause_real';
179 } elseif ($row['type'] == '2') {
180 $type = 'cause_potential';
185 'type' => $type,
194 $stmt = $bez->query('SELECT tasks.*, commcauses.type AS cause_type
235 $data['type']
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DFirstClassListCollection.yml5 type: array<int>
H A DFirstClassMapCollection.yml5 type: array<string,int>
/plugin/mtg/
H A Dscript.js4 type: "format", property in toolbar
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DRepresentedCountry.php25 * @property-read string|null $type A string indicating the type of entity that is
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DPublicKey.php27 public function toString($type, array $options = []); argument
H A DPrivateKey.php28 public function toString($type, array $options = []); argument
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_HTMLorMML.js57 …c)}},createMathTag:function(c,b){var a=document.createElement("script");a.type="math/tex"+c;MathJa…
58type="math/mml";d.insertBefore(a,e);if(this.AttributeBug){var b=this.OuterHTML(e);if(this.CleanupH…
59 …c)}},createMathTag:function(c,a){var b=document.createElement("script");b.type="math/asciimath"+c;…
62type==="contextmenu"||M.type==="mouseover"){v.className+=" MathJax_ContextMenu"}if(!B){MathJax.Loc… property in AnonymousFunction699e62c46e00.u
63type==="math"){this.root=arguments[0]}else{this.root=MathJax.ElementJax.mml.math.apply(this,argume…
64type,e=this.toMathMLattributes();if(f==="mspace"){return l+"<"+f+e+" />"}var k=[],j=(this.isToken?…
65 … i}});g.merror.Augment({toSVG:function(n){if(!this.isError||this.Parent().type!=="math"){return h.…
67type:"base",endError:["ExtraOpenMissingClose","Extra open brace or missing close brace"],closeErro…
68type!=="multline"){h.Error(["CommandInMultline","%1 can only appear within the multline environmen…
70type==="mstyle"?a.math.prototype.defaults:g.defaults);if(k!=null){var n=k.toLowerCase();if(n==="tr…
[all …]
/plugin/tiledblog/
H A Dscript.js14 type: "POST",
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js15 …m]+1:1);k.createStyleStack(a,q,b,/margin|text\-align|padding|list\-style\-type|width|height|border…
16 …(q);a.name="img";a.attributes.src=a.attributes.src||c;delete a.attributes.type},style:function(){r…
22 …in b)){for(var h=!1,l=0;l<a.children.length;l++){var g=a.children[l];if(g.type===CKEDITOR.NODE_TEX…
23 c){var m=new CKEDITOR.htmlParser.element("span");m.setHtml(g.value);g.replaceWith(m);g=m}g.type===C…
24 …s?a.$.sheet:b(a);a=[];var h;if(e)for(e=e.cssRules,h=0;h<e.length;h++)e[h].type===window.CSSRule.ST…
29 …var d=n.parseCssText(a.attributes.style);if("ol"==a.name){if(a.attributes.type||d["list-style-type…
39 !1);l=e.filter(g,d("li"));var m=e.filter(g,f);e.forEach(m,function(a){var g=a.attributes.type,h=par…
42 …[e].attributes["cke-list-level"]],l=this.getListItemInfo(a[e]),k,m;h?(m=h.type.match(/alpha/)&&7==…
43type!=k.type||f&&l.id!=f.id&&!this.isAListContinuation(a[e]))&&d.push([])):k=g.getSymbolInfo(a[e].…
46 type:d[a][0]};if(a.match(/\d/))return{index:a?parseInt(g.getSubsectionSymbol(a),10):0,type:"decimal…
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/Interchange/
H A DDirective.php
/plugin/vbsso/views/
H A Dadmin.html2-3.tpl2 <input type="submit" id="vbsso_submit" name="vbsso_submit" value="Save" style="width: 100px"/>
/plugin/timetrack/
H A DMenuItem.php15 protected $type = 'plugin_timetrack'; variable in dokuwiki\\plugin\\timetrack\\MenuItem
/plugin/odt/ODT/css/
H A Dcssimportnew.php158 protected $type = NULL; variable in css_simple_selector
199 $this->type = '*';
220 $this->type = $content;
267 $this->type = $content;
311 if (!empty($this->type) &&
312 $this->type != '*' &&
313 $this->type != $element->iECSSM_getName()) {
371 if (!empty($this->type)) {
372 $returnstring .= $this->type;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php236 // ignore bad type of states
541 throw new \RuntimeException('Unexpected state type.');
762 int $type, argument
772 switch ($type) {
785 throw new \RuntimeException('Unexpected transition type.');
813 'The specified transition type: %d is not valid.',
814 $type
819 private function stateFactory(int $type, int $ruleIndex) : ?ATNState argument
821 switch ($type) {
887 'The specified state type
897 lexerActionFactory(int $type, int $data1, int $data2) global() argument
[all...]
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e…
/plugin/skilltagicon/
H A Dstyle.less6 div.page h1:first-of-type {
/plugin/tagadd/
H A DMenuItem.php14 protected $type = 'plugin_tagadd__addtags'; variable in dokuwiki\\plugin\\tagadd\\MenuItem
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst56 ``@Target`` indicates the kinds of class element to which an annotation type is applicable.
93 The data type could be validated using the ``@var`` annotation on the annotation properties
96 If the data type not match you got an ``AnnotationException``
143 * @Attribute("stringProperty", type = "string"),
144 * @Attribute("annotProperty", type = "SomeAnnotationClass"),

1...<<81828384858687888990>>...173