Home
last modified time | relevance | path

Searched refs:mode (Results 1551 – 1575 of 2447) sorted by relevance

1...<<61626364656667686970>>...98

/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php230 function SaveToFile($file,$s,$mode='t') argument
232 $f=fopen($file,'w'.$mode);
/plugin/templateconfhelper/
H A DREADME29 * $_GET[mode] styleimg - trigger
32 …rewrite ^/lib/tpl/((.*)/)?images/(.*) /lib/exe/fetch.php?mode=styleimg&media=$3&template=$2 l…
/plugin/datatemplate/syntax/
H A Dlist.php40 function connectTo($mode) { argument
42 $mode, 'plugin_datatemplate_list');
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown70 centerPadding | string | '50px' | Side padding when in center mode. (px or %)
92 rows | int | 1 | Setting this to more than 1 initializes grid mode. Use slidesPerRow to set how man…
94 slidesPerRow | int | 1 | With grid mode intialized via the rows option, this sets how many slides a…
138 edge | event, slick, direction | Fires when an edge is overscrolled in non-infinite mode.
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php271 public static function mb_convert_case($s, $mode, $encoding = null) argument
289 if (\MB_CASE_TITLE == $mode) {
296 if (\MB_CASE_UPPER == $mode) {
303 if (self::MB_CASE_FOLD === $mode) {
H A Dbootstrap80.php30 function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert_case((string) $string, (int) $mode, $encoding); } argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js5992 mode: false, property in gantt._cached_functions
6722 switch (mode) {
6754 return this["add_" + mode](date, inc, mode);
7929 return !!(mode.$no_end || mode.$no_start);
8229 this._tMode = mode.mode || this._tMode;
8333 mode = mode || "updated";
20599 var mode = this.$config.mode === "x";
25648 mode: null, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f22d00.createTaskDND.drag
25775 if (drag.mode) {
25884 if (drag.mode && drag.mode != config.drag_mode.ignore && config["drag_" + drag.mode]) {
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php751 function mkdir_rek($dir, $mode = 0777) argument
756 mkdir_rek(dirname($dir), $mode);
757 mkdir($dir, $mode);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12mode:null,el:d,flags:f,engineSettings:b})}function e(a,b){var c={theme:B(J.settings.themes.gray,nu…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php71 * simulation, we will again retry the ATN simulation using full context mode.
107 * or when we force SLL mode.
198 * mode with the {@see BailErrorStrategy}:
263 private $mode = PredictionMode::LL; variable in Antlr\\Antlr4\\Runtime\\Atn\\ParserATNSimulator
520 if ($D->requiresFullContext && $this->mode !== PredictionMode::SLL) {
684 } elseif (PredictionMode::hasSLLConflictTerminatingPrediction($this->mode, $reach)) {
690 // in SLL-only mode, we will stop at this state and return the minimum alt
820 if ($this->mode !== PredictionMode::LL_EXACT_AMBIG_DETECTION) {
827 // In exact ambiguity mode, we never try to terminate early.
860 * In non-exact ambiguity detection mode, w
2513 setPredictionMode(int $mode) global() argument
[all...]
/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1mode/mirc/mirc.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defin…
H A Dsmarty.min.js.map1mode/smarty/smarty.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","d…
H A Ddockerfile.min.js.map1mode/dockerfile/dockerfile.js"],"names":["mod","exports","module","require","define","amd","CodeMi…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js78 /******/ __webpack_require__.t = function(value, mode) { argument
79 /******/ if(mode & 1) value = __webpack_require__(value);
80 /******/ if(mode & 8) return value;
81 /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
/plugin/bureaucracyau/
H A DREADME19 template mode has been tested by me. Feedback appreciated.
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php118 $mode = array(
/plugin/semanticdata/syntax/
H A Dentry.php50 function connectTo($mode) { argument
51 …$this->Lexer->addSpecialPattern('----+ *dataentry(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin…
H A Dtable.php48 function connectTo($mode) { argument
49 …$this->Lexer->addSpecialPattern('----+ *datatable(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+',$mode,'plugin…
/plugin/dataloop/syntax/
H A Dloop.php65 function connectTo($mode) { argument
66 $this->Lexer->addEntryPattern('<dataloop.*?>(?=.*?</dataloop>)',$mode,'plugin_dataloop_loop');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php470 * @param int $mode
474 public function loadX509($cert, $mode = self::FORMAT_AUTO_DETECT) argument
493 if ($mode != self::FORMAT_DER) {
495 if ($mode == self::FORMAT_PEM && $cert == $newcert) {
2224 * @param int $mode
2228 public function loadCSR($csr, $mode = self::FORMAT_AUTO_DETECT) argument
2245 if ($mode != self::FORMAT_DER) {
2247 if ($mode == self::FORMAT_PEM && $csr == $newcsr) {
2448 * @param int $mode
2460 if ($mode != self::FORMAT_DER) {
[all …]
/plugin/struct/jsoneditor/
H A Djsoneditor-minimalist.min.js30 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):"object"==typeof exports?exports.JSONEditor=t():e.JSONEditor=t()}(this,function(){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={exports:{},id:i,loaded:!1};return e[i].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){function i(e,t,n){if(!(this instanceof i))throw new Error('JSONEditor constructor called without "new".');var o=l.getInternetExplorerVersion();if(-1!=o&&9>o)throw new Error("Unsupported browser, IE9 or newer required. Please install the newest version of your browser.");if(t&&(t.error&&(console.warn('Option "error" has been renamed to "onError"'),t.onError=t.error,delete t.error),t.change&&(console.warn('Option "change" has been renamed to "onChange"'),t.onChange=t.change,delete t.change),t.editable&&(console.warn('Option "editable" has been renamed to "onEditable"'),t.onEditable=t.editable,delete t.editable),t)){var r=["ace","theme","ajv","schema","onChange","onEditable","onError","onModeChange","escapeUnicode","history","search","mode","modes","name","indentation"];Object.keys(t).forEach(function(e){-1===r.indexOf(e)&&console.warn('Unknown option "'+e+'". This option will be ignored')})}arguments.length&&this._create(e,t,n)}var o;try{o=n(!function(){var e=new Error('Cannot find module "ajv/dist/ajv.bundle.js"');throw e.code="MODULE_NOT_FOUND",e}())}catch(r){}var s=n(1),a=n(2),l=n(3);i.modes={},i.prototype.DEBOUNCE_INTERVAL=150,i.prototype._create=function(e,t,n){this.container=e,this.options=t||{},this.json=n||{};var i=this.options.mode||"tree";this.setMode(i)},i.prototype._delete=function(){},i.prototype.set=function(e){this.json=e},i.prototype.get=function(){return this.json},i.prototype.setText=function(e){this.json=l.parse(e)},i.prototype.getText=function(){return JSON.stringify(this.json)},i.prototype.setName=function(e){this.options||(this.options={}),this.options.name=e},i.prototype.getName=function(){return this.options&&this.options.name},i.prototype.setMode=function(e){var t,n,o=this.container,r=l.extend({},this.options),s=r.mode;r.mode=e;var a=i.modes[e];if(!a)throw new Error('Unknown mode "'+r.mode+'"');try{var c="text"==a.data;if(n=this.getName(),t=this[c?"getText":"get"](),this._delete(),l.clear(this),l.extend(this,a.mixin),this.create(o,r),this.setName(n),this[c?"setText":"set"](t),"function"==typeof a.load)try{a.load.call(this)}catch(d){console.error(d)}if("function"==typeof r.onModeChange&&e!==s)try{r.onModeChange(e,s)}catch(d){console.error(d)}}catch(d){this._onError(d)}},i.prototype.getMode=function(){return this.options.mode},i.prototype._onError=function(e){if(!this.options||"function"!=typeof this.options.onError)throw e;this.options.onError(e)},i.prototype.setSchema=function(e){if(e){var t;try{t=this.options.ajv||o({allErrors:!0,verbose:!0})}catch(n){console.warn("Failed to create an instance of Ajv, JSON Schema validation is not available. Please use a JSONEditor bundle including Ajv, or pass an instance of Ajv as via the configuration option `ajv`.")}t&&(this.validateSchema=t.compile(e),this.options.schema=e,this.validate())}else this.validateSchema=null,this.options.schema=null,this.validate()},i.prototype.validate=function(){},i.registerMode=function(e){var t,n;if(l.isArray(e))for(t=0;t<e.length;t++)i.registerMode(e[t]);else{if(!("mode"in e))throw new Error('Property "mode" missing');if(!("mixin"in e))throw new Error('Property "mixin" missing');if(!("data"in e))throw new Error('Property "data" missing');var o=e.mode;i
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js15377 switch (mode) {
15388 switch (mode) {
15407 switch (mode) {
15464 pack(mode, 4);
15467 switch (mode) {
15839 var mode = options.mode ? MODES[options.mode.toLowerCase()] : -1;
15842 if (mode < 0) {
20985 if (mode < exports.DEFLATE || mode > exports.UNZIP)
20988 this.mode = mode;
21006 if (this.mode === exports.GZIP || this.mode === exports.GUNZIP)
[all …]
/plugin/404manager/
H A DREADME.md20 * Automatic redirection in edit mode
55 * set that a writer switch directly to the edit mode
57 …ager have only one classic message and it's when a redirection to the edit mode occur for a writer)
/plugin/tindexmenu/syntax/
H A Dindexmenu.php197 function render($mode, &$renderer, $data) { argument
201 if($mode == 'xhtml'){
234 } else if ($mode == 'metadata') {
/plugin/dokucrypt/
H A Dscript.js873 function rijndaelEncrypt(plaintext, key, mode) { argument
880 if (mode == "CBC") {
884 mode = "ECB";
895 if (mode == "CBC") {
917 function rijndaelDecrypt(ciphertext, key, mode) { argument
926 if (!mode) { mode = "ECB"; } // assume ECB if mode omitted
934 if (mode == "CBC") {
944 if (mode == "ECB") {

1...<<61626364656667686970>>...98