Home
last modified time | relevance | path

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

1...<<31323334353637

/plugin/mundart/doku/
H A Dsource.txt76 … special days, and disable it for the rest of the time. Format is MM-DD (multiple values with ";").
/plugin/conform/
H A Dhelper.php253 $values = explode(',', $list);
255 foreach ( $values as $value )
/plugin/codehighlight/cp/languages/
H A Dxsl.css8 s, s b {color:#7777e4;} /* attribute values */
H A Dhtml.css7 s, s b {color:#7777e4;} /* attribute values */
H A Dcss.css9 u {color:red;} /* values */
/plugin/charter/
H A Dhelper.php604 $values = $this->_trimArray(explode(',', $row));
605 array_push($output, $values);
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js18 …var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below …
43 { regex: new RegExp(this.GetValuesCSS(values), 'g'), css: 'value' }, // values
/plugin/syntaxhighlighter/Scripts/
H A DshBrushCss.js9values='above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-o…
/plugin/cache/
H A Dplugin_cache.php174 $values = array_values($ar);
176 $sz = count($values);
/plugin/flowplay2/flowplayer/
H A DREADME.txt165 the time values fit properly.
274 - baseURLs are not appended to file name values that are complete URLs
426 - Embed provided hardcoded width and height values. Now it takes those from the parent player.
H A Djavascript.txt88 parameters values. You can pass a JSON style object in the 'parameters'
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm169 <!--- copy key values from external to local config (i.e. override default config as required) --->
H A DImageObject.cfc183 <cffunction name="setOption" access="public" output="true" returnType="void" hint="Sets values for …
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc158 // append unit "px" for numeric width and/or height values
259 // set all boolean possibilities in CFML to true/false values
H A Dfckeditor.cfm194 // append unit "px" for numeric width and/or height values
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm12 <!--- The following variables values must reflect your installation. --->
/plugin/flowplay/flowplayer/
H A DREADME.txt102 - baseURLs are not appended to file name values that are complete URLs
/plugin/chat/
H A Dreadme.txt41 …t'' and add its contents to your ''local.php'' settings file. Change the values accordingly at you…
/plugin/bibtex/OSBib/
H A DUTF8.php153 $values = array();
160 if ( count( $values ) == 0 ) $lookingFor = ( $thisValue < 224 ) ? 2 : 3;
161 $values[] = $thisValue;
162 if ( count( $values ) == $lookingFor ) {
164 ( ( $values[0] % 16 ) * 4096 ) + ( ( $values[1] % 64 ) * 64 ) + ( $values[2] % 64 ):
165 ( ( $values[0] % 32 ) * 64 ) + ( $values[1] % 64 );
167 $values = array();
H A DMINIMALRTF.php178 $values = array();
187 if(count($values) == 0)
189 $values[] = $thisValue;
190 if(count($values) == $lookingFor)
193 (($values[0] % 16) * 4096) + (($values[1] % 64) * 64) + ($values[2] % 64) :
194 (($values[0] % 32) * 64) + ($values[1] % 64);
196 $values = array();
/plugin/bibtex/OSBib/create/
H A DFORM.php252 function selectedBoxValueMultiple($label, $name, $array, $values, $size = 3, $override = FALSE) argument
271 if(array_search($key, $values) !== FALSE)
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG55 Corrected bug in extraction of values from @string.
H A DPARSEENTRIES.php231 $values[] = $entry;
233 foreach($values as $value)
248 $value = trim(array_shift($values));
H A DREADME16 Entries may be enclosed by {...} or (...). Fields values may be enclosed by "...", {...} or withou…
21 $parse->expandMacro = FALSE/TRUE to expand macros within BibTeX entries ('#' and @string values).
64 If $parse->removeDelimit == TRUE (default), all double-quotes or braces that enclose field values o…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1values:1,values_at:1,warn:1,write:1,write_nonblock:1,"zero?":1,zip:1}};return{dM:{l:[a],c:b,k:c},m… property in hljs.LANGUAGES.ruby.c.keymethods

1...<<31323334353637