Home
last modified time | relevance | path

Searched refs:mode (Results 2326 – 2350 of 2447) sorted by path

1...<<9192939495969798

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js103 FCKEnterKey.prototype.DoEnter = function( mode, hasShift ) argument
112 var sMode = mode || this.EnterMode ;
/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">
H A Dcf5_upload.cfm170 <cfdirectory action="create" directory="#name#" mode="755">
174 <cfdirectory action="create" directory="#currentPath##fs##name#" mode="755">
211 mode="644"
269 mode="644"
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">
H A Dcf_io.cfm128 <cfdirectory action="create" mode="0755" directory="#ARGUMENTS.folderPath#">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py114 os.makedirs(folderPath,mode=0755)
/plugin/wysiwyg/
H A Dsyntax.php24 function connectTo($mode) { argument
25 $this->Lexer->addSpecialPattern('<wysiwyg.*?'.$wysiwyg_GUID.'<<<<< />',$mode,'plugin_wysiwyg');
84 function render($mode, &$renderer, $data){ argument
86 if ($mode != "xhtml") return true;
/plugin/xfortune/
H A Dsyntax.php36 function connectTo($mode) { argument
37 $this->Lexer->addSpecialPattern('\{\{xfortune>[^}]*\}\}', $mode, 'plugin_xfortune');
69 function render($mode, Doku_Renderer $renderer, $data) { argument
70 if($mode != 'xhtml') return false;
/plugin/xkcd/
H A Dsyntax.php56 function connectTo($mode) { argument
57 $this->Lexer->addSpecialPattern('\[xkcd\]', $mode, 'plugin_xkcd');
68 function render($mode, Doku_Renderer $renderer, $data) { argument
70 if ($mode == 'xhtml') {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js36964 this._mode = mode;
37069 this._mode = mode;
37207 this._mode = mode;
37867 this._mode = mode;
37937 mode: suite
37948 mode: suite,
61986 _mode = mode === ~~mode ? mode : mode === true ? Z_FINISH : Z_NO_FLUSH; // Convert data if needed
62377 …_mode = mode === ~~mode ? mode : mode === true ? c.Z_FINISH : c.Z_NO_FLUSH; // Convert data if nee…
65956 this.mode = 0;
66098 state.mode = HEAD;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4824 _mode = (mode === ~~mode) ? mode : ((mode === true) ? Z_FINISH : Z_NO_FLUSH);
5190 _mode = (mode === ~~mode) ? mode : ((mode === true) ? c.Z_FINISH : c.Z_NO_FLUSH);
8367 state.mode = HEAD;
8592 if (state.mode === TYPE) { state.mode = TYPEDO; } /* skip check */
8712 state.mode = TIME;
8739 state.mode = OS;
9279 state.mode = LEN;
9533 state.mode = LEN;
9629 state.mode = MEM;
9644 (state.mode === LEN_ || state.mode === COPY_ ? 256 : 0);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15160 function default_margins(margins/*:Margins*/, mode/*:?string*/) { argument
15163 if(mode == 'xlml') defs = [1, 1, 1, 1, 0.5, 0.5];
22965 o.push(' <style:table-properties table:display="true" style:writing-mode="lr-tb"/>\n');
25052 ['WTF', false] /* WTF mode (throws errors) */
25066 ['WTF', false] /* WTF mode (throws errors) */
/plugin/xref/
H A Dsyntax.php31 public function connectTo($mode)
33 $this->Lexer->addSpecialPattern('\[\[xref>.+?\]\]', $mode, 'plugin_xref');
47 connectTo($mode) global() argument
/plugin/xssnipper/
H A Dsyntax.php40 function connectTo($mode){ argument
41 $this->Lexer->addSpecialPattern('\{\(xssnipper\>.*?\)\}',$mode,'plugin_xssnipper');
99 function render($mode, Doku_Renderer &$renderer, $xssnipper) { argument
/plugin/yalist/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php48 public function connectTo($mode) { argument
49 $this->Lexer->addEntryPattern('\n {2,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
50 $this->Lexer->addEntryPattern('\n\t{1,}(?:--?|\*\*?|\?|::?)', $mode, 'plugin_yalist');
231 public function render($mode, Doku_Renderer $renderer, $data) { argument
232 if($mode != 'xhtml' && $mode != 'latex' && $mode != 'odt') {
236 if($mode != 'odt') {
244 switch($mode) {
257 if($mode != 'odt') {
/plugin/yearbox/
H A Dsyntax.php55 public function connectTo($mode) argument
57 $this->Lexer->addSpecialPattern('{{yearbox>.*?}}', $mode, 'plugin_yearbox');
129 public function render($mode, Doku_Renderer $renderer, $opt) argument
131 if ($mode == 'xhtml') {
/plugin/yourip/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php34 public function connectTo($mode) { argument
35 $this->Lexer->addSpecialPattern('~~YOURIP_.*?~~',$mode,'plugin_yourip');
52 public function render($mode, Doku_Renderer $renderer, $data) { argument
53 if($mode != 'xhtml') return false;
/plugin/youtrack/syntax/
H A Dlist.php37 * @param string $mode Parser mode
39 public function connectTo($mode) { argument
40 $this->Lexer->addSpecialPattern('{{youtrack-list>.*?}}',$mode,'plugin_youtrack_list');
111 * @param string $mode Renderer mode (supported modes: xhtml)
116 public function render($mode, Doku_Renderer &$renderer, $data) { argument
/plugin/youtracklinks/
H A DLICENSE313 when it starts in an interactive mode:
H A Dsyntax.php50 function connectTo($mode) { argument
51 $this->Lexer->addSpecialPattern('\b[A-Z]+[\-][0-9]+\b', $mode, 'plugin_youtracklinks');
121 function render($mode, &$renderer, $data) { argument
122 if ($mode == 'xhtml') {
/plugin/yql/
H A Dsyntax.php51 * @param string $mode The current mode
53 public function connectTo($mode) { argument
54 $this->Lexer->addSpecialPattern('<YQL.*?>.*?<\/YQL>',$mode,'plugin_yql');
118 public function render($mode, Doku_Renderer $renderer, $data) { argument
126 if ($mode == 'metadata') {
/plugin/yuml/
H A Dusecase.php51 * @param string $mode Parser mode
54 public function connectTo($mode) argument
56 …$this->Lexer->addSpecialPattern($this->special_pattern, $mode, 'plugin_yuml_' . $this->getPluginCo…
85 * @param string $mode Renderer mode (supported modes: xhtml)
90 public function render($mode, Doku_Renderer $renderer, $data) argument
92 if ($mode != 'xhtml') return false;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13mode;t[e?"width":"height"]=t[e?"maxWidth":"maxHeight"]=this.$config.headerHeight}return t},t.proto… property in t.exports.createTaskDND.t.drag

1...<<9192939495969798