Home
last modified time | relevance | path

Searched refs:_do (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/dports/devel/php-ice37/ice-3.7.2/php/test/Ice/operations/
H A DClient.php587 test($_do == $di1);
599 test($_do == $di1);
677 test(!$_do[0][100]);
678 test(!$_do[0][101]);
680 test($_do[1][10]);
681 test(!$_do[1][100]);
683 test($_do[2][10]);
684 test(!$_do[2][11]);
685 test($_do[2][101]);
828 test($_do == $sdi2);
[all …]
/dports/devel/ice37/ice-3.7.2/php/test/Ice/operations/
H A DClient.php587 test($_do == $di1);
599 test($_do == $di1);
677 test(!$_do[0][100]);
678 test(!$_do[0][101]);
680 test($_do[1][10]);
681 test(!$_do[1][100]);
683 test($_do[2][10]);
684 test(!$_do[2][11]);
685 test($_do[2][101]);
828 test($_do == $sdi2);
[all …]
/dports/devel/py-ice37/ice-3.7.2/php/test/Ice/operations/
H A DClient.php587 test($_do == $di1);
599 test($_do == $di1);
677 test(!$_do[0][100]);
678 test(!$_do[0][101]);
680 test($_do[1][10]);
681 test(!$_do[1][100]);
683 test($_do[2][10]);
684 test(!$_do[2][11]);
685 test($_do[2][101]);
828 test($_do == $sdi2);
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DTwoways.cs835 test(!_do[0][100]); in twoways()
836 test(!_do[0][101]); in twoways()
838 test(_do[1][10]); in twoways()
839 test(!_do[1][100]); in twoways()
841 test(_do[2][10]); in twoways()
842 test(!_do[2][11]); in twoways()
843 test(_do[2][101]); in twoways()
1114 test(_do.Count == 1); in twoways()
1144 test(_do.Count == 1); in twoways()
1146 test(_do[false][0]); in twoways()
[all …]
H A DTwowaysAMI.cs600 test(!_do[0][100]); in opByteBoolDS()
601 test(!_do[0][101]); in opByteBoolDS()
603 test(_do[1][10]); in opByteBoolDS()
604 test(!_do[1][100]); in opByteBoolDS()
606 test(_do[2][10]); in opByteBoolDS()
607 test(!_do[2][11]); in opByteBoolDS()
608 test(_do[2][101]); in opByteBoolDS()
766 test(_do.Count == 1); in opByteByteSD()
786 test(_do.Count == 1); in opBoolBoolSD()
788 test(_do[false][0]); in opBoolBoolSD()
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DTwoways.cs835 test(!_do[0][100]); in twoways()
836 test(!_do[0][101]); in twoways()
838 test(_do[1][10]); in twoways()
839 test(!_do[1][100]); in twoways()
841 test(_do[2][10]); in twoways()
842 test(!_do[2][11]); in twoways()
843 test(_do[2][101]); in twoways()
1114 test(_do.Count == 1); in twoways()
1144 test(_do.Count == 1); in twoways()
1146 test(_do[false][0]); in twoways()
[all …]
H A DTwowaysAMI.cs600 test(!_do[0][100]); in opByteBoolDS()
601 test(!_do[0][101]); in opByteBoolDS()
603 test(_do[1][10]); in opByteBoolDS()
604 test(!_do[1][100]); in opByteBoolDS()
606 test(_do[2][10]); in opByteBoolDS()
607 test(!_do[2][11]); in opByteBoolDS()
608 test(_do[2][101]); in opByteBoolDS()
766 test(_do.Count == 1); in opByteByteSD()
786 test(_do.Count == 1); in opBoolBoolSD()
788 test(_do[false][0]); in opBoolBoolSD()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/Ice/operations/
H A DTwoways.cs835 test(!_do[0][100]); in twoways()
836 test(!_do[0][101]); in twoways()
838 test(_do[1][10]); in twoways()
839 test(!_do[1][100]); in twoways()
841 test(_do[2][10]); in twoways()
842 test(!_do[2][11]); in twoways()
843 test(_do[2][101]); in twoways()
1114 test(_do.Count == 1); in twoways()
1144 test(_do.Count == 1); in twoways()
1146 test(_do[false][0]); in twoways()
[all …]
H A DTwowaysAMI.cs600 test(!_do[0][100]); in opByteBoolDS()
601 test(!_do[0][101]); in opByteBoolDS()
603 test(_do[1][10]); in opByteBoolDS()
604 test(!_do[1][100]); in opByteBoolDS()
606 test(_do[2][10]); in opByteBoolDS()
607 test(!_do[2][11]); in opByteBoolDS()
608 test(_do[2][101]); in opByteBoolDS()
766 test(_do.Count == 1); in opByteByteSD()
786 test(_do.Count == 1); in opBoolBoolSD()
788 test(_do[false][0]); in opBoolBoolSD()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwoways.java732 test(_do.value.equals(di1)); in twoways()
752 test(_do.value.equals(di1)); in twoways()
772 test(_do.value.equals(di1)); in twoways()
792 test(_do.value.equals(di1)); in twoways()
812 test(_do.value.equals(di1)); in twoways()
830 test(_do.value.equals(di1)); in twoways()
854 test(_do.value.equals(di1)); in twoways()
893 test(_do.value.size() == 3); in twoways()
936 test(_do.value.size() == 3); in twoways()
978 test(_do.value.size() == 3); in twoways()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwoways.java732 test(_do.value.equals(di1)); in twoways()
752 test(_do.value.equals(di1)); in twoways()
772 test(_do.value.equals(di1)); in twoways()
792 test(_do.value.equals(di1)); in twoways()
812 test(_do.value.equals(di1)); in twoways()
830 test(_do.value.equals(di1)); in twoways()
854 test(_do.value.equals(di1)); in twoways()
893 test(_do.value.size() == 3); in twoways()
936 test(_do.value.size() == 3); in twoways()
978 test(_do.value.size() == 3); in twoways()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/Ice/operations/
H A DTwoways.java732 test(_do.value.equals(di1)); in twoways()
752 test(_do.value.equals(di1)); in twoways()
772 test(_do.value.equals(di1)); in twoways()
792 test(_do.value.equals(di1)); in twoways()
812 test(_do.value.equals(di1)); in twoways()
830 test(_do.value.equals(di1)); in twoways()
854 test(_do.value.equals(di1)); in twoways()
893 test(_do.value.size() == 3); in twoways()
936 test(_do.value.size() == 3); in twoways()
978 test(_do.value.size() == 3); in twoways()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/
H A DCanvas.py136 def _do(self, cmd, *args): member in Group
141 self._do('addtag', 'all')
159 return self._do('coords', pts)
161 self._do('dchars', first, last)
163 self._do('delete')
165 self._do('dtag', tagToDelete)
167 self._do('focus')
171 return self._do('icursor', index)
179 self._do('lower', belowThis)
183 self._do('raise', aboveThis)
[all …]
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/ui/tktile/
H A DCanvas2.py171 def _do(self, cmd, *args): member in Group
178 self._do('addtag', 'all')
205 return self._do('coords', pts)
208 self._do('dchars', first, last)
211 self._do('delete')
214 self._do('dtag', tagToDelete)
217 self._do('focus')
223 return self._do('icursor', index)
235 self._do('lower', belowThis)
241 self._do('raise', aboveThis)
[all …]
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/
H A DCanvas.py136 def _do(self, cmd, *args): member in Group
141 self._do('addtag', 'all')
159 return self._do('coords', pts)
161 self._do('dchars', first, last)
163 self._do('delete')
165 self._do('dtag', tagToDelete)
167 self._do('focus')
171 return self._do('icursor', index)
179 self._do('lower', belowThis)
183 self._do('raise', aboveThis)
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/operations/
H A DTwoways.cpp825 Test::ByteBoolD _do; in twoways() local
828 test(_do == di1); in twoways()
845 Test::ShortIntD _do; in twoways() local
848 test(_do == di1); in twoways()
865 Test::LongFloatD _do; in twoways() local
868 test(_do == di1); in twoways()
888 test(_do == di1); in twoways()
908 test(_do == di1); in twoways()
926 test(_do == di1); in twoways()
950 test(_do == di1); in twoways()
[all …]
H A DTwowaysAMI.cpp554 test(_do[0].find(100) != _do[0].end()); in opByteBoolDS()
559 test(_do[1].find(10) != _do[1].end()); in opByteBoolDS()
564 test(_do[2].find(10) != _do[2].end()); in opByteBoolDS()
566 test(_do[2].find(11) != _do[2].end()); in opByteBoolDS()
695 test(_do[1].find("") != _do[1].end()); in opStringMyEnumDS()
797 test(_do.find(false) != _do.end()); in opBoolBoolSD()
817 test(_do.find(4) != _do.end()); in opShortShortSD()
841 test(_do.find(400) != _do.end()); in opIntIntSD()
889 test(_do.find("aBc") != _do.end()); in opStringFloatSD()
913 test(_do.find("") != _do.end()); in opStringDoubleSD()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/operations/
H A DTwoways.cpp825 Test::ByteBoolD _do; in twoways() local
828 test(_do == di1); in twoways()
845 Test::ShortIntD _do; in twoways() local
848 test(_do == di1); in twoways()
865 Test::LongFloatD _do; in twoways() local
868 test(_do == di1); in twoways()
888 test(_do == di1); in twoways()
908 test(_do == di1); in twoways()
926 test(_do == di1); in twoways()
950 test(_do == di1); in twoways()
[all …]
H A DTwowaysAMI.cpp554 test(_do[0].find(100) != _do[0].end()); in opByteBoolDS()
559 test(_do[1].find(10) != _do[1].end()); in opByteBoolDS()
564 test(_do[2].find(10) != _do[2].end()); in opByteBoolDS()
566 test(_do[2].find(11) != _do[2].end()); in opByteBoolDS()
695 test(_do[1].find("") != _do[1].end()); in opStringMyEnumDS()
797 test(_do.find(false) != _do.end()); in opBoolBoolSD()
817 test(_do.find(4) != _do.end()); in opShortShortSD()
841 test(_do.find(400) != _do.end()); in opIntIntSD()
889 test(_do.find("aBc") != _do.end()); in opStringFloatSD()
913 test(_do.find("") != _do.end()); in opStringDoubleSD()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/operations/
H A DTwoways.cpp825 Test::ByteBoolD _do; in twoways() local
828 test(_do == di1); in twoways()
845 Test::ShortIntD _do; in twoways() local
848 test(_do == di1); in twoways()
865 Test::LongFloatD _do; in twoways() local
868 test(_do == di1); in twoways()
888 test(_do == di1); in twoways()
908 test(_do == di1); in twoways()
926 test(_do == di1); in twoways()
950 test(_do == di1); in twoways()
[all …]
H A DTwowaysAMI.cpp554 test(_do[0].find(100) != _do[0].end()); in opByteBoolDS()
559 test(_do[1].find(10) != _do[1].end()); in opByteBoolDS()
564 test(_do[2].find(10) != _do[2].end()); in opByteBoolDS()
566 test(_do[2].find(11) != _do[2].end()); in opByteBoolDS()
695 test(_do[1].find("") != _do[1].end()); in opStringMyEnumDS()
797 test(_do.find(false) != _do.end()); in opBoolBoolSD()
817 test(_do.find(4) != _do.end()); in opShortShortSD()
841 test(_do.find(400) != _do.end()); in opIntIntSD()
889 test(_do.find("aBc") != _do.end()); in opStringFloatSD()
913 test(_do.find("") != _do.end()); in opStringDoubleSD()
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_browsers_search.py66 def _do(self): member in TSearchBar
78 self._do()
85 self._do()
90 self._do()
95 self._do()
100 self._do()
105 self._do()
110 self._do()
115 self._do()
121 self._do()
[all …]
/dports/databases/pear-DB_DataObject_FormBuilder/DB_DataObject_FormBuilder-1.0.2/DB/DataObject/
H A DFormBuilder.php967 $this->_do =& $do;
1144 $keys = $this->_do->keys();
1311 … if (isset($this->_do->$key) && strlen($this->_do->$key) && strstr($this->_do->$key, "\n")) {
1636 $do->{$lField} = $this->_do->{$this->_getPrimaryKey($this->_do)};
1841 $table = $this->_do->table();
2056 if (empty($this->_do->_database)) {
2059 $this->_do->keys();
2697 $origDo = clone($this->_do);
2843 if (!isset($this->_do->$pk) || !strlen($this->_do->$pk)) {
3257 $table = $this->_do->table();
[all …]
/dports/devel/php-ice37/ice-3.7.2/objective-c/test/Ice/operations/
H A DTwoways.m982 test([_do count] == 3);
1024 test([_do count] == 3);
1065 test([_do count] == 3);
1106 test([_do count] == 3);
1147 test([_do count] == 3);
1184 test([_do count] == 3);
1229 test([_do count] == 3);
1265 test([_do count] == 1);
1305 test([_do count] == 1);
1346 test([_do count] == 1);
[all …]
/dports/devel/ice37/ice-3.7.2/objective-c/test/Ice/operations/
H A DTwoways.m982 test([_do count] == 3);
1024 test([_do count] == 3);
1065 test([_do count] == 3);
1106 test([_do count] == 3);
1147 test([_do count] == 3);
1184 test([_do count] == 3);
1229 test([_do count] == 3);
1265 test([_do count] == 1);
1305 test([_do count] == 1);
1346 test([_do count] == 1);
[all …]

12345678910>>...33