Home
last modified time | relevance | path

Searched refs:os (Results 126 – 146 of 146) sorted by last modified time

123456

/plugin/wikipediasnippet/conf/
H A Dlang2dir.conf168 os ltr #Ossetian / Ossetic
/plugin/subjectindex/plugins/
H A Dbible_verses.txt27642 and, sailing away from there the succeeding day, we arrived opposite Chi'os, but the next day we to…
/plugin/bible/bible_douayRheims/
H A D2_Esdras.txt169 …7:48. The children of Ceros, the children os Siaa, the children of Phadon, the children of Lebana,…
/plugin/translation3/lang/
H A Dlangnames.txt128 os Ирон æвзаг
/plugin/usersubscriptions/
H A Dsyntax.php54 $os = array_slice($options, 1);
56 for($i=0; $i<count($os); $i++) {
57 $o = explode('=', $os[$i]);
/plugin/jmol2/jmol/
H A DJmol.js586 os: "unknown", property in _jmol
631 _jmol.os = candidate;
649 isNetscape47Win = (os == "win" && browser == "mozilla" &&
652 if (os == "win") {
654 } else if (os == "mac") { // mac is the problem child :-(
670 } else if (os == "linux" || os == "unix") {
685 isIEWin = (os == "win" && browser == "msie" && browserVersion >= 5.5);
688 (os != "mac" && browser == "mozilla" && browserVersion >= 5) ||
689 (os == "win" && browser == "opera" && browserVersion >= 8) ||
690 (os == "mac" && browser == "safari" && browserVersion >= 412.2);
[all …]
H A DCHANGES.txt1366 # and returned as byte[] (when fileName = null, os = null)
1367 # or sent to an output stream (os != null)
1368 # or set to a file (os == null, fileName != null)
1376 # Object nullOrErrorMsg = jmol.viewer.getImageAs("JPG", 75, 300, 300, null, os);
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf5298 https?:\/\/([^\/]*\.)?paradisenudes-com-os\.blogspot\.com
/plugin/superacl/lang/gl/
H A Dhelp.txt3 Nesta páxina podes engadir e eliminar permisos para os nomes de espazo e
6 O panel da esquerda amosa todos os nomes de espazo e páxinas dispoñibles.
8 O formulario de enriba permíteche ver e modificar os permisos do
/plugin/superacl/lang/pt-br/
H A Dhelp.txt5 O painel à esquerda mostra todos os ramos e páginas disponíveis.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php41 $os = PHP_OS ;
45 $os = php_uname() ;
48 if ( strtoupper( substr( $os, 0, 3 ) ) === 'WIN' )
/plugin/wysiwyg/fckeditor/_samples/py/
H A Dsampleposteddata.py27 import os
77 for key in os.environ.keys():
78 print "%s: %s<br>" % (key, os.environ.get(key, ""))
H A Dsample01.py27 import os
55 sBasePath = os.environ.get("SCRIPT_NAME")
72 for key in os.environ.keys():
73 print "%s: %s<br>" % (key, os.environ.get(key, ""))
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py25 import os
112 if (os.environ.has_key("HTTP_USER_AGENT")):
113 sAgent = os.environ.get("HTTP_USER_AGENT", "")
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py27 import os
49 if os.path.isdir(someObjectPath):
68 if os.path.isdir(someObjectPath):
72 elif os.path.isfile(someObjectPath):
76 os.path.getsize(someObjectPath)
113 oldumask = os.umask(0)
114 os.makedirs(folderPath,mode=0755)
115 os.umask( oldumask )
155 if os.path.exists(newFilePath):
171 oldumask = os.umask(0)
[all …]
H A Dconnector.py28 import os
80 if not os.path.exists(self.userFilesFolder):
H A Dfckconnector.py28 import cgi, os
45 self.environ = os.environ
62 self.environ = os.environ
H A Dfckutil.py28 import os
73 newFileName = os.path.basename (newFileName) # strip directories
114 realPath = os.path.realpath( './' )
117 selfPath = selfPath.replace( '/', os.path.sep)
H A Dupload.py26 import os
64 if not os.path.exists(self.userFilesFolder):

123456