Top "Repeat" questions

"repeat" refers to the action of doing something over again.

PHP SoapParam/SoapVar for complex type gives "object hasn't 'xxx' property" - repeating element

This question relates to the use of SoapParam and SoapVar in a PHP SOAP client to handle repeating elements, where …

php soap repeat complextype
Best way to repeat an observable every minute rxjava

I have the following method: public class ParentalControlInteractor { public Single<Boolean> isPinSet() { return bamSdk.getPinManager().isPINSet(); } } I want …

android rx-java2 repeat
How to detect if a notification has been dismissed?

Is there any way in Android to detect when a user swipes a notification to the left and deletes it? …

android alarmmanager alarm repeat notificationmanager
NSArray: add multiple objects with same value

How can I add multiple objects to my NSArray? Each object will have the same value. Ex. I want the …

objective-c cocoa nsarray repeat
How to repeat some action certain times on Vim?

In Vim, I usually want to repeat some series of commands some times. Say, I want to comment 5 lines, I …

macros vim repeat
image background - how to repeat image as background rather than stretch it

I have an image I want to use as a background to some layout. the problem is the image contains …

android image background repeat stretch
Angularjs - How to apply different class in <tr> conditionally to repeat directive

I need to apply a different class to a <tr> according to the $index of the repeat directive. …

indexing angularjs repeat
AlarmManager - How to repeat an alarm at the top of every hour?

I want for an event to fire every hour (at 5:00, 6:00, 7:00, etc...). I tried with a persistent background service with a …

android repeat alarmmanager
Repeat same HTML code in several pages

I have a really hard time searching for this, because I have no idea how to call it. I'll try …

html static editor repeat
Element-wise array replication in Matlab

Let's say I have a one-dimensional array: a = [1, 2, 3]; Is there a built-in Matlab function that takes an array and an …

arrays matlab repeat run-length-encoding elementwise-operations