Home
last modified time | relevance | path

Searched refs:strValue (Results 1 – 6 of 6) sorted by relevance

/plugin/ifauthex/lib/
H A Dgrammar.php63 public static function unquote($strValue) { argument
65 $strValue = str_replace('\\\\', '\\', $strValue);
66 $strValue = str_replace('\\"', '"', $strValue);
67 $strValue = substr($strValue, 1, strlen($strValue) - 2);
68 return $strValue;
70 public static function isQuoted($strValue) { argument
72 return mb_strlen($strValue) > 0 && mb_substr($strValue, 0, 1) == '"';
74 return strlen($strValue) > 0 && substr($strValue, 0, 1) == '"';
79 if (self::isQuoted($strValue)) {
80 return self::unquote($strValue);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DDisplayData.php61 public $strValue; variable in Google\\Service\\Dataflow\\DisplayData
200 public function setStrValue($strValue) argument
202 $this->strValue = $strValue;
209 return $this->strValue;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js224 FCKTools.ToLowerCase = function( strValue ) argument
226 return strValue.toLowerCase() ;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1strValue = values[0];\n const span = element.querySelector(`div[data-code=\"${id}\"…