Home
last modified time | relevance | path

Searched refs:type (Results 2226 – 2250 of 4303) sorted by relevance

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

/plugin/highlightjs/highlight/
H A Dreadme.eng.txt18 <script type="text/javascript" src="highlight.pack.js"></script>
19 <script type="text/javascript">
26 <script type="text/javascript">
38 <script type="text/javascript">
102 string string (of any type)
151 string string (of any type)
230 comment comment (of any type)
300 string string (of any type: "..", '..', `..`)
332 value value of a setting of any type
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php49 $this->mpdf->gradients[$n]['type'] = 6; //coons patch mesh
147 // type = linear:2; radial: 3;
155 public function Gradient($x, $y, $w, $h, $type, $stops = [], $colorspace = 'RGB', $coords = '', $extend = '', $return = false, $is_mask = false)
157 if ($type && stripos($type, 'L') === 0) {
158 $type = self::TYPE_LINEAR;
159 } elseif ($type && stripos($type, 'R') === 0) {
160 $type = self::TYPE_RADIAL;
174 if ($type <
141 Gradient($x, $y, $w, $h, $type, $stops = [], $colorspace = 'RGB', $coords = '', $extend = '', $return = false, $is_mask = false) global() argument
[all...]
/plugin/codemirror/dist/modes/
H A Djavascript.min.js1type:a,style:"keyword"}}var b=a("keyword a"),c=a("keyword b"),d=a("keyword c"),e=a("keyword d");va… property in AnonymousFunctiona9af57c00200.j.g
/plugin/tablemath/
H A Dsyntax.php58 …$renderer->doc .= '<html><div id="'.$data['divid'].'"><script type="text/javascript" defer="defer"…
/plugin/cite/
H A DMenuItem.php18 protected $type = 'cite'; variable in dokuwiki\\plugin\\cite\\MenuItem
/plugin/dw2pdf/
H A DMenuItem.php17 protected $type = 'export_pdf'; variable in dokuwiki\\plugin\\dw2pdf\\MenuItem
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc326 var d = console[a.data.type] ? a.data.type : "log",
2973 type: 1,
5151 if (a.attributes.type) switch (a.attributes.type) {
5648 b && !b.type && (b.type = d.type);
9277 if (a.type) return a.type;
9290 if (a.type) return a.type;
10804 type: a.type
13366 a.type || (this.type = "info");
14034 b.type || (b.type = "auto");
17407 "data-cke-real-node-type": a.type,
[all …]
/plugin/talkpage/
H A DMenuItem.php11 protected $type = 'show'; variable in dokuwiki\\plugin\\talkpage\\MenuItem
/plugin/elasticsearch/
H A Ddocker-compose.yml9 - 'discovery.type=single-node'
/plugin/structjoin/
H A Dplugin.info.txt6 desc Introduces new struct type that allows perform inner joins between schemas
/plugin/nspages/printers/
H A DprinterOneLine.php16 function _print($tab, $type) { argument
H A DprinterLineBreak.php14 function _print($tab, $type) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js6067 this.type = type;
6081 (this.type?(" \"type\":\""+this.type+"\","):"")+
8102 item.type = item.type || "";
8105 var type = item.type;
9408 type = chrome.type = Env.Options.enablePersistent ?
9712 if (chrome.type == "frame" || chrome.type == "div")
9774 var type = chrome.type;
9814 type: null,
11045 if ((this.type == "frame" || this.type == "div") &&
15416 return type == "boolean" || type == "number";
[all …]
/plugin/overlay/
H A DMenuItem.php17 protected $type = ''; variable in dokuwiki\\plugin\\overlay\\MenuItem
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.CustomDoctype.txt
/plugin/jalbum/
H A Daction.php37 'type' => 'format',
/plugin/combo/ComboStrap/
H A DAnalyticsMenuItem.php34 protected $type = 'export_' . renderer_plugin_combo_analytics::RENDERER_NAME_MODE; variable in ComboStrap\\AnalyticsMenuItem
/plugin/tumblr/
H A Dstyle.less54 list-style-type: none;
142 input[type=text] {
/plugin/openlayersmapoverlays/
H A Dscript.js26 switch (overlay.type) {
134 if (filter.type === OpenLayers.Filter.Spatial.BBOX) {
/plugin/gchart/
H A Dsyntax.php63 'type' => 'p3',
101 $return['type'] = $this->supported_charts[strtolower($match[1])];
148 $parameters['cht'] = $data['type'];
163 switch ($data['type']) {
/plugin/evesso/classes/
H A DAbstractAdapter.php129 * @global type $INPUT
153 * @global type $conf
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DRollupNamespace.php181 * $params['type'] = DEPRECATED (string) The doc type inside the index
196 $type = $this->extractArgument($params, 'type');
203 $endpoint->setType($type);
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c57 ZEND_ARG_INFO(0, type)
708 char *type = NULL; in PHP_FUNCTION() local
718 …UM_ARGS() TSRMLS_CC, "ozz|asbb", &template, &object, &zitem, &arguments, &type, &type_len, &isDefi… in PHP_FUNCTION()
730 if (!type) { in PHP_FUNCTION()
731 type = "any"; in PHP_FUNCTION()
751 if (strcmp("method", type) != 0) { in PHP_FUNCTION()
782 if (strcmp("array", type) == 0 || Z_TYPE_P(object) != IS_OBJECT) { in PHP_FUNCTION()
835 (strcmp("array", type) == 0) in PHP_FUNCTION()
842 (strcmp("array", type) == 0) in PHP_FUNCTION()
933 if (strcmp("method", type) != 0 && !TWIG_INSTANCE_OF_USERLAND(object, "Twig_Template" TSRMLS_CC)) { in PHP_FUNCTION()
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupNavigation.js147 {name: 'mainText', dispName: 'Text', type: 'string'},
148 {name: 'textSize', dispName: 'Text Size', type: 'float'},
149 {name: 'textColor', dispName: 'Text Color', type: 'color'},
150 {name: 'textColor2', dispName: 'Text2 Color', type: 'color'}
472 {name: 'barPos', dispName: 'Handle Position', type: 'float'},
473 {name: 'fillColor2', dispName: 'Fill2 Color', type: 'color'},
474 {name: 'strokeColor2', dispName: 'Stroke2 Color', type: 'color'}
694 {name: 'fillColor2', dispName: 'Fill2 Color', type: 'color'},
695 {name: 'strokeColor2', dispName: 'Stroke2 Color', type: 'color'},
696 {name: 'strokeColor3', dispName: 'Stroke3 Color', type: 'color'}
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js163 function createRow(type, index, x, y, xmlDoc) argument
166 row.setAttribute("T", type);
365 var type = that.ARROWS_MAP[key];
366 if (type != null)
367 return type;
457 var type = getArrowType(startArrow, startFill);
458 shape.appendChild(createCellElem("BeginArrow", type, xmlDoc));
465 var type = getArrowType(endArrow, endFill);
466 shape.appendChild(createCellElem("EndArrow", type, xmlDoc));
956 zip.generateAsync({type:"base64"}).then(

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