Home
last modified time | relevance | path

Searched defs:arrayEnd (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Sniffs/
H A DAbstractArraySniff.php113 private function getNext(File $phpcsFile, $ptr, $arrayEnd)
153 …protected function processSingleLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd, $indices);
169 …abstract protected function processMultiLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd, $…
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/tests/Core/Sniffs/
H A DAbstractArraySniffTestable.php38 public function processSingleLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd, $indices)
58 public function processMultiLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd, $indices)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/Arrays/
H A DArrayIndentSniff.php39 public function processSingleLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd, $indices)
58 public function processMultiLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd, $indices)
/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php144 public function processSingleLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd)
318 public function processMultiLineArray($phpcsFile, $stackPtr, $arrayStart, $arrayEnd)
/dports/math/frobby/frobby-0.9.1/src/
H A DArena.h257 T* arrayEnd = reinterpret_cast<T*>(buffer + size); in allocArrayNoCon() local
280 void Arena::freeTopArray(T* array, T* arrayEnd) { in freeTopArray()
292 void Arena::freeArrayAndAllAfter(T* array, T* arrayEnd) { in freeArrayAndAllAfter()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/stat/descriptive/
H A DUnivariateStatisticAbstractTest.java113 final double[] arrayEnd = new double[5]; in testEvaluateArraySegment() local
139 final double[] arrayEnd = new double[5]; in testEvaluateArraySegmentWeighted() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DConfigFwd.hpp85 char arrayEnd = ']'; member in CLI::ConfigBase
H A DConfig.hpp74 char arrayEnd = ']', in ini_join()
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/impl/
H A DBinaryEncoder.cc99 void BinaryEncoder::arrayEnd() { doEncodeLong(0); } in arrayEnd() function in internal_avro::BinaryEncoder
/dports/devel/avro-cpp/avro-cpp-1.11.0/impl/
H A DBinaryEncoder.cc112 void BinaryEncoder::arrayEnd() { in arrayEnd() function in avro::BinaryEncoder
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/animator/
H A DSkAnimateBase.cpp150 const char* arrayEnd = strchr(lvalStr, '['); in onEndElement() local
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/GLSL/
H A DOgreGLSLProgramManagerCommon.cpp117 String::size_type arrayEnd = i->find("]", arrayStart); in parseGLSLUniform() local
/dports/science/rmf/rmf-1.3.1/src/avrocpp/impl/
H A DBinaryEncoder.cc99 void BinaryEncoder::arrayEnd() { doEncodeLong(0); } in arrayEnd() function in internal_avro::BinaryEncoder
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DConfigFwd.hpp85 char arrayEnd = ']'; member in CLI::ConfigBase
H A DConfig.hpp74 char arrayEnd = ']', in ini_join()
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Djsonsax.cpp117 bool jsonsax::arrayEnd() { in arrayEnd() function in jsonsax
H A Djsondom.cpp213 bool jsondom::arrayEnd() { in arrayEnd() function in jsondom
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/main/java/org/apache/commons/lang/builder/
H A DStandardToStringStyle.java237 public void setArrayEnd(String arrayEnd) { in setArrayEnd()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc_glsl.cpp233 …bx::StringView arrayEnd = bx::strFind(bx::StringView(array.getPtr(), int32_t(eol.getPtr()-array.ge… in compile() local
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc_glsl.cpp233 …bx::StringView arrayEnd = bx::strFind(bx::StringView(array.getPtr(), int32_t(eol.getPtr()-array.ge… in compile() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgramManager.cpp475 String::size_type arrayEnd = i->find("]", arrayStart); in extractConstantDefs() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/GLSL/src/
H A DOgreGLSLProgramManagerCommon.cpp693 String::size_type arrayEnd = i->find("]", arrayStart); in parseIndividualConstant() local
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/impl/json/
H A DJsonIO.hh278 void arrayEnd() { in arrayEnd() function in internal_avro::json::JsonGenerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgramManagerCommon.cpp533 String::size_type arrayEnd = i->find("]", arrayStart); in parseIndividualConstant() local
/dports/science/rmf/rmf-1.3.1/src/avrocpp/impl/json/
H A DJsonIO.hh278 void arrayEnd() { in arrayEnd() function in internal_avro::json::JsonGenerator

123456789