Home
last modified time | relevance | path

Searched refs:parameters (Results 626 – 650 of 693) sorted by path

1...<<2122232425262728

/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock531 babel-plugin-transform-es2015-parameters@^6.18.0:
533 …egistry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-param…
645 babel-plugin-transform-es2015-parameters "^6.18.0"
/plugin/siteexport/
H A DREADME.md78 #### Export all parameters (e.g. "do")
79 Adds all parameters to the links in exported pages - which may make sense when using JavaScript tha…
H A Dcron.php32 public function saveCronDataWithParameters($parameters, $canOverwrite=false) argument
34 if ( !$canOverwrite && $this->hasCronJobForParameters($parameters) )
39 $this->configuration[$this->cronJobNameForParameters($parameters)] = $parameters;
45 public function deleteCronDataWithParameters($parameters) argument
47 unset($this->configuration[$this->cronJobNameForParameters($parameters)]);
188 public function hasCronJobForParameters($parameters) argument
190 return array_key_exists($this->cronJobNameForParameters($parameters), $this->configuration);
197 public function cronJobNameForParameters($parameters) argument
199 return md5($parameters);
254 list($id,$parameters) = explode('?', $config, 2);
[all …]
/plugin/siteexport/inc/
H A Dfunctions.php593 public function hashNameForParameters($parameters) argument
595 return md5($parameters);
/plugin/snap/
H A Dsyntax.php.ori80 //Snap server (see server.sh parameters)
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1271 * `settings.title`, which may be a string or a function with the same parameters.
1283 * `settings.image`, which may be a string or a function with the same parameters.
1298 * `settings.embed`, which may be a string or a function with the same parameters.
1314 * `settings.description`, which may be a string or a function with the same parameters.
/plugin/sqlite/
H A DSQLiteDB.php137 * @param ...mixed|array $parameters
141 public function query($sql, ...$parameters)
145 if ($parameters && is_array($parameters[0])) $parameters = $parameters[0];
156 'parameters' => &$parameters,
161 $stmt->execute($parameters);
169 'parameters'
112 query($sql, ...$parameters) global() argument
158 exec($sql, ...$parameters) global() argument
[all...]
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js5 THREE.SpriteCanvasMaterial = function ( parameters ) { argument
14 this.setValues( parameters );
36 THREE.CanvasRenderer = function ( parameters ) { argument
40 parameters = parameters || {};
46 _canvas = parameters.canvas !== undefined
47 ? parameters.canvas
63 alpha: parameters.alpha === true
67 _clearAlpha = parameters.alpha === true ? 0 : 1,
H A Dthree.min.js2parameters;if(void 0!==a&&void 0!==a.shapes){var o=a.shapes;if(Array.isArray(o))for(var s=0,c=o.le… class in a
H A Dwebgl_detector.js38 addGetWebGLMessage: function ( parameters ) { argument
42 parameters = parameters || {};
44 parent = parameters.parent !== undefined ? parameters.parent : document.body;
45 id = parameters.id !== undefined ? parameters.id : 'oldie';
/plugin/struct/meta/
H A DInlineConfigParser.php40 // Extract parameters if given
44 $parameters = str_getcsv(trim($parts[1]), ' ');
45 $n_parameters = count($parameters);
47 // Process parameters and add to config lines
49 $p = trim($parameters[$i]);
62 $lines[] = $p . ' ' . trim($parameters[$i + 1]);
68 $lines[] = 'filterand: ' . trim($parameters[$i + 1]);
74 $lines[] = 'filteror: ' . trim($parameters[$i + 1]);
/plugin/structsection/
H A Dyarn.lock839 babel-plugin-transform-es2015-parameters@^6.23.0:
841 …egistry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-param…
945 babel-plugin-transform-es2015-parameters "^6.23.0"
/plugin/syntaxhighlighter3/
H A DREADME.md87 // No title detected, pass all attributes as parameters to SyntaxHighlighter.
/plugin/syntaxhighlighter4/
H A DREADME.md108 … * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1parameters which override element's\n * parameters. Only used if element is spe…
/plugin/tline/timeline_js/
H A Dtimeline-api.js125 var parseURLParameters = function(parameters) { argument
126 var params = parameters.split("&");
/plugin/topbarsyntax/
H A DREADME16 There are two parameters. The first defines the width of the menu. There are all
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
/plugin/virtualkeyboard/vk/
H A Dlicense.txt259 If such an object file uses only numerical parameters, data
/plugin/webcomponent/_test/
H A Dwebcomponent.test.php18 $parameters = webcomponent::parseMatch($match);
19 $this->assertEquals("nico", $parameters["class"]);
27 $parameters = webcomponent::parseMatch($match);
28 $this->assertEquals("", $parameters["class"]);
29 $this->assertEquals(true, array_key_exists("class",$parameters));
/plugin/webcomponent/syntax/
H A Dblockquote.php125 $parameters = webcomponent::parseMatch($match);
126 return array($state, $parameters);
133 $parameters = array();
137 $parameters['cite']['content'] = $matches[1];
144 return array($state, $parameters);
172 list($state, $parameters) = $data;
179 $class = $parameters["class"];
198 if (array_key_exists('cite', $parameters)) {
206 $src = $parameters['image']['src'];
207 $width = $parameters['image']['width'];
[all …]
H A Dbrand.php49 $parameters = webcomponent::parseMatch($match);
50 return array($state, $parameters);
71 list($state, $parameters) = $data;
77 if (array_key_exists("title", $parameters)) {
78 $title .= $parameters["title"];
87 if (array_key_exists("class", $parameters)) {
88 $class .= ' '.$parameters["class"];
98 $renderer->doc .= $renderer->_xmlEntities($parameters);
H A Dbutton.php139 $parameters = webcomponent::parseMatch($match);
140 return array($state, $parameters);
148 $parameters = array();
163 $parameters['locallink']['pageid'] = $link[0];
164 $parameters['locallink']['content'] = $link[1];
168 return array($state, $parameters);
199 list($state, $parameters) = $data;
212 if (array_key_exists('locallink', $parameters)) {
214 $pageid = $parameters['locallink']['pageid'];
231 list($state, $parameters) = $data;
[all …]
H A Dcard.php148 $parameters = webcomponent::parseMatch($match);
149 return array($state, $parameters);
157 $parameters = array();
165 $parameters['header']['title'] = $title;
166 $parameters['header']['level'] = $level;
174 return array($state, $parameters);
202 list($state, $parameters) = $data;
207 foreach ($parameters as $key => $value) {
228 $title = $parameters['header']['title'];
229 $level = $parameters['header']['level'];
[all …]
H A Dcardcolumns.php119 $parameters = webcomponent::parseMatch($match);
120 return array($state, $parameters);
148 list($state, $parameters) = $data;

1...<<2122232425262728