Home
last modified time | relevance | path

Searched refs:field (Results 526 – 550 of 555) sorted by path

1...<<212223

/plugin/tagfilter/script/select2/
H A Dselect2.css480 .select2-container-multi .select2-choices .select2-search-field {
486 .select2-container-multi .select2-choices .select2-search-field input {
500 .select2-container-multi .select2-choices .select2-search-field input.select2-active {
/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/tagging/
H A Dhelper.php146 * @param array $filter What to search for array('field' => 'searchterm')
147 * @param string $type What field to return 'tag'|'pid'
385 msg('cannot sort by ' . $order_by . ' field does not exists', -1);
809 $field = $header['sort_by'];
810 $input = $form->addTextInput("tagging__filters[$field]");
/plugin/tagging/helper/
H A Dquerybuilder.php8 protected $field; variable in helper_plugin_tagging_querybuilder
40 * Shorthand method: calls the appropriate getter deduced from $this->field
46 if (!$this->field) {
47 throw new \RuntimeException('Failed to build a query, no field specified');
49 return ($this->field === 'pid') ? $this->getPages() : $this->getTags();
129 * Database field to select
130 * @param string $field
132 public function setField($field) argument
134 $this->field = $field;
[all...]
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js1670 if(B=="field"){G[H]=A;
/plugin/tuxquote/
H A Dquotes.txt301 An expert is a man who has made all the mistakes which can be made, in a narrow field. <BR> -- Niel…
436 There are only two theories about why one should argue with women. Through thorough field-testing, …
465 To complain of lack of leadership is, in the field of political affairs, the characteristic attitud…
617 The only place you can win a football game is on the field. The only place you can lose it is in yo…
/plugin/upload/
H A Dsyntax.php118 …// don't name this field here "id" because it is misinterpreted by DokuWiki if the upload form is …
/plugin/userimportextended/
H A Dadmin.php154 foreach ($this->defaults as $field) {
155 if (!in_array($field, self::DEFAULT_EMPTY) && empty($_REQUEST['defaults'][$field])) {
159 $this->defaults[$field] = $_REQUEST['defaults'][$field];
162 if ($field === 'groups' && strpos($_REQUEST['defaults'][$field], 'user') === false) {
163 $this->defaults[$field] .= ',user';
/plugin/vbsso/
H A DREADME.md72 4. Copy Platform Url link and Shared Key field from WordPress installation to vBulletin.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md103 * #798: Added an index on `firstoccurence` field in MySQL CalDAV backend. This
618 * #566: Migration process had 2 problems related to adding the `uid` field
766 * #497: Making sure we're initializing the sync-token field with a value after
1443 * BC Break: Default Principals PDO backend now needs a new field in the
1506 'calendarorder' field.
1676 * Fixed: datatype of lastmodified field in mysql.calendars.sql. Please change
1677 the DATETIME field to an INT to ensure this field will work correctly.
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php391 foreach ($this->select($propertyName) as $field) {
393 if (isset($field['TYPE']) && $field['TYPE']->has('PREF')) {
395 } elseif (isset($field['PREF'])) {
396 $pref = $field['PREF']->getValue();
400 $preferred = $field;
421 foreach ($this->select($propertyName) as $field) {
422 if (isset($field['TYPE']) && $field['TYPE']->has($type)) {
423 return $field;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php377 foreach($this->select($propertyName) as $field) {
380 if (isset($field['TYPE']) && $field['TYPE']->has('PREF')) {
382 } elseif (isset($field['PREF'])) {
383 $pref = $field['PREF']->getValue();
387 $preferred = $field;
/plugin/widearea/
H A DREADME.md5 to add an expanded text edit field in the DokuWiki editor. You can see a demo
7 will get a faded gray `X` in the top right of the edit field.
/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/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckconnector.py82 field = self.request[key]
84 field = self.get_request[key]
87 if hasattr(field,"filename") and field.filename: #file upload, do not convert return value
88 return field
90 return field.value
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc153 hint="Create a textarea field for non-compatible browsers."
/plugin/xcom/lang/en/
H A Dhowto.txt40 … each of the three view windows. The status bar also contains a ''Query'' field where the current …
43 …e local wiki. Enter the id of a remote page or media file into the ''ID'' field and click the ''Lo…
54field and return all the pages in that namespace. **''wiki.getAllPages''** will return all the pa…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js25750 value: function format(field, fieldIndex, isHeader) {
25751 var preparedField = "".concat(lodash_isnil_1.default(field) ? '' : field).replace(/\0/g, '');
25772 value: function quoteField(field) {
25774 return "".concat(quote).concat(field).concat(quote);
25967 var formattedCols = columns.map(function (field, i) {
25968 return _this2.fieldFormatter.format(field, i, isHeadersRow);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs7762 field = ({}/*:any*/);
7767 field.len = d.read_shift(1);
7769 field.dec = d.read_shift(1);
7770 if(field.name.length) fields.push(field);
7772 switch(field.type) {
7774 … if((!vfp || field.len != 8) && opts.WTF) console.log('Skipping ' + field.name + ':' + field.type);
7778 if(opts.WTF) console.log('Skipping ' + field.name + ':' + field.type);
7871 wch: field.len,
7872 DBF: field
23039 'xmlns:field': "urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0",
[all …]
/plugin/youtrack/syntax/
H A Dlist.php77 foreach($issue as $field) {
78 if ($field->attributes()->name == $col) {
80 $value = (string) $field->value;
81 $fullname = (string) $field->value->attributes()->fullName;
/plugin/youtracklinks/
H A Dhelper.php131 foreach($issue as $key => $field) {
132 if ($field->attributes()->name == 'summary') {
133 $summary = $field->value;
136 if ($field->attributes()->name == 'resolved') {
142 foreach($issue as $key => $field) {
143 if ($field->attributes()->name == 'resolved') {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts2286 sort(field: string|GanttCallback, desc?: boolean, parent?: string|number, silent?: boolean): void;
H A Ddhtmlxgantt.js.map1field","desc","compare","b","sort","throttle","timeout","wait","setTimeout","pop","isValidDate","g…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1field","desc","compare","a","b","sort","throttle","timeout","wait","apply","arguments","setTimeout…
H A Ddhtmlxgantt_drag_timeline.js.map1field","desc","compare","a","b","sort","throttle","timeout","wait","apply","arguments","setTimeout…

1...<<212223