Home
last modified time | relevance | path

Searched refs:_mode (Results 1 – 16 of 16) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/iterator/
DRegularExpression.php115 protected $_mode = 0; variable in Hoa\\Iterator\\RegularExpression
207 switch ($this->_mode) {
330 $this->_mode = $mode;
378 return $this->_mode;
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
DWrapper.php290 $this->function->chmod = function ($path, $mode) use (&$_path, &$_mode) {
292 $_mode = $mode;
307 ->isEqualTo($_mode);
328 …$this->function->fopen = function ($path, $mode, $options) use (&$_path, &$_mode, &$_options, &$_o…
330 $_mode = $mode;
347 ->isEqualTo($_mode)
376 …$this->function->fopen = function ($path, $mode, $options) use (&$_path, &$_mode, &$_options, &$_o…
378 $_mode = $mode;
397 ->isEqualTo($_mode)
729 … $this->function->mkdir = function ($path, $mode, $options) use (&$_path, &$_mode, &$_options) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
DGeneric.php60 protected $_mode = null; variable in Hoa\\File\\Generic
519 $old = $this->_mode;
520 $this->_mode = $mode;
532 return $this->_mode;
/plugin/sphinxsearch-was/
H A Dsphinxapi.php366 var $_mode; ///< query matching mode (default is SPH_MATCH_ALL) variable in SphinxClient
414 $this->_mode = SPH_MATCH_ALL;
694 $this->_mode = $mode;
946 …$req = pack("NNNNN", $this->_offset, $this->_limit, $this->_mode, $this->_ranker, $this->_sort); /…
/plugin/sphinxsearch/
Dsphinxapi.php384 var $_mode; ///< query matching mode (default is SPH_MATCH_ALL) variable in SphinxClient
432 $this->_mode = SPH_MATCH_ALL;
728 $this->_mode = $mode;
982 …$req = pack ( "NNNNN", $this->_offset, $this->_limit, $this->_mode, $this->_ranker, $this->_sort )…
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
DStream.php512 …$this->function->stream_set_blocking = function ($_stream, $_mode) use ($self, $stream, &$called) {
518 ->integer($_mode)
/plugin/struct/meta/
H A DSearch.php277 … $currentMode = $isLegacy ? $Lexer->_mode->getCurrent() : $Lexer->getModeStack()->getCurrent();
/plugin/xlsx2dw/packages/jszip/
Djszip.js4820 var status, _mode;
4824 _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);
4845 status = zlib_deflate.deflate(strm, _mode); /* no bad return value */
4852 …if (strm.avail_out === 0 || (strm.avail_in === 0 && (_mode === Z_FINISH || _mode === Z_SYNC_FLUSH)…
4862 if (_mode === Z_FINISH) {
4870 if (_mode === Z_SYNC_FLUSH) {
5181 var status, _mode;
5190 _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);
5240 …== 0 || status === c.Z_STREAM_END || (strm.avail_in === 0 && (_mode === c.Z_FINISH || _mode === c.…
5276 _mode = c.Z_FINISH; property
[all …]
/plugin/datatables/assets/jszip/
Djszip.js4820 var status, _mode;
4824 _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);
4845 status = zlib_deflate.deflate(strm, _mode); /* no bad return value */
4852 …if (strm.avail_out === 0 || (strm.avail_in === 0 && (_mode === Z_FINISH || _mode === Z_SYNC_FLUSH)…
4862 if (_mode === Z_FINISH) {
4870 if (_mode === Z_SYNC_FLUSH) {
5181 var status, _mode;
5190 _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);
5240 …== 0 || status === c.Z_STREAM_END || (strm.avail_in === 0 && (_mode === c.Z_FINISH || _mode === c.…
5276 _mode = c.Z_FINISH; property
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
Djszip.js2997 var status, _mode;
3001 _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);
3020 status = zlib_deflate.deflate(strm, _mode); /* no bad return value */
3027 if (strm.avail_out === 0 || (strm.avail_in === 0 && _mode === Z_FINISH)) {
3037 if (_mode === Z_FINISH) {
3339 var status, _mode;
3343 _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);
3372 …if (strm.avail_out === 0 || status === c.Z_STREAM_END || (strm.avail_in === 0 && _mode === c.Z_FIN…
3396 _mode = c.Z_FINISH; property
3399 if (_mode === c.Z_FINISH) {
/plugin/diagramsnet/lib/js/cryptojs/
Daes.min.js27 …RM_MODE)var c=a.createEncryptor;else c=a.createDecryptor,this._minBufferSize=1;this._mode=c.call(a,
28 this,b&&b.words)},_doProcessBlock:function(a,b){this._mode.processBlock(a,b)},_doFinalize:function(…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js36964 this._mode = mode;
36984 var out = this._mode.encrypt(this, chunk);
37069 this._mode = mode;
37083 thing = this._mode.decrypt(this, chunk);
37094 return unpad(this._mode.decrypt(this, chunk));
37207 this._mode = mode;
37221 thing = this._mode.encrypt(this, chunk);
37234 chunk = this._mode.encrypt(this, chunk);
37867 this._mode = mode;
37873 return this._mode.encrypt(this, chunk, this._decrypt);
[all …]
/plugin/datatables/assets/pdfmake/
Dpdfmake.js6494 if (this._mode && this._mode.__creator == modeCreator) {
6495 this._mode.init(this, iv && iv.words);
6497 this._mode = modeCreator.call(mode, this, iv && iv.words);
6498 this._mode.__creator = modeCreator;
6502 this._mode.processBlock(words, offset);
Dpdfmake.min.js2_mode&&this._mode.__creator==r?this._mode.init(this,o&&o.words):(this._mode=r.call(u,this,o&&o.wor…
/plugin/strata/
Dplotly-2.25.2.min.js8_mode=e,this._active=t[e],this._active||(this._mode="turntable",this._active=t.turntable),this.mod…
/plugin/diagramsnet/lib/js/
Dapp.min.js124 …RM_MODE)var c=a.createEncryptor;else c=a.createDecryptor,this._minBufferSize=1;this._mode=c.call(a,
125 this,b&&b.words)},_doProcessBlock:function(a,b){this._mode.processBlock(a,b)},_doFinalize:function(…