Home
last modified time | relevance | path

Searched refs:mode (Results 1601 – 1625 of 2447) sorted by relevance

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

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty"…
/plugin/codemirror/dist/modes/
H A Dnsis.min.js.map1mode/nsis/nsis.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defin…
H A Dtcl.min.js.map1mode/tcl/tcl.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defineM…
H A Ddiff.min.js.map1 {"version":3,"sources":["../../node_modules/codemirror/mode/diff/diff.js"],"names":["mod","exports"…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm156 <cfdirectory action="create" directory="#name#" mode="755">
160 <cfdirectory action="create" directory="#currentPath##fs##name#" mode="755">
282 mode="755">
/plugin/revealjs/
H A Dexample_presentation.dokuwiki68 <sub>This could be a slide without content, not possible in header driven mode...</sub>
83 Horizontal again and stopping special hr driven mode
88 Horizontal again and stopping special hr driven mode
H A Dchangelog.md33 …dering the slide mode changes from "headers driven" to "special horizontal rule driven" - headers …
35 - if you want to leave this slide mode you need a way to explicit close a slide or container:
/plugin/phpipam/
H A Dsyntax.php102 public function connectTo($mode) { argument
104 $mode, 'plugin_phpipam') ;
106 $mode, 'plugin_phpipam') ;
108 $mode, 'plugin_phpipam') ;
110 $mode, 'plugin_phpipam') ;
112 $mode, 'plugin_phpipam') ;
382 public function render($mode, Doku_Renderer $renderer, $opts) { argument
383 if ($mode == 'xhtml' && is_array($opts) and $opts) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dif.rst12 <p>Our website is in maintenance mode. Please, come back later.</p>
/plugin/aichat/script/
H A DAIChatChat.js12 this.#root = this.attachShadow({mode: 'open'});
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1mode","on","onCursorActivity","maybeInitVimState","getInputField","getOnPasteFn","leaveVimMode","o…
/plugin/imagemap/
H A Dsyntax.php26 function connectTo($mode) { argument
27 $this->Lexer->addEntryPattern('\{\{map>[^\}]+\}\}', $mode, 'plugin_imagemap');
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php316 function SaveToFile($file,$s,$mode='t') argument
318 $f=fopen($file,'w'.$mode);
/plugin/offline/
H A Dcreate.php354 function create_directory($dirStr, $mode = 0777) { argument
378 if (mkdir($currentDirStr, $mode)) {
/plugin/dokutranslate/
H A Daction.php388 …if (empty($cache->page) || empty($cache->mode) || $cache->mode != 'xhtml' || !@file_exists(metaFN(…
/plugin/imagemapping/
H A Dsyntax.php44 function connectTo($mode)
46 $this->Lexer->addEntryPattern('\{\{map>[^\}]+\}\}', $mode, 'plugin_imagemapping');
31 connectTo($mode) global() argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dopus.js2mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(ERRNO_CODES.EPERM)}if(!ME… argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.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/blog/
H A Daction.php45 // determine page id by rewrite mode
228 if (!in_array($cache->mode, array('xhtml', 'metadata'))) return;
/plugin/combo/ComboStrap/
H A DLocalFileSystem.php113 $result = mkdir($dirPath->toAbsolutePath()->toAbsoluteId(), $mode = 0770, $recursive = true);
/plugin/diagrams/script/
H A DDiagramsForm.js170 await fetch(url, {cache: 'reload', mode: 'no-cors'});
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt125 ¤ 'file' paramter removed (use object mode instead)
126 ¤ 'goto' paramter removed (use object mode instead)
403 fsockopen mode
407 in object mode (thanks infoØdoepud*co*uk)
477 running in "cli" mode (thanks flobeeØgmail*com)
521 prevent object-mode errors dying in an error image
650 * Bugfix: 'hash' warning in high_security mode
755 * Bugfix: 'aoe' was ignored in object mode
842 config_output_format in object mode
910 * Bugfix: several PHP safe mode fixes
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js13 App.mode = App.MODE_DEVICE;
960 App.prototype.pickLibrary = function(mode) argument
1601 App.prototype.saveLibrary = function(name, images, file, mode, noSpin, noReload, fn) argument
1603 mode = (mode != null) ? mode : this.mode;
/plugin/imapmarkers/
H A Djquery.imagemapster.js1348 addShapeGroup: function (areaData, mode, options) {
1355 opts = areaData.effectiveRenderOptions(mode);
1361 if (mode === 'select') {
1377 areaData.effectiveRenderOptions(mode)
2318 function navigateTo(mode, href, target) { argument
2319 switch (mode) {
2333 function getNavDetails(ar, mode, defaultHref) { argument
2334 if (mode === 'open') {
3412 effectiveRenderOptions: function (mode, options) { argument
3416 if (!opts || mode === 'highlight') {
[all …]
/plugin/404manager/
H A DCHANGES.md14 …n, a redirection doesn't occur anymore. The writer is redirected in `edit mode` and can create dir…

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