Home
last modified time | relevance | path

Searched refs:flag (Results 176 – 189 of 189) sorted by last modified time

12345678

/plugin/bible/bible_douayRheims/
H A DIsaias.txt648 …ast shall be in such condition, that thou shalt not be able to spread the flag. Then shall the spo…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak170 // Updates the modified flag if the graph model changes
H A DEditorActions.java.bak1311 // Check modified flag and display save dialog
/plugin/autlogin/
H A Dadmin.php201 $flag = 0;
221 else $flag=1;
239 else $flag=1;
1232 $flag = 0;
1251 $flag = 1;
1253 if($flag == 0)
1267 $flag = 0;
1289 $flag = 1;
1293 if($flag == 1)
1536 $flag=$flag+1;
[all …]
/plugin/processing/
H A Dscript.js2517 var flag = false;
2529 …0) || (valOf >= 97 && valOf <= 100) || (valOf >= 102 && valOf <= 122)) && flag === false) { // if …
2555 flag = true;
/plugin/jmol2/jmol/
H A DCHANGES.txt990 # new feature: application flag -L --nosplash no splash screen (For Jmol in Sun Wonderland dev. 5)
2625 # flag is "set undo TRUE/FALSE"
3394 # code: simplified Logger.debugging flag
3418 # bug fix: JVXL writing/reading of simple plane writes precision color flag
3972 # bug fix: app -c flag errors not going to Logger.Error
4323 # bug fix: write PNG default was 0 compression. -q flag was OK for setting 0-9
5141 # When set TRUE, this flag instructs Jmol when applying symmetry
5143 # to the bonds indicated in the file. The flag is useful when
5146 # for whole molecules. The flag should NOT be used in cases where
5399 # jvxl 1.0 -- adds ANGSTROMS flag on line with # of atoms (line 3)
/plugin/qstat/
H A Dsyntax.php283 $flag = array(
304 foreach ($flag as $key => $value) {
/plugin/codehighlight/cp/engines/
H A Dopera.js78 split : function(code,flag) { argument
79 if(flag=='scroll') {
95 syntaxHighlight : function(flag) { argument
97 if(flag!='init') {
109 x = z = this.split(o,flag);
120 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.split(z).j…
122 if(flag!='init') this.findString();
H A Dmsie.js95 split : function(code,flag) { argument
96 if(flag=='scroll') {
112 syntaxHighlight : function(flag) { argument
113 if(flag!='init') document.selection.createRange().text = cc;
115 if(flag=='paste') { // fix pasted text
130 x = z = this.split(o,flag);
137 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.replace(z,…
138 if(flag!='init') this.findString();
H A Dgecko.js79 split : function(code,flag) { argument
80 if(flag=='scroll') {
106 syntaxHighlight : function(flag) { argument
108 if(flag != 'init') { window.getSelection().getRangeAt(0).insertNode(document.createTextNode(cc));}
113 x = z = this.split(o,flag);
121 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.split(z).j…
122 if(flag!='init') this.findString();
/plugin/remotescript/
H A Dscript.js81 if (flag == 0) {
83 flag = 2;
86 flag = 1;
91 flag = 0;
93 } else if (flag == 1) {
94 flag = 0;
96 } else if (flag == 2) {
97 flag = 3;
99 } else if (flag == 3) {
100 flag = 0;
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js421 function _setAsIgnored( text_num, word_num, flag ) { argument
425 this.wordFlags[text_num][word_num] = flag;
443 function _setWordText( text_num, word_num, newText, flag ) { argument
447 this.wordFlags[text_num][word_num] = flag;
/plugin/textile2/
H A DclassTextile.php766 list(, $flag, $url) = $m;
767 $this->urlrefs[$flag] = $url;
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG58 1/ Added another flag to PARSEENTRIES to decide whether to remove enclosing "..." or {...} from st…

12345678