Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 25 of 34) sorted by relevance

12

/plugin/caption/syntax/
Dcaption.php16 private $_type = ''; variable in syntax_plugin_caption_caption
103 $this->_type = explode(' ',$match)[0];
104 switch ($this->_type) {
183 switch ($this->_type) {
247 switch ($this->_type) {
271 switch ($this->_type) {
289 $this->_type = '';
293 list($_type,$_num) = explode('=',trim($match));
294 $_type = trim($_type);
296 if (in_array($_type,$this->_types)) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DFilters.php21 private $_type; variable in Elastica\\Aggregation\\Filters
36 && $this->_type !== $type
41 $this->_type = $type;
/plugin/findologicxmlexport/vendor/hoa/stream/
DBucket.php68 protected $_type = null; variable in Hoa\\Stream\\Bucket
158 $old = $this->_type;
159 $this->_type = $type;
171 return $this->_type;
/plugin/html2pdf/html2pdf/html2ps/
Dimage.class.php19 var $_type; variable in Image
24 $this->_type = $type;
36 return $this->_type;
Dcss.rules.page.inc.php6 var $_type; variable in CSSPageSelector
13 return $this->_type;
17 $this->_type = $type;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php91 private $_type; variable in PhpCss\\Scanner\\Token
116 $this->_type = $type;
132 return $this->_type;
/plugin/latexcaption/syntax/
Dcaption.php19 private $_type = ''; variable in syntax_plugin_latexcaption_caption
104 $this->_type = $type;
145 $type = $this->_type;
161 $type = $this->_type;
165 $this->_type = substr($type, 3);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
DGenerator.php189 foreach ($type as $_type) {
190 if (!class_exists($_type, $callAutoload) &&
191 !interface_exists($_type, $callAutoload)) {
195 $_type
700 foreach ($type as $_type) {
701 if (!interface_exists($_type, $callAutoload)) {
705 $_type
712 $additionalInterfaces[] = $_type;
714 $_type,
720 foreach ($this->getClassMethods($_type) as $method) {
/plugin/asciidocjs/node_modules/babel-types/lib/
Dindex.js476 var _loop = function _loop(_type) { argument
477 var newType = t.DEPRECATED_KEYS[_type];
481 console.trace("The node type " + _type + " has been renamed to " + newType);
486 t[_type] = t[_type[0].toLowerCase() + _type.slice(1)] = proxy(t[newType]);
487 t["is" + _type] = proxy(t["is" + newType]);
488 t["assert" + _type] = proxy(t["assert" + newType]);
491 for (var _type in t.DEPRECATED_KEYS) {
492 _loop(_type);
/plugin/dokusioc/lib/
Dsioc_inc.php614 $this->_type = $type;
642 $rdf = '<' . $this->_type . ' rdf:about="' . clean($this->url) . "\">\n";
643 if ($this->_type != 'sioc:Forum') {
756 $rdf .= "</" . $this->_type . ">";
809 $this->_type = $type;
825 $rdf = '<' . $this->_type . " rdf:about=\"" . clean($this->url) . "\">\n";
826 if ($this->_type != 'sioc:Post') {
920 $rdf .= "</" . $this->_type . ">\n";
976 $this->_type = $type;
986 $rdf = '<' . $this->_type . " rdf:about=\"" . clean($this->url) . "\">\n";
/plugin/botmon/
H A Dadmin.js298 if (visitor._type == BM_USERTYPE.KNOWN_BOT) { // known bots match by their bot ID:
377 …nv._type = ( bot ? BM_USERTYPE.KNOWN_BOT : ( nv.usr && nv.usr !== '' ? BM_USERTYPE.KNOWN_USER : BM…
389 if (nv._type == BM_USERTYPE.UNKNOWN) { // only for unknown visitors
674 if (v._type == BM_USERTYPE.KNOWN_BOT) { // known bots
693 } else if (v._type == BM_USERTYPE.KNOWN_USER) { // known users */
708 v._type = BM_USERTYPE.LIKELY_BOT;
729 v._type = BM_USERTYPE.PROBABLY_HUMAN;
750 if (v._type == BM_USERTYPE.KNOWN_BOT ) { /* known bots only */
754 } else if (v._type == BM_USERTYPE.LIKELY_BOT) { /* probable bots only */
776 me.addToCountries(v.geo, v._country, v._type);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnecting.asciidoc268 [_type] => _doc
302 [_type] => _doc
365 [_type] => _doc
405 [_type] => _doc
Dper-request-configuration.asciidoc66 > {"_index":"test_missing","_type":"_doc","_id":"1","found":false}
150 [_type] => _doc
240 [_type] => _doc
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DREADME.md191 [_type] => _doc
228 [_type] => _doc
314 [_type] => _doc
352 [_type] => _doc
/plugin/linkbonus/syntax/
Dinterwiki.txt124 $link['_type'] = 'interwiki';
/plugin/codemirror/dist/modes/
Dhaxe.min.js.map1_type","typestring","typeprop","startState","basecolumn","defaulttypes","token","sol","indentation…
Djavascript.min.js.map1_type","forspec1","forspec2","classNameAfter","classBody","classfield","isInterface","maybeFrom","…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudHealthcare.php1403 '_type' => [
/plugin/statistics/js/
Dchart.js13_type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectDat…
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md131 * Removed remaining `_type` field usages by @deguif [#2017](https://github.com/ruflin/Elastica/pull…
132 * Removed `Elastica\Bulk::$_type` dead property by @deguif [#2034](https://github.com/ruflin/Elasti…
/plugin/findologicxmlexport/vendor/jms/serializer/
DCHANGELOG.md851 - Change default `access\_type` globally [\#336](https://github.com/schmittjoh/serializer/issues/33…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js15361 this._type = type;
15392 throw new _util.FormatError("Duplicate entry in \"".concat(this._type, "\" tree."));
15402 var entries = obj.get(this._type);
15427 (0, _util.warn)("Search depth limit reached for \"".concat(this._type, "\" tree."));
15460 var entries = kidsOrEntries.get(this._type);
15481 …to an exhaustive search, for key \"".concat(key, "\", ") + "in \"".concat(this._type, "\" tree."));
15487 …as found at an incorrect, ") + "i.e. out-of-order, position in \"".concat(this._type, "\" tree."));
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js1_type=t,this._handler=n,this._options=i||!1,this._node.addEventListener(this._type,this._handler,t…
396_type=n,this._insertSpace=i,this._selectionId=null,this._deltaColumn=0,this._moveEndPositionDown=!…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js1_type=t,this._handler=n,this._options=i||!1,this._node.addEventListener(this._type,this._handler,t…
396_type=n,this._insertSpace=i,this._selectionId=null,this._deltaColumn=0,this._moveEndPositionDown=!…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs25427 var _type = (ws || {})["!type"] || "sheet";
25428 switch(_type) {
25565 var _type = (ws || {})["!type"] || "sheet";
25566 switch(_type) {

12