Home
last modified time | relevance | path

Searched +defs:get +defs:position (Results 1 – 25 of 2042) sorted by relevance

12345678910>>...82

/dports/www/hotcrp/hotcrp-2.102/etc/
H A Dlistactions.json5 "position": 0, number
11 "position": 700, number
18 "position": 900, number
29 "position": 1090, number
37 "position": 1091, number
45 "position": 1092, number
52 "position": 2099, number
60 "position": 2000, number
69 "position": 2001, number
78 "position": 3060, number
[all …]
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/windows/src/main/java/net/java/games/input/
H A DDataQueue.java44 private int position; field in DataQueue
65 public final int position() { in position() method in DataQueue
73 public final T get(int index) { in get() method in DataQueue
114 public final void position(int position) { in position() argument
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/common/nio/
H A DNativeBuffer.java51 public int position(); in position() method
53 public B position(int newPos); in position() method
91 public long get(); in get() method
93 public long get(int idx); in get() method
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/codecs/table/
H A DTableFeature.java24 private final Locatable position; field in TableFeature
33 …public TableFeature(final Locatable position, final List<String> values, final List<String> keys) { in TableFeature()
72 public String get(String columnName) { in get() method in TableFeature
73 int position = keys.indexOf(columnName); in get() local
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/system_wrappers/interface/
H A Dscoped_vector.h83 std::vector<T*>& get() { return v_; } in get() function
84 const std::vector<T*>& get() const { return v_; } in get() function
112 iterator insert(iterator position, T* x) { in insert()
118 void insert(iterator position, InputIterator first, InputIterator last) { in insert()
122 iterator erase(iterator position) { in erase()
123 delete *position; in erase() local
133 iterator weak_erase(iterator position) { in weak_erase()
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/system_wrappers/include/
H A Dscoped_vector.h92 std::vector<T*>& get() { return v_; } in get() function
93 const std::vector<T*>& get() const { return v_; } in get() function
121 iterator insert(iterator position, T* x) { in insert()
127 void insert(iterator position, InputIterator first, InputIterator last) { in insert()
131 iterator erase(iterator position) { in erase()
132 delete *position; in erase() local
142 iterator weak_erase(iterator position) { in weak_erase()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/system_wrappers/include/
H A Dscoped_vector.h92 std::vector<T*>& get() { return v_; } in get() function
93 const std::vector<T*>& get() const { return v_; } in get() function
121 iterator insert(iterator position, T* x) { in insert()
127 void insert(iterator position, InputIterator first, InputIterator last) { in insert()
131 iterator erase(iterator position) { in erase()
132 delete *position; in erase() local
142 iterator weak_erase(iterator position) { in weak_erase()
/dports/java/jtiger/jtiger-2.1.0376/src/org/jtiger/framework/
H A DSequence.java33 E get(int index) throws IndexOutOfBoundsException; in get() method
78 …Sequence<E> insert(int position, Sequence<E> sequence) throws PositionOutOfBoundsException, NullPo… in insert()
116 int indexOf(int position, E e) throws PositionOutOfBoundsException; in indexOf()
140 int lastIndexOf(int position, E e) throws PositionOutOfBoundsException; in lastIndexOf()
160 SequenceIterator<E> getIterator(int position) throws PositionOutOfBoundsException; in getIterator()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/
H A DPartiallySynchronizedDocument.java64 public String get() { in get() method in PartiallySynchronizedDocument
73 public String get(int offset, int length) throws BadLocationException { in get() method in PartiallySynchronizedDocument
111 public void addPosition(String category, Position position) in addPosition()
122 public void removePosition(String category, Position position) in removePosition()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/nio/
H A DShortBuffer.java50 ShortBuffer (int capacity, int limit, int position, int mark) in ShortBuffer()
56 ShortBuffer (short[] buffer, int offset, int capacity, int limit, int position, int mark) in ShortBuffer()
107 public ShortBuffer get (short[] dst, int offset, int length) in get() method in ShortBuffer
126 public ShortBuffer get (short[] dst) in get() method in ShortBuffer
315 public abstract short get (); in get() method in ShortBuffer
333 public abstract short get (int index); in get() method in ShortBuffer
H A DIntBuffer.java50 IntBuffer (int capacity, int limit, int position, int mark) in IntBuffer()
56 IntBuffer (int[] buffer, int offset, int capacity, int limit, int position, int mark) in IntBuffer()
107 public IntBuffer get (int[] dst, int offset, int length) in get() method in IntBuffer
126 public IntBuffer get (int[] dst) in get() method in IntBuffer
315 public abstract int get (); in get() method in IntBuffer
333 public abstract int get (int index); in get() method in IntBuffer
H A DDoubleBuffer.java50 DoubleBuffer (int capacity, int limit, int position, int mark) in DoubleBuffer()
56 DoubleBuffer (double[] buffer, int offset, int capacity, int limit, int position, int mark) in DoubleBuffer()
107 public DoubleBuffer get (double[] dst, int offset, int length) in get() method in DoubleBuffer
126 public DoubleBuffer get (double[] dst) in get() method in DoubleBuffer
315 public abstract double get (); in get() method in DoubleBuffer
333 public abstract double get (int index); in get() method in DoubleBuffer
H A DLongBuffer.java50 LongBuffer (int capacity, int limit, int position, int mark) in LongBuffer()
56 LongBuffer (long[] buffer, int offset, int capacity, int limit, int position, int mark) in LongBuffer()
107 public LongBuffer get (long[] dst, int offset, int length) in get() method in LongBuffer
126 public LongBuffer get (long[] dst) in get() method in LongBuffer
315 public abstract long get (); in get() method in LongBuffer
333 public abstract long get (int index); in get() method in LongBuffer
H A DFloatBuffer.java50 FloatBuffer (int capacity, int limit, int position, int mark) in FloatBuffer()
56 FloatBuffer (float[] buffer, int offset, int capacity, int limit, int position, int mark) in FloatBuffer()
107 public FloatBuffer get (float[] dst, int offset, int length) in get() method in FloatBuffer
126 public FloatBuffer get (float[] dst) in get() method in FloatBuffer
315 public abstract float get (); in get() method in FloatBuffer
333 public abstract float get (int index); in get() method in FloatBuffer
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/nio/
H A DDoubleBuffer.java50 DoubleBuffer (int capacity, int limit, int position, int mark) in DoubleBuffer()
56 DoubleBuffer (double[] buffer, int offset, int capacity, int limit, int position, int mark) in DoubleBuffer()
107 public DoubleBuffer get (double[] dst, int offset, int length) in get() method in DoubleBuffer
126 public DoubleBuffer get (double[] dst) in get() method in DoubleBuffer
315 public abstract double get (); in get() method in DoubleBuffer
333 public abstract double get (int index); in get() method in DoubleBuffer
H A DFloatBuffer.java50 FloatBuffer (int capacity, int limit, int position, int mark) in FloatBuffer()
56 FloatBuffer (float[] buffer, int offset, int capacity, int limit, int position, int mark) in FloatBuffer()
107 public FloatBuffer get (float[] dst, int offset, int length) in get() method in FloatBuffer
126 public FloatBuffer get (float[] dst) in get() method in FloatBuffer
315 public abstract float get (); in get() method in FloatBuffer
333 public abstract float get (int index); in get() method in FloatBuffer
H A DLongBuffer.java50 LongBuffer (int capacity, int limit, int position, int mark) in LongBuffer()
56 LongBuffer (long[] buffer, int offset, int capacity, int limit, int position, int mark) in LongBuffer()
107 public LongBuffer get (long[] dst, int offset, int length) in get() method in LongBuffer
126 public LongBuffer get (long[] dst) in get() method in LongBuffer
315 public abstract long get (); in get() method in LongBuffer
333 public abstract long get (int index); in get() method in LongBuffer
H A DIntBuffer.java50 IntBuffer (int capacity, int limit, int position, int mark) in IntBuffer()
56 IntBuffer (int[] buffer, int offset, int capacity, int limit, int position, int mark) in IntBuffer()
107 public IntBuffer get (int[] dst, int offset, int length) in get() method in IntBuffer
126 public IntBuffer get (int[] dst) in get() method in IntBuffer
315 public abstract int get (); in get() method in IntBuffer
333 public abstract int get (int index); in get() method in IntBuffer
H A DShortBuffer.java50 ShortBuffer (int capacity, int limit, int position, int mark) in ShortBuffer()
56 ShortBuffer (short[] buffer, int offset, int capacity, int limit, int position, int mark) in ShortBuffer()
107 public ShortBuffer get (short[] dst, int offset, int length) in get() method in ShortBuffer
126 public ShortBuffer get (short[] dst) in get() method in ShortBuffer
315 public abstract short get (); in get() method in ShortBuffer
333 public abstract short get (int index); in get() method in ShortBuffer
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/index/
H A DTermInfosReader.cpp141 Term* TermInfosReader::get(const int32_t position) in get() function in TermInfosReader
180 TermInfo* TermInfosReader::get(const Term* term) in get() function in TermInfosReader
419 Term* TermInfosReader::scanEnum(const int32_t position) in scanEnum()
/dports/multimedia/lms/lms-3.25.2/src/libs/som/include/som/
H A DMatrix.hpp83 T& get(const Position& position) in get() function in SOM::Matrix
90 const T& get(const Position& position) const in get() function in SOM::Matrix
97 T& operator[](const Position& position) { return get(position); } in operator []()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/Resource/
H A DMylibraryReadingpositions.php41 public function get($volumeId, $optParams = array()) function in Google_Service_Books_Resource_MylibraryReadingpositions
65 public function setPosition($volumeId, $timestamp, $position, $optParams = array())
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Books/Resource/
H A DMylibraryReadingpositions.php41 public function get($volumeId, $optParams = array()) function in Google_Service_Books_Resource_MylibraryReadingpositions
66 public function setPosition($volumeId, $position, $timestamp, $optParams = array())
/dports/www/kristall/kristall-6b39f244/src/
H A Dtabbrowsinghistory.cpp18 QModelIndex TabBrowsingHistory::pushUrl(QModelIndex const & position, const QUrl &url) in pushUrl()
33 void TabBrowsingHistory::replaceUrl(size_t const position, QUrl const & url) in replaceUrl()
38 QUrl TabBrowsingHistory::get(const QModelIndex &index) const in get() function in TabBrowsingHistory
/dports/science/gromacs/gromacs-2021.4/tests/physicalvalidation/physical_validation/data/
H A Dtrajectory_data.py62 def __init__(self, position=None, velocity=None): argument
82 def get(self, key): member in TrajectoryData
99 def position(self): member in TrajectoryData
104 def position(self, pos): member in TrajectoryData

12345678910>>...82