Home
last modified time | relevance | path

Searched refs:set (Results 151 – 175 of 1255) sorted by relevance

12345678910>>...51

/plugin/stellarium/
H A DREADME.md16 4. If you have changed the `Remote Control` port or set a password, make sure to set them in your D…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DSemanticContext.php108 public static function filterPrecedencePredicates(Set $set) : array argument
111 foreach ($set->getValues() as $context) {
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.min.js2set:function(){return v},get:function(){return v}}),a.player.defineProperty(n,"currentTime",{set:f…
H A Dpopcorn.jplayer.js443 set: function() {
453 set: function( val ) {
480 set: function() {
498 set: function( val ) {
508 set: function( val ) {
518 set: function() {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js443 set: function() {
453 set: function( val ) {
480 set: function() {
498 set: function( val ) {
508 set: function( val ) {
518 set: function() {
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcgui.js39 if (!this.elttoscroll.get(tabid)) this.elttoscroll.set(tabid, Array());
51 this.scrollpos.set(tabid, content.scrollTop);
72 this.scrollpos.set(this.current_tab_id, content.scrollTop);
116 this.elttoscroll.set(tabid, Array());
144 this.chatcontent.set(tabid,cc);
163 this.onlinecontent.set(tabid,oc);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1set","temp","match","mask","length","toLowerCase","month_short_hash","month_full_hash","Date","UTC…
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php283 public function setEmbedRemoteFiles($set) argument
285 $this->embedRemoteFiles = (bool)$set;
299 public function setEmbedLocalFiles($set) argument
301 $this->embedLocalFiles = (bool)$set;
/plugin/swiftmail/Swift/Message/
H A DAttachment.php110 $this->headers->set("Content-Description", $desc);
130 $this->headers->set("Content-Disposition", $disposition);
/plugin/schedule/lib/
H A DscheduleTable.js63 item.set ('selected', false);
74 item.set ('selected', (location && (','+locations).indexOf (location) >= 0));
/plugin/webexteamsnotifier/
H A DREADME.md27 3. Optionally set notifications only for a set of namespaces in the respective configuration sectio…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php79 protected function encodeSet(SetType $set) argument
81 return $this->encodeConstructedType(...$this->canonicalize(...$set->getChildren()));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDanglingIndicesNamespace.asciidoc34 $params['accept_data_loss'] = (boolean) Must be set to true in order to delete the dangling index
50 $params['accept_data_loss'] = (boolean) Must be set to true in order to import the dangling index
/plugin/structnotification/
H A Dadmin.php74 $set = implode(',', array_map(function ($header) {
78 $ok = $sqlite->query("UPDATE predicate SET $set WHERE id=?", $predicate);
123 $INPUT->set('predicate', $predicate);
/plugin/farmer/
H A Dhelper.php282 foreach ($defaults as $plugin => $set) {
283 $current = ['name' => $plugin, 'default' => $set, 'actual' => $set, 'isdefault' => true];
/plugin/diagrams/script/
H A DDiagramsEditor.js36 /** @type {string} the initial save data to load, set by one of the edit* methods */
154 body.set('svg', svg);
177 body.set('svg', svg);
178 body.set('png', png);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedElements.txt
/plugin/twofactortelegram/
H A Daction.php54 $this->settings->set('verified', true);
62 $this->settings->set('chat_id', $new_chat_id);
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default44 …ver to other servers. When enabled, requires 'high_security_password' set to be set and requires t…
57 …Y_SEPARATOR; // set the cache directory…
62 …CTORY_SEPARATOR; // set the cache directory…
84 …RY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.'source'.DIRECTORY_SEPARATOR; // set the cache directory…
94 // parameters (set at the bottom of phpThumb.config.php) are used for processing.
112 //$PHPTHUMB_CONFIG['temp_directory'] = '/tmp/persistent/phpthumb/cache/'; // set to absolute path
113 $PHPTHUMB_CONFIG['temp_directory'] = $PHPTHUMB_CONFIG['cache_directory']; // set to same as cache …
120 // Windows: set absolute pathname
123 …// *nix: set absolute pathname to "convert", or leave as null if "convert" is in the path (locatio…
236 // If any parameters are constant across ALL images, you can set them here
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php38 $this->set(...$options);
58 public function set(...$options)
50 public function set(...$options) global() function in FreeDSx\\Ldap\\Entry\\Options
/plugin/twofactoraltemail/
H A Daction.php54 $this->settings->set('verified', true);
67 $this->settings->set('email', $newmail);
/plugin/dwcommits/
H A DREADME3 It also requires an intial git, the path to which is set in in the Dokuwiki
9 explanation of how to set up the configuration. The gits must be fully readable
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Draw.rst21 {% set hello = '<strong>Hello</strong>' %}
22 {% set hola = '<strong>Hola</strong>' %}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc15 * <<set-retries>>
34 include::set-retries.asciidoc[]
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte20 configErrorStore.set(undefined);
46 configErrorStore.set(err);

12345678910>>...51