Home
last modified time | relevance | path

Searched refs:mode (Results 1401 – 1425 of 2447) sorted by relevance

1...<<51525354555657585960>>...98

/plugin/panorama/syntax/
H A Dpanorama2.php154 $mode = $data['mode'];
/plugin/mediasyntax/
H A Daction.php123 if(!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
/plugin/eventum/
H A Dsyntax.php52 function connectTo($mode) { argument
53 $this->Lexer->addSpecialPattern('\[\[issue>.+?\]\]', $mode, 'plugin_eventum');
/plugin/header2/
H A Dsyntax.php23 function connectTo($mode) { argument
30 … $this->Lexer->addEntryPattern("[ \t]*={2,}(?=[^\n]+={2,}[ \t]*\n)", $mode, 'plugin_header2');
/plugin/semanticdata/
H A Dstyle.css1 /* default style for the entry mode */
66 /* default styles for the related mode */
/plugin/diagramsnet/lib/js/diagramly/
H A DLocalFile.js16 this.mode = (temp) ? null : App.MODE_DEVICE;
52 return this.mode;
/plugin/sqlite/
H A Dhelper.php257 $mode = $assoc ? PDO::FETCH_ASSOC : PDO::FETCH_NUM;
258 $this->data = $res->fetchAll($mode);
/plugin/struct/types/
H A DPage.php34 * @param string $mode The mode the output is rendered in (eg. XHTML)
35 * @return bool true if $mode could be satisfied
37 public function renderValue($value, \Doku_Renderer $R, $mode) argument
/plugin/qstat/
H A Dsyntax.php108 * <dd>ordinary text encountered within the plugin's syntax mode
149 function render($mode, &$renderer, $data) { argument
152 if($mode == 'xhtml') {
/plugin/groupmail/
H A Dsyntax.php72 public function connectTo($mode) { argument
73 $this->Lexer->addSpecialPattern('\{\{groupmail>[^}]*\}\}',$mode,'plugin_groupmail');
149 public function render($mode, Doku_Renderer $renderer, $data) { argument
152 if($mode == 'xhtml'){
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm42 …AD" filefield="NewFile" destination="#GetTempDirectory()#" nameconflict="makeunique" mode="0755" />
103 <cffile action="move" source="#sTempFilePath#" destination="#destination#" mode="755">
106 <cffile action="copy" source="#sTempFilePath#" destination="#destination#" mode="755">
212 <cfdirectory action="create" directory="#currentFolderPath##sNewFolderName#" mode="755">
/plugin/codemirror/dist/modes/
H A Dhaskell-literate.min.js1 …eturn"comment"}},innerMode:function(a){return a.inCode?{state:a.baseState,mode:d}:null}}},"haskell…
H A Dtwig.min.js.map1mode/twig/twig.js"],"names":["mod","exports","module","require","define","amd","CodeMirror","defin…
H A Dtornado.min.js.map1mode/tornado/tornado.js"],"names":["mod","exports","module","require","define","amd","CodeMirror",…
/plugin/aichat/script/
H A DAIChatButton.js8 this.#root = this.attachShadow({mode: 'open'});
/plugin/struct/meta/
H A DAggregationEditorTable.php22 * Adds additional info to document and renderer in XHTML mode
34 if ($this->mode != 'xhtml') return;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D445.phpt2 GH-455: expectOutputString not working in strict mode
/plugin/sympaauth/lang/fr/
H A Dintro.txt7 "sympa" pour le champ du mode d'authentification, et remplissez le champ correspondant à l'adresse…
/plugin/projects/
H A Dscript.js39 mode: modes[lang],
/plugin/struct/jsoneditor/
H A Dsetup.js21 mode: 'form',
/plugin/pagequery/
H A Daction.php36 if ($cache->mode !== "xhtml") {
/plugin/ckgedit/action/
H A Dedit.php1059 $mode = 'ckgedit';
1087 $file = DOKU_INC."inc/parser/$mode.php";
1092 $rclass = "Doku_Renderer_$mode";
1096 msg("Renderer for $mode not valid",-1);
1103 $Renderer = plugin_load('renderer',$mode);
1105 msg("No renderer for $mode found",-1);
1189 $data = array($mode,& $Renderer->doc);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.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/strata/types/
H A Dimage.php46 function render($mode, &$R, &$T, $value, $hint) { argument
/plugin/bookcreator/syntax/
H A Dbookmanager.php28 * @param string $mode
30 function connectTo($mode) { argument
31 $this->Lexer->addSpecialPattern('~~\w*?BOOK.*?~~', $mode, 'plugin_bookcreator_bookmanager');
104 * @param string $format render mode e.g. text, xhtml, meta,...

1...<<51525354555657585960>>...98