Home
last modified time | relevance | path

Searched refs:values (Results 801 – 825 of 925) sorted by last modified time

1...<<31323334353637

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.ForbiddenClasses.txt
H A DCSS.AllowTricky.txt
/plugin/ac/
H A Dac.php30 public function fetch($type, $values) { argument
35 foreach($values as $prop => $val) {
48 public function fetchSingle($type, $values) { argument
49 $ret = $this->fetch($type, $values);
/plugin/pirate/
H A Drenderer.php36 $values = array_values($patterns);
39 $content = preg_replace($keys,$values,$content);
/plugin/jukebox/id3/
H A Dgetid3.lib.php1231 foreach ($ThisFileInfo['comments'] as $field => $values) {
1232 foreach ($values as $index => $value) {
/plugin/ditaa/ditaa/
H A Dditaa.jar ... htmlparser.jericho.Attributes$ParsingState[] $VALUES public static final net.htmlparser.jericho.Attributes ...
/plugin/topbarsyntax/
H A DREADME17 css compatible width values allowed (like px, %, em). The second parameter configures
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php229 else $values = $value;
231 $values = explode(' ',$values);
235 if($values[0] == $values[1] && $values[0] == $values[2] && $values[0] == $values[3])
239 elseif($values[1] == $values[3] && $values[0] == $values[2])
241 return $values[0].' '.$values[1].$important;
243 elseif($values[1] == $values[3])
245 return $values[0].' '.$values[1].' '.$values[2].$important;
250 if($values[0] == $values[1] && $values[0] == $values[2])
254 elseif($values[0] == $values[2])
256 return $values[0].' '.$values[1].$important;
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js158 values: function(object) {
159 var values = [];
162 return values;
1031 values: function() {
1057 if (values && typeof values == 'object') {
1778 if (t.values[name]) return t.values[name](element, name);
1798 if (t.values[attr]) name = t.values[attr](element, value);
2168 values: { } property in Element._attributeTranslations.write
2296 values: { class in Element._attributeTranslations.read
2326 values: { class in Element._attributeTranslations.write
[all …]
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt233 The 32 ISO 8859/1 code values from 128 to 159 are non-printing control
249 critical commentary or string values in game data that may be referenced in
382 that identifies the game by defining the values associated with a set of
420 Some tag values may be composed of a sequence of items. For example, a
430 values for non-STR tag pairs. Use of these expanded tag values will likely be
980 tag values will vary according to the local language in use.
1146 Strings that may appear as Termination tag values:
1198 NAGs with values from 1 to 9 annotate the move just played.
1200 NAGs with values from 10 to 135 modify the current position.
1202 NAGs with values from 136 to 139 describe time pressure.
[all …]
H A DREADME.txt118 …shown at load, from 1 (default); values (keep the quotes) of "first", "last", "random" are accepte…
120 … // halfmove number to be shown at load, 0 (default) for start position; values (keep the quotes) …
435 files as comments or as part of the header values; in order for pgn4web to
H A Dpgn-standard-proposed-supplement.txt102 Either a single parameter or a comma delimited list of parameter values.
211 The clk command is intended for the *automatic* recording of time values by
271 While it may be helpfull to record normal clock start values here (as is done in
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt90 …. You can query for various fields (also using multiple, comma-separated values). In addition to t…
/plugin/vcard/
H A Dsyntax.php365 $values = '';
369 $values .= $this->_tag('tel_value', $renderer->_xmlEntities($value), 'value');
371 $values .= $value;
375 return $this->_tagclass('tel', $type.$values);
/plugin/tuxquote/
H A Dquotes.txt104 Grabel's Law: 2 is not equal to 3 -- not even for large values of 2.
431 Real Users find the one combination of bizarre input values that shuts down the system for days.
1120 …eakdown of civilization in Western Europe - a severe decline in cultural values and standards; a r…
1135 You may feel that there is something twisted about the values of a guy who can be more committed to…
2837 … rockets but a test of wills and ideas-a trial of spiritual resolve: the values we hold, the belie…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt16621 Riches and glory are with me, hereditary values and righteousness.
27057 …ose who were possessors of fields or houses would sell them and bring the values of the things sold
/plugin/numberof/
H A DREADME.md45 * The counting is performed when you save the page. So values are not real-time.
/plugin/settingstree/
H A Dhelper.php215 if (!$c || !($values = $c->get("plugin_settringstree_settingsvalues_{$pluginname}"))){
216 $values = json_decode(@file_get_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json"),true);
218 if (!is_array($values)){ $values = array(); }
219 …this->_settingsHierarchy[$pluginname] = new settingshierarchy($pluginname,$meta,$defaults,$values);
225 $values = $set->getValueTree();
226 …if ($ret = file_put_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json",json_encode($values)) !== fal…
229 $c->set("plugin_settringstree_settingsvalues_{$pluginname}",$values,$TTL);
H A Dscript.js14 $form.on('settingstree_export_complete',function(e,values,changes){ argument
16 window[opts.on_complete].call(null,values,changes); // call the on_complete callback.
34 var values = {};
43 if (!values[m[2]]){ values[m[2]] = {};}
44 values[m[2]][m[1]] = val;
46 return values;
85 … if (r.success){ $root.trigger('settingstree_export_complete',[r.values,simplify(changes)]); }
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php23 function __construct($pluginname,$meta,$defaults,$values){ argument
27 $this->_values = $values;
131 foreach ($this->_values as $path=>$values){
133 $this->_root->setValues($values);
136 $this->_root->addLevel($path,$values);
H A Dsettingslevel.class.php114 …function setValues(array $values){ // setValues should always be called before getSettings. If not… argument
116 $this->_values = $values;
247 function addLevel($path,$values){ argument
252 $this->setValues($values);
264 $c->addLevel($path,$values);
/plugin/html2pdf/snorriheim/
H A Dstyle.ini21 ; This section is used to configure some placeholder values used in
H A Dstyle.ini.dist21 ; This section is used to configure some placeholder values used in
/plugin/html2pdf/html2pdf/html2ps/
H A Dtag.frame.inc.php34 $values = array();
36 $values[] = 0;
66 $values[$i] = $total * $fraction;
72 $values[$i] = px2pt($length_src);
77 $rest = $total - array_sum($values);
93 $values[$i] = $part_size * max(1,substr($length,0,strlen($length)-1));
99 $width = array_sum($values);
103 for($i = 0; $i < count($values); $i++) {
104 $values[$i] *= $koeff;
108 return $values;
H A DChangeLog44 object values (PHP 4)
50 incorrectly when values were separated with more than one space
348 variables with their default values
495 * Fixed: thin/thick/medium values of border-*-width properties
517 * Fixed: interactive form values were not printed
843 * Fixed: empty values for 'padding' property caused PHP notice
847 'display' values; script treats them as 'block' instead of dying
1314 * Fixed negative margin values were ignored
1366 property values
1528 background-image values are ignored
[all …]

1...<<31323334353637