Home
last modified time | relevance | path

Searched refs:afterRun (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DWSRunObject.cpp179 WSFragment *beforeRun, *afterRun; in InsertBreak() local
190 if (!afterRun || (afterRun->mType & WSType::trailingWS)) { in InsertBreak()
197 afterRun->mEndNode, afterRun->mEndOffset, in InsertBreak()
268 if (!afterRun || afterRun->mType & WSType::trailingWS) { in InsertText()
327 if (afterRun) { in InsertText()
1158 if (afterRun && (afterRun->mType & WSType::leadingWS)) { in PrepareToDeleteRangePriv()
1161 afterRun->mEndNode, afterRun->mEndOffset, in PrepareToDeleteRangePriv()
1166 if (afterRun && afterRun->mType == WSType::normalWS && !aEndObject->mPRE) { in PrepareToDeleteRangePriv()
1185 if ((afterRun && (afterRun->mType & WSType::trailingWS)) || in PrepareToDeleteRangePriv()
1186 (afterRun && afterRun->mType == WSType::normalWS) || in PrepareToDeleteRangePriv()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DWSRunObject.cpp211 if (!afterRun || afterRun->IsEndOfHardLine()) { in InsertBreak()
319 if (!afterRun || afterRun->IsEndOfHardLine()) { in InsertText()
336 *afterRun, pointToInsert); in InsertText()
402 if (afterRun) { in InsertText()
403 if (afterRun->IsEndOfHardLine()) { in InsertText()
405 } else if (afterRun->IsVisible()) { in InsertText()
1152 WSFragment* afterRun = in PrepareToDeleteRangePriv() local
1155 if (!beforeRun && !afterRun) { in PrepareToDeleteRangePriv()
1159 if (afterRun) { in PrepareToDeleteRangePriv()
1217 if ((afterRun && (afterRun->IsEndOfHardLine() || afterRun->IsVisible())) || in PrepareToDeleteRangePriv()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DWSRunObject.cpp157 if (!afterRun || (afterRun->mType & WSType::trailingWS)) { in InsertBreak()
159 } else if (afterRun->mType & WSType::leadingWS) { in InsertBreak()
167 } else if (afterRun->mType == WSType::normalWS) { in InsertBreak()
247 if (!afterRun || afterRun->mType & WSType::trailingWS) { in InsertText()
312 if (afterRun) { in InsertText()
313 if (afterRun->mType & WSType::trailingWS) { in InsertText()
1143 if (afterRun && (afterRun->mType & WSType::leadingWS)) { in PrepareToDeleteRangePriv()
1151 if (afterRun && afterRun->mType == WSType::normalWS && !aEndObject->mPRE) { in PrepareToDeleteRangePriv()
1174 if ((afterRun && (afterRun->mType & WSType::trailingWS)) || in PrepareToDeleteRangePriv()
1175 (afterRun && afterRun->mType == WSType::normalWS) || in PrepareToDeleteRangePriv()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DGraalServiceThread.java46 afterRun(); in run()
55 private void afterRun() { in afterRun() method in GraalServiceThread
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DGraalServiceThread.java46 afterRun(); in run()
55 private void afterRun() { in afterRun() method in GraalServiceThread
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DGraalServiceThread.java46 afterRun(); in run()
55 private void afterRun() { in afterRun() method in GraalServiceThread
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/jobs/
H A DJob.cpp43 job->afterRun(); in callAfterCallback()
65 void Job::afterRun() {} in afterRun() function in Job
H A DSaveJob.h35 virtual void afterRun();
H A DAutosaveJob.h31 void afterRun();
H A DJob.h73 virtual void afterRun();
H A DCustomExportJob.h38 virtual void afterRun();
H A DBaseExportJob.h39 virtual void afterRun();
H A DAutosaveJob.cpp14 void AutosaveJob::afterRun() { in afterRun() function in AutosaveJob
/dports/www/phpbb3/phpBB3/vendor/s9e/regexp-builder/src/Passes/
H A DAbstractPass.php27 $strings = $this->afterRun($strings);
38 protected function afterRun(array $strings) function in s9e\\RegexpBuilder\\Passes\\AbstractPass
/dports/textproc/spiff/spiff-1.0.8/vendor/github.com/codegangsta/cli/
H A Dapp_test.go453 afterRun, subcommandRun := false, false
460 afterRun = true
489 if afterRun == false {
498 afterRun, subcommandRun = false, false
508 if afterRun == false {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/ExecutionLoop/
H A DAbstractListener.php59 public function afterRun(Shell $shell) function in Psy\\ExecutionLoop\\AbstractListener
H A DListener.php82 public function afterRun(Shell $shell); function
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/
H A Dthreads.h43 rsRetVal thrdCreate(rsRetVal (*thrdMain)(thrdInfo_t*), rsRetVal(*afterRun)(thrdInfo_t *), sbool, uc…
H A Dthreads.c267 rsRetVal thrdCreate(rsRetVal (*thrdMain)(thrdInfo_t*), rsRetVal(*afterRun)(thrdInfo_t *), in thrdCreate()
281 pThis->pAfterRun = afterRun; in thrdCreate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/micro/org/openjdk/bench/java/io/
H A DFileWrite.java55 public void afterRun() throws IOException { in afterRun() method in FileWrite
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/micro/org/openjdk/bench/java/io/
H A DFileWrite.java55 public void afterRun() throws IOException { in afterRun() method in FileWrite
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/micro/org/openjdk/bench/java/io/
H A DFileWrite.java55 public void afterRun() throws IOException { in afterRun() method in FileWrite
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/micro/org/openjdk/bench/java/io/
H A DFileWrite.java55 public void afterRun() throws IOException { in afterRun() method in FileWrite
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/micro/org/openjdk/bench/java/io/
H A DFileWrite.java55 public void afterRun() throws IOException { in afterRun() method in FileWrite
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/micro/org/openjdk/bench/java/io/
H A DFileWrite.java55 public void afterRun() throws IOException { in afterRun() method in FileWrite

1234