Home
last modified time | relevance | path

Searched refs:wordArray (Results 1 – 25 of 78) sorted by relevance

1234

/dports/www/joomla3/joomla3-3.9.24/libraries/src/Schema/ChangeItem/
H A DPostgresqlChangeItem.php60 $totalWords = count($wordArray);
71 $command = strtoupper($wordArray[0] . ' ' . $wordArray[1]);
76 …$actions = ltrim(substr($updateQuery, strpos($updateQuery, $wordArray[2]) + strlen($wordArray[2]))…
85 $alterCommand = strtoupper($wordArray[3] . ' ' . $wordArray[4]);
97 $this->fixQuote($wordArray[2]),
98 $this->fixQuote($wordArray[5])
113 $this->fixQuote($wordArray[5])
193 'DEFAULT ' . $wordArray[8]
238 if (strtoupper($wordArray[2] . $wordArray[3]) === 'IFEXISTS')
254 if ($wordArray[1] === 'UNIQUE')
[all …]
H A DMysqlChangeItem.php56 if (count($wordArray) < 6)
63 $command = strtoupper($wordArray[0] . ' ' . $wordArray[1]);
80 $alterCommand = strtoupper($wordArray[3] . ' ' . $wordArray[4]);
107 if (isset($wordArray[6]))
149 $type = $wordArray[5];
153 $type = $this->fixInteger($wordArray[5], $wordArray[6]);
177 $type = $wordArray[6];
181 $type = $this->fixInteger($wordArray[6], $wordArray[7]);
206 if (strtoupper($wordArray[2] . $wordArray[3] . $wordArray[4]) === 'IFNOTEXISTS')
208 $table = $wordArray[5];
[all …]
H A DSqlsrvChangeItem.php52 $wordArray = explode(' ', $updateQuery);
56 if (count($wordArray) < 6)
63 $command = strtoupper($wordArray[0] . ' ' . $wordArray[1]);
67 $alterCommand = strtoupper($wordArray[3] . ' ' . $wordArray[4]);
71 …ECT * FROM INFORMATION_SCHEMA.Columns ' . $wordArray[2] . ' WHERE COLUMN_NAME = ' . $this->fixQuot…
73 $this->msgElements = array($this->fixQuote($wordArray[2]), $this->fixQuote($wordArray[5]));
77 $index = $this->fixQuote(substr($wordArray[5], 0, strpos($wordArray[5], '(')));
80 $this->msgElements = array($this->fixQuote($wordArray[2]), $index);
82 elseif (strtoupper($wordArray[3]) === 'MODIFY' || strtoupper($wordArray[3]) === 'CHANGE')
86 $this->msgElements = array($this->fixQuote($wordArray[2]), $this->fixQuote($wordArray[4]));
[all …]
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dbits-wordArray.C32 wordArray::wordArray(uint32 valueWidth, uint64 segmentSizeInBits, bool useLocks) { in wordArray() function
64 wordArray::~wordArray() { in ~wordArray()
77 wordArray::clear(void) { in clear()
85 wordArray::allocate(uint64 nElements) { in allocate()
126 wordArray::show(void) { in show()
H A Dbits-wordArray.H22 #error Include bits.H instead of bits-wordArray.H
28 wordArray::get(uint64 eIdx) { in get()
75 wordArray::setLock(uint64 seg, uint64 lockW1, uint64 lockW2) { in setLock()
94 wordArray::relLock(uint64 seg, uint64 lockW1, uint64 lockW2) { in relLock()
109 wordArray::setNval(uint32 eIdx) { in setNval()
123 wordArray::set(uint64 eIdx, uint128 value) { in set()
H A Dkmers-lookup.H141 wordArray *_sufData = nullptr; // Finally, kmer suffix data!
142 wordArray *_valData = nullptr; // Finally, value data!
H A Dbits.H444 class wordArray {
446 wordArray(uint32 valueWidth, uint64 segmentsSizeInBits, bool useLocks);
447 ~wordArray();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/commands/watchpoints/watchpoint_size/
H A Dmain.c14 uint16_t wordArray[4] = {0}; variable
43 wordArray[i] = 7; in main()
45 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
46 wordArray[i]++; in main()
47 localWord = wordArray[i]; in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/commands/watchpoints/watchpoint_size/
H A Dmain.c7 uint16_t wordArray[4] = {0}; variable
36 wordArray[i] = 7; in main()
38 localWord = wordArray[i]; // Here onwards we should'nt be stopped in loop in main()
39 wordArray[i]++; in main()
40 localWord = wordArray[i]; in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DIcons.java201 static private byte[] wordsToBytes(int[] wordArray) { in wordsToBytes() argument
202 byte[] bytes = new byte[wordArray.length * 4]; in wordsToBytes()
204 for (int i = wordArray.length-1; i >= 0; --i) { in wordsToBytes()
205 int word = wordArray[i]; in wordsToBytes()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DIcons.java201 static private byte[] wordsToBytes(int[] wordArray) { in wordsToBytes() argument
202 byte[] bytes = new byte[wordArray.length * 4]; in wordsToBytes()
204 for (int i = wordArray.length-1; i >= 0; --i) { in wordsToBytes()
205 int word = wordArray[i]; in wordsToBytes()
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRecruitmentPlugin/modules/recruitmentApply/templates/
H A DviewJobsSuccess.html.php133 $wordArray = explode(" ", $subString);
134 …$description = substr($subString, 0, -(strlen($wordArray[count($wordArray) - 1]) + 1)) . $endStrin…
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MetaIO/src/MetaIO/src/tests/
H A DtestMeta1Utils.cxx71 char **wordArray; in main() local
72 MET_StringToWordArray("This is a test", &n, &wordArray); in main()
82 if(strcmp(wordArray[0], "This")) in main()
90 if(strcmp(wordArray[1], "is")) in main()
98 if(strcmp(wordArray[2], "a")) in main()
106 if(strcmp(wordArray[3], "test")) in main()
116 delete[] wordArray[i]; in main()
118 delete[] wordArray; in main()
/dports/math/vtk6/VTK-6.2.0/Utilities/MetaIO/vtkmetaio/tests/
H A DtestMeta1Utils.cxx58 char **wordArray; in main() local
59 MET_StringToWordArray("This is a test", &n, &wordArray); in main()
66 if(strcmp(wordArray[0], "This")) in main()
71 if(strcmp(wordArray[1], "is")) in main()
76 if(strcmp(wordArray[2], "a")) in main()
81 if(strcmp(wordArray[3], "test")) in main()
/dports/biology/canu/canu-2.2/src/utility/src/
H A Dmain.mk40 utility/bits-wordArray.C \
/dports/biology/canu/canu-2.2/src/utility/src/tests/
H A DbitsTest.C130 wordArray *wa = new wordArray(wordSize, 8 * 64, false); in testWordArray()
/dports/biology/canu/canu-2.2/src/meryl/src/
H A Dmain.mk32 utility/src/utility/bits-wordArray.C \

1234