Home
last modified time | relevance | path

Searched refs:add (Results 351 – 375 of 2070) sorted by relevance

1...<<11121314151617181920>>...83

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java50 list.add((DefineTag) iter.next().copy()); in getDefinitions()
67 list.add((DefineTag)object); in findDefinitions()
/plugin/actickets/
H A DREADME27 If you don't want to a add a global project ID or want to reference a ticket
28 from another project, you can add the project ID on a per-ticket basis:
/plugin/swiftmail/Swift/Connection/
H A DRotator.php57 $log->add("Adding new connection of type '" . get_class($connection) . "' to rotator.");
70 $log->add(" <==> Rotating connection.");
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php15 …$card->add('N', array('van der Harten', array('Rene','J.'), "", 'Sir','R.D.O.N.'), array('SORT-AS'…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php15 …$card->add('N', array('van der Harten', array('Rene','J.'), "", 'Sir','R.D.O.N.'), array('SORT-AS'…
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php15 …$card->add('N', array('van der Harten', array('Rene','J.'), "", 'Sir','R.D.O.N.'), array('SORT-AS'…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue40Test.php15 …$card->add('N', ['van der Harten', ['Rene', 'J.'], "", 'Sir', 'R.D.O.N.'], ['SORT-AS' => ['Harten'…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.counter.collection.php10 function add(&$counter) { function in CSSCounterCollection
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php13 $property = $vobj->add('ATTENDEE', $input);
H A DDurationTest.php13 $event = $vcal->add('VEVENT', array('DURATION' => array('PT1H')));
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.xing.js37 …return $code.add("<script type='text/javascript'>(function(d, s) { var x = d.createElement(s); s =…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php13 $property = $vobj->add('ATTENDEE', $input);
H A DDurationTest.php13 $event = $vcal->add('VEVENT', ['DURATION' => ['PT1H']]);
H A DRecurTest.php16 $recur = $vcal->add('RRULE', 'FREQ=Daily');
33 $recur = $vcal->add('RRULE', 'FREQ=Daily');
40 $recur = $vcal->add('RRULE', 'FREQ=Daily');
69 $recur = $vcal->add('RRULE', ['FREQ' => 'DAILY', 'BYDAY' => 'mo,tu', 'BYMONTH' => [0, 1]]);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php13 $property = $vobj->add('ATTENDEE', $input);
H A DDurationTest.php13 $event = $vcal->add('VEVENT', array('DURATION' => array('PT1H')));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php13 $property = $vobj->add('ATTENDEE', $input);
H A DDurationTest.php13 $event = $vcal->add('VEVENT', array('DURATION' => array('PT1H')));
/plugin/combo/db/combo/
H A Dupdate0003.sql2 alter table REDIRECTIONS_LOG add column METHOD TEXT;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.TidyAdd.txt
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._no_fetchers.tpl3 Please add at least one fetcher object to the pipeline, using the following code:
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerInterface.php27 public function add(FilterInterface ...$filters);
26 public function add(FilterInterface ...$filters); global() function
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D4cd246e5c4c035a2cd4081ae9a3d54e5.asciidoc10 'source' => 'ctx._source.tags.add(params.tag)',
/plugin/refnotes/
H A Dnamespace.php25 abstract public function add($namespace, $data); function in refnotes_namespace_data_stash
102 public function add($namespace, $data) { function in refnotes_namespace_style_stash
218 public function add($namespace, $data) { function in refnotes_namespace_mapping_stash
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php188 $list->add(new Author('foo'));
189 $list->add(new Author('bar'));
207 $list->add(new Author('foo'));
208 $list->add(new Author('bar'));

1...<<11121314151617181920>>...83