Home
last modified time | relevance | path

Searched refs:set (Results 101 – 125 of 1255) sorted by relevance

12345678910>>...51

/plugin/bez/tpl/cron/
H A Dweekly-message.php71 <?php $tpl->set('tasks', $tpl->get('outdated_tasks')) ?>
77 <?php $tpl->set('tasks', $tpl->get('coming_tasks')) ?>
/plugin/bez/ctl/
H A Dthreads.php110 $this->tpl->set('labels', $this->model->labelFactory->get_all());
111 $this->tpl->set('threads', $threads);
112 $this->tpl->set('years', $years);
H A Dkp.php19 $this->tpl->set('thread', $thread);
22 $this->tpl->set('tasks', $tasks)
H A Dtask_form.php13 $this->tpl->set('task', $task);
14 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
H A Dthread_report.php18 $this->tpl->set('thread', $thread);
45 $this->tpl->set('labels', $this->model->labelFactory->get_all())
H A Dtypes.php25 $this->tpl->set('labels', $labels);
26 $this->tpl->set('label', $label);
H A Dtask_programs.php28 $this->tpl->set('task_programs', $task_programs);
29 $this->tpl->set('task_program', $task_program);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSetTrait.php24 * X.680 Sec 8.4. A set is canonical when:
31 * @param AbstractType ...$set argument
34 protected function canonicalize(AbstractType ...$set): array
44 foreach ($set as $child) {
/plugin/fedauth/Auth/OpenID/
H A DMemcachedStore.php74 $this->connection->set(
80 $this->connection->set(
151 $this->connection->set(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php79 $entry->set('vendorVersion', $options['vendor_version']);
82 $entry->set('altServer', $options['alt_server']);
/plugin/bez/cron/
H A Dfunctions.php116 $tpl->set('issues', $issues);
117 $tpl->set('outdated_tasks', $outdated_tasks);
118 $tpl->set('coming_tasks', $coming_tasks);
/plugin/diagrams/script/
H A DDiagramsMediaManager.js200 url.searchParams.set('ns', namespace);
202 url.searchParams.set('image', svg);
203 url.searchParams.set('tab_details', 'view');
204 url.searchParams.set('tab_files', 'files');
/plugin/bez/mdl/
H A DFactory.php239 $set = array();
244 $set[] = ":$column";
256 VALUES ('.implode(',', $set).')';
273 $set = array();
277 $set[] = "$column=:$column";
287 ' SET ' . implode(',', $set) .
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php101 * context is in set.
217 $mergeCache->set($a, $b, $rootMerge);
247 $mergeCache->set($a, $b, $spc);
276 $mergeCache->set($a, $b, $apc);
298 $mergeCache->set($a, $b, $a_);
500 $mergeCache->set($a, $b, $a_);
518 $mergeCache->set($a, $b, $a);
526 $mergeCache->set($a, $b, $b);
533 $mergeCache->set($a, $b, $M);
/plugin/swiftmail/Swift/Message/
H A DEmbeddedFile.php49 $this->headers->set("Content-Description", null);
67 $this->headers->set("Content-ID", "<" . $id . ">");
/plugin/jmol2/jmol/
H A DJmolApplet0.jar ... .vecmath.Vector3d axis double angle public final void set (javax.vecmath.Vector3d, double) javax ...
H A DJmolAppletSigned0_ShapeSpecial.jar ... boolean) void setTranslucent (boolean, float) void set (java.lang.String, java.lang ...
H A DJmolApplet0_ShapeSpecial.jar ... boolean) void setTranslucent (boolean, float) void set (java.lang.String, java.lang ...
/plugin/swiftmail/Swift/
H A DConnectionBase.php93 public function setRequiresEHLO($set) argument
95 $this->isESMTP = (bool) $set;
/plugin/memcache/
H A Dhelper.php122 function set($key,$val,$ttl = 0){ function in helper_plugin_memcache
123 return memcache::set($key,$val,$ttl);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php87 $propFind->set($row['name'], $row['value']);
90 $propFind->set($row['name'], new Complex($row['value']));
93 $propFind->set($row['name'], unserialize($row['value']));
/plugin/openid/Auth/OpenID/
H A DMemcachedStore.php83 $this->connection->set(
89 $this->connection->set(
168 $this->connection->set(
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js92 set: Popcorn.nop,
135 set: function( val ) {
151 set: function( val ) {
166 set: function( val ) {
181 set: function( val ) {
311 object.__defineSetter__( description, options.set || Popcorn.nop );
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2137-no_filter.phpt23 Data set #0 is invalid.
27 Data set #0 is invalid.
/plugin/linkbonus/syntax/
H A Dinterwiki.txt122 $set = array(); // {false} if paramenter has not been detected
137 if (!$set[$key] ) {
149 … $set['fetchname_method'] = ($this->helper->TitleAged($link['url']) ) ? 'recheck' : 'cache';
161 $set[$key] = true;
176 … if ($docheck) $set['result_']= $this->helper->getExternalPage($link['url'], $xcontents, $xstatus);
177 else $set['result_']= 'cache';
178 $this->helper->composeLink ($link, $set, array($xcontents, $xstatus) );

12345678910>>...51