mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Better marking for non standard cqi additions ins cqi js
This commit is contained in:
		@@ -604,9 +604,12 @@ cqi.api.APIClient = class APIClient {
 | 
			
		||||
    return await this.#request(fn_name, fn_args);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * NOTE: The following functions are non standard implementations of nopaque
 | 
			
		||||
   */
 | 
			
		||||
  /**************************************************************************
 | 
			
		||||
   * NOTE: The following is not included in the CQi specification.          *
 | 
			
		||||
   **************************************************************************/
 | 
			
		||||
  /**************************************************************************
 | 
			
		||||
   *                      Custom additions for nopaque                      *
 | 
			
		||||
   **************************************************************************/
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
   * @param {string} corpus
 | 
			
		||||
 
 | 
			
		||||
@@ -82,7 +82,10 @@ cqi.models.corpora.Corpus = class Corpus extends cqi.models.resource.Model {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**************************************************************************
 | 
			
		||||
   * NOTE: The following are non standard implementations of nopaque        *
 | 
			
		||||
   * NOTE: The following is not included in the CQi specification.          *
 | 
			
		||||
   **************************************************************************/
 | 
			
		||||
  /**************************************************************************
 | 
			
		||||
   *                      Custom additions for nopaque                      *
 | 
			
		||||
   **************************************************************************/
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
 
 | 
			
		||||
@@ -87,7 +87,10 @@ cqi.models.subcorpora.Subcorpus = class Subcorpus extends cqi.models.resource.Mo
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  /**************************************************************************
 | 
			
		||||
   * NOTE: The following are non standard implementations of nopaque        *
 | 
			
		||||
   * NOTE: The following is not included in the CQi specification.          *
 | 
			
		||||
   **************************************************************************/
 | 
			
		||||
  /**************************************************************************
 | 
			
		||||
   *                      Custom additions for nopaque                      *
 | 
			
		||||
   **************************************************************************/
 | 
			
		||||
 | 
			
		||||
  /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user