Home
last modified time | relevance | path

Searched refs:mode (Results 2426 – 2447 of 2447) sorted by last modified time

1...<<9192939495969798

/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">
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_io.cfm128 <cfdirectory action="create" mode="0755" directory="#ARGUMENTS.folderPath#">
/plugin/hr/
H A Dsyntax.php169 * <dd>ordinary text encountered within the plugin's syntax mode
/plugin/lists/
H A Dsyntax.php180 * <dd>ordinary text encountered within the plugin's syntax mode
/plugin/deflist/
H A Dsyntax.php230 * <dd>ordinary text encountered within the plugin's syntax mode
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py114 os.makedirs(folderPath,mode=0755)
/plugin/dokukiwix/
H A DCOPYING308 the only significant mode of use of the product.
/plugin/columnlist/
H A DLicense.txt314 when it starts in an interactive mode:
/plugin/guestbook/
H A Dsyntax.php56 function connectTo($mode) { argument
57 $this->Lexer->addSpecialPattern('\{\{guestbook\}\}',$mode, 'plugin_guestbook');
72 function render($mode, &$renderer, $data) { argument
75 if($mode == 'xhtml'){
/plugin/linebreak/
H A Dsyntax.php74 function render($mode, &$renderer, $data) { argument
76 if($mode == 'xhtml'){
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js67 var mode = 0 variable
383 mode = mode ^ a2;
386 mode = mode | a2;
509 …if (((mode & VK_SHIFT || mode & VK_CAPS) && (mode ^ (VK_SHIFT | VK_CAPS)))) chr = chr.toUpperCase(…
602 if (e.ctrlKey) mode = mode | VK_CTRL;
616 mode = mode | VK_CAPS;
651 if (!e.ctrlKey && (mode & VK_CTRL)) mode = mode ^ VK_CTRL;
660 mode = mode ^ VK_CAPS;
690 if ((mode & VK_SHIFT || mode & VK_CAPS) && (mode ^ (VK_SHIFT | VK_CAPS)))
746 if (VK_CAPS & (mode = mode ^ VK_CAPS))
[all …]
/plugin/bashorg/
H A DCOPYING314 when it starts in an interactive mode:
/plugin/zip/pear/
H A DPEAR.php297 * @param int $mode
339 switch ($mode) {
346 $setmode = $mode;
351 $setmode = $mode;
543 if ($mode === null) {
601 switch ($mode) {
638 switch ($mode) {
645 $setmode = $mode;
854 if ($mode === null) {
859 $this->mode = $mode;
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php140 $mode = $this->source->getData(8);
168 empty($gid) || empty($mode) || empty($size)) {
174 2 => $mode,
175 'mode' => $mode,
/plugin/zip/pear/File/Archive/Writer/
H A DAr.php81 $mode = isset($stat[2]) ? $stat[2] : 0x8000;
94 $time, $uid, $gid, $mode, $currentSize);
99 $time, $uid, $gid, $mode, $size);
H A DTar.php56 $mode = isset($stat[2]) ? $stat[2] : 0x8000;
63 if ($mode & 0x4000) {
65 } else if ($mode & 0x8000) {
67 } else if ($mode & 0xA000) {
86 decoct($mode),
/plugin/chat/
H A Dsyntax.php114 function render($mode, &$renderer, $data) { argument
116 if ($mode == 'xhtml') {
/plugin/bibtex/OSBib/format/bibtexParse/
H A DLICENSE221 …gram is interactive, make it output a short notice like this when it starts in an interactive mode:
/plugin/bibtex/OSBib/format/
H A DLICENSE221 …gram is interactive, make it output a short notice like this when it starts in an interactive mode:
/plugin/cronojob/pseudo-cron/
H A Dgpl.txt314 when it starts in an interactive mode:

1...<<9192939495969798