Home
last modified time | relevance | path

Searched refs:set (Results 176 – 200 of 1255) sorted by relevance

12345678910>>...51

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php193 …$set = new SetNode(false, new Node([new AssignNameExpression('foo', 4)]), new Node([new ConstantEx…
194 $body = new Node([$set]);
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown14 CDN hosted slick is a great way to get set up quick:
92 rows | int | 1 | Setting this to more than 1 initializes grid mode. Use slidesPerRow to set how man…
173 … dontAnimate : bool | Goes to slide by index, skipping animation if second parameter is set to true
175 … index, or before if addBefore is set. If no index is provided, add to the end or to the beginning…
176set true, remove slide preceding index, or the first slide if no index is specified. If removeBefo…
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php16 function __construct($key,settingslevel $level, array $meta, $set){ argument
19 $this->_protect = @$set['protect'];
20 $this->_value = @$set['value'];
/plugin/pureldap/classes/
H A DClient.php71 // set ssl parameters
112 $INPUT->server->set('REMOTE_USER', $user);
116 $INPUT->set('u', $user);
117 $INPUT->set('p', 'sso_only');
347 * @return int 0 if no maximum age is set
/plugin/issuetracker/
H A DREADME22 list and see the complete set of details. The issue list is sortable on all
24 into the lists select box to be easily set as issue related contact.
112 ID automatically set
113 Project automatically set (defined by your_project, see Syntax)
114 Product user can select from admin pre-defined set of values
120 Severity user can select from admin pre-defined set of severities
/plugin/fedauth/Auth/OpenID/
H A DMessage.php137 $this->set($key, $value);
194 function set($key, $value) function in Auth_OpenID_Mapping
362 $this->alias_to_namespace->set($desired_alias, $namespace_uri);
363 $this->namespace_to_alias->set($namespace_uri, $desired_alias);
467 $obj->args->set(array(Auth_OpenID_BARE_NS, $key), $value);
869 $this->args->set(array($namespace, $key), $value);
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DEditor.svelte28 codeErrorStore.set(undefined);
30 codeErrorStore.set('Syntax Error');
/plugin/geonav/js/
H A Dearth_a.js67 … lookAt.set(parseFloat(lat), parseFloat(lon), 10, ge.ALTITUDE_RELATIVE_TO_GROUND, 0, 0,altitude);
92 … lookAt.set(parseFloat(lat), parseFloat(lon), 10, ge.ALTITUDE_RELATIVE_TO_GROUND,0, 0,6000000);
/plugin/authfacebook/lib/PersistentData/
H A DPersistentDataInterface.php48 public function set($key, $value); function
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml64 - npm set loglevel error
65 - npm set progress false
73 PATTERN[2]="|\bcase\s+(?:dataView|promise|set|map|weakMap)CtorString:.+|g"
80 set -e
/plugin/autotabber/
H A Dscript.js12 tabOverride.set(textareas).tabSize(0).autoIndent(true).escape(true);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DCache.php38 public function set($name, $value); function
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js404 this.set(attrs, options);
469 set: function(key, val, options) {
629 if (!this.set(attrs, options)) return false;
838 set: function(models, options) {
854 var set = [];
881 existing.set(attrs, options);
887 set.push(existing);
898 set.push(model);
915 if (set.length && replace) {
917 return m !== set[index];
[all …]
/plugin/authgoogle/google/cache/
H A DGoogle_Cache.php45 abstract function set($key, $value); function in Google_Cache
/plugin/cellbg/
H A DREADME2 It will enable syntax to set cell background in tables.
/plugin/cellbg2/
H A DREADME2 It will enable syntax to set cell background in tables.
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemInterface.php75 public function set($value); function
/plugin/authshibboleth/
H A DREADME.md41 In `DOKUWIKI_HOME/conf/local.conf` set the `authtype` directive:
47 …not the case or you need to tune something, there is a bunch of configuration options you can set.
55 The `authshibboleth.conf.php` file contains all available directives, set to their default values a…
/plugin/fedauth/Auth/Yadis/
H A DManager.php24 function set($name, $value) function in Auth_Yadis_PHPSession
424 $this->session->set($this->session_key,
501 $this->session->set($this->session_key,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php393 $propFind->set('{' . Plugin::NS_CALDAV . '}schedule-inbox-URL', null, 403);
429 $propFind->set('{' . Plugin::NS_CALDAV . '}calendar-home-set', null, 403);
464 $propFind->set('{' . Plugin::NS_CALDAV . '}schedule-default-calendar-URL', null, 403);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DCacheInterface.php45 public function set($key, $value); function
/plugin/openid/Auth/OpenID/
H A DMessage.php149 $this->set($key, $value);
214 function set($key, $value) function in Auth_OpenID_Mapping
408 $this->alias_to_namespace->set($desired_alias, $namespace_uri);
409 $this->namespace_to_alias->set($namespace_uri, $desired_alias);
531 $obj->args->set([Auth_OpenID_BARE_NS, $key], $value);
949 $this->args->set([$namespace, $key], $value);
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_showtableborders_gecko.css24 /* For tables with the "border" attribute set to "0" */
34 /* For tables with no "border" attribute set */
/plugin/wysiwyg/css/
H A Dfck_showtableborders_gecko.css24 /* For tables with the "border" attribute set to "0" */
34 /* For tables with no "border" attribute set */

12345678910>>...51