Home
last modified time | relevance | path

Searched refs:field (Results 326 – 350 of 555) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc84 // Text input field for the abbreviation text.
90 // Validation checking whether the field is not empty.
/plugin/groupmail/
H A DREADME.textile50 p. This will create a groupmail form with a "name","email address", "subject" and "comment" field. …
88 | subject=... | If the subject is specified in the parameters then it is not a field on the email f…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm36 <cfloop list="#submitted_text#" index="field" delimiters=",">
40 <cfloop list="#URLDecode(field)#" index="line" delimiters="#CRLF#">
/plugin/botbouncer/lib/
H A Dbotbouncer.php484 foreach ($this->akismetFields as $field) {
485 if (!isset($data[$field])) {
486 switch ($field) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md142 * Added support for customizing the YAML parser behavior through an optional bit field:
148 * Added support for customizing the dumped YAML string through an optional bit field:
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php286 // Variant of $ref with normalized (i.e., all uppercase) field names
297 // Replace each field pattern '{...@FIELDNAME@...}' with respective value from bib data
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2590 meta = function(field, name, fn) { argument
2598 string = function(field) { argument
2658 meta('covr', 'coverArt', function(field) { argument
2659 return this.metadata[field] = this.stream.readBuffer(this.len);
2664 meta('gnre', 'genre', function(field) { argument
2668 meta('tmpo', 'tempo', function(field) { argument
2669 return this.metadata[field] = this.stream.readUInt16();
2672 meta('rtng', 'rating', function(field) { argument
2678 diskTrack = function(field) { argument
2688 bool = function(field) { argument
[all …]
/plugin/farmer/css/
H A Dchosen.less238 .chosen-container-multi .chosen-choices li.search-field {
243 .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
351 .chosen-container-active .chosen-choices li.search-field input[type="text"] {
396 .chosen-rtl .chosen-choices li.search-field input[type="text"] {
/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersCifPdb.jar ... byte SYM_EQUIV_XYZ private static final String[] symmetryOperationsFields String field private char firstChar private int[] propertyOf private byte ...
H A DJmolAppletSigned0_ReadersCifPdb.jar ... byte SYM_EQUIV_XYZ private static final String[] symmetryOperationsFields String field private char firstChar private int[] propertyOf private byte ...
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dgetid3.css161 .select, .field {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc42 $params['timestamp_field'] = (string) Optional parameter to specify the timestamp field in the file
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc85 // Text input field for the abbreviation text.
91 // Validation checking whether the field is not empty.
/plugin/authplaincas/
H A Dauth.php499 foreach ($changes as $field => $value) {
500 $userinfo[$field] = $value;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js2331 function addField( field, title, type ) { argument
2333 function checkExistance( field, type ) { argument
2334 if ( cfg.dataFields.indexOf( field ) != -1 ) {
2335 return checkExistance( [ field, ".", type ].join( "" ) );
2337 return field;
2341 uid = checkExistance( field, type );
2342 cfg.dataFieldsMap[ uid ] = field;
2399 var field = _this.setup.chart.segmentsField;
2402 if ( dataItem[ field ] ) {
2403 for ( i2 = 0; i2 < dataItem[ field ].length; i2++ ) {
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1field","desc","compare","a","b","sort","throttle","timeout","wait","apply","arguments","setTimeout…
/plugin/indexnumber/
H A DREADME.md15 configuration page and edit the field for index numbers configuration.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D28.28.js.map1field',\n 'file',\n 'finally',\n 'get',\n 'import',\n 'init',\n…
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md195 * Added support for customizing the YAML parser behavior through an optional bit field:
201 * Added support for customizing the dumped YAML string through an optional bit field:
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt195 field justification that are absent from the import format details. The main
537 round number is inappropriate, then the field should be a single hyphen
606 The Result field value is the result of the game. It is always exactly the
901 Note that if there is more than one player field in an instance of a player
1038 the start of the game. Note that colons, not periods, are used for field
1096 The sixth TimeControl field kind is used for a "sandclock" or "hourglass"
1108 Additional TimeControl field kinds will be defined as necessary.
1450 appear prior to games played at a later date. This field is sorted by
2045 The second field represents the active color. A lower case "w" is used if
2185 The second field represents the active color. A lower case "w" is used if
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1616 foreach ($ThisFileInfo['comments'] as $field => $values) {
1617 if ($field == 'picture') {
1624 $ThisFileInfo['comments_html'][$field][$index] = $value;
1626 …$ThisFileInfo['comments_html'][$field][$index] = str_replace('&#0;', '', self::MultiByteCharString…
/plugin/tagfilter/
H A Dstyle.css89 .select2-container-multi .select2-choices .select2-search-field input {
583 .select2-container-multi .select2-choices .select2-search-field {
589 .select2-container-multi .select2-choices .select2-search-field input {
603 .select2-container-multi .select2-choices .select2-search-field input.select2-active {
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst10 …access-type="public_method" discriminator-field-name="type" discriminator-disabled="false" read-on…
/plugin/authsmartcard/
H A DREADME.md8 … by comparing the user's client certificate's CN attribute with the group field for a user in the …
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc130 * Whether to remove links when emptying the link URL field in the image dialog.

1...<<11121314151617181920>>...23